IfcProcedureTypeEnum

Natural language names
Procedure Type Enum
Enumération des types de procédure
Semantic definitions at the type
Type definition

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

HISTORY  New type in IFC2x2
Enumeration definition
ConstantDescription
ADVICE_CAUTIONA caution that should be taken note of as a procedure or when carrying out a procedure.
ADVICE_NOTEAdditional information or advice that should be taken note of as a procedure or when carrying out a procedure.
ADVICE_WARNINGA warning of potential danger that should be taken note of as a procedure or when carrying out a procedure.
CALIBRATIONA procedure undertaken to calibrate an artifact.
DIAGNOSTIC
SHUTDOWNA procedure undertaken to shutdown the operation an artifact.
STARTUPA procedure undertaken to start up the operation an artifact.
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcProcedureTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="advice_caution"/>
   <xs:enumeration value="advice_note"/>
   <xs:enumeration value="advice_warning"/>
   <xs:enumeration value="calibration"/>
   <xs:enumeration value="diagnostic"/>
   <xs:enumeration value="shutdown"/>
   <xs:enumeration value="startup"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcProcedureTypeEnum = ENUMERATION OF (
 ADVICE_CAUTION,
 ADVICE_NOTE,
 ADVICE_WARNING,
 CALIBRATION,
 DIAGNOSTIC,
 SHUTDOWN,
 STARTUP,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcProcedure IfcProcedureType

Link to this page  Link to this page