<complexType name="SpecificHeatCapacityMeasureType">
<annotation>
<documentation>Specific heat capacity: Heat capacity per unit mass. Material property fundamental to thermal analysis. Common units include J/(kg·K), kJ/(kg·K), Btu/(lbm·°F), and cal/(g·K).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:SpecificHeatCapacityUomEnumType">
<annotation>
<documentation>The unit of measure for specific heat capacity.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|