<xs:complexType name="IfcProductsOfCombustionProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcMaterialProperties">
<xs:sequence>
<xs:element name="SpecificHeatCapacity" type="ifc:IfcSpecificHeatCapacityMeasure" nillable="true" minOccurs="0" />
<xs:element name="N20Content" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="COContent" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="CO2Content" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|