8.1.3.3 IfcOrganization
8.1.3.3.1 Semantic definition
A named and structured grouping with a corporate identity.
8.1.3.3.2 Entity inheritance
8.1.3.3.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcOrganization (8) | |||
1 | Identification | OPTIONAL IfcIdentifier |
Identification of the organization. |
2 | Name | IfcLabel |
The word, or group of words, by which the organization is referred to. |
3 | Description | OPTIONAL IfcText |
Text that relates the nature of the organization. |
4 | Roles | OPTIONAL LIST [1:?] OF IfcActorRole |
Roles played by the organization. |
5 | Addresses | OPTIONAL LIST [1:?] OF IfcAddress |
Postal and telecom addresses of an organization. |
IsRelatedBy | SET [0:?] OF IfcOrganizationRelationship FOR RelatedOrganizations |
The inverse relationship for relationship RelatedOrganizations of IfcOrganizationRelationship. |
|
Relates | SET [0:?] OF IfcOrganizationRelationship FOR RelatingOrganization |
The inverse relationship for relationship RelatingOrganization of IfcOrganizationRelationship. |
|
Engages | SET [0:?] OF IfcPersonAndOrganization FOR TheOrganization |
Inverse relationship to IfcPersonAndOrganization relationships in which IfcOrganization is engaged. |
8.1.3.3.4 Examples
-
Figure 8.1.3.3.A -
Figure 8.1.3.3.B -
Figure 8.1.3.3.C -
Figure 8.1.3.3.D -
Figure 8.1.3.3.E -
Figure 8.1.3.3.F -
Figure 8.1.3.3.G -
Figure 8.1.3.3.H -
Figure 8.1.3.3.I -
Figure 8.1.3.3.J -
Figure 8.1.3.3.K -
Figure 8.1.3.3.L -
Figure 8.1.3.3.M -
Figure 8.1.3.3.N -
Figure 8.1.3.3.O -
Figure 8.1.3.3.P -
Figure 8.1.3.3.Q -
Figure 8.1.3.3.R
8.1.3.3.5 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;