IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

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.

Table 8.1.3.4.A

8.1.3.4.4 Formal representation

ENTITY IfcOrganizationRelationship
 SUBTYPE OF (IfcResourceLevelRelationship);
	RelatingOrganization : IfcOrganization;
	RelatedOrganizations : SET [1:?] OF IfcOrganization;
END_ENTITY;

8.1.3.4.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.1.3.4.6 Changelog

8.1.3.4.6.1 IFC4

  • attribute, Description
  • attribute, Name