Zone

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
airChangesSchedIdRef xsd:IDREF optional
Air changes schedule ID
coolSchedIdRef xsd:IDREF optional
Design temperature for cooling
fanSchedIdRef xsd:IDREF optional
ID of the fan schedule for this zone
fanTempSchedIdRef xsd:IDREF optional
ID of the fan temperature schedule for this zone
heatSchedIdRef xsd:IDREF optional
ID of heating schedule
id xsd:ID required
ifcGUID xsd:string optional
Global Unique ID from Industry Foundation Class (IFC) file.
outAirSchedIdRef xsd:IDREF optional
Outside air schedule ID
programId xsd:IDREF optional
Please specify the program that added this element.

Used By

Element gbXML

Source

<xsd:element name="Zone">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Name" minOccurs="0"/>
      <xsd:element ref="Description" minOccurs="0"/>
      <xsd:element ref="Flow" minOccurs="0"/>
      <xsd:element ref="AirChangesPerHour" minOccurs="0"/>
      <xsd:element ref="FlowPerArea" minOccurs="0"/>
      <xsd:element ref="FlowPerPerson" minOccurs="0"/>
      <xsd:element ref="OAFlowPerArea" minOccurs="0"/>
      <xsd:element ref="OAFlowPerPerson" minOccurs="0"/>
      <xsd:element ref="DesignHeatT" minOccurs="0"/>
      <xsd:element ref="DesignCoolT" minOccurs="0"/>
      <xsd:element ref="IndoorAirQuality" minOccurs="0"/>
      <xsd:element ref="HydronicLoopId" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="AirLoopId" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="CADObjectId" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="TypeCode" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" use="required"/>
    <xsd:attribute name="heatSchedIdRef" type="xsd:IDREF">
      <xsd:annotation>
        <xsd:documentation>ID of heating schedule</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="coolSchedIdRef" type="xsd:IDREF">
      <xsd:annotation>
        <xsd:documentation>Design temperature for cooling</xsd:documentation>
      <