8.1.3.4 IfcOrganizationRelationship
8.1.3.4.1 Semantic definition
The IfcOrganizationRelationship establishes an association between one relating organization and one or more related organizations.
8.1.3.4.2 Entity inheritance
8.1.3.4.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 | |||
| IfcOrganizationRelationship (2) | |||
| 3 | RelatingOrganization | IfcOrganization | 
 Organization which is the relating part of the relationship between organizations.  | 
| 4 | RelatedOrganizations | SET [1:?] OF IfcOrganization | 
 The other, possibly dependent, organizations which are the related parts of the relationship between organizations.  | 
8.1.3.4.4 Formal representation
ENTITY IfcOrganizationRelationship
 SUBTYPE OF (IfcResourceLevelRelationship);
	RelatingOrganization : IfcOrganization;
	RelatedOrganizations : SET [1:?] OF IfcOrganization;
END_ENTITY;