5.3.2.3 IfcProcedureTypeEnum
5.3.2.3.1 Semantic definition
The IfcProcedureTypeEnum defines the range of different types of procedure that can be specified.
5.3.2.3.2 Type values
| Type | Description | 
|---|---|
ADVICE_CAUTION
 | 
 A caution that should be taken note of as a procedure or when carrying out a procedure.  | 
ADVICE_NOTE
 | 
 Additional information or advice that should be taken note of as a procedure or when carrying out a procedure.  | 
ADVICE_WARNING
 | 
 A warning of potential danger that should be taken note of as a procedure or when carrying out a procedure.  | 
CALIBRATION
 | 
 A procedure undertaken to calibrate an artifact.  | 
DIAGNOSTIC
 | 
 Diagnostic  | 
SHUTDOWN
 | 
 A procedure undertaken to shutdown the operation of an artifact.  | 
STARTUP
 | 
 A procedure undertaken to start up the operation of an artifact.  | 
USERDEFINED
 | 
 User defined.  | 
NOTDEFINED
 | 
 Undefined.  | 
5.3.2.3.3 Formal representation
TYPE IfcProcedureTypeEnum = ENUMERATION OF
	(ADVICE_CAUTION
	,ADVICE_NOTE
	,ADVICE_WARNING
	,CALIBRATION
	,DIAGNOSTIC
	,SHUTDOWN
	,STARTUP
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;