<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://www.opengeospatial.net/fps" xmlns:fps="http://www.opengeospatial.net/fps" xmlns:ows="http://www.opengeospatial.net/ows" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="0.0.30">
	<annotation>
		<appinfo>fpsGetCapabilities.xsd 2005-07-21</appinfo>
		<documentation>This XML Schema defines the GetCapabilities operation request and response from a FPS. Primary editor: Arliss Whiteside 
	 Copyright (c) Open Geospatial Consortium (2005) </documentation>
	</annotation>
	<!-- ==============================================================
		includes and imports
	============================================================== -->
  <import namespace="http://www.opengeospatial.net/ows" schemaLocation="http://schemas.opengeospatial.net/ows/1.0.0/owsGetCapabilities.xsd"/>
	<!-- ==============================================================
		elements and types
	============================================================== -->
	<element name="GetCapabilities">
		<annotation>
			<documentation>Request to a FPS to perform the GetCapabilities operation. This operation allows a client to retrieve a Capabilities XML document providing metadata for the specific FPS server. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. </documentation>
		</annotation>
		<complexType>
			<complexContent>
				<extension base="ows:GetCapabilitiesType">
					<sequence/>
					<attribute name="service" type="ows:ServiceType" use="required" fixed="FPS"/>
				</extension>
			</complexContent>
		</complexType>
	</element>
	<!-- =========================================================== -->
	<element name="Capabilities" type="ows:CapabilitiesBaseType">
		<annotation>
			<documentation>XML encoded FPS 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>

