IFC 4.3.0.0 (IFC4X3) final

5.3.2.2 IfcEventTypeEnum

5.3.2.2.1 Semantic definition

The IfcEventTypeEnum defines the range of different types of event that can be specified.

5.3.2.2.2 Type values

Type Description
ENDEVENT

A terminating event of a process.

INTERMEDIATEEVENT

An event that occurs at an intermediate stage of a process.

STARTEVENT

An initiating event of a process.

USERDEFINED

User defined.

NOTDEFINED

Not defined.

Table 5.3.2.2.A

5.3.2.2.3 Formal representation

TYPE IfcEventTypeEnum = ENUMERATION OF
	(ENDEVENT
	,INTERMEDIATEEVENT
	,STARTEVENT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.3.2.2.4 References