IfcChillerTypeEnum

Natural language names
Chiller Type Enum
Énumération des types de refroidisseurs
Semantic definitions at the type
Type definition

Enumeration defining the typical types of Chillers classified by their method of heat rejection.

HISTORY  New enumeration in IFC2x.

Enumeration definition
ConstantDescription
AIRCOOLED

Air cooled chiller.

WATERCOOLED

Water cooled chiller.

HEATRECOVERY

Heat recovery chiller.

USERDEFINED

User-defined chiller type.

NOTDEFINED

Undefined chiller type.

Formal representations
XML Specification
 <xs:simpleType name="IfcChillerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="aircooled"/>
   <xs:enumeration value="watercooled"/>
   <xs:enumeration value="heatrecovery"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcChillerTypeEnum = ENUMERATION OF (
 AIRCOOLED,
 WATERCOOLED,
 HEATRECOVERY,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcChiller IfcChillerType

Link to this page  Link to this page