Some unit test regarding the new fields.
[libgcal.git] / utests / supercontact.xml
blobc216874ad05aa4b4b5f6e771371308fb90637c41
1 <?xml version="1.0" encoding="UTF-8"?>
2 <entry xmlns="http://www.w3.org/2005/Atom"
3        xmlns:gd="http://schemas.google.com/g/2005"
4        xmlns:gContact="http://schemas.google.com/contact/2008"
5        gd:etag='W/"CUMBRHo_fip7ImA9WxRbGU0."' >
6   <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2005#contact"/>
7   <gd:name>
8     <gd:givenName>John</gd:givenName>
9     <gd:additionalName>'Super'</gd:additionalName>
10     <gd:familyName>Doe</gd:familyName>
11   </gd:name>
12   <gContact:occupation>Carpenter</gContact:occupation>
13   <gd:email rel="http://schemas.google.com/g/2005#home" address="doe@nobody.com" primary="true"/>
14   <gd:im address="gdoe" label="CUSTOM" protocol="http://schemas.google.com/g/2005#GOOGLE_TALK"/>
15   <gd:im address="aim_doe" label="CUSTOM" protocol="http://schemas.google.com/g/2005#AIM"/>
16   <gd:im address="y_doe" label="CUSTOM" protocol="http://schemas.google.com/g/2005#YAHOO"/>
17   <gd:im address="ms_doe" label="CUSTOM" protocol="http://schemas.google.com/g/2005#MSN"/>
18   <gd:im address="icq_doe" label="CUSTOM" protocol="http://schemas.google.com/g/2005#ICQ"/>
19   <gd:im address="jab_doe" label="CUSTOM" protocol="http://schemas.google.com/g/2005#JABBER"/>
20   <gd:structuredPostalAddress rel='http://schemas.google.com/g/2005#work'>
21     <gd:street>1600 Amphitheatre Parkway</gd:street>
22     <gd:city>Mountain View</gd:city>
23     <gd:region>CA</gd:region>
24     <gd:postcode>94043</gd:postcode>
25   </gd:structuredPostalAddress>
26   <gd:structuredPostalAddress rel='http://schemas.google.com/g/2005#home'>
27     <gd:street>27, rue Pasteur</gd:street>
28     <gd:city>CABOURG</gd:city>
29     <gd:postcode>14390</gd:postcode>
30     <gd:country>FRANCE</gd:country>
31   </gd:structuredPostalAddress>
32   <gd:phoneNumber primary="true" rel="http://schemas.google.com/g/2005#mobile">66666</gd:phoneNumber>
33   <gd:phoneNumber rel="http://schemas.google.com/g/2005#home">55555</gd:phoneNumber>
34   <gd:phoneNumber rel="http://schemas.google.com/g/2005#home_fax">44444</gd:phoneNumber>
35   <gd:phoneNumber rel="http://schemas.google.com/g/2005#work_fax">33333</gd:phoneNumber>
36   <gd:phoneNumber rel="http://schemas.google.com/g/2005#pager">22222</gd:phoneNumber>
37   <gd:phoneNumber rel="http://schemas.google.com/g/2005#other">11111</gd:phoneNumber>
38   <gd:phoneNumber rel="http://schemas.google.com/g/2005#other">00000</gd:phoneNumber>
39   <gd:phoneNumber rel="http://schemas.google.com/g/2005#other">-11111</gd:phoneNumber>
40 </entry>