QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
currencyCodeListVersionID | xsd:normalizedString | optional | ||||
currencyID | xsd:normalizedString | optional |
<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> |