5.3.2.8 IfcWorkScheduleTypeEnum
5.3.2.8.1 Semantic definition
An IfcWorkScheduleTypeEnum is an enumeration data type that specifies the types of work schedule from which the relevant process can be selected.
5.3.2.8.2 Type values
| Type | Description |
|---|---|
ACTUAL
| |
BASELINE
| |
PLANNED
| |
USERDEFINED
| |
NOTDEFINED
|
5.3.2.8.3 Formal representation
TYPE IfcWorkScheduleTypeEnum = ENUMERATION OF
(ACTUAL
,BASELINE
,PLANNED
,USERDEFINED
,NOTDEFINED);
END_TYPE;