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

  <xsd:include schemaLocation="Sensor.xsd"/>
  <xsd:include schemaLocation="MonitorCheckReading.xsd"/>

  <xsd:element name="MonitorCheckReadingSet">
    <xsd:annotation>
      <xsd:documentation>
        <Definition>A set of three check readings where a sensor reading is checked against the reading from a field meter sensor to verify the accuracy of the monitor sensor reading.</Definition>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
      <xsd:sequence>
	<xsd:element name="Sensor" type="Sensor"/>
        <xsd:element name="MonitorCheckReading" minOccurs="0" maxOccurs="3"/>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>
