IfcInterceptorTypeEnum

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

The IfcInterceptorTypeEnum defines the range of different types of interceptor that can be specified.

HISTORY  New type in IFC4.
Enumeration definition
ConstantDescription
CYCLONICRemoves larger liquid drops or larger solid particles.
GREASEChamber, on the line of a drain or discharge pipe, that prevents grease passing into a drainage system.
OILOne or more chambers arranged to prevent the ingress of oil to a drain or sewer that retains the oil for later removal.
PETROLTwo or more chambers with inlet and outlet pipes arranged to allow petrol/gasoline collected on the surface of water drained into them to evaporate through ventilating pipes.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcInterceptorTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="cyclonic"/>
   <xs:enumeration value="grease"/>
   <xs:enumeration value="oil"/>
   <xs:enumeration value="petrol"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcInterceptorTypeEnum = ENUMERATION OF (
 CYCLONIC,
 GREASE,
 OIL,
 PETROL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcInterceptor IfcInterceptorType

Link to this page  Link to this page