ifc:IfcStructuralLoadSingleDisplacement

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
DisplacementX ifc:IfcLengthMeasure optional
DisplacementY ifc:IfcLengthMeasure optional
DisplacementZ ifc:IfcLengthMeasure optional
Name ifc:IfcLabel optional
RotationalDisplacementRX ifc:IfcPlaneAngleMeasure optional
RotationalDisplacementRY ifc:IfcPlaneAngleMeasure optional
RotationalDisplacementRZ ifc:IfcPlaneAngleMeasure 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="IfcStructuralLoadSingleDisplacement">
  <xs:complexContent>
    <xs:extension base="ifc:IfcStructuralLoadStatic">
      <xs:attribute name="DisplacementX" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="DisplacementY" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="DisplacementZ" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="RotationalDisplacementRX" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
      <xs:attribute name="RotationalDisplacementRY" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
      <xs:attribute name="RotationalDisplacementRZ" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>