<?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="Address.xsd"/>
	<xsd:include schemaLocation="../shared/RecordHistory.xsd"/>
	<xsd:complexType name="OrganizationType" abstract="false">
		<xsd:annotation>
			<xsd:documentation source="http://en.wikipedia.org/wiki/Organization">
				<Definition>Organization. A social arrangement of two or more  people which pursues collective goals.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Code" type="xsd:token">
				<xsd:annotation>
					<xsd:documentation>
						<Definition>Organization code. A one to five letter code representing a social arrangement of two or more  people which pursues collective goals.</Definition>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Address" type="AddressType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Definition>Address. A street or mailing address.</Definition>
						<Nwisdb>ADDR</Nwisdb>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="History" type="RecordHistoryType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>
						<Definition>Record history. The points at which a database record was created and last modified, and the user names of the creators and modifiers.</Definition>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Name" type="xsd:token" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation/>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Organization" type="OrganizationType"/>
</xsd:schema>
