IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

5.1.3.34 IfcRelDeclares

RV ⓘ
AbV ⓘ

5.1.3.34.1 Semantic definition

The objectified relationship IfcRelDeclares handles the declaration of objects (subtypes of IfcObject) or properties (subtypes of IfcPropertyDefinition) to a project or project library (represented by IfcProject, or IfcProjectLibrary).

The relationship handles the assignment of other objects, like IfcActor, or IfcTypeObject to the project, or project library. The attribute RelatedDefinitions provides the references to the first level objects, that are the objects within the context. All other objects that relate to the first level objects are also defined in the context.

The RelatingContext is the project, or project library that comprises all objects. The unit assignments and the presentation contexts defined at IfcProject or IfcProjectLibrary apply to all these objects.

5.1.3.34.2 Entity inheritance

5.1.3.34.3 Attributes

# Attribute Type Description
IfcRoot (4)
Click to show 4 hidden inherited attributes
IfcRelDeclares (2)
5 RelatingContext IfcContext

Reference to the IfcProject to which additional information is assigned.

6 RelatedDefinitions SET [1:?] OF IfcDefinitionSelect

Set of object or property definitions that are assigned to a context and to which the unit and representation context definitions of that context apply.

Table 5.1.3.34.A

5.1.3.34.4 Formal propositions

Name Description
NoSelfReference

The instance to which the relation points shall not be contained in the set of RelatedObjects.

SIZEOF(QUERY(Temp <* RelatedDefinitions | RelatingContext :=: Temp)) = 0
Table 5.1.3.34.B

5.1.3.34.5 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 5.1.3.34.C

5.1.3.34.6 Formal representation

ENTITY IfcRelDeclares
SUBTYPE OF (IfcRelationship);
RelatingContext : IfcContext;
RelatedDefinitions : SET [1:?] OF IfcDefinitionSelect;
WHERE
NoSelfReference : SIZEOF(QUERY(Temp <* RelatedDefinitions | RelatingContext :=: Temp)) = 0;
END_ENTITY;

5.1.3.34.7 References

Edit on Github

7 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!

5.1.3.34.8 Changelog

5.1.3.34.8.1 IFC4

  • New resource