Statistics
| Revision:

svn-gvsig-desktop / tags / v10_RC3 / libraries / libRemoteServices / test / GML-points.xsd @ 43233

History | View | Annotate | Download (1.13 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?><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"><xs:import namespace="http://www.opengis.net/gml" schemaLocation="feature.xsd"/><xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="cities_Type"><xs:complexContent><xs:extension base="gml:AbstractFeatureType"><xs:sequence><xs:element name="the_geom" minOccurs="0" nillable="true" type="gml:PointPropertyType"/><xs:element name="NAME" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="CAPITAL" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="PROV_NAME" minOccurs="0" nillable="true" type="xs:string"/><xs:element name="POPULATION" minOccurs="0" nillable="true" type="xs:double"/><xs:element name="PK" minOccurs="0" nillable="true" type="xs:double"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="cities" type="cit:cities_Type" substitutionGroup="gml:_Feature"/></xs:schema>