OwnerFeedDataSample1.xml 2.0 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <atom:feed xmlns:atom='http://www.w3.org/2005/Atom'
  3. xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
  4. xmlns:apps='http://schemas.google.com/apps/2006'>
  5. <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner</atom:id>
  6. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  7. <atom:link rel='http://schemas.google.com/g/2005#feed'
  8. type='application/atom+xml'
  9. href='https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner'/>
  10. <atom:link rel='http://schemas.google.com/g/2005#post'
  11. type='application/atom+xml'
  12. href='https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner'/>
  13. <atom:link rel='self' type='application/atom+xml'
  14. href='https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner'/>
  15. <openSearch:startIndex>1</openSearch:startIndex>
  16. <atom:entry>
  17. <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com</atom:id>
  18. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  19. <atom:link rel="self" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com"/>
  20. <atom:link rel="edit" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com"/>
  21. <apps:property name="email" value="joe@example.com"/>
  22. </atom:entry>
  23. <atom:entry>
  24. <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/suejones%40example.com</atom:id>
  25. <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
  26. <atom:link rel="self" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/suejones%40example.com"/>
  27. <atom:link rel="edit" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/suejones%40example.com"/>
  28. <apps:property name="email" value="suejones@example.com"/>
  29. </atom:entry>
  30. </atom:feed>