<?xml version="1.0" encoding="UTF-8"?>
<person>
  <id>2</id>
  <first_name>Bob</first_name>
  <last_name>Brown</last_name>
  <sex>M</sex>
  <age>41</age>
  <birth_date>1985-07-22</birth_date>
  <email>bob.brown@example.com</email>
  <phone>+33 6 23 45 67 89</phone>
  <street>8 avenue de la Gare</street>
  <postal_code>69002</postal_code>
  <city>Lyon</city>
  <country>France</country>
  <occupation>Software Engineer</occupation>
</person>
