ifc:IfcSectionProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
SectionType ifc:IfcSectionTypeEnum 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="IfcSectionProperties">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPreDefinedProperties">
      <xs:sequence>
        <xs:element name="StartProfile" type="ifc:IfcProfileDef" nillable="true"/>
        <xs:element name="EndProfile" type="ifc:IfcProfileDef" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="SectionType" type="ifc:IfcSectionTypeEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>