Showing:

Annotations
Attributes
Diagrams
Instances
Model
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 zone / 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 zone / 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 zone / additionalLoad
Namespace No namespace
Annotations
This represents thermal load in addition to occupant and envelope.
Diagram
Diagram Common_xsd.tmp#power_testCondition Common_xsd.tmp#power_unit Common_xsd.tmp#power_unitDesc Common_xsd.tmp#power_fuel Common_xsd.tmp#power_fuelDesc Common_xsd.tmp#power
Type power
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Default Use Annotation
fuel energyClassEnum 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 powerUnitEnum 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="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>
Element zone / coolingSetPointSchedule
Namespace No namespace
Diagram
Diagram Schedule_xsd.tmp#schedule_id Schedule_xsd.tmp#schedule_type Schedule_xsd.tmp#schedule_Name Schedule_xsd.tmp#schedule_Description Schedule_xsd.tmp#yearSchedule Schedule_xsd.tmp#schedule
Type schedule
Properties
content complex
minOccurs 0
maxOccurs 1
Model
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 Use
id xs:ID required
type scheduleEnum required
Source
<xs:element name="coolingSetPointSchedule" type="schedule" minOccurs="0" maxOccurs="1"/>
Element zone / heatingSetPointSchedule
Namespace No namespace
Diagram
Diagram Schedule_xsd.tmp#schedule_id Schedule_xsd.tmp#schedule_type Schedule_xsd.tmp#schedule_Name Schedule_xsd.tmp#schedule_Description Schedule_xsd.tmp#yearSchedule Schedule_xsd.tmp#schedule
Type schedule
Properties
content complex
minOccurs 0
maxOccurs 1
Model
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 Use
id xs:ID required
type scheduleEnum required
Source
<xs:element name="heatingSetPointSchedule" type="schedule" minOccurs="0" maxOccurs="1"/>
Element zone / 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 zone / 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 zone / occupantSchedule
Namespace No namespace
Diagram
Diagram Schedule_xsd.tmp#schedule_id Schedule_xsd.tmp#schedule_type Schedule_xsd.tmp#schedule_Name Schedule_xsd.tmp#schedule_Description Schedule_xsd.tmp#yearSchedule Schedule_xsd.tmp#schedule
Type schedule
Properties
content complex
minOccurs 0
maxOccurs 1
Model
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 Use
id xs:ID required
type scheduleEnum required
Source
<xs:element name="occupantSchedule" type="schedule" minOccurs="0" maxOccurs="1"/>
Element zone / hvacSystemIdRef
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="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>
Complex Type zone
Namespace http://www.iepmodel.net
Annotations
These are heat loads.
Diagram
Diagram Zone_xsd.tmp#zone_id Zone_xsd.tmp#zone_name Zone_xsd.tmp#zone_description Zone_xsd.tmp#zone_additionalLoad Zone_xsd.tmp#zone_coolingSetPointSchedule Zone_xsd.tmp#zone_heatingSetPointSchedule Zone_xsd.tmp#zone_floorNo Zone_xsd.tmp#zone_occupancy Zone_xsd.tmp#zone_occupantSchedule Zone_xsd.tmp#zone_hvacSystemIdRef
Used by
Model
Children additionalLoad, coolingSetPointSchedule, description, floorNo, heatingSetPointSchedule, hvacSystemIdRef, name, occupancy, occupantSchedule
Attributes
QName Type Use
id xs:ID optional
Source
<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>
Attribute zone / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type zone
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>