<xs:element name="Point" type="PointType"><xs:annotation><xs:documentation>The Point element is the location of the individual point.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Normal" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the unit vector normal to the material at the locating point.</xs:documentation></xs:annotation></xs:element>
The abstract PointWithNormalBaseType is the base type for measurement and point-defined-feature points. The direction of the optional normal vector is away from the material.
The id attribute is the QIF id of the point with normal, used for referencing.
Source
<xs:complexType name="PointWithNormalBaseType" abstract="true"><xs:annotation><xs:documentation>The abstract PointWithNormalBaseType is the base type for measurement and point-defined-feature points. The direction of the optional normal vector is away from the material.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Point" type="PointType"><xs:annotation><xs:documentation>The Point element is the location of the individual point.</xs:documentation></xs:annotation></xs:element><xs:element name="Normal" type="UnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the unit vector normal to the material at the locating point.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the point with normal, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the point with normal, used for referencing.</xs:documentation></xs:annotation></xs:attribute>