<complexType name="MassPerLengthMeasureType">
<annotation>
<documentation>Mass per unit length or linear density: Mass distributed along a length. Used for cable weights, pile weights, and linear mass. Common units include kg/m, lbm/ft, Mg/in (megagram per inch), and klbm/in.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MassPerLengthUomEnumType">
<annotation>
<documentation>The unit of measure for mass per unit length or linear density.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|