IFC 4.3.x development

5.3.2.2 IfcEventTypeEnum

5.3.2.2.1 Semantic definitions at the entity

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

HISTORY  New type in IFC4

5.3.2.2.1 Formal representations

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