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

  <complexType name="wildruhezoneType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="numero" minOccurs="0" type="string"/>
          <element name="zone_de_tranquillite" minOccurs="0" type="string"/>
          <element name="code_statut_de_protection" minOccurs="0" type="string"/>
          <element name="statut_de_protection" minOccurs="0" type="string"/>
          <element name="bases_de_decision" minOccurs="0" type="string"/>
          <element name="annee_de_decision" minOccurs="0" type="integer"/>
          <element name="date_de_mutation" minOccurs="0" type="string"/>
          <element name="raison_de_mutation" minOccurs="0" type="string"/>
          <element name="informations_supplementaires" minOccurs="0" type="string"/>
          <element name="information_online" minOccurs="0" type="string"/>
          <element name="code_dispositions" minOccurs="0" type="string"/>
          <element name="dispositions" minOccurs="0" type="string"/>
          <element name="dispositions_cantonales" minOccurs="0" type="string"/>
          <element name="periode_de_protection" minOccurs="0" type="string"/>
          <element name="canton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

  <element name="routennetz" 
           type="ms:routennetzType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="routennetzType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="numero_zone_de_tranquillite" minOccurs="0" type="string"/>
          <element name="zone_de_tranquillite" minOccurs="0" type="string"/>
          <element name="type_de_chemin_code" minOccurs="0" type="string"/>
          <element name="type_de_chemin" minOccurs="0" type="string"/>
          <element name="restriction" minOccurs="0" type="string"/>
          <element name="canton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
