<xs:element name="Value" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value.</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 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 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="LinearCoordinateCharacteristicMeasurementType"><xs:annotation><xs:documentation>The LinearCoordinateCharacteristicMeasurementType defines the results of a measured linear coordinate characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CoordinateCharacteristicMeasurementBaseType"><xs:sequence><xs:element name="Value" type="MeasuredLinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value.</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 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 value when reported.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>