<xsd:complexType name="AmountType">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="currencyID" type="xsd:normalizedString" use="optional" />
<xsd:attribute name="currencyCodeListVersionID" type="xsd:normalizedString" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|