Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcApprovalPropertyRelationship

Definition from IAI: IfcApprovalPropertyRelationship is used for associating an approval to properties. A single approval might be given to one or many instances of IfcProperty.

NOTE: The assignment of IfcApproval to objects and property sets is handled in the IfcControlExtension by introducing an IfcRelAssociatesApproval relationship class.

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

ENTITY IfcApprovalPropertyRelationship;
ApprovedProperties  :  SET [1:?] OF IfcProperty;
Approval  :  IfcApproval;
END_ENTITY;

Attribute definitions:

ApprovedProperties  :  Properties approved by the approval.
Approval  :  The approval for the properties selected.

Inheritance graph

ENTITY IfcApprovalPropertyRelationship;
ENTITY IfcApprovalPropertyRelationship;
ApprovedProperties  :  SET [1:?] OF IfcProperty;
Approval  :  IfcApproval;
END_ENTITY;