<?xml version="1.0"?>
<person>
	<name>
		<firstName>Mario</firstName>
		<lastName>Lezoche</lastName>
	</name>
	<nickname>Raksati</nickname>
	<characteristic>
		<phisic>
			<height value=" 181 " unit=" centimeters "/>
			<weight value=" 73 " unit=" kilograms "/>
		</phisic>
		<informatic>
			<website>http://www.lezoche.com</website>
			<blog>http://www.lezoche.com/life</blog>
			<email>concat(['mario';'@';'lezoche.com'])</email>
		</informatic>
	</characteristic>
	<work>
		<profession>
			<type>phd student</type>
			<structure>
				<name>IASI CNR</name>
				<address>
					<city>Roma</city>
					<zipCode>00185</zipCode>
					<street>
						<name>Viale Manzoni</name>
						<number>30</number>
					</street>
					<country>Italy</country>
					<website>http://www.iasi.cnr.it/iasi</website>
					<telephone type="work">(+39) 06 7716433</telephone>
					<email>concat(['lezoche';'@';'iasi.cnr.it'])</email>
				</address>
			</structure>
		</profession>
		<profession>
			<type>computer science engineer</type>
			<structure>
				<name>Maas Center</name>
				<address>
					<city>Roma</city>
					<zipCode>00185</zipCode>
					<street>
						<name>Via valesia</name>
						<number>2</number>
					</street>
					<country>Italy</country>
					<website>http://www.maas.ccr.it</website>
					<telephone type="work">(+39) 06 42741210</telephone>
					<email>concat(['mario.lezoche';'@';'maas.ccr.it'])</email>
				</address>
			</structure>
		</profession>
	</work>
</person>