5.3.2.7 IfcWorkPlanTypeEnum
5.3.2.7.1 Semantic definition
An IfcWorkPlanTypeEnum is an enumeration data type that specifies the types of work plan from which the relevant control can be selected.
5.3.2.7.2 Type values
| Type | Description |
|---|---|
ACTUAL
| |
BASELINE
| |
PLANNED
| |
USERDEFINED
| |
NOTDEFINED
|
5.3.2.7.3 Formal representation
TYPE IfcWorkPlanTypeEnum = ENUMERATION OF
(ACTUAL
,BASELINE
,PLANNED
,USERDEFINED
,NOTDEFINED);
END_TYPE;