IfcHeatExchangerTypeEnum

Natural language names
enHeat Exchanger Type Enum
frEnumération des types d'échangeur de chaleur
Semantic definitions at the type
Type definition

Enumeration defining the typical types of heat exchangers.

HISTORY  New enumeration in IFC2x.
Enumeration definition
ConstantDescription
PLATEPlate heat exchanger.
SHELLANDTUBEShell and Tube heat exchanger.
USERDEFINEDUser-defined heat exchanger type.
NOTDEFINEDUndefined heat exchanger type.
Formal representations
XSD Specification
 <xs:simpleType name="IfcHeatExchangerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="plate"/>
   <xs:enumeration value="shellandtube"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcHeatExchangerTypeEnum = ENUMERATION OF (
 PLATE,
 SHELLANDTUBE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page