<complexType name="MassMeasureType">
<annotation>
<documentation>Mass: Quantity of matter. One of the seven SI base quantities. Universal physical property. Common units include kilogram (kg), gram (g), milligram (mg), megagram (Mg), tonne (t), pound-mass (lbm), ounce-mass (ozm), ton[UK], ton[US], and slug.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MassUomEnumType">
<annotation>
<documentation>The unit of measure for mass.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|