New field: Occupation and some documentation.
[libgcal.git] / utests / contact_documentation.xml
blob5ffa9d6775351b454c0ee818dce4dcb36bef24b9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <atom:entry xmlns:atom='http://www.w3.org/2005/Atom'
3     xmlns:gd='http://schemas.google.com/g/2005'>
4   <atom:category scheme='http://schemas.google.com/g/2005#kind'
5     term='http://schemas.google.com/g/2005#contact' />
6   <atom:title type='text'>Elizabeth Bennet</atom:title>
7   <atom:content type='text'>Notes</atom:content>
8   <gd:email rel='http://schemas.google.com/g/2005#work'
9     address='liz@gmail.com' />
10   <gd:email rel='http://schemas.google.com/g/2005#home'
11     address='liz@example.org' />
12   <gd:phoneNumber rel='http://schemas.google.com/g/2005#work'
13     primary='true'>
14     (206)555-1212
15   </gd:phoneNumber>
16   <gd:phoneNumber rel='http://schemas.google.com/g/2005#home'>
17     (206)555-1213
18   </gd:phoneNumber>
19   <gd:im address='liz@gmail.com'
20     protocol='http://schemas.google.com/g/2005#GOOGLE_TALK'
21     rel='http://schemas.google.com/g/2005#home' />
22   <gd:structuredPostalAddress rel='http://schemas.google.com/g/2005#work'>
23     <gd:street>1600 Amphitheatre Parkway</gd:street>
24     <gd:city>Mountain View</gd:city>
25     <gd:region>CA</gd:region>
26     <gd:postcode>94043</gd:postcode>
27   </gd:structuredPostalAddress>
28 </atom:entry>