<complexType name="MolarEnergyMeasureType">
<annotation>
<documentation>Molar energy or molar enthalpy: Energy per mole of substance. Used in thermodynamics and chemistry for reaction enthalpies and energies. Common units include J/mol, kJ/kmol, MJ/kmol, and Btu/lbmol.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MolarEnergyUomEnumType">
<annotation>
<documentation>The unit of measure for molar energy or molar enthalpy.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|