-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarshalpeople.xml
36 lines (36 loc) · 1.2 KB
/
marshalpeople.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<people>
<person id="1018">
<firstname>Nome</firstname>
<lastname>Cognome</lastname>
<birthdate>1987-03-02T00:00:00.000+01:00</birthdate>
<healthprofile>
<lastupdate>2015-10-22T00:17:37.929+02:00</lastupdate>
<weight>80.0</weight>
<height>1.8</height>
<bmi>24.69</bmi>
</healthprofile>
</person>
<person id="0001">
<firstname>Andrea</firstname>
<lastname>Orler</lastname>
<birthdate>1993-05-21T00:00:00.000+02:00</birthdate>
<healthprofile>
<lastupdate>2015-10-22T00:17:37.968+02:00</lastupdate>
<weight>80.0</weight>
<height>1.8</height>
<bmi>24.69</bmi>
</healthprofile>
</person>
<person id="0002">
<firstname>Firstname</firstname>
<lastname>Lastname</lastname>
<birthdate>1985-06-26T00:00:00.000+02:00</birthdate>
<healthprofile>
<lastupdate>2015-10-22T00:17:37.968+02:00</lastupdate>
<weight>68.0</weight>
<height>1.72</height>
<bmi>22.99</bmi>
</healthprofile>
</person>
</people>