<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema version="4.8" 
            xmlns:nwis="http://water.usgs.gov/XML/NWIS/4.8"
            
            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            
            elementFormDefault="qualified">

	<xsd:simpleType name="string1">
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="1"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
