IfcCoilTypeEnum

Natural language names
enCoil Type Enum
frÉnumération des types de bobine
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcCoilTypeEnum
      HYDRONICCOILADDED
Semantic definitions at the type
Type definition

Enumeration defining the typical types of coils.

HISTORY  New enumeration in IFC2x.
Enumeration definition
ConstantDescription
DXCOOLINGCOILCooling coil using a refrigerant to cool the air stream directly.
ELECTRICHEATINGCOILHeating coil using electricity as a heating source.
GASHEATINGCOILHeating coil using gas as a heating source.
HYDRONICCOILCooling or Heating coil that uses a hydronic fluid as a cooling or heating source.
STEAMHEATINGCOILHeating coil using steam as heating source.
WATERCOOLINGCOILCooling coil using chilled water. HYDRONICCOIL supercedes this enumerator.
WATERHEATINGCOILHeating coil using hot water as a heating source. HYDRONICCOIL supercedes this enumerator.
USERDEFINEDUser-defined coil type.
NOTDEFINEDUndefined coil type.
Formal representations
XSD Specification
 <xs:simpleType name="IfcCoilTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="dxcoolingcoil"/>
   <xs:enumeration value="electricheatingcoil"/>
   <xs:enumeration value="gasheatingcoil"/>
   <xs:enumeration value="hydroniccoil"/>
   <xs:enumeration value="steamheatingcoil"/>
   <xs:enumeration value="watercoolingcoil"/>
   <xs:enumeration value="waterheatingcoil"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCoilTypeEnum = ENUMERATION OF (
 DXCOOLINGCOIL,
 ELECTRICHEATINGCOIL,
 GASHEATINGCOIL,
 HYDRONICCOIL,
 STEAMHEATINGCOIL,
 WATERCOOLINGCOIL,
 WATERHEATINGCOIL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page