7.6.2.5 IfcWasteTerminalTypeEnum
7.6.2.5.1 Semantic definition
The IfcWasteTerminalTypeEnum defines the range of different types of waste terminal that can be specified.
7.6.2.5.2 Type values
| Type | Description | 
|---|---|
FLOORTRAP
 | 
 Pipe fitting, set into the floor, that retains liquid to prevent the passage of foul air  | 
FLOORWASTE
 | 
 Pipe fitting, set into the floor, that collects waste water and discharges it to a separate trap.  | 
GULLYSUMP
 | 
 Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover.  | 
GULLYTRAP
 | 
 Pipe 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.  | 
ROOFDRAIN
 | 
 Pipe fitting, set into the roof, that collects rainwater for discharge into the rainwater system.  | 
WASTEDISPOSALUNIT
 | 
 Electrically operated device that reduces kitchen or other waste into fragments small enough to be flushed into a drainage system.  | 
WASTETRAP
 | 
 Pipe fitting, set adjacent to a sanitary terminal, that retains liquid to prevent the passage of foul air.  | 
USERDEFINED
 | 
 User-defined type.  | 
NOTDEFINED
 | 
 Undefined type.  | 
7.6.2.5.3 Formal representation
TYPE IfcWasteTerminalTypeEnum = ENUMERATION OF
	(FLOORTRAP
	,FLOORWASTE
	,GULLYSUMP
	,GULLYTRAP
	,ROOFDRAIN
	,WASTEDISPOSALUNIT
	,WASTETRAP
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;