<?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="Osnowa_pozioma" 
           type="ms:Osnowa_poziomaType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="Osnowa_poziomaType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="id_iip" minOccurs="0" type="string"/>
          <element name="NR_PUNKTU" minOccurs="0" type="string"/>
          <element name="RODZAJ_OSNOWY" minOccurs="0" type="string"/>
          <element name="X2000" minOccurs="0" type="string"/>
          <element name="Y2000" minOccurs="0" type="string"/>
          <element name="STREFA2000" minOccurs="0" type="string"/>
          <element name="MP" minOccurs="0" type="string"/>
          <element name="H_PLEVRF2007NH" minOccurs="0" type="string"/>
          <element name="MH_PLEVRF2007NH" minOccurs="0" type="string"/>
          <element name="H_PLKRON86NH" minOccurs="0" type="string"/>
          <element name="MH_PLKRON86NH" minOccurs="0" type="string"/>
          <element name="TYP_STABILIZACJI" minOccurs="0" type="string"/>
          <element name="STAN_ZNAKU" minOccurs="0" type="string"/>
          <element name="OPIS_TOPOGRAFICZNY" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
