<complexType name="VolumePerMassMeasureType">
<annotation>
<documentation>Specific volume: Volume per unit mass. Reciprocal of density. Used in thermodynamics and phase behavior. Common units include m³/kg, ft³/lbm, dm³/kg, L/kg, and gal/lbm.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:VolumePerMassUomEnumType">
<annotation>
<documentation>The unit of measure for specific volume.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|