Definition Type: ComplexType
Name: UBLAmountType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-1.0
Type: udt:AmountType
Containing Schema: UBL-SpecializedDatatypes-1.0.xsd
Abstract
Documentation:
DT UBL_ Amount. Type A number of monetary units specified in a currency where the unit of currency is explicitly defined using the UBL Currency Code Amount
Collapse XSD Schema Diagram:
Drilldown into amountCurrencyCodeListVersionID in schema ubl-specializeddatatypes-1_0_xsd Drilldown into amountCurrencyID in schema ubl-specializeddatatypes-1_0_xsdXSD Diagram of UBLAmountType in schema ubl-specializeddatatypes-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
amountCurrencyID sdt:amountCurrencyID Required
amountCurrencyCodeListVersionID sdt:amountCurrencyCodeListVersionID Optional
Collapse Derivation Tree:
Collapse References:
cbc:AmountType, cbc:ExtensionAmountType, cbc:ExtensionTotalAmountType, cbc:PriceAmountType, cbc:TaxAmountType, cbc:TaxTotalAmountType, cbc:TotalAmountType