<xs:complexType name="IfcRelConnectsPorts">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnects">
<xs:sequence>
<xs:element name="RelatingPort">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcPort" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RelatedPort">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcPort" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RealizingElement" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcElement" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|