<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema  version="5.0  "
            xmlns:nwis="http://water.usgs.gov/XML/NWIS/5.0" 
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
            elementFormDefault="qualified">

  <xsd:include schemaLocation="Sensor.xsd"/>
  <xsd:include schemaLocation="../shared/IEEE754UncertaintyFloatValue.xsd"/>
  <xsd:include schemaLocation="../shared/ReferenceListCodeType.xsd"/>

  <xsd:complexType name="CrossSectionStationReadingType" 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 name="DepthMeasure" type="IEEE754UncertaintyFloatValueType">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The value of the depth of the cross-section station reading.  The units are in feet.</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="FieldSensor" type="Sensor">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>The 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="ReferenceListCodeType" minOccurs="0">
          <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:element name="Comment" type="xsd:string" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation>
              <Definition>Comment about the cross-section survey station reading.</Definition>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
      </xsd:sequence>
  </xsd:complexType>
</xsd:schema>
