<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="AnagrafeDistretti">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="record">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:byte" name="COD_DISTRETTO_ASL"/>
              <xs:element type="xs:int" name="COD_NAZIONALE_ASL"/>
              <xs:element type="xs:string" name="DENOMINAZIONE"/>
              <xs:element type="xs:string" name="COMUNE_SEDE"/>
              <xs:element type="xs:string" name="SIGLA_PROVINCIA_SEDE"/>
              <xs:element type="xs:int" name="CAP_SEDE"/>
              <xs:element type="xs:string" name="COMUNI"/>
              <xs:element type="xs:string" name="COD_ISTAT_COMUNI"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>

