<xs:complexType name="IfcRelInterferesElements">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnects">
<xs:sequence>
<xs:element name="RelatingElement" type="ifc:IfcElement" nillable="true"/>
<xs:element name="RelatedElement" type="ifc:IfcElement" nillable="true"/>
<xs:element name="InterferenceGeometry" type="ifc:IfcConnectionGeometry" nillable="true" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="InterferenceType" type="ifc:IfcIdentifier" use="optional"/>
<xs:attribute name="ImpliedOrder" type="ifc:logical" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |