Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcApprovalRelationship

Definition from IAI: An IfcApprovalRelationship associates two approvals, having e.g. different status or level as approval process or the approved objects evolve.

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

ENTITY IfcApprovalRelationship;
RelatedApproval  :  IfcApproval;
RelatingApproval  :  IfcApproval;
Description  :  OPTIONAL IfcText;
Name  :  IfcLabel;
END_ENTITY;

Attribute definitions:

RelatedApproval  :  The approval that relates to another approval
RelatingApproval  :  The approval that other approval is related to.
Description  :  Textual description explaining the relationship between approvals.
Name  :  The human readable name given to the relationship between the approvals.

Inheritance graph

ENTITY IfcApprovalRelationship;
ENTITY IfcApprovalRelationship;
RelatedApproval  :  IfcApproval;
RelatingApproval  :  IfcApproval;
Description  :  OPTIONAL IfcText;
Name  :  IfcLabel;
END_ENTITY;