IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.1.3.3 IfcOrganization

AbRV ⓘ
RV ⓘ

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.

Table 8.1.3.3.A

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;

8.1.3.3.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.1.3.3.6 Changelog

8.1.3.3.6.1 IFC4

  • attribute Id name, Changed from "Id" to "Identification"

8.1.3.3.6.2 IFC4.3_DEV_70ee25e8

  • attribute Addresses, Is now deprecated. Use Pset_Address instead related to an IfcActor with TheActor pointing to this entity.