<xs:element name="Value" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The Value element is the measured value. Where parts are checked using hard gages, it is anticipated that the Value will not be populated.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxValue" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValue element is the maximum of the measured measured value when reported.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinValue" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum of the measured measured value when reported.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="GeometricCharacteristicMeasurementBaseType" abstract="true"><xs:annotation><xs:documentation>The GeometricCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured geometric characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicMeasurementBaseType"><xs:sequence><xs:element name="Value" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The Value element is the measured value. Where parts are checked using hard gages, it is anticipated that the Value will not be populated.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxValue" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValue element is the maximum of the measured measured value when reported.</xs:documentation></xs:annotation></xs:element><xs:element name="MinValue" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum of the measured measured value when reported.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>