<?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: gdasDescribeDatasets_response.xsd 2007-02-14 $</appinfo>
		<documentation>
			<description>This XML Schema encodes the GDAS DescribeDatasets response.</description>
			<copyright>Copyright (c) 2007 OpenGIS, All Rights Reserved. </copyright>
		</documentation>
	</annotation>
	<!-- =============================================================
		includes and imports
	============================================================== -->
	<import namespace="http://www.opengis.net/ows/1.1" schemaLocation="../../ows/1.1.0/owsCommon.xsd"/>
	<include schemaLocation="gdasService.xsd"/>
	<!-- =============================================================
		elements and types
	============================================================== -->
	<element name="DatasetDescriptions">
		<complexType>
			<sequence>
				<element name="Framework" type="gls:FrameworkDescribeDatasetType" maxOccurs="unbounded">
					<!-- Datasets should be unique within a Framework element by Domain, Name, Version -->
					<unique name="unique_dataset">
						<selector xpath="Dataset"/>
						<field xpath="DatasetDomain"/>
						<field xpath="DatasetName"/>
						<field xpath="DatasetVersion"/>
					</unique>
				</element>
			</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>

