WasteWaterHREff

Waste water heat recovery efficiency

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
unit unitlessUnitEnum required

Used By

Elements ExtEquip, IntEquip

Source

<xsd:element name="WasteWaterHREff">
  <xsd:annotation>
    <xsd:documentation>Waste water heat recovery efficiency</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:decimal">
        <xsd:attribute name="unit" type="unitlessUnitEnum" use="required"/>
        <xsd:attribute name="airLoopIdRef" type="xsd:IDREF">
          <xsd:annotation>
            <xsd:documentation>ID pointing to an air loop</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="hydronicLoopIdRef" type="xsd:IDREF">
          <xsd:annotation>
            <xsd:documentation>ID pointing to a hydronic loop</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample