Definition Type: ComplexType
Name: AmountType
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: B2MML-V0401-CoreComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into currencyCodeListVersionID in schema b2mml-v0401-corecomponents_xsd Drilldown into currencyID in schema b2mml-v0401-corecomponents_xsdXSD Diagram of AmountType in schema b2mml-v0401-corecomponents_xsd (Business To Manufacturing Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
currencyID currencyID Optional
currencyCodeListVersionID currencyCodeListVersionID Optional