<?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="../ADAPS/TsLocation.xsd"/>
  <xsd:include schemaLocation="../ADAPS/UnitValueInventory.xsd"/>
  <xsd:include schemaLocation="../ADAPS/DailyValueInventory.xsd"/>
  <xsd:include schemaLocation="../sitevisit/LocationSensor.xsd"/>
  <xsd:include schemaLocation="../sitevisit/SiteEquipment.xsd"/>
  <xsd:include schemaLocation="../sitevisit/SiteVisit.xsd"/>
  <xsd:include schemaLocation="../sitevisit/SiteVisitDescription.xsd"/>

  <xsd:complexType name="SiteDataType" abstract="false">
    <xsd:sequence>
      <xsd:element ref="Location" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="UnitValueInventory" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="DailyValueInventory" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="LocationSensor" type="LocationSensor" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="SiteEquipment" minOccurs="0"/>
      <xsd:element ref="SiteVisit" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="SiteVisitDescription" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>
