5.3.2.4 IfcSequenceEnum
5.3.2.4.1 Semantic definition
IfcSequenceEnum is an enumeration that defines the different ways in which a time lag is applied to a sequence between two processes.
5.3.2.4.2 Type values
| Type | Description |
|---|---|
FINISH_FINISH
| |
FINISH_START
| |
START_FINISH
| |
START_START
| |
USERDEFINED
| |
NOTDEFINED
|
5.3.2.4.3 Formal representation
TYPE IfcSequenceEnum = ENUMERATION OF
(FINISH_FINISH
,FINISH_START
,START_FINISH
,START_START
,USERDEFINED
,NOTDEFINED);
END_TYPE;