The required n attribute is the number of tolerance zones in this set.
Source
<xs:element name="ZoneDataSet" type="ZoneDataSetType" minOccurs="0"><xs:annotation><xs:documentation>The optional ZoneDataSet element gives information about the tolerance zones for the characteristic.</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 id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="LocationCharacteristicMeasurementBaseType" abstract="true"><xs:annotation><xs:documentation>The LocationCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured location characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="GeometricCharacteristicMeasurementBaseType"><xs:sequence><xs:element name="ZoneDataSet" type="ZoneDataSetType" minOccurs="0"><xs:annotation><xs:documentation>The optional ZoneDataSet element gives information about the tolerance zones for the characteristic.</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:sequence></xs:extension></xs:complexContent></xs:complexType>