IFC 4.3.x development

5.3.2.5 IfcTaskTypeEnum

5.3.2.5.1 Semantic definitions at the entity

The IfcTaskTypeEnum defines the range of different types of task that can be specified.

HISTORY  New type in IFC4

5.3.2.5.1 Formal representations

TYPE IfcTaskTypeEnum = ENUMERATION OF
	(REMOVAL
	,MAINTENANCE
	,LOGISTIC
	,OPERATION
	,DISPOSAL
	,DEMOLITION
	,DISMANTLE
	,MOVE
	,INSTALLATION
	,CONSTRUCTION
	,ATTENDANCE
	,RENOVATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;