<?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="https://schemas.opengis.net/gml/3.1.1/base/gml.xsd" />

  <element name="gewaesserraum" 
           type="ms:gewaesserraumType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="gewaesserraumType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="objektnummer" minOccurs="0" type="string"/>
          <element name="gewaessername" minOccurs="0" type="string"/>
          <element name="rechtsstatus" minOccurs="0" type="string"/>
          <element name="publiziert_ab" minOccurs="0" type="string"/>
          <element name="publiziert_bis" minOccurs="0" type="string"/>
          <element name="dokument" minOccurs="0" type="string"/>
          <element name="verzicht" minOccurs="0" type="string"/>
          <element name="kanton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

  <element name="verzichtsflaechen" 
           type="ms:verzichtsflaechenType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="verzichtsflaechenType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="objektnummer" minOccurs="0" type="string"/>
          <element name="gewaessername" minOccurs="0" type="string"/>
          <element name="rechtsstatus" minOccurs="0" type="string"/>
          <element name="publiziert_ab" minOccurs="0" type="string"/>
          <element name="publiziert_bis" minOccurs="0" type="string"/>
          <element name="dokument" minOccurs="0" type="string"/>
          <element name="verzicht" minOccurs="0" type="string"/>
          <element name="kanton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

  <element name="gewaesserraum_aenderung" 
           type="ms:gewaesserraum_aenderungType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="gewaesserraum_aenderungType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="objektnummer" minOccurs="0" type="string"/>
          <element name="gewaessername" minOccurs="0" type="string"/>
          <element name="rechtsstatus" minOccurs="0" type="string"/>
          <element name="publiziert_ab" minOccurs="0" type="string"/>
          <element name="publiziert_bis" minOccurs="0" type="string"/>
          <element name="dokument" minOccurs="0" type="string"/>
          <element name="verzicht" minOccurs="0" type="string"/>
          <element name="kanton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

  <element name="verzichtsflaechen_aenderung" 
           type="ms:verzichtsflaechen_aenderungType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="verzichtsflaechen_aenderungType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="objektnummer" minOccurs="0" type="string"/>
          <element name="gewaessername" minOccurs="0" type="string"/>
          <element name="rechtsstatus" minOccurs="0" type="string"/>
          <element name="publiziert_ab" minOccurs="0" type="string"/>
          <element name="publiziert_bis" minOccurs="0" type="string"/>
          <element name="dokument" minOccurs="0" type="string"/>
          <element name="verzicht" minOccurs="0" type="string"/>
          <element name="kanton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
