ifc:IfcRelConnectsStructuralMember

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
Name ifc:IfcLabel optional
SupportedLength ifc:IfcLengthMeasure optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<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>