<?xml version='1.0' encoding='UTF-8'?>
<xs:schema targetNamespace='http://localhost' xmlns:tows='http://localhost' xmlns:ogc='http://www.opengis.net/ogc' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:gml='http://www.opengis.net/gml' elementFormDefault='qualified' version='1.0'>
<xs:import namespace='http://www.opengis.net/gml' schemaLocation='http://schemas.opengis.net/gml/2.1.2/feature.xsd'/>
<xs:element name='popplace' type='tows:popplaceType' substitutionGroup='gml:_Feature' />
<xs:complexType name='popplaceType'>
 <xs:complexContent>
  <xs:extension base='gml:AbstractFeatureType'>
   <xs:sequence>
    <xs:element name ='area' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='perimeter' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='popplace_' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='popplace_i' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='unique_key' type='string' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='name' type='string' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='name_e' type='string' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='name_f' type='string' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='reg_code' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='nts50' type='string' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='lat' type='string' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='long' type='string' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='sgc_code' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='capital' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='pop_range' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='the_geom' type='gml:PointPropertyType' nillable='true' minOccurs='0' maxOccurs='1'/>
   </xs:sequence>
  </xs:extension>
 </xs:complexContent>
</xs:complexType>
</xs:schema>