ifc:IfcBoundaryEdgeCondition

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name ifc:IfcLabel 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="IfcBoundaryEdgeCondition">
  <xs:complexContent>
    <xs:extension base="ifc:IfcBoundaryCondition">
      <xs:sequence>
        <xs:element name="TranslationalStiffnessByLengthX" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcModulusOfTranslationalSubgradeReactionSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="TranslationalStiffnessByLengthY" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcModulusOfTranslationalSubgradeReactionSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="TranslationalStiffnessByLengthZ" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcModulusOfTranslationalSubgradeReactionSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="RotationalStiffnessByLengthX" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcModulusOfRotationalSubgradeReactionSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="RotationalStiffnessByLengthY" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcModulusOfRotationalSubgradeReactionSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="RotationalStiffnessByLengthZ" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcModulusOfRotationalSubgradeReactionSelect"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>