IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.1.3.4 IfcOrganizationRelationship(组织关系)

8.1.3.4.1 语义定义(Semantic definition)

IfcOrganizationRelationship 在一个作为关联方的组织与一个或多个作为被关联方的组织之间建立关联关系。

8.1.3.4.2 实体继承(Entity inheritance)

8.1.3.4.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcResourceLevelRelationship (2)
1 Name OPTIONAL IfcLabel

用于标识或限定关系的名称。

2 Description OPTIONAL IfcText

可为关系提供附加信息的描述说明。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcOrganizationRelationship (2)
3 RelatingOrganization IfcOrganization

作为组织间关系中关联方的组织。

4 RelatedOrganizations SET [1:?] OF IfcOrganization

作为组织间关系中被关联方的其他(可能是从属的)组织。

表 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 参考文献