ifc:IfcStructuralLoadPlanarForce

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name ifc:IfcLabel optional
PlanarForceX ifc:IfcPlanarForceMeasure optional
PlanarForceY ifc:IfcPlanarForceMeasure optional
PlanarForceZ ifc:IfcPlanarForceMeasure 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="IfcStructuralLoadPlanarForce">
  <xs:complexContent>
    <xs:extension base="ifc:IfcStructuralLoadStatic">
      <xs:attribute name="PlanarForceX" type="ifc:IfcPlanarForceMeasure" use="optional"/>
      <xs:attribute name="PlanarForceY" type="ifc:IfcPlanarForceMeasure" use="optional"/>
      <xs:attribute name="PlanarForceZ" type="ifc:IfcPlanarForceMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>