<complexType name="MassPerVolumeMeasureType">
<annotation>
<documentation>Mass density: Mass per unit volume. Fundamental material property used universally in engineering and science. Common units include kg/m³, g/cm³, Mg/m³, lbm/ft³, lbm/gal[US], and slug/ft³.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MassPerVolumeUomEnumType">
<annotation>
<documentation>The unit of measure for mass density.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|