<xsd:complexType name="WeightMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate a weight.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="xfUOMcl:WeightUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Use to indicate how much something weighs.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="qualifierCode" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Use this to further qualify the scope or type of the measurement.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|