IfcChillerTypeEnum

Natural language names
enChiller Type Enum
frÉ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
AIRCOOLEDAir cooled chiller.
WATERCOOLEDWater cooled chiller.
HEATRECOVERYHeat recovery chiller.
USERDEFINEDUser-defined chiller type.
NOTDEFINEDUndefined chiller type.
Formal representations
XSD 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

Link to this page  Link to this page