<?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="CrossSectionSurveyStationReadingType" abstract="false">
    <xsd:annotation>
      <xsd:documentation>
        <Definition>A reading for single parameter taken at  a cross-section station, during the cross section survey.</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="ReadingMeasure" type="IEEE754UncertaintyFloatValueType">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The value of the parameter read for the station of the survey.  The units are defined by the field sensor.</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
	<xsd:element name="RemarkCode" type="xsd:NMTOKEN">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The code indicating a remark about the cross-section station reading value.</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
  </xsd:complexType>
</xsd:schema>
