Definition Type: ComplexType
Name: MeasureType
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 Measure. Type A numeric value determined by measuring an object along with the specified unit of measure. Measure Type
Collapse XSD Schema Diagram:
Drilldown into measureUnitCodeListVersionID in schema ubl-corecomponenttypes-1_0_xsd Drilldown into measureUnitCode in schema ubl-corecomponenttypes-1_0_xsdXSD Diagram of MeasureType in schema ubl-corecomponenttypes-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="MeasureType">
    <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>Measure. Type</ccts:DictionaryEntryName>
                <ccts:Definition>A numeric value determined by measuring an object along with the specified unit of measure.</ccts:Definition>
                <ccts:ObjectClass>Measure</ccts:ObjectClass>
                <ccts:PropertyTerm>Type</ccts:PropertyTerm>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:decimal">
            <xsd:attribute name="measureUnitCode" type="xsd:normalizedString" use="optional" />
            <xsd:attribute name="measureUnitCodeListVersionID" type="xsd:normalizedString" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
measureUnitCode cct:measureUnitCode Optional
measureUnitCodeListVersionID cct:measureUnitCodeListVersionID Optional
Collapse Derivation Tree:
Collapse References:
udt:MeasureType