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
|
@Person {person,
name= "name",
nickname= "nickname",
birthday= "birthday",
birthyear= "birthyear",
p.address= "p.address",
p.phone= "p.phone",
p.cellular= "p.cellular",
p.fax= "p.fax",
p.email= "p.email",
p.url= "p.url",
p.account= "p.account",
r.address= "r.address",
r.phone= "r.phone",
r.cellular= "r.cellular",
r.fax= "r.fax",
r.email= "r.email",
r.url= "r.url",
r.account= "r.account",
w.title= "w.title",
w.name= "w.name",
w.address= "w.address",
w.phone= "w.phone",
w.cellular= "w.cellular",
w.fax= "w.fax",
w.email= "w.email",
w.url= "w.url",
w.account= "w.account",
note= "note",
}
|