Statistics
| Revision:

svn-gvsig-desktop / tags / v1_1_2_Build_1044 / extensions / extGPE-gvSIG / testdata / GML-points.xsd @ 43745

History | View | Annotate | Download (1.17 KB)

1 18292 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="feature.xsd"/>
4
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="cities_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:PointPropertyType"/>
9
   <xs:element name="NAME" minOccurs="0" nillable="true" type="xs:string"/>
10
   <xs:element name="CAPITAL" minOccurs="0" nillable="true" type="xs:string"/>
11
   <xs:element name="PROV_NAME" minOccurs="0" nillable="true" type="xs:string"/>
12
   <xs:element name="POPULATION" minOccurs="0" nillable="true" type="xs:double"/>
13
   <xs:element name="PK" minOccurs="0" nillable="true" type="xs:double"/>
14
  </xs:sequence>
15
 </xs:extension>
16
</xs:complexContent>
17
</xs:complexType>
18
<xs:element name="cities" type="cit:cities_Type" substitutionGroup="gml:_Feature"/>
19
</xs:schema>