Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <api>
  3. <course id="1" start="2014-11-14" end="2015-05-14">
  4. <name xml:space="preserve">Foo/Bar (now)</name>
  5. <instructors>
  6. <instructor id="1" />
  7. <instructor id="2" />
  8. </instructors>
  9. <online_volunteers>
  10. <online_volunteer id="1" />
  11. </online_volunteers>
  12. <campus_volunteers>
  13. <campus_volunteer id="1" />
  14. <campus_volunteer id="2" />
  15. </campus_volunteers>
  16. <students>
  17. <student id="1">
  18. <article title="Foo" />
  19. </student>
  20. <student id="2">
  21. <article title="Bar">
  22. <reviewer id="1" />
  23. </article>
  24. <article title="Baz" />
  25. <article title="Foo">
  26. <reviewer id="1" />
  27. <reviewer id="3" />
  28. </article>
  29. </student>
  30. </students>
  31. </course>
  32. <course id="2" start="2014-11-14" end="2015-05-14">
  33. <name xml:space="preserve">Foo/Blerg (when)</name>
  34. <instructors />
  35. <online_volunteers />
  36. <campus_volunteers />
  37. <students>
  38. <student id="1">
  39. <article title="Asdfasdfasdf" />
  40. </student>
  41. </students>
  42. </course>
  43. </api>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement