<complexType name="MassPerTimePerAreaMeasureType">
<annotation>
<documentation>Mass flux: Rate of mass flow per unit area. Used in diffusion, mass transfer, and flow calculations. Common units include kg/(m²·s), lbm/(ft²·s), and Pa·s/m.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MassPerTimePerAreaUomEnumType">
<annotation>
<documentation>The unit of measure for mass flux.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|