IFC 4.3.0.0 (IFC4X3) final

7.8.2.3 IfcRailwayTypeEnum

7.8.2.3.1 Semantic definition

Types of railways.

7.8.2.3.2 Type values

Type Description
USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.8.2.3.A

7.8.2.3.3 Formal representation

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

7.8.2.3.4 References