<xsd:complexType name="UBLAmountType">
<xsd:annotation>
<xsd:documentation>
<ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
<ccts:ComponentType>DT</ccts:ComponentType>
<ccts:DictionaryEntryName>UBL_ Amount. Type</ccts:DictionaryEntryName>
<ccts:Definition>A number of monetary units specified in a currency where the unit of currency is explicitly defined using the UBL Currency Code</ccts:Definition>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="udt:AmountType">
<xsd:attribute name="amountCurrencyID" type="cur:CurrencyCodeContentType" use="required" />
<xsd:attribute name="amountCurrencyCodeListVersionID" type="xsd:normalizedString" fixed="0.3" use="optional" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|