ExtEquip

External equipment. This is generalized to be able to contain any type of external equipment.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
airLoopIdRef xsd:IDREF optional
ID pointing to an air loop
hydronicLoopIdRef xsd:IDREF optional
ID pointing to a hydronic loop
id xsd:ID required
programId xsd:IDREF optional
Please specify the program that added this element.
scheduleIdRef xsd:IDREF optional
ID for the schedule of transmittance of a shading surface
type extEquipTypeEnum required
waterMeterIdRef xsd:IDREF optional
waterScheduleIdRef xsd:IDREF optional
waterTempScheduleIdRef xsd:IDREF optional

Used By

Element gbXML

Source

<xsd:element name="ExtEquip">
  <xsd:annotation>
    <xsd:documentation>External equipment. This is generalized to be able to contain any type of external equipment.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Name" minOccurs="0"/>
      <xsd:element ref="Description" minOccurs="0"/>
      <xsd:element ref="Manufacturer" minOccurs="0"/>
      <xsd:element ref="Model" minOccurs="0"/>
      <xsd:element ref="ElecLoad" minOccurs="0"/>
      <xsd:element ref="FuelLoad" minOccurs="0"/>
      <xsd:element ref="LatentLoad" minOccurs="0"/>
      <xsd:element ref="WindSpeed" minOccurs="0"/>
      <xsd:element ref="Efficiency" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Performance" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Cost" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Weight" minOccurs="0"/>
      <xsd:element ref="WasteWaterHREff" minOccurs="0"/>
      <xsd:element ref="WaterUsePerCycle" minOccurs="0"/>
      <xsd:element ref="RatedFlow" minOccurs="0"/>
      <xsd:element ref="Power" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="CyclesPerWeek" minOccurs="0"/>
      <xsd:element ref="Energy" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="GeneralGeometry" minOccurs="0"/>