Space Boundary Select | |
Sélection de type de limite d'espace |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcSpaceBoundarySelect | ADDED |
The IfcSpaceBoundarySelect selects either an internal space for internal or external space boundaries, or an external spatial element for external space boundaries at the outer envelop of the building.
HISTORY New select type in IFC4.
SELECT
Type | Description |
---|---|
IfcSpace | |
IfcExternalSpatialElement |
<xs:group name="IfcSpaceBoundarySelect">
<xs:choice>
<xs:element ref="ifc:IfcExternalSpatialElement"/>
<xs:element ref="ifc:IfcSpace"/>
</xs:choice>
</xs:group>
TYPE IfcSpaceBoundarySelect = SELECT (
IfcSpace,
IfcExternalSpatialElement);
END_TYPE;
References: IfcRelSpaceBoundary