<xs:complexType name="IfcRelConnectsPathElements">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnectsElements">
<xs:sequence>
<xs:element name="RelatingPriorities">
<xs:complexType>
<xs:sequence>
<xs:element ref="ex:long-wrapper" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ex:long-wrapper" />
<xs:attribute ref="ex:cType" fixed="list" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="RelatedPriorities">
<xs:complexType>
<xs:sequence>
<xs:element ref="ex:long-wrapper" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ex:long-wrapper" />
<xs:attribute ref="ex:cType" fixed="list" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="RelatedConnectionType" type="ifc:IfcConnectionTypeEnum" />
<xs:element name="RelatingConnectionType" type="ifc:IfcConnectionTypeEnum" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|