<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://water.usgs.gov/XML/AQ" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://water.usgs.gov/XML/AQ" elementFormDefault="qualified" version="1.0">
	<xsd:include schemaLocation="Basin.xsd"/>
	<xsd:complexType name="HydrologicUnitType" abstract="false">
		<xsd:annotation>
			<xsd:documentation source="http://wwwnwis.er.usgs.gov/dbms/4.7/cm-dd.html#HUC">
				<Definition>Hydrologic unit. Hydrologic unit. A hydrologic unit for which aggregate water-use data are stored.</Definition>
				<Nwisdb>HUC</Nwisdb>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Code">
				<xsd:annotation>
					<xsd:documentation>
						<Nwisdb>HUC.huc_cd</Nwisdb>
					</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:token">
						<xsd:minLength value="2"/>
						<xsd:maxLength value="16"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Name" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Nwisdb>HUC.huc_nm</Nwisdb>
					</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:token">
						<xsd:minLength value="1"/>
						<xsd:maxLength value="64"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Class" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Nwisdb>HUC.huc_class_cd</Nwisdb>
					</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:token">
						<xsd:length value="1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
