1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<schema targetNamespace="http://www.opengis.net/gml" xmlns:gml="http://www.opengis.net/gml" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="3.2.0">
|
3
|
<annotation>
|
4
|
<appinfo source="urn:ogc:specification:gml:schema-xsd:gml:3.2.0">gml.xsd</appinfo>
|
5
|
</annotation>
|
6
|
<!-- ====================================================================== -->
|
7
|
<include schemaLocation="dynamicFeature.xsd"/>
|
8
|
<include schemaLocation="topology.xsd"/>
|
9
|
<include schemaLocation="coverage.xsd"/>
|
10
|
<include schemaLocation="coordinateReferenceSystems.xsd"/>
|
11
|
<include schemaLocation="observation.xsd"/>
|
12
|
<include schemaLocation="temporalReferenceSystems.xsd"/>
|
13
|
<!-- ====================================================================== -->
|
14
|
</schema>
|