IFC 4.3.x development

5.3.2.7 IfcWorkPlanTypeEnum

5.3.2.7.1 Semantic definitions at the entity

An IfcWorkPlanTypeEnum is an enumeration data type that specifies the types of work plan from which the relevant control can be selected.

HISTORY  Introduced in IFC4. Derived from IfcWorkControlTypeEnum that was introduced in IFC2.0.

5.3.2.7.1 Formal representations

TYPE IfcWorkPlanTypeEnum = ENUMERATION OF
	(BASELINE
	,ACTUAL
	,PLANNED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;