IfcAirTerminalTypeEnum

Natural language names
Air Terminal Type Enum
Énumération des types d'entrée/sortie d'air
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcAirTerminalTypeEnum
      LOUVREADDED
      EYEBALLXXDELETED
      IRISXXDELETED
      LINEARGRILLEXXDELETED
      LINEARDIFFUSERXXDELETED
Semantic definitions at the type
Type definition

Enumeration defining the functional types of air terminals.

NOTE  Architectural louvres within doors or windows are defined by IfcPermeableCoveringProperties.
HISTORY  New enumeration in IFC2x2. Modified in IFC4 to add LOUVRE and remove EYEBALL, IRIS, LINEARGRILLE, LINEARDIFFUSER.
Enumeration definition
ConstantDescription
DIFFUSERAn outlet discharging supply air in various directions and planes.
GRILLEA covering for any area through which air passes.
LOUVREA rectilinear louvre.
REGISTERA grille typically equipped with a damper or control valve.
USERDEFINEDUser-defined air terminal type.
NOTDEFINEDUndefined air terminal type.
Formal representations
XML Specification
 <xs:simpleType name="IfcAirTerminalTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="diffuser"/>
   <xs:enumeration value="grille"/>
   <xs:enumeration value="louvre"/>
   <xs:enumeration value="register"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAirTerminalTypeEnum = ENUMERATION OF (
 DIFFUSER,
 GRILLE,
 LOUVRE,
 REGISTER,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcAirTerminal IfcAirTerminalType

Link to this page  Link to this page