summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/wcsGetCapabilities.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/wcsGetCapabilities.xsd')
-rw-r--r--petascope/src/petascope/wcs2/schemas/wcsGetCapabilities.xsd56
1 files changed, 0 insertions, 56 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/wcsGetCapabilities.xsd b/petascope/src/petascope/wcs2/schemas/wcsGetCapabilities.xsd
deleted file mode 100644
index 9996063..0000000
--- a/petascope/src/petascope/wcs2/schemas/wcsGetCapabilities.xsd
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema targetNamespace="http://www.opengis.net/wcs/2.0"
- xmlns:wcs="http://www.opengis.net/wcs/2.0"
- xmlns:ows="http://www.opengis.net/ows/1.1"
- xmlns:gml="http://www.opengis.net/gml/3.2"
- xmlns="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified" version="2.0.0" xml:lang="en">
- <annotation>
- <appinfo>wcsGetCapabilities.xsd</appinfo>
- <documentation>This XML Schema Document encodes the GetCapabilities operation request and response used by the OGC Web Coverage Service (WCS).
- Last updated: 2010-jan-11
- Copyright (c) 2010 Open Geospatial Consortium, Inc, All Rights Reserved.
- To obtain additional rights of use, visit http://www.opengeospatial.org/legal/.
- </documentation>
- </annotation>
- <!-- ============================================================== -->
- <!-- includes and imports -->
- <!-- ============================================================== -->
- <import namespace="http://www.opengis.net/ows/1.1" schemaLocation="http://schemas.opengis.net/ows/1.1.0/owsAll.xsd"/>
- <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
- <include schemaLocation="wcsCommon.xsd"/>
- <!-- ============================================================== -->
- <!-- elements and types -->
- <!-- ============================================================== -->
- <element name="GetCapabilities" type="wcs:GetCapabilitiesType">
- <annotation>
- <documentation>Request to a WCS server to perform the GetCapabilities operation. This operation allows a client to retrieve a Capabilities XML document providing metadata for the specific WCS server. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation. </documentation>
- </annotation>
- </element>
- <complexType name="GetCapabilitiesType">
- <complexContent>
- <extension base="ows:GetCapabilitiesType">
- <sequence/>
- <attribute name="request" type="string" fixed="GetCapabilities"/>
- <attribute name="service" type="ows:ServiceType" use="required" fixed="WCS"/>
- <attribute name="version" type="wcs:VersionStringType" use="required"/>
- </extension>
- </complexContent>
- </complexType>
- <!-- =========================================================== -->
- <element name="Capabilities" type="wcs:CapabilitiesType">
- <annotation>
- <documentation>XML encoded WCS GetCapabilities operation response. The Capabilities document provides clients with service metadata about a specific service instance, including metadata about the coverages served. If the server does not implement the updateSequence parameter, the server shall always return the 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 sections shall be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request. </documentation>
- </annotation>
- </element>
- <complexType name="CapabilitiesType">
- <complexContent>
- <extension base="ows:CapabilitiesBaseType">
- <sequence>
- <element ref="wcs:Contents"/>
- <element ref="wcs:WcsServiceMetadata" minOccurs="0"/>
- </sequence>
- </extension>
- </complexContent>
- </complexType>
-</schema>