<xs:complexType name="IfcRelSpaceBoundary">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnects">
<xs:sequence>
<xs:element name="RelatingSpace">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcSpace" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RelatedBuildingElement" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcElement" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ConnectionGeometry" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcConnectionGeometry" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="PhysicalOrVirtualBoundary" type="ifc:IfcPhysicalOrVirtualEnum" />
<xs:element name="InternalOrExternalBoundary" type="ifc:IfcInternalOrExternalEnum" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|