HydronicLoopEquipment

A piece of equipment serving a hydronic loop (most commonly a water loop). This is generalized to be able to contain any type of hydronic loop equipment.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
equipmentType hydronicEquipTypeEnum required
id xsd:ID required
primaryLoopId xsd:IDREF optional
programId xsd:IDREF optional
Please specify the program that added this element.
waterMeterIdRef xsd:IDREF optional
waterScheduleIdRef xsd:IDREF optional

Used By

Element HydronicLoop

Source

<xsd:element name="HydronicLoopEquipment">
  <xsd:annotation>
    <xsd:documentation>A piece of equipment serving a hydronic loop (most commonly a water loop). This is generalized to be able to contain any type of hydronic loop 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="OperationSchedule" minOccurs="0"/>
      <xsd:element ref="Temp" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="ResetTemperature" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="HydronicLoopId" minOccurs="0" maxOccurs="unbounded">
        <xsd:annotation>
          <xsd:documentation>Use this element to point to another loop. For instance if this is a chiller and is a child of a chilled water loop, use this element to point at a cooling water loop.</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="RatedFlow" minOccurs="0" maxOccurs="2"/>
      <xsd:element ref="MinFlow" minOccurs="0" maxOccurs="2"/>
      <xsd:element ref="DeltaT" minOccurs="0" maxOccurs="2"/>
      <xsd:element ref="DeltaP" minOccurs="0" maxOccurs="2"/>
      <xsd:element ref="Power" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Capacity" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Efficiency" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Control" 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="Life" minOccurs="0"/>
      <xsd:element ref="RefrigerantType" minOccurs="0"/>
      <xsd:element ref="Energy" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Age" minOccurs="0"/>
      <xsd:element ref="Reference" minOccurs="0" maxOccurs="unbounded"/>