6.6.2.6 IfcPavementTypeEnum
6.6.2.6.1 Semantic definition
This container defines the different predefined types of course elements that can further specify an IfcPavement or IfcPavementType.
6.6.2.6.2 Type values
| Type | Description | 
|---|---|
FLEXIBLE
 | 
 Pavement with a bituminous surfacing and with a base layer with or without a hydrocarbon binder.  | 
RIGID
 | 
 Pavement substantially constructed of cement concrete.  | 
USERDEFINED
 | 
 User-defined type.  | 
NOTDEFINED
 | 
 Undefined type.  | 
6.6.2.6.3 Formal representation
TYPE IfcPavementTypeEnum = ENUMERATION OF
	(FLEXIBLE
	,RIGID
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;