<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="root">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="row">
          <xs:complexType>
            <xs:sequence>
              <xs:element type="xs:string" name="ENTE"/>
              <xs:element type="xs:string" name="INDIRIZZO"/>
              <xs:element type="xs:int" name="CAP"/>
              <xs:element type="xs:string" name="CITTA"/>
              <xs:element type="xs:string" name="ENTECOORD"/>
              <xs:element type="xs:string" name="PARTNER_ATS"/>
              <xs:element type="xs:int" name="COSTO_TOTALE_AMMESSO"/>
              <xs:element type="xs:int" name="CONTRIBUTO_RP"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>

