<complexType name="MassPerAreaMeasureType">
<annotation>
<documentation>Mass per unit area or surface density: Mass distributed over an area. Used for loadings, coatings, fabric weights, and soil properties. Common units include kg/m², Mg/m² (megagram per square metre, equivalent to tonne per square metre), lbm/ft², and ton[US]/ft².</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MassPerAreaUomEnumType">
<annotation>
<documentation>The unit of measure for mass per unit area or surface density.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|