ifc:IfcPolyline

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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

Element ifc:IfcPolyline

Source

<xs:complexType name="IfcPolyline">
  <xs:complexContent>
    <xs:extension base="ifc:IfcBoundedCurve">
      <xs:sequence>
        <xs:element name="Points">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcCartesianPoint" minOccurs="2" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcCartesianPoint"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>