<?xml version="1.0" encoding="UTF-8"?>
<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: gdasGetCapabilities_response.xsd 2007-02-20 $</appinfo>
		<documentation>
			<description>This XML Schema encodes the GDAS GetCapabilities 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/owsGetCapabilities.xsd"/>
	<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
	<!-- ==============================================================
		elements and types
	============================================================== -->
	<element name="Capabilities" type="gls:GDASCapabilitiesType">
		<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>
	<!-- =========================================================== -->
	<complexType name="GDASCapabilitiesType">
		<complexContent>
			<extension base="ows:CapabilitiesBaseType">
				<sequence>
					<element name="Languages">
						<annotation>
							<documentation>A list of human languages that this server supports.</documentation>
						</annotation>
						<complexType>
							<sequence>
								<element ref="ows:Language" minOccurs="0" maxOccurs="unbounded"/>
							</sequence>
							<attribute name="defaultLanguage" use="required">
								<annotation>
									<documentation>The language of a response from this server if no LANGUAGE parameter is provided in a request.</documentation>
								</annotation>
							</attribute>
						</complexType>
					</element>
				</sequence>
				<attribute name="service" use="required" fixed="GDAS"/>
				<attribute ref="xml:lang" use="required"/>
			</extension>
		</complexContent>
	</complexType>
</schema>

