<complexType name="EnergyMeasureType">
<annotation>
<documentation>Energy, work, or quantity of heat: Capacity to do work or transfer heat. Fundamental quantity in thermodynamics and mechanics. Common units include joule (J), kilojoule (kJ), megajoule (MJ), Btu, calorie (cal), kilocalorie (kcal), kilowatt-hour (kW·h), and electronvolt (eV).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:EnergyUomEnumType">
<annotation>
<documentation>The unit of measure for energy, work, or quantity of heat.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|