ifc:IfcPointOnSurface

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
PointParameterU ifc:IfcParameterValue optional
PointParameterV ifc:IfcParameterValue 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="IfcPointOnSurface">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPoint">
      <xs:sequence>
        <xs:element name="BasisSurface" type="ifc:IfcSurface" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="PointParameterU" type="ifc:IfcParameterValue" use="optional"/>
      <xs:attribute name="PointParameterV" type="ifc:IfcParameterValue" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>