ifc:IfcLine

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:IfcLine

Source

<xs:complexType name="IfcLine">
  <xs:complexContent>
    <xs:extension base="ifc:IfcCurve">
      <xs:sequence>
        <xs:element name="Pnt" type="ifc:IfcCartesianPoint" nillable="true"/>
        <xs:element name="Dir" type="ifc:IfcVector" nillable="true"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>