<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
	targetNamespace="http://schemas.opengeospatial.net/wfsbasic/0.1" xmlns:wfsb="http://schemas.opengeospatial.net/wfsbasic/0.1" 
	elementFormDefault="qualified" version="0.1">
	
	<element name="DescribeFeatureTypeResponse">
		<complexType>
			<sequence>
				<element name="description" type="string" minOccurs="0"/>
				<element ref="wfsb:variables" minOccurs="0" maxOccurs="1"/>
			</sequence>
		</complexType>
	</element>
	
	<element name="variables">
		<complexType>
			<sequence>
				<element name="variable" maxOccurs="unbounded">
					<complexType>
						<attribute name="name" type="string" use="required"/>
						<attribute name="description" type="string" use="optional"/>
						<attribute name="type" type="anySimpleType" use="optional"/>
						<attribute name="queryable" type="boolean" use="optional"/>
					</complexType>
				</element>
			</sequence>
		</complexType>
	</element>

</schema>
