4.5.1.6 Spatial Composition

Provision of a spatial structure of the project by aggregating spatial elements. The spatial structure is a hierarchical tree of spatial elements ultimately assigned to the project. Composition refers to the relationship to a higher level element (e.g. this storey is part of a building or this road segment is part of a road).

NOTE  The link between the highest level spatial element(s) and the project is provided by this concept through IfcRelAggregates and not through declaration using IfcRelDeclares. This is a known anomaly intruduced to maintain compatibility with earlier versions of this standard.

The project spatial structure may be made up of a selection of different spatial structure elements with the most generic and simplest form from high to low level as follows: IfcProject, IfcSite, IfcFacility (or any of its subtypes), IfcFacilityPart (or _IfcBuildingStorey in the case of buildings), and IfcSpace with IfcSite, FacilityPart and IfcSpace being optional levels. Therefore a spatial structure element should only be part of an element at the same or higher level, with the exception of IfcFacility which can be part of an IfcFacilityPart to allow for the regional or longitudinal division of a higjh level facility in to sections which can then contain one or more smaller functional facilities.

Where possible the relevant subtype of IfcFacility should be used to describe the spatial structure element in question. When a adequate subtype of IfcFacility with predefined or user defined type is not available the higher level, generic IfcFacility entity can be instantiated with the relevant and agreed typing identifier defined in IfcFacility.ObjectType. This allows for nearly full coverage of built environment domains and/or scenarios that have yet to be addressed with specific extensions.

In addition to the identified spatial structure elements IfcSpatialZone can be used to provide cross domain or functional zones within a project, these elements are included into the hierarchy using the Spatial Containment concept (IfcRelContainedInSpatialStructure) and can be aggregated into a functional hierarchy in the same manner as other spatial structure elements with the constraint that an IfcSpatialZone can only composed under another IfcSpatialZone.

Figure 152 illustrates an instance diagram.

Spatial CompositionIfcSpatialElementIfcRelAggregatesIfcProjectIfcLabelIfcSpatialElementIfcLabel

Figure 152 — Spatial Composition

mvdXML Specification
<?xml version="1.0" encoding="utf-8"?>
<ConceptTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="8c0fd2f7-71bb-4e6e-8fdb-0c02b352f14a" name="Spatial Composition" applicableSchema="IFC4" applicableEntity="IfcSpatialElement">
  <Rules>
    <AttributeRule AttributeName="Decomposes">
      <EntityRules>
        <EntityRule EntityName="IfcRelAggregates">
          <AttributeRules>
            <AttributeRule RuleID="RelatingObject" AttributeName="RelatingObject">
              <EntityRules>
                <EntityRule EntityName="IfcProject">
                  <AttributeRules>
                    <AttributeRule RuleID="ProjectName" AttributeName="Name">
                      <EntityRules>
                        <EntityRule EntityName="IfcLabel" />
                      </EntityRules>
                    </AttributeRule>
                  </AttributeRules>
                </EntityRule>
                <EntityRule EntityName="IfcSpatialElement">
                  <AttributeRules>
                    <AttributeRule RuleID="SpatialElementName" AttributeName="Name">
                      <EntityRules>
                        <EntityRule EntityName="IfcLabel" />
                      </EntityRules>
                    </AttributeRule>
                  </AttributeRules>
                </EntityRule>
              </EntityRules>
            </AttributeRule>
          </AttributeRules>
        </EntityRule>
      </EntityRules>
    </AttributeRule>
  </Rules>
</ConceptTemplate>

Link to this page  Link to this page