summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/wcsAll.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/wcsAll.xsd')
-rw-r--r--petascope/src/petascope/wcs2/schemas/wcsAll.xsd21
1 files changed, 21 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/wcsAll.xsd b/petascope/src/petascope/wcs2/schemas/wcsAll.xsd
new file mode 100644
index 0000000..21f0e83
--- /dev/null
+++ b/petascope/src/petascope/wcs2/schemas/wcsAll.xsd
@@ -0,0 +1,21 @@
+<?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>