<complexType name="HeatTransferCoefficientMeasureType">
<annotation>
<documentation>Heat transfer coefficient or thermal conductance per area: Rate of heat transfer per unit area per unit temperature difference. Used in heat exchanger design, building thermal analysis, and convective heat transfer. Common units include W/(m²·K), Btu/(h·ft²·°F), and kW/(m²·K).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:HeatTransferCoefficientUomEnumType">
<annotation>
<documentation>The unit of measure for heat transfer coefficient or thermal conductance per area.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|