![]()  | Coil Type Enum | 
![]()  | Énumération des types de bobine | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 | 
|---|---|---|---|---|
| IfcCoilTypeEnum | ||||
| HYDRONICCOIL | ADDED | 
Enumeration defining the typical types of coils.
HISTORY New enumeration in IFC2x.
| Constant | Description | 
|---|---|
| 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. | 
 <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>
TYPE IfcCoilTypeEnum = ENUMERATION OF (
 DXCOOLINGCOIL, 
 ELECTRICHEATINGCOIL, 
 GASHEATINGCOIL, 
 HYDRONICCOIL, 
 STEAMHEATINGCOIL, 
 WATERCOOLINGCOIL, 
 WATERHEATINGCOIL, 
 USERDEFINED, 
 NOTDEFINED);
END_TYPE;
  References: IfcCoil
IfcCoilType