summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs2/schemas/gml/gmlwcsAll.xsd
blob: ae0d949736c50267d00612c5806bfdbde6cd0872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>