Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcRelAssociatesApproval

Definition from IAI: The entity IfcRelAssociatesApproval is used to apply approval information defined by IfcApproval, in IfcApprovalResource schema, to all subtypes of IfcRoot.

NOTE: This entity replaces the IfcApprovalUsage in IFC2x

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

ENTITY IfcRelAssociatesApproval
SUBTYPE OF ( IfcRelAssociates);
RelatingApproval  :  IfcApproval;
END_ENTITY;

Attribute definitions:

RelatingApproval  :  Reference to approval that is being applied using this relationship.

Inheritance graph

ENTITY IfcRelAssociatesApproval;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelationship;
ENTITY IfcRelAssociates;
RelatedObjects  :  SET [1:?] OF IfcRoot;
ENTITY IfcRelAssociatesApproval;
RelatingApproval  :  IfcApproval;
END_ENTITY;