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

  <complexType name="siti_insquinati_superficieType">
    <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_catasto" minOccurs="0" type="string"/>
          <element name="url_sito" minOccurs="0" type="string"/>
          <element name="nbident" minOccurs="0" type="string"/>
          <element name="no_parcella" minOccurs="0" type="string"/>
          <element name="egrid" minOccurs="0" type="string"/>
          <element name="tipo_di_sito_code" minOccurs="0" type="string"/>
          <element name="tipo_di_sito" minOccurs="0" type="string"/>
          <element name="in_esercizio" minOccurs="0" type="boolean"/>
          <element name="in_esercizio_txt" minOccurs="0" type="string"/>
          <element name="tipo_di_discarica_code" minOccurs="0" type="string"/>
          <element name="tipo_di_discarica" minOccurs="0" type="string"/>
          <element name="interventi_ulteriori" minOccurs="0" type="boolean"/>
          <element name="interventi_ulteriori_txt" minOccurs="0" type="string"/>
          <element name="misure_e_indagini_code" minOccurs="0" type="string"/>
          <element name="misure_e_indagini" minOccurs="0" type="string"/>
          <element name="statuto_ositi_code" minOccurs="0" type="string"/>
          <element name="statuto_ositi" minOccurs="0" type="string"/>
          <element name="entrata_in_vigore" minOccurs="0" type="string"/>
          <element name="ultima_modifica" minOccurs="0" type="string"/>
          <element name="url_estratto_catasto" minOccurs="0" type="string"/>
          <element name="osservazione" minOccurs="0" type="string"/>
          <element name="autorita_competente" minOccurs="0" type="string"/>
          <element name="url_autorita" minOccurs="0" type="string"/>
          <element name="uid_autorita" minOccurs="0" type="string"/>
          <element name="nome_del_catasto" minOccurs="0" type="string"/>
          <element name="url_catasto" minOccurs="0" type="string"/>
          <element name="cantone" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

  <element name="siti_inquinati_punti" 
           type="ms:siti_inquinati_puntiType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="siti_inquinati_puntiType">
    <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_catasto" minOccurs="0" type="string"/>
          <element name="url_sito" minOccurs="0" type="string"/>
          <element name="nbident" minOccurs="0" type="string"/>
          <element name="no_parcella" minOccurs="0" type="string"/>
          <element name="egrid" minOccurs="0" type="string"/>
          <element name="tipo_di_sito_code" minOccurs="0" type="string"/>
          <element name="tipo_di_sito" minOccurs="0" type="string"/>
          <element name="in_esercizio" minOccurs="0" type="boolean"/>
          <element name="in_esercizio_txt" minOccurs="0" type="string"/>
          <element name="tipo_di_discarica_code" minOccurs="0" type="string"/>
          <element name="tipo_di_discarica" minOccurs="0" type="string"/>
          <element name="interventi_ulteriori" minOccurs="0" type="boolean"/>
          <element name="interventi_ulteriori_txt" minOccurs="0" type="string"/>
          <element name="misure_e_indagini_code" minOccurs="0" type="string"/>
          <element name="misure_e_indagini" minOccurs="0" type="string"/>
          <element name="statuto_ositi_code" minOccurs="0" type="string"/>
          <element name="statuto_ositi" minOccurs="0" type="string"/>
          <element name="entrata_in_vigore" minOccurs="0" type="string"/>
          <element name="ultima_modifica" minOccurs="0" type="string"/>
          <element name="url_estratto_catasto" minOccurs="0" type="string"/>
          <element name="osservazione" minOccurs="0" type="string"/>
          <element name="autorita_competente" minOccurs="0" type="string"/>
          <element name="url_autorita" minOccurs="0" type="string"/>
          <element name="uid_autorita" minOccurs="0" type="string"/>
          <element name="nome_del_catasto" minOccurs="0" type="string"/>
          <element name="url_catasto" minOccurs="0" type="string"/>
          <element name="cantone" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
