<?xml version="1.0" encoding="UTF-8"?>
<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.1" xml:lang="en">
	<annotation>
		<appinfo>$Id: wpsGetCapabilities.xsd 2005-09-16 $</appinfo>
		<documentation>This XML Schema Document encodes the WPS GetCapabilities operation response.
		Copyright (c) Open Geospatial Consortium (2005). </documentation>
	</annotation>
	<!-- ==============================================================
		includes and imports
	============================================================== -->
	<import namespace="http://www.opengeospatial.net/ows" schemaLocation="../../ows/1.0.0/owsGetCapabilities.xsd"/>
	<!-- ==============================================================
		elements and types
	============================================================== -->
	<element name="Capabilities" type="ows:CapabilitiesBaseType">
		<annotation>
			<documentation>XML encoded GDAS GetCapabilities operation response. This document provides clients with service metadata about a specific service instance, including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Sections parameter in the GetCapabilities operation request. </documentation>
		</annotation>
	</element>
</schema>

