ifc:IfcSlippageConnectionCondition

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name ifc:IfcLabel optional
SlippageX ifc:IfcLengthMeasure optional
SlippageY ifc:IfcLengthMeasure optional
SlippageZ 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="IfcSlippageConnectionCondition">
  <xs:complexContent>
    <xs:extension base="ifc:IfcStructuralConnectionCondition">
      <xs:attribute name="SlippageX" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="SlippageY" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="SlippageZ" type="ifc:IfcLengthMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>