<xs:complexType name="IfcThermalMaterialProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcMaterialProperties">
<xs:sequence>
<xs:element name="SpecificHeatCapacity" type="ifc:IfcSpecificHeatCapacityMeasure" nillable="true" minOccurs="0" />
<xs:element name="BoilingPoint" type="ifc:IfcThermodynamicTemperatureMeasure" nillable="true" minOccurs="0" />
<xs:element name="FreezingPoint" type="ifc:IfcThermodynamicTemperatureMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThermalConductivity" type="ifc:IfcThermalConductivityMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|