Statistics
| Revision:

root / trunk / libraries / libGPE-GML / testdata / schemas / 3.1.1 / base / gml.xsd @ 11160

History | View | Annotate | Download (1.19 KB)

1
<?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">
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
    Copyright (c) 2002-2005 OGC, All Rights Reserved.
8
	For conditions, see OGC Software Notice http://www.opengeospatial.org/about/?page=ipr</documentation>
9
	</annotation>
10
	<!-- ====================================================================== -->
11
	<include schemaLocation="dynamicFeature.xsd"/>
12
	<include schemaLocation="topology.xsd"/>
13
	<include schemaLocation="coverage.xsd"/>
14
	<include schemaLocation="coordinateReferenceSystems.xsd"/>
15
	<include schemaLocation="observation.xsd"/>
16
	<include schemaLocation="defaultStyle.xsd"/>
17
	<include schemaLocation="temporalReferenceSystems.xsd"/>
18
	<!-- ====================================================================== -->
19
</schema>