IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.1.3.3 IfcOrganization(组织)

RV ⓘ
AbV ⓘ

8.1.3.3.1 语义定义(Semantic definition)

具有企业标识的命名和结构化分组。

8.1.3.3.2 实体继承(Entity inheritance)

8.1.3.3.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcOrganization (8)
1 Identification OPTIONAL IfcIdentifier

组织的标识。

2 Name IfcLabel

用于指代组织的单词或词组。

3 Description OPTIONAL IfcText

描述组织性质的文本。

4 Roles OPTIONAL LIST [1:?] OF IfcActorRole

组织扮演的角色。

5 Addresses OPTIONAL LIST [1:?] OF IfcAddress

组织的邮政和电信地址。

IsRelatedBy SET [0:?] OF IfcOrganizationRelationship FOR RelatedOrganizations

IfcOrganizationRelationship 中 RelatedOrganizations 关系的反向关系。

Relates SET [0:?] OF IfcOrganizationRelationship FOR RelatingOrganization

IfcOrganizationRelationship 中 RelatingOrganization 关系的反向关系。

Engages SET [0:?] OF IfcPersonAndOrganization FOR TheOrganization

IfcOrganization 参与的 IfcPersonAndOrganization 关系的反向关系。

表 8.1.3.3.A

8.1.3.3.4 形式化表示(Formal representation)

ENTITY IfcOrganization;
	Identification : OPTIONAL IfcIdentifier;
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
	Roles : OPTIONAL LIST [1:?] OF IfcActorRole;
	Addresses : OPTIONAL LIST [1:?] OF IfcAddress;
 INVERSE
	IsRelatedBy : SET [0:?] OF IfcOrganizationRelationship FOR RelatedOrganizations;
	Relates : SET [0:?] OF IfcOrganizationRelationship FOR RelatingOrganization;
	Engages : SET [0:?] OF IfcPersonAndOrganization FOR TheOrganization;
END_ENTITY;

8.1.3.3.5 参考文献