<complexType name="MolarVolumeMeasureType">
<annotation>
<documentation>Molar volume: Volume per mole of substance. Used in thermodynamics and physical chemistry. Common units include m³/mol, m³/kmol, L/mol, dm³/kmol, and ft³/lbmol.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MolarVolumeUomEnumType">
<annotation>
<documentation>The unit of measure for molar volume.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|