<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Peter Schut (Agriculture & Agri-Food Canada) -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ows="http://www.opengeospatial.net/ows" xmlns:gls="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 the GLS ListGeolinkAbilities response.</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"/>
	<!-- =============================================================
		simple elements 
	============================================================== -->
	<element name="AttributeLimit" type="positiveInteger"/>
	<element name="Format">
		<simpleType>
			<restriction base="string">
				<enumeration value="GDAS"/>
				<enumeration value="GML"/>
			</restriction>
		</simpleType>
	</element>
	<element name="GeolinkIdsLimit" type="positiveInteger"/>
	<element name="Mechanism">
		<simpleType>
			<restriction base="string">
				<enumeration value="WMS"/>
				<enumeration value="WFS"/>
				<enumeration value="WAREHOUSE"/>
				<enumeration value="GIS"/>
				<enumeration value="OTHER"/>
			</restriction>
		</simpleType>
	</element>
	<!-- =============================================================
		complex elements 
	============================================================== -->
	<element name="GeolinkAbilities">
		<complexType>
			<sequence>
				<element ref="gls:SpatialDataStore" maxOccurs="unbounded"/>
			</sequence>
			<attribute name="version" type="ows:VersionType"/>
		</complexType>
	</element>
	<!-- =========================================================== -->
	<element name="AccessMechanisms">
		<complexType>
			<sequence>
				<element ref="gls:Mechanism" maxOccurs="unbounded"/>
			</sequence>
		</complexType>
	</element>
	<!-- =========================================================== -->
	<element name="GeolinkableFrameworks">
		<complexType>
			<sequence>
				<element name="Framework" type="gls:FrameworkType" maxOccurs="unbounded"/>
			</sequence>
		</complexType>
	</element>
	<!-- =========================================================== -->
	<element name="SpatialDataStore">
		<complexType>
			<sequence>
				<element ref="gls:GeolinkableFrameworks"/>
				<element ref="gls:AccessMechanisms"/>
				<element ref="gls:Format"/>
				<element ref="gls:AttributeLimit"/>
				<element ref="gls:GeolinkIdsLimit"/>
			</sequence>
			<attribute name="host" type="anyURI"/>
		</complexType>
	</element>
</schema>

