IFC 4.3.2.20250905 (IFC4X3_ADD2) under development

  • Help suggest improvements
  • Get user or developer support

5.4.3.57 IfcRelReferencedInSpatialStructure

RV ⓘ
AbV ⓘ

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.

The primary containment relationship between an element and the spatial structure is handled by IfcRelContainedInSpatialStructure.

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.

A curtain wall might span through several stories, in this case it can be contained within the ground floor, but it would be referenced by all additional stories it spans.

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
New entity in IFC2x3.

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.

Only the last modification is stored - either as addition, deletion or modification. The attribute has been changed to be OPTIONAL.
3 Name OPTIONAL IfcLabel

An 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

An optional description, provided to exchange 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.

The relaxation to allow IfcSpace has been included.
SIZEOF(QUERY(temp <* RelatedElements | ('IFC4X3_DEV_bc7847cd.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF(temp)) AND (NOT ('IFC4X3_DEV_bc7847cd.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 also provide a name and description for 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_bc7847cd.IFCSPATIALSTRUCTUREELEMENT' IN TYPEOF(temp)) AND (NOT ('IFC4X3_DEV_bc7847cd.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_33fdbb94