5.1.3.34 IfcRelDeclares
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 Click to hide 4 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. |
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. |
|
5.1.3.34.5 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
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;