<?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="../shared/DateTimeWithDatumPartial.xsd"/>
	<xsd:include schemaLocation="ImportedFileXML.xsd"/>
	<xsd:element name="SupportingFile">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>Description and optionally contents of files collected as part of a site visit.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="InventoryDateTime" type="DateTimeWithDatumPartial">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The date and time of the last inventory or import.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="FileName" type="xsd:token">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The full path and file name of the file as imported.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="FileTypeDescription" type="xsd:token" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The description of the file type.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="FileDescription" type="xsd:string" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The last date and time the file was imported.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="ImportedFileText" type="xsd:string" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The text contents of the file.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element ref="ImportedFileXML" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The XML text of the file.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
