IFC 4.3.x development

5.3.2.8 IfcWorkScheduleTypeEnum

5.3.2.8.1 Semantic definitions at the entity

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

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

5.3.2.8.1 Formal representations

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