<?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="./site/SiteIdentifier.xsd" />
	<xsd:include schemaLocation="./shared/DateTimeWithDatum.xsd" />
	<xsd:element name="ReferenceList">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>The summary of all available reference lists.
				</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Identifier" type="xsd:string">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The name identifier that can be used to get the
								reference list.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Name" type="xsd:string">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The name of the reference list.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Description" type="xsd:string">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>A description of the reference list.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Authority" type="xsd:string">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The person or group responsible for approving the
								contents of the reference list.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="ReferenceListSummary">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A summary list of all available NWIS reference lists.
					Each reference list is summarized by identifer, name, description,
					and authority.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="ReferenceList" maxOccurs="unbounded" />
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
