<xs:complexType name="IfcRelAssociatesProfileProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcRelAssociates">
<xs:sequence>
<xs:element name="RelatingProfileProperties">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcProfileProperties" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ProfileSectionLocation" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcShapeAspect" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|