summaryrefslogtreecommitdiffstats
path: root/petascope/xml/ogc/gml/3.1.1/base/gml.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/xml/ogc/gml/3.1.1/base/gml.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/xml/ogc/gml/3.1.1/base/gml.xsd')
-rw-r--r--petascope/xml/ogc/gml/3.1.1/base/gml.xsd19
1 files changed, 19 insertions, 0 deletions
diff --git a/petascope/xml/ogc/gml/3.1.1/base/gml.xsd b/petascope/xml/ogc/gml/3.1.1/base/gml.xsd
new file mode 100644
index 0000000..eaf1023
--- /dev/null
+++ b/petascope/xml/ogc/gml/3.1.1/base/gml.xsd
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema targetNamespace="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:sch="http://www.ascc.net/xml/schematron" xmlns:gml="http://www.opengis.net/gml"
+ xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.1.1">
+ <annotation>
+ <appinfo source="urn:opengis:specification:gml:schema-xsd:gml:3.1.1">gml.xsd</appinfo>
+ <documentation>Top level GML schema
+ Copyright (c) 2002-2005 OGC, All Rights Reserved.
+ For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr</documentation>
+ </annotation>
+ <!-- ====================================================================== -->
+ <include schemaLocation="dynamicFeature.xsd"/>
+ <include schemaLocation="topology.xsd"/>
+ <include schemaLocation="coverage.xsd"/>
+ <include schemaLocation="coordinateReferenceSystems.xsd"/>
+ <include schemaLocation="observation.xsd"/>
+ <include schemaLocation="defaultStyle.xsd"/>
+ <include schemaLocation="temporalReferenceSystems.xsd"/>
+ <!-- ====================================================================== -->
+</schema> \ No newline at end of file