<complexType name="EnergyPerMassMeasureType">
<annotation>
<documentation>Specific energy or specific enthalpy: Energy per unit mass. Used for heat content, fuel heating value, explosive energy, and mechanical work capacity. Common units include J/kg, kJ/kg, MJ/kg, Btu/lbm, and cal/g.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:EnergyPerMassUomEnumType">
<annotation>
<documentation>The unit of measure for specific energy or specific enthalpy.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|