Navigation

IfcOrganizationRelationship

Definition from IAI: IfcOrganizationRelationship establishes an association between one relating organization, and one or more related organizations.

HISTORY New entity in IFC Release 2x.
ISSUE See issue and change log for changes made in IFC Release 2x.

EXPRESS specification:

ENTITY IfcOrganizationRelationship;
Name  :  IfcLabel;
Description  :  OPTIONAL IfcText;
RelatingOrganization  :  IfcOrganization;
RelatedOrganizations  :  SET [1:?] OF IfcOrganization;
END_ENTITY;

Attribute definitions:

Name  :  The word or group of words by which the relationship is referred to.
Description  :  Text that relates the nature of the relationship.
RelatingOrganization  :  Organization which is the relating part of the relationship between organizations.
RelatedOrganizations  :  The other, possibly dependent, organizations which are the related parts of the relationship between organizations.

References (2):

Name Type Referred through Express-G
IfcOrganization Entity
Attribute 'IsRelatedBy'
Attribute 'Relates'
Diagram 1

Inheritance graph

ENTITY IfcOrganizationRelationship;
ENTITY IfcOrganizationRelationship;
Name  :  IfcLabel;
Description  :  OPTIONAL IfcText;
RelatingOrganization  :  IfcOrganization;
RelatedOrganizations  :  SET [1:?] OF IfcOrganization;
END_ENTITY;