The optional WorstPositiveDeviation element is the most positive deviation in the direction of the surface or curve normal. This deviation can be a negative number.
<xs:element name="WorstPositiveDeviation" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstPositiveDeviation element is the most positive deviation in the direction of the surface or curve normal. This deviation can be a negative number.</xs:documentation></xs:annotation></xs:element>
The optional WorstNegativeDeviation element is the most negative deviation in the direction of the surface or curve normal. This deviation can be a positive number.
<xs:element name="WorstNegativeDeviation" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstNegativeDeviation element is the most negative deviation in the direction of the surface or curve normal. This deviation can be a positive number.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of point deviations in this set.
Source
<xs:element name="PointDeviations" type="PointDeviationsType" minOccurs="0"><xs:annotation><xs:documentation>The optional PointDeviations element is a list of the vector deviations of measurement points from nominal.</xs:documentation></xs:annotation></xs:element>
The optional DatumsOk element specifies whether the datum features passed all their associated characteristic evaluations. The element is set to "true" for passed all, is set to "false" for did not pass all, and is not present if the status of the datum features is unknown.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="DatumsOk" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional DatumsOk element specifies whether the datum features passed all their associated characteristic evaluations. The element is set to "true" for passed all, is set to "false" for did not pass all, and is not present if the status of the datum features is unknown.</xs:documentation></xs:annotation></xs:element>
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="DRFTransformActualId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional DRFTransformActualId element is the QIF id of the actual transform associated with the mobile DRF of this characteristic.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SecondCompositeSegmentProfileMeasurement" type="CompositeSegmentProfileMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional SecondCompositeSegmentProfileMeasurement gives information about the second segment of a measured composite frame profile characteristic.</xs:documentation></xs:annotation></xs:element>
The optional ThirdCompositeSegmentProfileMeasurement gives information about the third segment of a measured composite frame profile characteristic. This element may be used only if the SecondCompositeSegmentProfileMeasurement element is used.
<xs:element name="ThirdCompositeSegmentProfileMeasurement" type="CompositeSegmentProfileMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThirdCompositeSegmentProfileMeasurement gives information about the third segment of a measured composite frame profile characteristic. This element may be used only if the SecondCompositeSegmentProfileMeasurement element is used.</xs:documentation></xs:annotation></xs:element>
The optional FourthCompositeSegmentProfileMeasurement gives information about the fourth segment of a measured composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileMeasurement element is used.
<xs:element name="FourthCompositeSegmentProfileMeasurement" type="CompositeSegmentProfileMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional FourthCompositeSegmentProfileMeasurement gives information about the fourth segment of a measured composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileMeasurement element is used.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="ProfileCharacteristicMeasurementBaseType" abstract="true"><xs:annotation><xs:documentation>The ProfileCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured profile characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="GeometricCharacteristicMeasurementBaseType"><xs:sequence><xs:element name="WorstPositiveDeviation" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstPositiveDeviation element is the most positive deviation in the direction of the surface or curve normal. This deviation can be a negative number.</xs:documentation></xs:annotation></xs:element><xs:element name="WorstNegativeDeviation" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstNegativeDeviation element is the most negative deviation in the direction of the surface or curve normal. This deviation can be a positive number.</xs:documentation></xs:annotation></xs:element><xs:element name="PointDeviations" type="PointDeviationsType" minOccurs="0"><xs:annotation><xs:documentation>The optional PointDeviations element is a list of the vector deviations of measurement points from nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="DatumsOk" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional DatumsOk element specifies whether the datum features passed all their associated characteristic evaluations. The element is set to "true" for passed all, is set to "false" for did not pass all, and is not present if the status of the datum features is unknown.</xs:documentation></xs:annotation></xs:element><xs:element name="DRFTransformActualId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional DRFTransformActualId element is the QIF id of the actual transform associated with the mobile DRF of this characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="SecondCompositeSegmentProfileMeasurement" type="CompositeSegmentProfileMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional SecondCompositeSegmentProfileMeasurement gives information about the second segment of a measured composite frame profile characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="ThirdCompositeSegmentProfileMeasurement" type="CompositeSegmentProfileMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThirdCompositeSegmentProfileMeasurement gives information about the third segment of a measured composite frame profile characteristic. This element may be used only if the SecondCompositeSegmentProfileMeasurement element is used.</xs:documentation></xs:annotation></xs:element><xs:element name="FourthCompositeSegmentProfileMeasurement" type="CompositeSegmentProfileMeasurementType" minOccurs="0"><xs:annotation><xs:documentation>The optional FourthCompositeSegmentProfileMeasurement gives information about the fourth segment of a measured composite frame profile characteristic. This element may be used only if the ThirdCompositeSegmentProfileMeasurement element is used.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>