ifc:IfcStructuralAnalysisModel

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
Name ifc:IfcLabel optional
ObjectType ifc:IfcLabel optional
PredefinedType ifc:IfcAnalysisModelTypeEnum 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="IfcStructuralAnalysisModel">
  <xs:complexContent>
    <xs:extension base="ifc:IfcSystem">
      <xs:sequence>
        <xs:element name="OrientationOf2DPlane" type="ifc:IfcAxis2Placement3D" nillable="true" minOccurs="0"/>
        <xs:element name="LoadedBy" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcStructuralLoadGroup" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcStructuralLoadGroup"/>
            <xs:attribute ref="ifc:cType" fixed="set"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="HasResults" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcStructuralResultGroup" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcStructuralResultGroup"/>
            <xs:attribute ref="ifc:cType" fixed="set"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="SharedPlacement" type="ifc:IfcObjectPlacement" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="PredefinedType" type="ifc:IfcAnalysisModelTypeEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>