IFC 4.3.x development

5.3.2.4 IfcSequenceEnum

5.3.2.4.1 Semantic definitions at the entity

IfcSequenceEnum is an enumeration that defines the different ways in which a time lag is applied to a sequence between two processes.

HISTORY  New entity in IFC1.0

5.3.2.4.1 Formal representations

TYPE IfcSequenceEnum = ENUMERATION OF
	(START_START
	,START_FINISH
	,FINISH_START
	,FINISH_FINISH
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;