1 |
9238
|
tao
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<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"
|
3 |
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.1.1.2">
|
4 |
|
|
<annotation>
|
5 |
|
|
<appinfo source="urn:opengis:specification:gml:schema-xsd:gml:3.1.1">gml.xsd</appinfo>
|
6 |
|
|
<documentation>Top level GML schema
|
7 |
|
|
|
8 |
|
|
GML is an OGC Standard.
|
9 |
|
|
Copyright (c) 2001,2005,2010 Open Geospatial Consortium.
|
10 |
|
|
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
|
11 |
|
|
</documentation>
|
12 |
|
|
</annotation>
|
13 |
|
|
<!-- ====================================================================== -->
|
14 |
|
|
<include schemaLocation="dynamicFeature.xsd"/>
|
15 |
|
|
<include schemaLocation="topology.xsd"/>
|
16 |
|
|
<include schemaLocation="coverage.xsd"/>
|
17 |
|
|
<include schemaLocation="coordinateReferenceSystems.xsd"/>
|
18 |
|
|
<include schemaLocation="observation.xsd"/>
|
19 |
|
|
<include schemaLocation="defaultStyle.xsd"/>
|
20 |
|
|
<include schemaLocation="temporalReferenceSystems.xsd"/>
|
21 |
|
|
<!-- ====================================================================== -->
|
22 |
|
|
</schema>
|