Statistics
| Revision:

root / trunk / libraries / libRemoteServices / test / WFS-IDEEDescribeFeatureType.xml @ 8552

History | View | Annotate | Download (1.76 KB)

1 5429 jorpiell
<?xml version="1.0" encoding="ISO-8859-1"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.idee.es/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" targetNamespace="http://www.idee.es/wfs" version="2.1.2">
2
        <xsd:annotation>
3
                <xsd:appinfo>BDLL Province Feature Types</xsd:appinfo>
4
                <xsd:documentation xml:lang="en"/>
5
        </xsd:annotation>
6
        <!-- import constructs from the GML Feature and Geometry schemas -->
7
        <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="schemas/feature.xsd"/>
8
        <!-- ==============================================================
9
                global element declarations
10
                =================================================================== -->
11
        <xsd:element name="BDLL1000_Provincia" substitutionGroup="gml:_Feature" type="BDLL_ProvinciaType"/>
12
        <xsd:element name="BDLL200_Provincia" substitutionGroup="gml:_Feature" type="BDLL_ProvinciaType"/>
13
        <xsd:element name="BDLL25_Provincia" substitutionGroup="gml:_Feature" type="BDLL_ProvinciaType"/>
14
        <!-- ==============================================================
15
                feature types definitions
16
                =================================================================== -->
17
        <xsd:complexType name="BDLL_ProvinciaType">
18
                <xsd:complexContent>
19
                        <xsd:extension base="gml:AbstractFeatureType">
20
                                <xsd:sequence>
21
                                        <xsd:element minOccurs="0" name="nombre" type="xsd:string"/>
22
                                        <xsd:element minOccurs="0" name="cod_INE_prov" type="xsd:integer"/>
23
                                        <xsd:element minOccurs="0" name="cod_ccaa" type="xsd:integer"/>
24
                                        <xsd:element minOccurs="0" name="fecha_carga" type="xsd:date"/>
25
                                        <xsd:element ref="gml:multiPolygonProperty"/>
26
                                </xsd:sequence>
27
                        </xsd:extension>
28
                </xsd:complexContent>
29
        </xsd:complexType>
30
31
</xsd:schema>