<complexType name="MolarHeatCapacityMeasureType">
<annotation>
<documentation>Molar heat capacity: Heat capacity per mole of substance. Used in thermodynamic calculations. Common units include J/(mol·K), kJ/(kmol·K), and Btu/(lbmol·°F).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MolarHeatCapacityUomEnumType">
<annotation>
<documentation>The unit of measure for molar heat capacity.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|