<?xml version="1.0" standalone="no"?>
<!-- edited with XML Spy v2.5  - http://www.xmlspy.com -->
<!DOCTYPE Eating_Source SYSTEM "Eating_Source.dtd">
<!-- Dati -->
<Eating_Source>
	<Fast-Food>
		<name id="a">McDocnalds</name>
		<address>via della Spiga, 23 - Milano</address>
		<phone>02-32457299</phone>
		<speciality>BigMac</speciality>
		<speciality>CheesBurger</speciality>
		<category>1</category>
		<owner>
			<name id="p1">Andrea Cataldo</name>
			<address>Guastalla</address>
			<job>Freelance</job>
		</owner>
	</Fast-Food>
	<Fast-Food>
		<name id="b">Burghy</name>
		<address>
			<address_type>
				<city>Milano</city>
				<street>Galleria centrale, 23</street>
				<zipcode>20100</zipcode>
			</address_type>
		</address>
		<phone>02-3999876</phone>
		<speciality>Burghy 1</speciality>
		<speciality>Burghy 2</speciality>
		<category>2</category>
		<nearby>
			<name_rist r_code="Ra">Ristorante Sclavini</name_rist>
			<category>1</category>
			<street>Galleria Centrale, 21</street>
			<zip_code>20100</zip_code>
			<person pers_id="p1"/>
			<tourist_menu_price>50000</tourist_menu_price>
			<special_dish>Cotoletta alla Milanese</special_dish>
		</nearby>
		<midprice>5000</midprice>
	</Fast-Food>
</Eating_Source>
