Definition Type: ComplexType
Name: QuantityType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: UBL-CoreComponentTypes-1.0.xsd
Abstract
Documentation:
CCT Quantity. Type A counted number of non-monetary units possibly including fractions. Quantity Type
Collapse XSD Schema Diagram:
Drilldown into quantityUnitCodeListAgencyName in schema ubl-corecomponenttypes-1_0_xsd Drilldown into quantityUnitCodeListAgencyID in schema ubl-corecomponenttypes-1_0_xsd Drilldown into quantityUnitCodeListID in schema ubl-corecomponenttypes-1_0_xsd Drilldown into quantityUnitCode in schema ubl-corecomponenttypes-1_0_xsdXSD Diagram of QuantityType in schema ubl-corecomponenttypes-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="QuantityType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                <ccts:ComponentType>CCT</ccts:ComponentType>
                <ccts:DictionaryEntryName>Quantity. Type</ccts:DictionaryEntryName>
                <ccts:Definition>A counted number of non-monetary units possibly including fractions.</ccts:Definition>
                <ccts:ObjectClass>Quantity</ccts:ObjectClass>
                <ccts:PropertyTerm>Type</ccts:PropertyTerm>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:decimal">
            <xsd:attribute name="quantityUnitCode" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="quantityUnitCodeListID" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="quantityUnitCodeListAgencyID" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="quantityUnitCodeListAgencyName" type="xsd:string" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
quantityUnitCode cct:quantityUnitCode Optional
quantityUnitCodeListID cct:quantityUnitCodeListID Optional
quantityUnitCodeListAgencyID cct:quantityUnitCodeListAgencyID Optional
quantityUnitCodeListAgencyName cct:quantityUnitCodeListAgencyName Optional
Collapse Derivation Tree:
Collapse References:
udt:QuantityType