Thermal Conductivity Measure | |
Mesure de conductivité thermique |
IfcThermalConductivityMeasure is a measure of thermal conductivity.
Usually measured in Watt / m Kelvin.
Type: REAL
HISTORY New type in IFC2x.
<xs:simpleType name="IfcThermalConductivityMeasure">
<xs:restriction base="xs:double"/>
</xs:simpleType>
<xs:element name="IfcThermalConductivityMeasure-wrapper" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ifc:IfcThermalConductivityMeasure">
<xs:attributeGroup ref="ifc:instanceAttributes"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
TYPE IfcThermalConductivityMeasure = REAL;
END_TYPE;