<complexType name="HeatFlowRateMeasureType">
<annotation>
<documentation>Heat flow rate or thermal power: Rate of heat energy transfer. Used in thermal analysis, HVAC design, and energy calculations. Common units include watt (W), kilowatt (kW), megawatt (MW), Btu/h, and cal/s.</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:HeatFlowRateUomEnumType">
<annotation>
<documentation>The unit of measure for heat flow rate or thermal power.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|