This is simply a descriptive name, typically a common name used for the system.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
maxOccurs
1
Source
<xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation></xs:annotation></xs:element>
Place for user to include additional notes/description.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
maxOccurs
1
Source
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Place for user to include additional notes/description.</xs:documentation></xs:annotation></xs:element>
Fuel type specified as an enum. This should be used for defining the type value's fuel. If the proper enum is not listed, please use the FuelDesc field to specify the units. These are all optional attributes in order to allow for a simplified value descriptions since these are used throughout the IEP schemas. Additionally the FuelDesc may contain a default type.
FuelType specified as a string. This should be used for defining the type value's fuel if the proper enum is not listed in Fuel. These are all optional attributes in order to allow for a simplified value descriptions since these are used throughout the IEP schemas. Additionally the FuelDesc may contain a default type.
Unit of measurement specified as an enum. This should be used for defining the type value's units. If the proper enum is not listed, please use the UnitDesc field to specify the units. These are all optional attributes in order to allow for a simplified value descriptions since these are used throughout the IEP schemas. Additionally the UnitDesc may contain a default type.
Unit of measurement specified as a string This should be used for defining the type value's units if the proper enum is not listed in Unit. These are all optional attributes in order to allow for a simplified value descriptions since these are used throughout the IEP schemas. Additionally the UnitDesc may contain a default type.
Source
<xs:element name="additionalLoad" type="power" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>This represents thermal load in addition to occupant and envelope.</xs:documentation></xs:annotation></xs:element>
<xs:element name="occupancy" type="xs:int" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>This is the maximum occupancy of the zone</xs:documentation></xs:annotation></xs:element>
ID for referencing a cooling system serving this zone.
Diagram
Type
xs:IDREF
Properties
content
simple
minOccurs
0
maxOccurs
unbounded
Source
<xs:element name="hvacSystemIdRef" type="xs:IDREF" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>ID for referencing a cooling system serving this zone.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="zone"><xs:annotation><xs:documentation>These are heat loads.</xs:documentation></xs:annotation><xs:sequence><xs:element name="name" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation></xs:annotation></xs:element><xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Place for user to include additional notes/description.</xs:documentation></xs:annotation></xs:element><xs:element name="additionalLoad" type="power" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>This represents thermal load in addition to occupant and envelope.</xs:documentation></xs:annotation></xs:element><xs:element name="coolingSetPointSchedule" type="schedule" minOccurs="0" maxOccurs="1"/><xs:element name="heatingSetPointSchedule" type="schedule" minOccurs="0" maxOccurs="1"/><xs:element name="floorNo" type="xs:int" minOccurs="0" maxOccurs="1"/><xs:element name="occupancy" type="xs:int" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>This is the maximum occupancy of the zone</xs:documentation></xs:annotation></xs:element><xs:element name="occupantSchedule" type="schedule" minOccurs="0" maxOccurs="1"/><xs:element name="hvacSystemIdRef" type="xs:IDREF" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>ID for referencing a cooling system serving this zone.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="xs:ID" use="optional"/></xs:complexType>