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

  <complexType name="sites_pollues_surfacesType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:MultiSurfacePropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="t_id" minOccurs="0" type="integer"/>
          <element name="no_cadastre" minOccurs="0" type="string"/>
          <element name="url_site" minOccurs="0" type="string"/>
          <element name="nbident" minOccurs="0" type="string"/>
          <element name="no_parcelle" minOccurs="0" type="string"/>
          <element name="egrid" minOccurs="0" type="string"/>
          <element name="type_de_site_code" minOccurs="0" type="string"/>
          <element name="type_de_site" minOccurs="0" type="string"/>
          <element name="en_exploitation" minOccurs="0" type="boolean"/>
          <element name="en_exploitation_txt" minOccurs="0" type="string"/>
          <element name="type_de_decharge_code" minOccurs="0" type="string"/>
          <element name="type_de_decharge" minOccurs="0" type="string"/>
          <element name="interventions_ulterieures" minOccurs="0" type="boolean"/>
          <element name="interventions_ulterieures_txt" minOccurs="0" type="string"/>
          <element name="mesures_et_investigations_code" minOccurs="0" type="string"/>
          <element name="mesures_et_investigations" minOccurs="0" type="string"/>
          <element name="statut_osites_code" minOccurs="0" type="string"/>
          <element name="statut_osites" minOccurs="0" type="string"/>
          <element name="entree_en_vigueur" minOccurs="0" type="string"/>
          <element name="derniere_adaptation" minOccurs="0" type="string"/>
          <element name="url_extrait_csp" minOccurs="0" type="string"/>
          <element name="remarque" minOccurs="0" type="string"/>
          <element name="autorite_competente" minOccurs="0" type="string"/>
          <element name="url_autorite" minOccurs="0" type="string"/>
          <element name="uid_autorite" minOccurs="0" type="string"/>
          <element name="nom_du_cadastre" minOccurs="0" type="string"/>
          <element name="url_cadastre" minOccurs="0" type="string"/>
          <element name="canton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

  <element name="sites_pollues_points" 
           type="ms:sites_pollues_pointsType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="sites_pollues_pointsType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="t_id" minOccurs="0" type="integer"/>
          <element name="no_cadastre" minOccurs="0" type="string"/>
          <element name="url_site" minOccurs="0" type="string"/>
          <element name="nbident" minOccurs="0" type="string"/>
          <element name="no_parcelle" minOccurs="0" type="string"/>
          <element name="egrid" minOccurs="0" type="string"/>
          <element name="type_de_site_code" minOccurs="0" type="string"/>
          <element name="type_de_site" minOccurs="0" type="string"/>
          <element name="en_exploitation" minOccurs="0" type="boolean"/>
          <element name="en_exploitation_txt" minOccurs="0" type="string"/>
          <element name="type_de_decharge_code" minOccurs="0" type="string"/>
          <element name="type_de_decharge" minOccurs="0" type="string"/>
          <element name="interventions_ulterieures" minOccurs="0" type="boolean"/>
          <element name="interventions_ulterieures_txt" minOccurs="0" type="string"/>
          <element name="mesures_et_investigations_code" minOccurs="0" type="string"/>
          <element name="mesures_et_investigations" minOccurs="0" type="string"/>
          <element name="statut_osites_code" minOccurs="0" type="string"/>
          <element name="statut_osites" minOccurs="0" type="string"/>
          <element name="entree_en_vigueur" minOccurs="0" type="string"/>
          <element name="derniere_adaptation" minOccurs="0" type="string"/>
          <element name="url_extrait_csp" minOccurs="0" type="string"/>
          <element name="remarque" minOccurs="0" type="string"/>
          <element name="autorite_competente" minOccurs="0" type="string"/>
          <element name="url_autorite" minOccurs="0" type="string"/>
          <element name="uid_autorite" minOccurs="0" type="string"/>
          <element name="nom_du_cadastre" minOccurs="0" type="string"/>
          <element name="url_cadastre" minOccurs="0" type="string"/>
          <element name="canton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
