<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE ville SYSTEM "ville.dtd">
<ville nom="Ville pour Test Clone">

	<informations>
		<commentaires>Probleme de ramassage d'ordures</commentaires>
		<nb_vehicules>3</nb_vehicules>
		<capacite_vehicule>20</capacite_vehicule>
		<cout_traversee>explicite</cout_traversee>
	</informations>
	
	<intersection id="0" type="carrefour" x="0" y="0" />
	<intersection id="1" type="rond_point" x="30" y="10" />
	<intersection id="2" type="rond_point" x="50" y="50" />
	
	<voirie id="0" nom="mondepot" type="depot" doublesens="0" id1="0" id2="0" hlp="0" demande1="0" demande2="0" cout1="0" cout2="0" />
	<voirie id="2" nom="marue1" type="petit_axe" doublesens="0" id1="0" id2="1" hlp="10" demande1="20" demande2="20" cout1="30" cout2="30" />
	<voirie id="4" nom="marue2" type="petit_axe" doublesens="0" id1="1" id2="2" hlp="10" demande1="20" demande2="20" cout1="30" cout2="30" />
	<voirie id="6" nom="marue3" type="grand_axe" doublesens="0" id1="2" id2="0" hlp="10" demande1="20" demande2="30" cout1="30" cout2="40" />
		
</ville>
