Advertisement
Guest User

Untitled

a guest
Mar 6th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
  3. <atom:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#contact" />
  4. <gd:name>
  5. <gd:givenName>Jack</gd:givenName>
  6. <gd:familyName>Masters</gd:familyName>
  7. <gd:fullName>Jack Masters</gd:fullName>
  8. <gd:additionalName>Rascal</gd:additionalName>
  9. <gd:namePrefix>Sir</gd:namePrefix>
  10. <gd:nameSuffix>II</gd:nameSuffix>
  11. </gd:name>
  12. <atom:content type="text">These are some testing notes.</atom:content>
  13. <gd:email rel="http://schemas.google.com/g/2005#work" address="newtestAddress@gmail.com" primary="true" />
  14. <gd:phoneNumber rel="http://schemas.google.com/g/2005#home" primary="true">716-999-0098</gd:phoneNumber>
  15. <gd:phoneNumber rel="http://schemas.google.com/g/2005#work">666-8765-9087</gd:phoneNumber>
  16. <gd:structuredPostalAddress rel="http://schemas.google.com/g/2005#home">
  17. <gd:formattedAddress>3546 Madison Street, Chicago IL, 56879</gd:formattedAddress>
  18. <gd:street>3546 Madison Street</gd:street>
  19. <gd:city>Chicago</gd:city>
  20. <gd:state>IL</gd:state>
  21. <gd:country>USA</gd:country>
  22. </gd:structuredPostalAddress>
  23. </atom:entry>
  24.  
  25. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  26. <atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005">
  27. <atom:category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#contact" />
  28. <gd:name>
  29. <gd:givenName>Jack</gd:givenName>
  30. <gd:familyName>Masters</gd:familyName>
  31. <gd:fullName>Jack Masters</gd:fullName>
  32. <gd:additionalName>Rascal</gd:additionalName>
  33. <gd:namePrefix>Sir</gd:namePrefix>
  34. <gd:nameSuffix>II</gd:nameSuffix>
  35. </gd:name>
  36. <atom:content type="text">These are some testing notes.</atom:content>
  37. <gd:email rel="http://schemas.google.com/g/2005#work" address="newtestAddress@gmail.com" primary="true" />
  38. <gd:email rel="http://schemas.google.com/g/2005#home" address="evenNewerAddress@yahoo.com" />
  39. <gd:phoneNumber rel="http://schemas.google.com/g/2005#home" primary="true">716-999-0098</gd:phoneNumber>
  40. <gd:phoneNumber rel="http://schemas.google.com/g/2005#work">666-8765-9087</gd:phoneNumber>
  41. <gd:structuredPostalAddress rel="http://schemas.google.com/g/2005#home">
  42. <gd:formattedAddress>3546 Madison Street, Chicago IL, 56879</gd:formattedAddress>
  43. <gd:street>3546 Madison Street</gd:street>
  44. <gd:city>Chicago</gd:city>
  45. <gd:state>IL</gd:state>
  46. <gd:country>USA</gd:country>
  47. </gd:structuredPostalAddress>
  48. <gContact:groupMembershipInfo href="http://www.google.com/m8/feeds/groups/default/base/14b3e56788eb41b8" />
  49. </atom:entry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement