IfcFilterTypeEnum

Natural language names
Filter Type Enum
Enumération des types de filtre
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcFilterTypeEnum
      COMPRESSEDAIRFILTERADDED
Semantic definitions at the type
Type definition

This enumeration defines the various types of filter typically used within building services distribution systems:

HISTORY  New enumeration in IFC2x. COMPRESSEDAIRFILTER added in IFC4.
Enumeration definition
ConstantDescription
AIRPARTICLEFILTERA filter used to remove particulates from air.
COMPRESSEDAIRFILTERA filter used to remove particulates from compressed air.
ODORFILTERA filter used to remove odors from air.
OILFILTERA filter used to remove particulates from oil.
STRAINERA filter used to remove particulates from a fluid.
WATERFILTERA filter used to remove particulates from water.
USERDEFINEDUser-defined filter type.
NOTDEFINEDUndefined filter type.
Formal representations
XML Specification
 <xs:simpleType name="IfcFilterTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="airparticlefilter"/>
   <xs:enumeration value="compressedairfilter"/>
   <xs:enumeration value="odorfilter"/>
   <xs:enumeration value="oilfilter"/>
   <xs:enumeration value="strainer"/>
   <xs:enumeration value="waterfilter"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFilterTypeEnum = ENUMERATION OF (
 AIRPARTICLEFILTER,
 COMPRESSEDAIRFILTER,
 ODORFILTER,
 OILFILTER,
 STRAINER,
 WATERFILTER,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcFilter IfcFilterType

Link to this page  Link to this page