summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
committerConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
commit40e12c6af9d05c3413efaf535c35c625b736cbb9 (patch)
tree6a9f6b86b55724e659ca270171496d82362de9cc /petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd
parentfcda34adb1c78d0929778e1324c873552d21ee1d (diff)
downloadrasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.gz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.xz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.zip
preparing for joining with rasdaman open source
Diffstat (limited to 'petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd')
-rw-r--r--petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd21
1 files changed, 21 insertions, 0 deletions
diff --git a/petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd b/petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd
new file mode 100644
index 0000000..ae0d949
--- /dev/null
+++ b/petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema targetNamespace="http://www.opengis.net/wcs/2.0/gml"
+ xmlns:wcsgml="http://www.opengis.net/wcs/2.0/gml"
+ xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:gml="http://www.opengis.net/gml/3.2"
+ elementFormDefault="qualified" version="1.0.0">
+ <annotation>
+ <appinfo>gmlwcsAll.xsd</appinfo>
+ <documentation>This is the XML Schema for the GML 3.2.1 Application schema for WCS 2.0.
+ This XML Schema Document includes, directly and indirectly, all the XML Schema Documents defined by the GML 3.2.1 Application schema for WCS 2.0.
+ 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 -->
+ <!-- ========================================================= -->
+ <include schemaLocation="wcsCoverage.xsd"/>
+ <include schemaLocation="wcsGrids.xsd"/>
+</schema>