8.1.3.6 IfcPersonAndOrganization
RV ⓘ
AbV ⓘ
8.1.3.6.1 Semantic definition
This entity represents a person acting on behalf of an organization.
8.1.3.6.2 Entity inheritance
8.1.3.6.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcPersonAndOrganization (3) | |||
1 | ThePerson | IfcPerson |
The person who is related to the organization. |
2 | TheOrganization | IfcOrganization |
The organization to which the person is related. |
3 | Roles | OPTIONAL LIST [1:?] OF IfcActorRole |
Roles played by the person within the context of an organization. These may differ from the roles in ThePerson.Roles which may be asserted without organizational context. |
8.1.3.6.4 Formal representation
ENTITY IfcPersonAndOrganization;
ThePerson : IfcPerson;
TheOrganization : IfcOrganization;
Roles : OPTIONAL LIST [1:?] OF IfcActorRole;
END_ENTITY;