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.  | 
5.3.2.2.3 Formal representation
TYPE IfcEventTypeEnum = ENUMERATION OF
	(ENDEVENT
	,INTERMEDIATEEVENT
	,STARTEVENT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;