Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element MonetaryAmounts / MonetaryAmount
Namespace No namespace
Annotations
Details of the monetary amount
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_MonetaryAmountRecord.tmp#MonetaryAmountRecord_MonetaryAmountValuee-document-3_1_10_xsd_Complex_Type_MonetaryAmountRecord.tmp#MonetaryAmountRecord_MonetaryAmountTypeCodee-document-3_1_10_xsd_Complex_Type_MonetaryAmountRecord.tmp#MonetaryAmountRecord
Type MonetaryAmountRecord
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children MonetaryAmountTypeCode, MonetaryAmountValue
Instance
<MonetaryAmount>
  <MonetaryAmountValue>{1,1}</MonetaryAmountValue>
  <MonetaryAmountTypeCode>{1,1}</MonetaryAmountTypeCode>
</MonetaryAmount>
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="MonetaryAmount" type="MonetaryAmountRecord">
  <xs:annotation>
    <xs:documentation>Details of the monetary amount</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type MonetaryAmounts
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_MonetaryAmounts.tmp#MonetaryAmounts_MonetaryAmount
Used by
Model
Children MonetaryAmount
Source
<xs:complexType name="MonetaryAmounts">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="MonetaryAmount" type="MonetaryAmountRecord">
      <xs:annotation>
        <xs:documentation>Details of the monetary amount</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>