<?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.opengeospatial.net/ows" xmlns:wgs="http://www.opengeospatial.net/gls" targetNamespace="http://www.opengeospatial.net/gls" elementFormDefault="qualified" version="0.10.0" xml:lang="en">
	<annotation>
		<documentation>
			<description>This XML Schema encodes common descriptions for GLS ListData response when a list of frameworks is requested.</description>
			<copyright>Copyright (c) 2006 OpenGIS, All Rights Reserved. </copyright>
		</documentation>
	</annotation>
	<!-- =============================================================
		includes and imports
	============================================================== -->
	<import namespace="http://www.opengeospatial.net/ows" schemaLocation="../../ows/1.0.0/owsCommon.xsd"/>
	<include schemaLocation="glsCommon.xsd"/>
	<!-- =============================================================
		elements and types
	============================================================== -->
	<element name="FrameworkDescriptions">
		<complexType>
			<sequence>
				<element name="Framework" type="wgs:FrameworkType" maxOccurs="unbounded"/>
			</sequence>
			<attribute name="version" type="ows:VersionType"/>
		</complexType>
	</element>
	<!-- =========================================================== -->
</schema>

