ifc:IfcPcurve

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

Source

<xs:complexType name="IfcPcurve">
  <xs:complexContent>
    <xs:extension base="ifc:IfcCurve">
      <xs:sequence>
        <xs:element name="BasisSurface" type="ifc:IfcSurface" nillable="true"/>
        <xs:element name="ReferenceCurve" type="ifc:IfcCurve" nillable="true"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>