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 id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="RunoutCharacteristicMeasurementBaseType" abstract="true"><xs:annotation><xs:documentation>The RunoutCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured runout 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:sequence></xs:extension></xs:complexContent></xs:complexType>