IfcWasteTerminalTypeEnum

Natural language names
Waste Terminal Type Enum
Enumération des type de stockage de déchets
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcWasteTerminalTypeEnum
      GREASEINTERCEPTORXXDELETED
      OILINTERCEPTORXXDELETED
      PETROLINTERCEPTORXXDELETED
Semantic definitions at the type
Type definition

The IfcWasteTerminalTypeEnum defines the range of different types of waste terminal that can be specified.

HISTORY  New type in IFC2x2. GREASEINTERCEPTOR, OILINTERCEPTOR, PETROLINTERCEPTOR moved to IfcInterceptorTypeEnum in IFC4.
Enumeration definition
ConstantDescription
FLOORTRAPPipe fitting, set into the floor, that retains liquid to prevent the passage of foul air
FLOORWASTEPipe fitting, set into the floor, that collects waste water and discharges it to a separate trap.
GULLYSUMPPipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover.
GULLYTRAPPipe fitting or assembly of fittings that receives surface water or waste water; fitted with a grating or sealed cover that discharges water through a trap.
ROOFDRAINPipe fitting, set into the roof, that collects rainwater for discharge into the rainwater system.
WASTEDISPOSALUNITElectrically operated device that reduces kitchen or other waste into fragments small enough to be flushed into a drainage system.
WASTETRAPPipe fitting, set adjacent to a sanitary terminal, that retains liquid to prevent the passage of foul air.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcWasteTerminalTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="floortrap"/>
   <xs:enumeration value="floorwaste"/>
   <xs:enumeration value="gullysump"/>
   <xs:enumeration value="gullytrap"/>
   <xs:enumeration value="roofdrain"/>
   <xs:enumeration value="wastedisposalunit"/>
   <xs:enumeration value="wastetrap"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcWasteTerminalTypeEnum = ENUMERATION OF (
 FLOORTRAP,
 FLOORWASTE,
 GULLYSUMP,
 GULLYTRAP,
 ROOFDRAIN,
 WASTEDISPOSALUNIT,
 WASTETRAP,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcWasteTerminal IfcWasteTerminalType

Link to this page  Link to this page