IfcCoilTypeEnum

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

Enumeration defining the typical types of coils.

HISTORY  New enumeration in IFC2x.

Enumeration definition
ConstantDescription
DXCOOLINGCOIL

Cooling coil using a refrigerant to cool the air stream directly.

ELECTRICHEATINGCOIL

Heating coil using electricity as a heating source.

GASHEATINGCOIL

Heating coil using gas as a heating source.

HYDRONICCOIL

Cooling or Heating coil that uses a hydronic fluid as a cooling or heating source.

STEAMHEATINGCOIL

Heating coil using steam as heating source.

WATERCOOLINGCOIL

Cooling coil using chilled water. HYDRONICCOIL supercedes this enumerator.

WATERHEATINGCOIL

Heating coil using hot water as a heating source. HYDRONICCOIL supercedes this enumerator.

USERDEFINED

User-defined coil type.

NOTDEFINED

Undefined coil type.

Formal representations
XML 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

References  References: IfcCoil IfcCoilType

Link to this page  Link to this page