<xs:element name="Point" type="MeasuredPointType"><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="MeasuredUnitVectorType" 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 MeasuredPointWithNormalBaseType is the base type for the results of measurement and measured 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, used for referencing.
Source
<xs:complexType name="MeasuredPointWithNormalBaseType" abstract="true"><xs:annotation><xs:documentation>The abstract MeasuredPointWithNormalBaseType is the base type for the results of measurement and measured 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="MeasuredPointType"><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="MeasuredUnitVectorType" 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, 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, used for referencing.</xs:documentation></xs:annotation></xs:attribute>