IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.2.3.3 IfcResourceApprovalRelationship

8.2.3.3.1 Semantic definition

An IfcResourceApprovalRelationship is used for associating an approval to resource objects. A single approval might be given to one or many items via IfcResourceObjectSelect.

8.2.3.3.2 Entity inheritance

8.2.3.3.3 Attributes

# Attribute Type Description
IfcResourceLevelRelationship (2)
Click to show 2 hidden inherited attributes
IfcResourceApprovalRelationship (2)
3 RelatedResourceObjects SET [1:?] OF IfcResourceObjectSelect

Resource objects that are approved.

4 RelatingApproval IfcApproval

The approval for the resource objects selected.

Table 8.2.3.3.A

8.2.3.3.4 Formal representation

ENTITY IfcResourceApprovalRelationship
SUBTYPE OF (IfcResourceLevelRelationship);
RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect;
RelatingApproval : IfcApproval;
END_ENTITY;

8.2.3.3.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.2.3.3.6 Changelog

8.2.3.3.6.1 IFC4

  • New resource