Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcApprovalActorRelationship

Definition from IAI: IfcApprovalActorRelationship is used for associating actors to approvals. An actor may be identified as a person or an organisation, and may have a specified role in the approval process, e.g. either requesting or giving approval.

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

ENTITY IfcApprovalActorRelationship;
Actor  :  IfcActorSelect;
Approval  :  IfcApproval;
Role  :  IfcActorRole;
END_ENTITY;

Attribute definitions:

Actor  :  The reference to the actor who is acting in the given role on the approval specified in this relationship.
Approval  :  The approval on which the actor is acting in the role specified in this relationship.
Role  :  The role of the actor w.r.t the approval.

Inheritance graph

ENTITY IfcApprovalActorRelationship;
ENTITY IfcApprovalActorRelationship;
Actor  :  IfcActorSelect;
Approval  :  IfcApproval;
Role  :  IfcActorRole;
END_ENTITY;