<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Peter Schut (Agriculture & Agri-Food Canada) -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:gls="http://www.opengis.net/gls/0.10.2" targetNamespace="http://www.opengis.net/gls/0.10.2" elementFormDefault="qualified" version="0.10.2" xml:lang="en">
	<annotation>
		<appinfo>$Id: gdasDescribeData_response.xsd 2007-02-14 $</appinfo>
		<documentation>
			<description>This XML Schema encodes the GDAS DescribeData response.</description>
			<copyright>Copyright (c) 2007 OpenGIS, All Rights Reserved. </copyright>
		</documentation>
	</annotation>
	<!-- =============================================================
		includes and imports
	============================================================== -->
	<include schemaLocation="gdasService.xsd"/>
	<!-- =============================================================
		elements and types
	============================================================== -->
	<element name="DataDescriptions">
		<complexType>
			<sequence>
				<element name="Framework" type="gls:FrameworkDatasetDescribeDataType" maxOccurs="unbounded"/>
			</sequence>
			<attribute name="service" use="required" fixed="GDAS"/>
			<attribute name="version" use="required" fixed="0.10.2"/>
			<attribute ref="xml:lang" use="required"/>
		</complexType>
	</element>
	<!-- =================================================== -->
</schema>

