IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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

A process in which actual items undertaken are indicated.

BASELINE

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

PLANNED

A process showing planned items.

USERDEFINED

User defined.

NOTDEFINED

Undefined.

Table 5.3.2.8.A

5.3.2.8.3 Formal representation

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

5.3.2.8.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.3.2.8.5 Changelog

5.3.2.8.5.1 IFC4

  • New resource