The optional DefiningPoints element gives a list of measured points defining the measured point-surface. The measured point-defined surface passes through these points.
<xs:element name="DefiningPoints" type="DefiningPointsMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional DefiningPoints element gives a list of measured points defining the measured point-surface. The measured point-defined surface passes through these points.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error of the point-defined surface feature from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
Complex Type PointDefinedSurfaceFeatureMeasurementType
Annotations
The PointDefinedSurfaceFeatureMeasurementType defines the point-defined surface feature measurement information for an individual point-defined surface feature.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PointDefinedSurfaceFeatureMeasurementType"><xs:annotation><xs:documentation>The PointDefinedSurfaceFeatureMeasurementType defines the point-defined surface feature measurement information for an individual point-defined surface feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureMeasurementBaseType"><xs:sequence><xs:element name="DefiningPoints" type="DefiningPointsMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional DefiningPoints element gives a list of measured points defining the measured point-surface. The measured point-defined surface passes through these points.</xs:documentation></xs:annotation></xs:element><xs:element name="Form" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Form element is the form error of the point-defined surface feature from a report or an analysis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>