<xs:element name="TemperatureRangeMin" type="TemperatureType"><xs:annotation><xs:documentation>The TemperatureRangeMin element gives the minimum temperature that the room can maintain while staying within the temperature control limits.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TemperatureRangeMax" type="TemperatureType"><xs:annotation><xs:documentation>The TemperatureRangeMax element gives the maximum temperature that the room can maintain while staying within the temperature control limits.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TemperatureControlMin" type="TemperatureType"><xs:annotation><xs:documentation>This is an amount below any in-range temperature that the room is guaranteed not exceed. This must be a positive value.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TemperatureControlMax" type="TemperatureType"><xs:annotation><xs:documentation>This is an amount above any in-range temperature that the room is guaranteed not exceed.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RelativeHumidityRangeMin" type="FractionType"><xs:annotation><xs:documentation>The RelativeHumidityRangeMin element gives the minimum relative humidity that the room can maintain while staying within the humidity control limits.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RelativeHumidityRangeMax" type="FractionType"><xs:annotation><xs:documentation>The RelativeHumidityRangeMax element gives the maximum relative humidity that the room can maintain while staying within the humidity control limits.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RelativeHumidityControlMin" type="FractionType"><xs:annotation><xs:documentation>This is an amount below any in-range relative humidity that the room is guaranteed not exceed. This must be a positive value.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RelativeHumidityControlMax" type="FractionType"><xs:annotation><xs:documentation>This is an amount above any in-range relative humidity that the room is guaranteed not exceed.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="MeasurementRoomType"><xs:annotation><xs:documentation>The MeasurementRoomType defines a room in which measurement may be done.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="MeasurementResourceBaseType"><xs:sequence><xs:element name="TemperatureRangeMin" type="TemperatureType"><xs:annotation><xs:documentation>The TemperatureRangeMin element gives the minimum temperature that the room can maintain while staying within the temperature control limits.</xs:documentation></xs:annotation></xs:element><xs:element name="TemperatureRangeMax" type="TemperatureType"><xs:annotation><xs:documentation>The TemperatureRangeMax element gives the maximum temperature that the room can maintain while staying within the temperature control limits.</xs:documentation></xs:annotation></xs:element><xs:element name="TemperatureControlMin" type="TemperatureType"><xs:annotation><xs:documentation>This is an amount below any in-range temperature that the room is guaranteed not exceed. This must be a positive value.</xs:documentation></xs:annotation></xs:element><xs:element name="TemperatureControlMax" type="TemperatureType"><xs:annotation><xs:documentation>This is an amount above any in-range temperature that the room is guaranteed not exceed.</xs:documentation></xs:annotation></xs:element><xs:element name="RelativeHumidityRangeMin" type="FractionType"><xs:annotation><xs:documentation>The RelativeHumidityRangeMin element gives the minimum relative humidity that the room can maintain while staying within the humidity control limits.</xs:documentation></xs:annotation></xs:element><xs:element name="RelativeHumidityRangeMax" type="FractionType"><xs:annotation><xs:documentation>The RelativeHumidityRangeMax element gives the maximum relative humidity that the room can maintain while staying within the humidity control limits.</xs:documentation></xs:annotation></xs:element><xs:element name="RelativeHumidityControlMin" type="FractionType"><xs:annotation><xs:documentation>This is an amount below any in-range relative humidity that the room is guaranteed not exceed. This must be a positive value.</xs:documentation></xs:annotation></xs:element><xs:element name="RelativeHumidityControlMax" type="FractionType"><xs:annotation><xs:documentation>This is an amount above any in-range relative humidity that the room is guaranteed not exceed.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>