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 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;