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) | |||
1 | Name | OPTIONAL IfcLabel |
A name used to identify or qualify the relationship. |
2 | Description | OPTIONAL IfcText |
A description that may apply additional information about the relationship. |
Click to show 2 hidden inherited attributes Click to hide 2 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. |
8.2.3.3.4 Formal representation
ENTITY IfcResourceApprovalRelationship
SUBTYPE OF (IfcResourceLevelRelationship);
RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect;
RelatingApproval : IfcApproval;
END_ENTITY;