<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema  
            xmlns:nwis="http://water.usgs.gov/XML/NWIS/4.8" 
             
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
            elementFormDefault="qualified" version="4.8">

  <xsd:include schemaLocation="FieldSensor.xsd"/>
  <xsd:include schemaLocation="../shared/IEEE754UncertaintyFloatValue.xsd"/>

    <xsd:complexType name="CrossSectionSurveyComparisonReadingType">
    <xsd:annotation>
      <xsd:documentation>
        <Definition>The comparison information, for a parameter, that is used to relate the values read at the monitor measurement point to the median values of the parameter in the cross-section.</Definition>
      </xsd:documentation>
    </xsd:annotation>
      <xsd:sequence>
        <xsd:element ref="FieldSensor">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The field sensor used to measure the value of the parameter</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="PointReadingMeasure" type="IEEE754UncertaintyFloatValueType">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The value of the point reading at the monitor measurement point, for the parameter. The default units are defined by the Field Sensor.</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="MedianReadingMeasure" type="IEEE754UncertaintyFloatValueType">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The median value for the parameter as computed from all of the parameter readings in the cross-section. The default units are defined by the Field Sensor.</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="CofficientMeasure" type="IEEE754UncertaintyFloatValueType">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The coefficient value for the parameter when applied to the point value should correct the point value to the median of the cross-section readings.</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
    </xsd:complexType>
</xsd:schema>
