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

  <complexType name="geschuetzte_landschaftsbestandteileType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="MSGEOMETRY" type="gml:MultiSurfacePropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="id" minOccurs="0" type="string"/>
          <element name="bezeichnung" minOccurs="0" type="string"/>
          <element name="flaeche_laut_rechtsvorschrift" minOccurs="0" type="double"/>
          <element name="zustaendigkeit" minOccurs="0" type="string"/>
          <element name="rechtsgrundlage" minOccurs="0" type="string"/>
          <element name="erste_festsetzung" minOccurs="0" type="integer"/>
          <element name="ausweisungsgrund" minOccurs="0" type="string"/>
          <element name="erfassungsgrundlage" minOccurs="0" type="string"/>
          <element name="metalink" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
