IFC 4.3.x development

5.3.2.3 IfcProcedureTypeEnum

5.3.2.3.1 Semantic definitions at the entity

The IfcProcedureTypeEnum defines the range of different types of procedure that can be specified.

HISTORY  New type in IFC2x2

5.3.2.3.1 Formal representations

TYPE IfcProcedureTypeEnum = ENUMERATION OF
	(ADVICE_NOTE
	,ADVICE_CAUTION
	,ADVICE_WARNING
	,DIAGNOSTIC
	,CALIBRATION
	,SHUTDOWN
	,STARTUP
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;