<xs:complexType name="IfcRelConnectsStructuralMember">
<xs:complexContent>
<xs:extension base="ifc:IfcRelConnects">
<xs:sequence>
<xs:element name="RelatingStructuralMember">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcStructuralMember" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RelatedStructuralConnection">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcStructuralConnection" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="AppliedCondition" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcBoundaryCondition" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="AdditionalConditions" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcStructuralConnectionCondition" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="SupportedLength" type="ifc:IfcLengthMeasure" nillable="true" minOccurs="0" />
<xs:element name="ConditionCoordinateSystem" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcAxis2Placement3D" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|