8.1.3.6 IfcPersonAndOrganization
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 Examples
-

Figure 8.1.3.6.A -

Figure 8.1.3.6.B -

Figure 8.1.3.6.C -

Figure 8.1.3.6.D -

Figure 8.1.3.6.E -

Figure 8.1.3.6.F -

Figure 8.1.3.6.G -

Figure 8.1.3.6.H -

Figure 8.1.3.6.I -

Figure 8.1.3.6.J -

Figure 8.1.3.6.K -

Figure 8.1.3.6.L -

Figure 8.1.3.6.M -

Figure 8.1.3.6.N -

Figure 8.1.3.6.O -

Figure 8.1.3.6.P -

Figure 8.1.3.6.Q -

Figure 8.1.3.6.R
8.1.3.6.5 Formal representation
ENTITY IfcPersonAndOrganization;
ThePerson : IfcPerson;
TheOrganization : IfcOrganization;
Roles : OPTIONAL LIST [1:?] OF IfcActorRole;
END_ENTITY;