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>
<xs:element name="Bonus" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Bonus element is the size of the applied bonus.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ReferenceLength" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ReferenceLength element is the length of the applied tolerance zone.</xs:documentation></xs:annotation></xs:element>
The optional DRFTransformActualId element is the QIF id of the measured transform associated with the mobile datum reference frame for this characteristic.
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 measured transform associated with the mobile datum reference frame for this characteristic.</xs:documentation></xs:annotation></xs:element>
Complex Type OrientationCharacteristicMeasurementBaseType
Annotations
The OrientationCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured orientation characteristic evaluation.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="OrientationCharacteristicMeasurementBaseType" abstract="true"><xs:annotation><xs:documentation>The OrientationCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured orientation characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="GeometricCharacteristicMeasurementBaseType"><xs:sequence><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="Bonus" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Bonus element is the size of the applied bonus.</xs:documentation></xs:annotation></xs:element><xs:element name="ReferenceLength" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ReferenceLength element is the length of the applied tolerance zone.</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 measured transform associated with the mobile datum reference frame for this characteristic.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>