<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Frank Newman (PD) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="dataroot">
		<xs:complexType>
			<xs:sequence>
				<!-- Survey Records from Public Access Comments May 2008 -->
				<xs:element name="SurveyResults" minOccurs="0" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<!-- admin use only -->
							<!--MS SQL 2000 Datatype INTEGER-->
							<xs:element name="rowid" type="xs:integer"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Entry_Date" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="ContactLast" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="ContactFirst" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="ContactDegree" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="ContactAffiliation" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="ContactCity" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="ContactState" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="ContactCountry" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Role" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Question_1" type="xs:string" minOccurs="0"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Question_2" type="xs:string" minOccurs="0"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Question_3" type="xs:string" minOccurs="0"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Question_4" type="xs:string" minOccurs="0"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Attachment_1" type="xs:string"/>
							<!--  -->
							<!--MS SQL 2000 Datatype -->
							<xs:element name="Attachment_1_Desc" type="xs:string"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="generated" type="xs:dateTime" use="required"/>
		</xs:complexType>
	</xs:element>
</xs:schema>

