-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSampleContact.xml
More file actions
41 lines (41 loc) · 988 Bytes
/
Copy pathSampleContact.xml
File metadata and controls
41 lines (41 loc) · 988 Bytes
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
<?xml version="1.0" encoding="utf-8" ?>
<Root>
<Contacts href=".">
<Contact href=".">
<Name>Glenn Block</Name>
<Address>123 Any Street</Address>
<City>Seattle</City>
<State>Washington</State>
<Zip>98112</Zip>
<Email>gblock@microsoft.com</Email>
<Twitter User="">
<Tweets href="."/>
<DM href="."/>
<Mention href="."/>
</Twitter>
</Contact>
<Contact href=".">
<Name>Mike Amundsen</Name>
<Address>123 Any Street</Address>
<City>Erlanger</City>
<State>Kentucky</State>
<Zip>41018</Zip>
<Email>mca@mamund.com</Email>
<Twitter>
<Tweets href="."/>
<DM href="."/>
<Mention href="."/>
</Twitter>
</Contact>
</Contacts>
<Queries>
<Query name="query-twitter-contacts" href="."/>
<Query name="query-search" href=".">
<Name/>
<City/>
<State/>
</Query>
</Queries>
<Response>
</Response>
</Root>