<?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:element name="Note">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>A freehand note.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="DateTime" type="DateTimeWithDatumPartial" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The last date/time that the note was entered.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="NoteTitle" type="xsd:token">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>Title of note. This distinguishes it from other notes.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="NoteText" type="xsd:string">
					<xsd:annotation>
						<xsd:documentation>
							<Definition>The body text of the note.</Definition>
						</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
