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

  <complexType name="zone_di_pianificazioneType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:GeometryPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="pubblicata_dal" minOccurs="0" type="string"/>
          <element name="pubblicata_fino_al" minOccurs="0" type="string"/>
          <element name="stato_giuridico" minOccurs="0" type="string"/>
          <element name="osservazioni" minOccurs="0" type="string"/>
          <element name="codice_tipo" minOccurs="0" type="string"/>
          <element name="designazione_tipo" minOccurs="0" type="string"/>
          <element name="abbreviazione_tipo" minOccurs="0" type="string"/>
          <element name="dispozione_livello_tipo" minOccurs="0" type="string"/>
          <element name="osservazioni_tipo" minOccurs="0" type="string"/>
          <element name="cantone" minOccurs="0" type="string"/>
          <element name="documento" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
