IfcFireSuppressionTerminalTypeEnum

Natural language names
Fire Suppression Terminal Type Enum
Enumération des types d'appareil terminal d'extinction d'incendie
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC2 to IFC4x3_RC3
    IfcFireSuppressionTerminalTypeEnum
      FIREMONITORADDED
Semantic definitions at the type
Type definition

The IfcFireSuppressionTerminalTypeEnum defines the range of different types of fire suppression terminal that can be specified.

HISTORY  New type in IFC2x2.

Enumeration definition
ConstantDescription
BREECHINGINLET

Symmetrical pipe fitting that unites two or more inlets into a single pipe. A breeching inlet may be used on either a wet or dry riser. Used by fire services personnel for fast connection of fire appliance hose reels. May also be used for foam.

FIREHYDRANT

Device, fitted to a pipe, through which a temporary supply of water may be provided. May also be termed a stand pipe.

HOSEREEL

A supporting framework on which a hose may be wound.

SPRINKLER

Device for sprinkling water from a pipe under pressure over an area.

SPRINKLERDEFLECTOR

Device attached to a sprinkler to deflect the water flow into a spread pattern to cover the required area.

FIREMONITOR
USERDEFINED

User-defined type

NOTDEFINED

Underined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcFireSuppressionTerminalTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="breechinginlet"/>
   <xs:enumeration value="firehydrant"/>
   <xs:enumeration value="hosereel"/>
   <xs:enumeration value="sprinkler"/>
   <xs:enumeration value="sprinklerdeflector"/>
   <xs:enumeration value="firemonitor"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFireSuppressionTerminalTypeEnum = ENUMERATION OF (
 BREECHINGINLET,
 FIREHYDRANT,
 HOSEREEL,
 SPRINKLER,
 SPRINKLERDEFLECTOR,
 FIREMONITOR,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcFireSuppressionTerminal IfcFireSuppressionTerminalType

Link to this page  Link to this page