1 |
9238
|
tao
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<schema targetNamespace="http://www.opengis.net/gml/3.2" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="3.2.1.2">
|
3 |
|
|
<annotation>
|
4 |
|
|
<appinfo source="urn:x-ogc:specification:gml:schema-xsd:gml:3.2.1">gml.xsd</appinfo>
|
5 |
|
|
<documentation>
|
6 |
|
|
GML is an OGC Standard.
|
7 |
|
|
Copyright (c) 2007,2010 Open Geospatial Consortium.
|
8 |
|
|
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
|
9 |
|
|
</documentation>
|
10 |
|
|
</annotation>
|
11 |
|
|
<!-- ====================================================================== -->
|
12 |
|
|
<include schemaLocation="dynamicFeature.xsd"/>
|
13 |
|
|
<include schemaLocation="topology.xsd"/>
|
14 |
|
|
<include schemaLocation="coverage.xsd"/>
|
15 |
|
|
<include schemaLocation="coordinateReferenceSystems.xsd"/>
|
16 |
|
|
<include schemaLocation="observation.xsd"/>
|
17 |
|
|
<include schemaLocation="temporalReferenceSystems.xsd"/>
|
18 |
|
|
<include schemaLocation="deprecatedTypes.xsd"/>
|
19 |
|
|
<!-- ====================================================================== -->
|
20 |
|
|
</schema>
|