IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

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

A control in which actual items undertaken are indicated.

BASELINE

A control that is a baseline from which changes that are made later can be recognized.

PLANNED

Planned

USERDEFINED

User defined

NOTDEFINED

Undefined.

Table 5.3.2.7.A

5.3.2.7.3 Formal representation

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

5.3.2.7.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.3.2.7.5 Changelog

5.3.2.7.5.1 IFC4

  • New resource