Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libRemoteServices / testdata / wfs / WFS-1_1_0TNTDescribeFeatureType2.xml @ 15554

History | View | Annotate | Download (6.19 KB)

1 15554 jpiera
<?xml version="1.0" encoding="UTF-8"?>
2
<xs:schema targetNamespace="http://216.229.5.245/tntserver/MII_GVwhs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wfs="http://www.opengis.net/wfs" xmlns:MII_GVwhs="http://216.229.5.245/tntserver/MII_GVwhs" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" elementFormDefault="qualified" version="0.1">
3
4
  <import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
5
6
  <xsd:simpleType name="colorValueType">
7
    <xsd:restriction base="unsignedByte"/>
8
  </xsd:simpleType>
9
  <xsd:simpleType name="colorValueListType">
10
    <xsd:list itemType="MII_GVwhs:colorValueType"/>
11
  </xsd:simpleType>
12
  <xsd:simpleType name="colorRGBAType">
13
    <xsd:restriction base="MII_GVwhs:colorValueListType">
14
      <xsd:minLength value="3"/>
15
      <xsd:maxLength value="4"/>
16
    </xsd:restriction>
17
  </xsd:simpleType>
18
  <xsd:simpleType name="colorUnionType">
19
    <xsd:union memberTypes="xsd:string MII_GVwhs:colorRGBAType"/>
20
  </xsd:simpleType>
21
22
  <xsd:element name="World_polbndl" type="MII_GVwhs:World_polbndl_Type" substitutionGroup="gml:_Feature"/>
23
24
  <xsd:complexType name="World_polbndl_Type">
25
    <xsd:complexContent>
26
      <xsd:extension base="gml:AbstractFeatureType">
27
        <xsd:sequence>
28
          <xsd:element ref="gml:curveProperty" minOccurs="0"/>
29
          <xsd:element name="BST" minOccurs="0">
30
            <xsd:simpleType>
31
              <xsd:restriction base="int">
32
              </xsd:restriction>
33
            </xsd:simpleType>
34
          </xsd:element>
35
          <xsd:element name="USE" minOccurs="0">
36
            <xsd:simpleType>
37
              <xsd:restriction base="int">
38
              </xsd:restriction>
39
            </xsd:simpleType>
40
          </xsd:element>
41
          <xsd:element name="USEDESC" minOccurs="0">
42
            <xsd:simpleType>
43
              <xsd:restriction base="string">
44
                <xsd:maxLength value="50"/>
45
              </xsd:restriction>
46
            </xsd:simpleType>
47
          </xsd:element>
48
          <xsd:element name="ACCDESC" minOccurs="0">
49
            <xsd:simpleType>
50
              <xsd:restriction base="string">
51
                <xsd:maxLength value="50"/>
52
              </xsd:restriction>
53
            </xsd:simpleType>
54
          </xsd:element>
55
          <xsd:element name="F_CODE" minOccurs="0">
56
            <xsd:simpleType>
57
              <xsd:restriction base="string">
58
                <xsd:maxLength value="5"/>
59
              </xsd:restriction>
60
            </xsd:simpleType>
61
          </xsd:element>
62
          <xsd:element name="F_CODEDESC" minOccurs="0">
63
            <xsd:simpleType>
64
              <xsd:restriction base="string">
65
                <xsd:maxLength value="50"/>
66
              </xsd:restriction>
67
            </xsd:simpleType>
68
          </xsd:element>
69
          <xsd:element name="BSTDESC" minOccurs="0">
70
            <xsd:simpleType>
71
              <xsd:restriction base="string">
72
                <xsd:maxLength value="50"/>
73
              </xsd:restriction>
74
            </xsd:simpleType>
75
          </xsd:element>
76
          <xsd:element name="ACC" minOccurs="0">
77
            <xsd:simpleType>
78
              <xsd:restriction base="int">
79
              </xsd:restriction>
80
            </xsd:simpleType>
81
          </xsd:element>
82
          <xsd:element name="LINESTATS.Length" minOccurs="0">
83
            <xsd:simpleType>
84
              <xsd:restriction base="decimal">
85
                <xsd:fractionDigits value="8"/>
86
                <xsd:totalDigits value="20"/>
87
              </xsd:restriction>
88
            </xsd:simpleType>
89
          </xsd:element>
90
          <xsd:element name="LINESTATS.DistSE" minOccurs="0">
91
            <xsd:simpleType>
92
              <xsd:restriction base="decimal">
93
                <xsd:fractionDigits value="8"/>
94
                <xsd:totalDigits value="20"/>
95
              </xsd:restriction>
96
            </xsd:simpleType>
97
          </xsd:element>
98
          <xsd:element name="LINESTATS.CentX" minOccurs="0">
99
            <xsd:simpleType>
100
              <xsd:restriction base="decimal">
101
                <xsd:fractionDigits value="8"/>
102
                <xsd:totalDigits value="20"/>
103
              </xsd:restriction>
104
            </xsd:simpleType>
105
          </xsd:element>
106
          <xsd:element name="LINESTATS.CentY" minOccurs="0">
107
            <xsd:simpleType>
108
              <xsd:restriction base="decimal">
109
                <xsd:fractionDigits value="8"/>
110
                <xsd:totalDigits value="20"/>
111
              </xsd:restriction>
112
            </xsd:simpleType>
113
          </xsd:element>
114
          <xsd:element name="LINESTATS.CentZ" minOccurs="0">
115
            <xsd:simpleType>
116
              <xsd:restriction base="decimal">
117
                <xsd:fractionDigits value="8"/>
118
                <xsd:totalDigits value="20"/>
119
              </xsd:restriction>
120
            </xsd:simpleType>
121
          </xsd:element>
122
          <xsd:element name="LINESTATS.LengthXY" minOccurs="0">
123
            <xsd:simpleType>
124
              <xsd:restriction base="decimal">
125
                <xsd:fractionDigits value="8"/>
126
                <xsd:totalDigits value="20"/>
127
              </xsd:restriction>
128
            </xsd:simpleType>
129
          </xsd:element>
130
          <xsd:element name="LINESTATS.MidDistPtX" minOccurs="0">
131
            <xsd:simpleType>
132
              <xsd:restriction base="decimal">
133
                <xsd:fractionDigits value="8"/>
134
                <xsd:totalDigits value="20"/>
135
              </xsd:restriction>
136
            </xsd:simpleType>
137
          </xsd:element>
138
          <xsd:element name="LINESTATS.MidDistPtY" minOccurs="0">
139
            <xsd:simpleType>
140
              <xsd:restriction base="decimal">
141
                <xsd:fractionDigits value="8"/>
142
                <xsd:totalDigits value="20"/>
143
              </xsd:restriction>
144
            </xsd:simpleType>
145
          </xsd:element>
146
          <xsd:element name="LINESTATS.MidDistPtZ" minOccurs="0">
147
            <xsd:simpleType>
148
              <xsd:restriction base="decimal">
149
                <xsd:fractionDigits value="8"/>
150
                <xsd:totalDigits value="20"/>
151
              </xsd:restriction>
152
            </xsd:simpleType>
153
          </xsd:element>
154
        </xsd:sequence>
155
      </xsd:extension>
156
    </xsd:complexContent>
157
  </xsd:complexType>
158
159
</xs:schema>