Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1251 / libraries / libGPE / testdata / municipios.xsd @ 39104

History | View | Annotate | Download (1.16 KB)

1 18288 jpiera
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<xs:schema targetNamespace="http://www.gvsig.com/cit" xmlns:cit="http://www.gvsig.com/cit" xmlns:gml="http://www.opengis.net/gml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1.2">
3
    <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd" />
4
    <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="municipios_Type">
5
		<xs:complexContent>
6
			<xs:extension base="gml:AbstractFeatureType">
7
				<xs:sequence>
8
					<xs:element name="the_geom" minOccurs="0" nillable="true" type="gml:MultiLineStringPropertyType"/><xs:element name="ENTITY" minOccurs="0" nillable="true" type="xs:string"/>
9
					<xs:element name="LAYER" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="CODIGO" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="TIPO" minOccurs="0" nillable="true" type="xs:string"/>
10
				</xs:sequence>
11
			</xs:extension>
12
		</xs:complexContent>
13
	</xs:complexType>
14
	<xs:element name="municipios" type="cit:municipios_Type" substitutionGroup="gml:_Feature"/>
15
</xs:schema>