Statistics
| Revision:

svn-gvsig-desktop / branches / piloto3d / libraries / libRemoteServices / test / WFS-dmsolutionsDescribeFeatureType.xml @ 41653

History | View | Annotate | Download (1.64 KB)

1
<?xml version='1.0' encoding="ISO-8859-1" ?>
2
<schema
3
   targetNamespace="http://www.ttt.org/myns" 
4
   xmlns:myns="http://www.ttt.org/myns" 
5
   xmlns:ogc="http://www.opengis.net/ogc"
6
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7
   xmlns="http://www.w3.org/2001/XMLSchema"
8
   xmlns:gml="http://www.opengis.net/gml"
9
   elementFormDefault="qualified" version="0.1" >
10

    
11
  <import namespace="http://www.opengis.net/gml"
12
          schemaLocation="http://schemas.opengeospatial.net/gml/2.1.2/feature.xsd" />
13

    
14
  <element name="popplace" 
15
           type="myns:popplaceType" 
16
           substitutionGroup="gml:_Feature" />
17

    
18
  <complexType name="popplaceType">
19
    <complexContent>
20
      <extension base="gml:AbstractFeatureType">
21
        <sequence>
22
          <element name="msGeometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
23
          <element name="AREA" type="string"/>
24
          <element name="PERIMETER" type="string"/>
25
          <element name="POPPLACE_" type="string"/>
26
          <element name="POPPLACE_I" type="string"/>
27
          <element name="UNIQUE_KEY" type="string"/>
28
          <element name="NAME" type="string"/>
29
          <element name="NAME_E" type="string"/>
30
          <element name="NAME_F" type="string"/>
31
          <element name="REG_CODE" type="string"/>
32
          <element name="NTS50" type="string"/>
33
          <element name="LAT" type="string"/>
34
          <element name="LONG" type="string"/>
35
          <element name="SGC_CODE" type="string"/>
36
          <element name="CAPITAL" type="string"/>
37
          <element name="POP_RANGE" type="string"/>
38
        </sequence>
39
      </extension>
40
    </complexContent>
41
  </complexType>
42

    
43
</schema>