IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.3.3.3 IfcProcedure

RV ⓘ
AbV ⓘ

5.3.3.3.1 Semantic definition

An IfcProcedure is a logical set of actions to be taken in response to an event or to cause an event to occur.

5.3.3.3.1.1 Use definitions

IfcProcedure is used to capture information about stepped processes such as calibration, start/stop procedures for equipment items, designated actions to take in the event of an emergency etc. A procedure is not a task, but may describe a set of tasks and their order of occurrence in response to or to cause an event.

As shown in Figure 5.3.3.3.1.1.A, IfcProcedure does not restrict anything but describes specific steps of how something should happen. While a procedure does control/restrict in the sense of indicating "this is how the task should be performed" by nature of describing inner detail, this is not different than parts of a product indicating "this is how the parts should be assembled". Consequently, it doesn't restrict the outer item as a whole but provides inner detail of the item.

procedure example
Figure 5.3.3.3.1.1.A — Procedure relationships

5.3.3.3.2 Entity inheritance

5.3.3.3.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcObjectDefinition (7)
IfcObject (5)
IfcProcess (5)
Click to show 21 hidden inherited attributes
IfcProcedure (1)
8 PredefinedType OPTIONAL IfcProcedureTypeEnum

Identifies the predefined types of a procedure from which the type required may be set.

Table 5.3.3.3.1.1.B

5.3.3.3.4 Formal propositions

Name Description
CorrectPredefinedType

Either the PredefinedType attribute is unset, or the inherited attribute ObjectType must be asserted when the value of PredefinedType is set to USERDEFINED.

NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcProcedureTypeEnum.USERDEFINED) OR
((PredefinedType = IfcProcedureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType))
HasName

The Name attribute should be inserted to describe the task name.

EXISTS(SELF\IfcRoot.Name)
Table 5.3.3.3.1.1.C

5.3.3.3.5 Property sets

  • Pset_Risk
    • RiskName
    • RiskType
    • NatureOfRisk
    • RiskAssessmentMethodology
    • UnmitigatedRiskLikelihood
    • UnmitigatedRiskConsequence
    • UnmitigatedRiskSignificance
    • MitigationPlanned
    • MitigatedRiskLikelihood
    • MitigatedRiskConsequence
    • MitigatedRiskSignificance
    • MitigationProposed
    • AssociatedProduct
    • AssociatedActivity
    • AssociatedLocation

5.3.3.3.6 Concept usage

Concept Usage Description
IfcRoot (2)
IfcObjectDefinition (9)
IfcObject (5)
IfcProcess (4)
Click to show 20 hidden inherited concepts
IfcProcedure (4)
Object Nesting General

The IfcProcedure may be contained within an IfcTask or IfcProcedure using the IfcRelNests relationship. An IfcProcedure may in turn nest other IfcProcedure or IfcEvent entities. Such nesting indicates decomposed level of detail.

This concept can be applied to the following resources:

Object Typing General

IfcProcedure defines the anticipated or actual occurrence of any procedure; common information about procedure types is handled by IfcProcedureType.

This concept can be applied to the following resources:

Process Assignment General
Sequential Connectivity General

The relationship IfcRelSequence is used to indicate control flow. An IfcProcedure as a successor to an IfcEvent indicates that the procedure should be performed in response to the event. An IfcProcedure as a predecessor to an IfcEvent indicates that the event should be triggered following the procedure. As procedures have arbitrary duration, the IfcRelSequence.SequenceType attribute has no effect on an IfcProcedure but still applies to the opposite end of the relationship if IfcTask is used.

Table 5.3.3.3.1.1.D

5.3.3.3.7 Formal representation

ENTITY IfcProcedure
SUBTYPE OF (IfcProcess);
PredefinedType : OPTIONAL IfcProcedureTypeEnum;
WHERE
CorrectPredefinedType : NOT(EXISTS(PredefinedType)) OR (PredefinedType <> IfcProcedureTypeEnum.USERDEFINED) OR
((PredefinedType = IfcProcedureTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType));
HasName : EXISTS(SELF\IfcRoot.Name);
END_ENTITY;

5.3.3.3.8 References

Edit on Github


Is this page difficult to understand? Let us know!

5.3.3.3.9 Changelog

5.3.3.3.9.1 IFC4

  • where rule, CorrectPredefinedType
  • where rule, HasName
  • attribute, ProcedureType
  • attribute, UserDefinedProcedureType
  • where rule, WR1
  • where rule, WR2
  • where rule, WR3
  • where rule, WR4
  • attribute ProcedureID name, Changed from "ProcedureID" to "PredefinedType"
  • attribute ProcedureID optional, Changed from "False" to "True"
  • attribute ProcedureID type, Changed from "IfcIdentifier" to "IfcProcedureTypeEnum"