AirLoopEquipment

A piece of equipment serving an air-loop. This is generalized to be able to contain any type of air loop equipment. The air loop equipment are ordered as they exist on the airloop. A blow-through system should have fan listed before the coils. A draw-through system should have the fan listed after the coils.

Element Information

Model

Attributes

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

Used By

Element AirLoop

Source

<xsd:element name="AirLoopEquipment">
  <xsd:annotation>
    <xsd:documentation>A piece of equipment serving an air-loop. This is generalized to be able to contain any type of air loop equipment. The air loop equipment are ordered as they exist on the airloop. A blow-through system should have fan listed before the coils. A draw-through system should have the fan listed after the coils.</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="Model" minOccurs="0"/>
      <xsd:element ref="Manufacturer" minOccurs="0"/>
      <xsd:element ref="RatedFlow" minOccurs="0"/>
      <xsd:element ref="MinFlow" minOccurs="0"/>
      <xsd:element ref="OperationSchedule" minOccurs="0"/>
      <xsd:element ref="MotorInAirstream" minOccurs="0"/>
      <xsd:element ref="Temp" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Enthalpy" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="ResetTemperature" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="DeltaP" minOccurs="0"/>
      <xsd:element ref="DeltaT" minOccurs="0"/>
      <xsd:element ref="MinRelativeHumidity" minOccurs="0"/>
      <xsd:element ref="MaxRelativeHumidity" minOccurs="0"/>
      <xsd:element ref="Power" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Capacity" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Control" minOccurs="0" maxOccurs="unbounded"/>
      <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="Life" minOccurs="0"/>
      <xsd:element ref="WaterLoss" minOccurs="0"/>
      <xsd:element ref="Energy" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="HydronicLoopId" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Reference" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="RefrigerantType" minOccurs="0"/>
      <xsd:element ref="CADObjectId" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="GeneralGeometry" minOccurs="0"/>
      </