<complexType name="LengthPerMassMeasureType">
<annotation>
<documentation>Specific length: Length per unit mass. Specialized unit used in some materials testing. Common units include m/kg and ft/lbm.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:LengthPerMassUomEnumType">
<annotation>
<documentation>The unit of measure for specific length.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|