<xsd:complexType name="MeasureType">
<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>Measure. Type</ccts:DictionaryEntryName>
<ccts:RepresentationTerm>Measure</ccts:RepresentationTerm>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="cct:MeasureType">
<xsd:attribute name="measureUnitCode" type="xsd:normalizedString" use="required" />
<xsd:attribute name="measureUnitCodeListVersionID" type="xsd:normalizedString" use="optional" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|