<?xml version="1.0" encoding="UTF-8"?>
<sejour 
	id="2011010018" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:noNamespaceSchemaLocation="sejour.xsd">
	
	<client id="1" 
			nom="Dupont" 
			prenom="Henri" 
			dateNaissance="10/01/1950" 
			adresse="10, avenue des Lilas 64000 PAU"/>
			
	<lieu 	id="1" 
			libelle="Hotel Paradise" 
			adresse="Hawaï, USA"/>
			
	<quand 	depart="10/01/2011" 
			nombreJours="7"/>
			
	<tarification total="4000">
		<prestation libelle="voyage" tarif="1500"/>
		<prestation libelle="hebergement" tarif="1500"/>
		<prestation libelle="restauration" tarif="1500"/>
		<prestation libelle="bar" tarif="500"/>
	</tarification>
</sejour>
