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