IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

5.4.3.57 IfcRelReferencedInSpatialStructure

AbRV ⓘ
RV ⓘ

5.4.3.57.1 Semantic definition

The objectified relationship, IfcRelReferencedInSpatialStructure is used to assign elements in addition to those levels of the project spatial structure, in which they are referenced, but not primarily contained. It is also used to connect a system to the relevant spatial element that it serves.

Any element can be referenced to zero, one or several levels of the spatial structure. Whereas the IfcRelContainedInSpatialStructure relationship is required to be hierarchical (an element can only be contained in exactly one spatial structure element), the IfcRelReferencedInSpatialStructure is not restricted to be hierarchical.

Predefined spatial structure elements to which elements can be assigned are

Elements can also be referenced in a spatial zone that is provided as IfcSpatialZone.

Figure 5.4.3.57.A shows the use of IfcRelContainedInSpatialStructure and IfcRelReferencedInSpatialStructure to assign an IfcCurtainWall to two different levels within the spatial structure. It is primarily contained within the ground floor, and additionally referenced within the first and second floor.

reference and containment
Figure 5.4.3.57.A — Relationship for spatial structure referencing

5.4.3.57.2 Entity inheritance

5.4.3.57.3 Attributes

# Attribute Type Description
IfcRoot (4)
1 GlobalId IfcGloballyUniqueId

Assignment of a globally unique identifier within the entire software world.

2 OwnerHistory OPTIONAL IfcOwnerHistory

Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,

3 Name OPTIONAL IfcLabel

Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule.

4 Description OPTIONAL IfcText

Optional description, provided for exchanging informative comments.

Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes
IfcRelReferencedInSpatialStructure (2)
5 RelatedElements SET [1:?] OF IfcSpatialReferenceSelect

Set of objects, which are referenced within this level of the spatial structure hierarchy.

6 RelatingStructure IfcSpatialElement

Spatial structure element, within which the objects are referenced. An object can be referenced within multiple elements of the project spatial structure.

Table 5.4.3.57.B

5.4.3.57.4 Formal propositions

Name Description
AllowedRelatedElements

The relationship object shall not be used to include other spatial structure elements into a spatial structure element. The hierarchy of the spatial structure is defined using IfcRelAggregates. Exception: an IfcSpace can be referenced by another spatial structure element, in particular by an IfcSpatialZone.

SIZEOF(QUERY(temp <* RelatedElements | ('IFC4X3_DEV_9d19c824.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF(temp)) AND (NOT ('IFC4X3_DEV_9d19c824.IFCSPACE' IN TYPEOF(temp)))
)) = 0
Table 5.4.3.57.C

5.4.3.57.5 Concept usage

Concept Usage Description
IfcRoot (2)
Revision Control General

Ownership, history, and merge state is captured using IfcOwnerHistory.

Software Identity General

IfcRoot assigns the globally unique ID. In addition it may provide for a name and a description about the concept.

Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts
Table 5.4.3.57.D

5.4.3.57.6 Formal representation

ENTITY IfcRelReferencedInSpatialStructure
 SUBTYPE OF (IfcRelConnects);
	RelatedElements : SET [1:?] OF IfcSpatialReferenceSelect;
	RelatingStructure : IfcSpatialElement;
 WHERE
	AllowedRelatedElements : SIZEOF(QUERY(temp <* RelatedElements | ('IFC4X3_DEV_9d19c824.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF(temp)) AND (NOT ('IFC4X3_DEV_9d19c824.IFCSPACE' IN TYPEOF(temp)))
)) = 0;
END_ENTITY;

5.4.3.57.7 References

Edit on Github


Is this page difficult to understand? Let us know!

5.4.3.57.8 Changelog

5.4.3.57.8.1 IFC4

5.4.3.57.8.2 IFC4.3_DEV_70ee25e8