<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>
|