<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.opengis.net/namespaces/wfs" 
			xmlns="http://www.w3.org/2001/XMLSchema" 
			xmlns:wfs="http://www.opengis.net/namespaces/wfs" 
			elementFormDefault="qualified">
	<annotation>
		<appinfo>GetLegendRequest.xsd v0.2 2001-02</appinfo>
		<documentation xml:lang="en">WFS interface schema. Copyright (c) 2001 OGC, All Rights Reserved.</documentation>
	</annotation>
	<!-- ==============================================================
	Includes and Imports
 	============================================================== -->
	<include schemaLocation="FilterRequest.xsd"/>
	<include schemaLocation="WFSCommon.xsd"/>

	<!-- ==============================================================
	Global elements and attributes
 	============================================================== -->
	<element name="Query" type="wfs:QueryType"/>

	<!-- ==============================================================
	Root element
 	============================================================== -->
	<element name="GetLegend" type="wfs:GetLegendType"/>
	<!-- ==============================================================
	Types
 	============================================================== -->
	<complexType name="GetLegendType">
		<sequence>
			<element ref="wfs:Query" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	
	<complexType name="QueryType">
		<sequence>
			<element ref="wfs:PropertyName" minOccurs="0" maxOccurs="unbounded"/>
		</sequence>
		<attribute name="typeName" type="string" use="required" />
	</complexType>
</schema>

