MemberFeedDataSample1.xml 1.7 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
  3. xmlns:apps="http://schemas.google.com/apps/2006"
  4. xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
  5. <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member</atom:id>
  6. <atom:link rel="https://schemas.google.com/g/2005#feed" type="application/atom+xml"
  7. href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member"/>
  8. <openSearch:startIndex>1</openSearch:startIndex>
  9. <atom:entry>
  10. <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com</atom:id>
  11. <atom:link rel="self" type="application/atom+xml"
  12. href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
  13. <atom:link rel="edit" type="application/atom+xml"
  14. href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
  15. <apps:property name="memberId" value="suejones@example.com"/>
  16. <apps:property name="memberType" value="User"/>
  17. <apps:property name="directMember" value="true"/>
  18. </atom:entry>
  19. <atom:entry>
  20. <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com</atom:id>
  21. <atom:link rel="self" type="application/atom+xml"
  22. href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com"/>
  23. <atom:link rel="edit" type="application/atom+xml"
  24. href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com"/>
  25. <apps:property name="memberId" value="ca-sales@example.com"/>
  26. <apps:property name="memberType" value="Group"/>
  27. <apps:property name="directMember" value="true"/>
  28. </atom:entry>
  29. </atom:feed>