Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcProcedureTypeEnum

Definition from IAI: The IfcProcedureTypeEnum defines the range of different types of procedure that can be specified.

HISTORY: New type in IFC 2x2

Enumeration

Value Definition
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 artefact.
SHUTDOWN A procedure undertaken to shutdown the operation an artefact.
STARTUP A procedure undertaken to start up the operation an artefact.
USERDEFINED
NOTDEFINED

EXPRESS specification:

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