<xsd:element name="TemperatureControl">
<xsd:annotation>
<xsd:documentation>Use this element to describe how the temperature is controlled. The temperatures specified in this element should be measured just upstream of the most critical piece of equipment (air handlers for a chilled water and hot water loops the chiller for the cooling water loop).</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="DesignTemp" minOccurs="0"/>
<xsd:element ref="MinTemp" minOccurs="0"/>
<xsd:element ref="MaxTemp" minOccurs="0"/>
<xsd:element ref="ResetTemperature" minOccurs="0"/>
</xsd:choice> |