Thermal Resistance Measure | |
mesure de résistance thermique |
IfcThermalResistanceMeasure is a measure of the resistance offered by a body to the flow of energy.
Usually measured in m2 Kelvin/Watt.
HISTORY New type in IFC2.0.
<xs:simpleType name="IfcThermalResistanceMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcThermalResistanceMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcThermalResistanceMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcThermalResistanceMeasure = REAL;
END_TYPE;