HydronicLoop

The HydronicLoop element represents the equipment serving one path of water, or other liquid

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
controlZoneIdRef xsd:IDREF optional
fluidType fluidTypeEnum required
id xsd:ID required
Only use this attribute for secondary loops to reference the primary loop.
loopType loopTypeEnum required
primaryLoopId xsd:IDREF optional
programId xsd:IDREF optional
Please specify the program that added this element.

Used By

Element gbXML

Source

<xsd:element name="HydronicLoop">
  <xsd:annotation>
    <xsd:documentation>The HydronicLoop element represents the equipment serving one path of water, or other liquid</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="Cost" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Reference" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="HydronicLoopEquipment" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="FlowControl" minOccurs="0"/>
      <xsd:element ref="TemperatureControl" minOccurs="0"/>
      <xsd:element ref="DesignCoolT" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="loopType" type="loopTypeEnum" use="required"/>
    <xsd:attribute name="controlZoneIdRef"