<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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: glsOutput.xsd 2007-02-21 $</appinfo>
		<documentation>
			<description>This XML Schema encodes the response to a Geolink request.</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/owsDomainType.xsd"/>
	<include schemaLocation="gdas.xsd"/>
	<include schemaLocation="glsListGeolinkAbilities_response.xsd"/>
	<!-- ==============================================================
		elements and types
	============================================================== -->
	<element name="Output">
		<complexType>
			<sequence>
				<element ref="gls:Mechanism"/>
				<element ref="ows:Title"/>
				<element ref="ows:Abstract"/>
				<element ref="gls:ComplexValueReference"/>
			</sequence>
		</complexType>
	</element>
	<element name="ComplexValueReference">
		<complexType>
			<attribute ref="ows:reference" use="required"/>
		</complexType>
	</element>
</schema>

