The optional DefiningPoints element gives a list of points which defines the measured point-defined curve. The measured point-defined curve passes through these points.
<xs:element name="DefiningPoints" type="DefiningPointsMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional DefiningPoints element gives a list of points which defines the measured point-defined curve. The measured point-defined curve passes through these points.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Plane" type="MeasuredPlaneType" minOccurs="0"><xs:annotation><xs:documentation>The optional Plane element is the measured plane in which the measured point-defined curve feature lies.</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 curve feature from a report or an analysis.</xs:documentation></xs:annotation></xs:element>
Complex Type PointDefinedCurveFeatureMeasurementType
Annotations
The PointDefinedCurveFeatureMeasurementType defines the point-defined curve feature measurement information for an individual point-defined curve feature.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PointDefinedCurveFeatureMeasurementType"><xs:annotation><xs:documentation>The PointDefinedCurveFeatureMeasurementType defines the point-defined curve feature measurement information for an individual point-defined curve feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CurveFeatureMeasurementBaseType"><xs:sequence><xs:element name="DefiningPoints" type="DefiningPointsMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional DefiningPoints element gives a list of points which defines the measured point-defined curve. The measured point-defined curve passes through these points.</xs:documentation></xs:annotation></xs:element><xs:element name="Plane" type="MeasuredPlaneType" minOccurs="0"><xs:annotation><xs:documentation>The optional Plane element is the measured plane in which the measured point-defined curve feature lies.</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 curve feature from a report or an analysis.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>