<xs:complexType name="IfcRelConnectsWithRealizingElements">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnectsElements">
<xs:sequence>
<xs:element name="RealizingElements">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcElement" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="ifc:itemType" fixed="ifc:IfcElement"/>
<xs:attribute ref="ifc:cType" fixed="set"/>
<xs:attribute ref="ifc:arraySize" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ConnectionType" type="ifc:IfcLabel" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |