Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema Zone.xsd
Namespace http://www.iepmodel.net
Annotations
A Zone should point to systems that condition it.  (Systems point to a zone to indicate location - where the equipment resides).
Properties
attribute form default: unqualified
element form default: unqualified
Element ZoneType / Name
Namespace No namespace
Annotations
This is simply a descriptive name, typically a common name used for the system.
Diagram
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>
Element ZoneType / Description
Namespace No namespace
Annotations
Place for user to include additional notes/description.
Diagram
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>
Element ZoneType / AdditionalLoad
Namespace No namespace
Annotations
This represents thermal load in addition to occupant and envelope.
Diagram
Diagram Common_xsd.tmp#PowerType_TestCondition Common_xsd.tmp#PowerType_Unit Common_xsd.tmp#PowerType_UnitDesc Common_xsd.tmp#PowerType_Fuel Common_xsd.tmp#PowerType_FuelDesc Common_xsd.tmp#PowerType
Type PowerType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
Fuel EnergyClassEnumType Electricity optional
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.
FuelDesc xs:string Electricity optional
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.
TestCondition xs:string optional
The "rating" or list of conditions at which the power was tested.
Unit PowerUnitEnumType optional
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.
UnitDesc xs:string kwh optional
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="PowerType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This represents thermal load in addition to occupant and envelope.</xs:documentation>
  </xs:annotation>
</xs:element>
Element ZoneType / CoolingSetPointSchedule
Namespace No namespace
Diagram
Diagram Schedule_xsd.tmp#ScheduleType_id Schedule_xsd.tmp#ScheduleType_type Schedule_xsd.tmp#Name Schedule_xsd.tmp#Description Schedule_xsd.tmp#YearSchedule Schedule_xsd.tmp#ScheduleType
Type ScheduleType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Name{0,1} , Description{0,1} , YearSchedule+
Children Description, Name, YearSchedule
Instance
<CoolingSetPointSchedule id="" type="" xmlns="http://www.iepmodel.net">
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <YearSchedule id="">{1,unbounded}</YearSchedule>
</CoolingSetPointSchedule>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
type scheduleEnumType required
Source
<xs:element name="CoolingSetPointSchedule" type="ScheduleType" minOccurs="0" maxOccurs="1"/>
Element ZoneType / HeatingSetPointSchedule
Namespace No namespace
Diagram
Diagram Schedule_xsd.tmp#ScheduleType_id Schedule_xsd.tmp#ScheduleType_type Schedule_xsd.tmp#Name Schedule_xsd.tmp#Description Schedule_xsd.tmp#YearSchedule Schedule_xsd.tmp#ScheduleType
Type ScheduleType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Name{0,1} , Description{0,1} , YearSchedule+
Children Description, Name, YearSchedule
Instance
<HeatingSetPointSchedule id="" type="" xmlns="http://www.iepmodel.net">
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <YearSchedule id="">{1,unbounded}</YearSchedule>
</HeatingSetPointSchedule>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
type scheduleEnumType required
Source
<xs:element name="HeatingSetPointSchedule" type="ScheduleType" minOccurs="0" maxOccurs="1"/>
Element ZoneType / FloorNo
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="FloorNo" type="xs:int" minOccurs="0" maxOccurs="1"/>
Element ZoneType / Occupancy
Namespace No namespace
Annotations
This is the maximum occupancy of the zone
Diagram
Diagram
Type xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<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>
Element ZoneType / OccupantSchedule
Namespace No namespace
Diagram
Diagram Schedule_xsd.tmp#ScheduleType_id Schedule_xsd.tmp#ScheduleType_type Schedule_xsd.tmp#Name Schedule_xsd.tmp#Description Schedule_xsd.tmp#YearSchedule Schedule_xsd.tmp#ScheduleType
Type ScheduleType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Name{0,1} , Description{0,1} , YearSchedule+
Children Description, Name, YearSchedule
Instance
<OccupantSchedule id="" type="" xmlns="http://www.iepmodel.net">
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <YearSchedule id="">{1,unbounded}</YearSchedule>
</OccupantSchedule>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
type scheduleEnumType required
Source
<xs:element name="OccupantSchedule" type="ScheduleType" minOccurs="0" maxOccurs="1"/>
Element ZoneType / RefHVACSystemID
Namespace No namespace
Annotations
ID for referencing a cooling system serving this zone.
Diagram
Diagram
Type xs:IDREF
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element name="RefHVACSystemID" 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>
Complex Type ZoneType
Namespace http://www.iepmodel.net
Annotations
These are heat loads.
Diagram
Diagram Zone_xsd.tmp#ZoneType_id Zone_xsd.tmp#ZoneType_Name Zone_xsd.tmp#ZoneType_Description Zone_xsd.tmp#ZoneType_AdditionalLoad Zone_xsd.tmp#ZoneType_CoolingSetPointSchedule Zone_xsd.tmp#ZoneType_HeatingSetPointSchedule Zone_xsd.tmp#ZoneType_FloorNo Zone_xsd.tmp#ZoneType_Occupancy Zone_xsd.tmp#ZoneType_OccupantSchedule Zone_xsd.tmp#ZoneType_RefHVACSystemID
Used by
Model Name{0,1} , Description{0,1} , AdditionalLoad{0,1} , CoolingSetPointSchedule{0,1} , HeatingSetPointSchedule{0,1} , FloorNo{0,1} , Occupancy{0,1} , OccupantSchedule{0,1} , RefHVACSystemID*
Children AdditionalLoad, CoolingSetPointSchedule, Description, FloorNo, HeatingSetPointSchedule, Name, Occupancy, OccupantSchedule, RefHVACSystemID
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:complexType name="ZoneType">
  <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="PowerType" 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="ScheduleType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="HeatingSetPointSchedule" type="ScheduleType" 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="ScheduleType" minOccurs="0" maxOccurs="1"/>
    <xs:element name="RefHVACSystemID" 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>
Attribute ZoneType / @id
Namespace No namespace
Type xs:ID
Properties
use: optional
Used by
Complex Type ZoneType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>