<?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='drainage' type='tows:drainageType' substitutionGroup='gml:_Feature' />
<xs:complexType name='drainageType'>
 <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 ='drainage_' type='double' nillable='true' minOccurs='0' maxOccurs='1'/>
    <xs:element name ='drainage_i' type='double' 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 ='the_geom' type='gml:PolygonPropertyType' nillable='true' minOccurs='0' maxOccurs='1'/>
   </xs:sequence>
  </xs:extension>
 </xs:complexContent>
</xs:complexType>
</xs:schema>