IFC 4.3.0.0 (IFC4X3) final

7.9.2.2 IfcRoadTypeEnum

7.9.2.2.1 Semantic definition

The predefined type container that collects all possible road facility types together into the implemented enumeration.

7.9.2.2.2 Type values

Type Description
USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.9.2.2.A

7.9.2.2.3 Formal representation

TYPE IfcRoadTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.9.2.2.4 References