<?xml version='1.0' encoding="UTF-8" ?>
<schema
   targetNamespace="http://mapserver.gis.umn.edu/mapserver" 
   xmlns:ms="http://mapserver.gis.umn.edu/mapserver" 
   xmlns:ogc="http://www.opengis.net/ogc"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns="http://www.w3.org/2001/XMLSchema"
   xmlns:gml="http://www.opengis.net/gml"
   elementFormDefault="qualified" version="0.1" >

  <import namespace="http://www.opengis.net/gml"
          schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd" />

  <element name="dzialki" 
           type="ms:dzialkiType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="dzialkiType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="msGeometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="ID_DZIALKI" minOccurs="0" type="string"/>
          <element name="NUMER_DZIALKI" minOccurs="0" type="string"/>
          <element name="NUMER_OBREBU" minOccurs="0" type="string"/>
          <element name="NUMER_JEDNOSTKI" minOccurs="0" type="string"/>
          <element name="NAZWA_OBREBU" minOccurs="0" type="string"/>
          <element name="NAZWA_GMINY" minOccurs="0" type="string"/>
          <element name="POLE_EWIDENCYJNE" minOccurs="0" type="string"/>
          <element name="KLASOUZYTKI_EGIB" minOccurs="0" type="string"/>
          <element name="GRUPA_REJESTROWA" minOccurs="0" type="string"/>
          <element name="DATA" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
