<xs:complexType name="IfcSpaceThermalLoadProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcPropertySetDefinition">
<xs:sequence>
<xs:element name="ApplicableValueRatio" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThermalLoadSource" type="ifc:IfcThermalLoadSourceEnum" />
<xs:element name="PropertySource" type="ifc:IfcPropertySourceEnum" />
<xs:element name="SourceDescription" type="ifc:IfcText" nillable="true" minOccurs="0" />
<xs:element name="MaximumValue" type="ifc:IfcPowerMeasure" />
<xs:element name="MinimumValue" type="ifc:IfcPowerMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThermalLoadTimeSeriesValues" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcTimeSeries" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="UserDefinedThermalLoadSource" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="UserDefinedPropertySource" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="ThermalLoadType" type="ifc:IfcThermalLoadTypeEnum" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|