8.1.3.6 IfcPersonAndOrganization(人员和组织)
RV ⓘ
AbV ⓘ
8.1.3.6.1 语义定义(Semantic definition)
该实体代表代表组织行事的人员。
8.1.3.6.2 实体继承(Entity inheritance)
8.1.3.6.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcPersonAndOrganization (3) | |||
| 1 | ThePerson | IfcPerson |
与组织相关的人员。 |
| 2 | TheOrganization | IfcOrganization |
人员所属的组织。 |
| 3 | Roles | OPTIONAL LIST [1:?] OF IfcActorRole |
人员在组织上下文中扮演的角色。这些可能与 ThePerson.Roles 中的角色不同,后者可以在没有组织上下文的情况下声明。 |
8.1.3.6.4 形式化表示(Formal representation)
ENTITY IfcPersonAndOrganization;
ThePerson : IfcPerson;
TheOrganization : IfcOrganization;
Roles : OPTIONAL LIST [1:?] OF IfcActorRole;
END_ENTITY;