Statistics
| Revision:

root / trunk / libraries / libGPE-GML / testdata / schemas / localidad.xsd @ 11124

History | View | Annotate | Download (907 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" version="0.1">
3
   <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd" />
4
   <xsd:element name="Localidad" type="localidad_Type" substitutionGroup="gml:_Feature"/>
5
   <xsd:complexType name="localidad_Type">
6
         <xsd:complexContent>
7
            <xsd:extension base="gml:AbstractFeatureType">
8
               <xsd:sequence>
9
                  <xsd:element name="identificador" type="xsd:integer" />
10
                  <xsd:element name="nombre" type="xsd:string" />
11
                  <xsd:element name="area" type="gml:GeometryPropertyType" />
12
               </xsd:sequence>
13
            </xsd:extension>
14
         </xsd:complexContent>
15
    </xsd:complexType>
16
</xsd:schema>