-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoveDataBase.xml
More file actions
67 lines (66 loc) · 1.62 KB
/
LoveDataBase.xml
File metadata and controls
67 lines (66 loc) · 1.62 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE boost_serialization>
<boost_serialization signature="serialization::archive" version="18">
<database class_id="0" tracking_level="0" version="0">
<candidates class_id="1" tracking_level="0" version="0">
<count>4</count>
<item_version>0</item_version>
<item class_id="2" tracking_level="0" version="0">
<first>Bartek</first>
<second class_id="3" tracking_level="0" version="0">
<name>Bartek</name>
<sex>male</sex>
<age>24</age>
<hight>180</hight>
<eyeColor>black</eyeColor>
<hair>brunet</hair>
<favAnimal>dog</favAnimal>
<email>barto</email>
<phoneNumber>1111</phoneNumber>
</second>
</item>
<item>
<first>Kasia</first>
<second>
<name>Kasia</name>
<sex>female</sex>
<age>22</age>
<hight>150</hight>
<eyeColor>blue</eyeColor>
<hair>red</hair>
<favAnimal>none</favAnimal>
<email>kacha</email>
<phoneNumber>3333</phoneNumber>
</second>
</item>
<item>
<first>Michal</first>
<second>
<name>Michal</name>
<sex>male</sex>
<age>51</age>
<hight>181</hight>
<eyeColor>green</eyeColor>
<hair>gray</hair>
<favAnimal>dog</favAnimal>
<email>michas</email>
<phoneNumber>3333334</phoneNumber>
</second>
</item>
<item>
<first>Tomek</first>
<second>
<name>Tomek</name>
<sex>male</sex>
<age>26</age>
<hight>170</hight>
<eyeColor>blue</eyeColor>
<hair>blond</hair>
<favAnimal>cat</favAnimal>
<email>tomo</email>
<phoneNumber>2222</phoneNumber>
</second>
</item>
</candidates>
</database>
</boost_serialization>