<complexType name="MassPerEnergyMeasureType">
<annotation>
<documentation>Mass per unit energy or specific fuel consumption: Mass consumed per unit energy. Used in fuel efficiency calculations. Common units include kg/J, kg/MJ, and lbm/(hp·h).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:MassPerEnergyUomEnumType">
<annotation>
<documentation>The unit of measure for mass per unit energy or specific fuel consumption.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|