<xsd:element name="PressureControl">
<xsd:annotation>
<xsd:documentation>Use this element to describe how the air pressure is controlled. The temperatures specified in this element should be measured just upstream of the air handlers.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="DesignPressure" minOccurs="0"/>
<xsd:element ref="MinPressure" minOccurs="0"/>
<xsd:element ref="MaxPressure" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>
</xsd:element> |