<?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/string1.xsd"/>

	<xsd:element name="StreamDefinition">
		<xsd:annotation>
			<xsd:documentation>
				<Definition>Defines the data stream delimiter and the elements stored in the data stream.</Definition>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Delimiter" type="string1"/>
				<xsd:element name="Column" type="xsd:string" maxOccurs="10"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
