summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/wcsAll.xsd
diff options
context:
space:
mode:
authorDimitar Misev <dimitar@debian.(none)>2011-02-05 22:44:35 +0100
committerwww-data <www-data@ubuntu.localdomain>2011-02-16 10:01:49 +0100
commit3d356cc9ef7b1055242256c00a2e6b93b5462880 (patch)
tree977d6292418f8bce19632e10e13ac39da617c226 /petascope/src/petascope/wcs2/schemas/wcsAll.xsd
parent054f18a0e07c429609aae393f6bde67f21f9b82c (diff)
downloadrasdaman-upstream-3d356cc9ef7b1055242256c00a2e6b93b5462880.tar.gz
rasdaman-upstream-3d356cc9ef7b1055242256c00a2e6b93b5462880.tar.xz
rasdaman-upstream-3d356cc9ef7b1055242256c00a2e6b93b5462880.zip
WCS 2.0 implementation in PetascopeHEADmaster
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/wcsAll.xsd')
-rw-r--r--petascope/src/petascope/wcs2/schemas/wcsAll.xsd21
1 files changed, 0 insertions, 21 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/wcsAll.xsd b/petascope/src/petascope/wcs2/schemas/wcsAll.xsd
deleted file mode 100644
index 21f0e83..0000000
--- a/petascope/src/petascope/wcs2/schemas/wcsAll.xsd
+++ /dev/null
@@ -1,21 +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="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified" version="2.0.0" xml:lang="en">
- <annotation>
- <appinfo>wcsAll.xsd</appinfo>
- <documentation>This XML Schema Document includes, directly and indirectly, all the XML Schema Documents defined 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/wcs/2.0/gml" schemaLocation="gml/gmlwcsAll.xsd"/>
- <include schemaLocation="wcsGetCoverage.xsd"/>
- <include schemaLocation="wcsDescribeCoverage.xsd"/>
- <include schemaLocation="wcsGetCapabilities.xsd"/>
-</schema>