ifc:IfcStructuralCurveMember

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:IfcStructuralCurveMemberTypeEnum 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="IfcStructuralCurveMember">
  <xs:complexContent>
    <xs:extension base="ifc:IfcStructuralMember">
      <xs:sequence>
        <xs:element name="Axis" type="ifc:IfcDirection" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="PredefinedType" type="ifc:IfcStructuralCurveMemberTypeEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>