Item | SPF | XML | Change | Description | IFC4x2 to IFC4x3_RC1 |
---|---|---|---|---|
IfcSpatialReferenceSelect | ADDED | IFC4x3_RC2 Update | ||
IfcSpatialReferenceSelect | ||||
IfcGroup | ADDED | |||
IfcSystem | DELETED | IFC4x3_RC3 to IFC4x3_RC4 | ||
IfcSpatialReferenceSelect | MOVED | Schema changed from IFCSHAREDINFRASTRUCTUREELEMENTS to IFCPRODUCTEXTENSION. |
IfcSpatialReferenceSelect provides the option to either select a group occurrence, IfcGroup (and all relevent subtypes), or a product occurance, IfcProduct. for referencing to a spatial element
HISTORY New select type in IFC4x3.
Type | Description |
---|---|
IfcProduct | |
IfcGroup |
<xs:group name="IfcSpatialReferenceSelect">
<xs:choice>
<xs:element ref="ifc:IfcGroup"/>
<xs:element ref="ifc:IfcProduct"/>
</xs:choice>
</xs:group>
TYPE IfcSpatialReferenceSelect = SELECT (
IfcProduct,
IfcGroup);
END_TYPE;
References: IfcRelReferencedInSpatialStructure