Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element MonetaryAmountRecord / MonetaryAmountValue
Namespace No namespace
Annotations
The monetary amount
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
fractionDigits 5
Source
<xs:element minOccurs="1" maxOccurs="1" name="MonetaryAmountValue" type="Decimal5FractionDigitsType">
  <xs:annotation>
    <xs:documentation>The monetary amount</xs:documentation>
  </xs:annotation>
</xs:element>
Element MonetaryAmountRecord / MonetaryAmountTypeCode
Namespace No namespace
Annotations
Code indicating the monetary amount type
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 50
Source
<xs:element minOccurs="1" maxOccurs="1" name="MonetaryAmountTypeCode" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>Code indicating the monetary amount type</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type MonetaryAmountRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_MonetaryAmountRecord.tmp#MonetaryAmountRecord_MonetaryAmountValuee-document-3_1_10_xsd_Complex_Type_MonetaryAmountRecord.tmp#MonetaryAmountRecord_MonetaryAmountTypeCode
Used by
Model
Children MonetaryAmountTypeCode, MonetaryAmountValue
Source
<xs:complexType name="MonetaryAmountRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="MonetaryAmountValue" type="Decimal5FractionDigitsType">
      <xs:annotation>
        <xs:documentation>The monetary amount</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="1" maxOccurs="1" name="MonetaryAmountTypeCode" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>Code indicating the monetary amount type</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>