Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <schedule semester="4" term="1">
  3. <day name="Monday" />
  4. <day name="Tuesday">
  5. <class startTime="10:00" endTime="11:00" >
  6. <course name="Windows GUI Dev. with .NET" code="INFO-3071-01" teacher="L. Wong" />
  7. <room>F Building F3002</room>
  8. <duration>1</duration>
  9. </class>
  10. <class startTime="11:00" endTime="12:00" >
  11. <course name="Web Programming with XML" code="INFO-5064-01" teacher="M. Feeney" />
  12. <room>B Building B1073</room>
  13. <duration>1</duration>
  14. </class>
  15. <class startTime="12:00" endTime="14:00" >
  16. <course name="Concurrent Processing" code="INFO-5056-01" teacher="G. Santor" />
  17. <room>F Building F3002</room>
  18. <duration>2</duration>
  19. </class>
  20. </day>
  21. <day name="Wednesday">
  22. <class startTime="8:00" endTime="10:00" >
  23. <course name="Concurrent Processing" code="INFO-5056-01" teacher="G. Santor" />
  24. <room>F Building F3002</room>
  25. <duration>2</duration>
  26. </class>
  27. <class startTime="10:00" endTime="12:00" >
  28. <course name="Web Programming with XML" code="INFO-5064-01" teacher="M. Feeney" />
  29. <room>F Building F3002</room>
  30. <duration>2</duration>
  31. </class>
  32. <class startTime="12:00" endTime="14:00" >
  33. <course name="DirectX Computer Graphics" code="INFO-5058-01" teacher="M. Feeney" />
  34. <room>F Building F3002</room>
  35. <duration>2</duration>
  36. </class>
  37. </day>
  38. <day name="Thursday">
  39. <class startTime="12:00" endTime="14:00" >
  40. <course name="Windows GUI Dev. with .NET" code="INFO-3071-01" teacher="L. Wong" />
  41. <room>F Building F3002</room>
  42. <duration>2</duration>
  43. </class>
  44. <class startTime="14:00" endTime="16:00" >
  45. <course name="DirectX Computer Graphics" code="INFO-5058-01" teacher="M. Feeney" />
  46. <room>F Building F3002</room>
  47. <duration>2</duration>
  48. </class>
  49. </day>
  50. <day name="Friday">
  51. <class startTime="8:00" endTime="9:00" >
  52. <course name="Concurrent Processing" code="INFO-5056-01" teacher="G. Santor" />
  53. <room>F Building F3002</room>
  54. <duration>1</duration>
  55. </class>
  56. <class startTime="9:00" endTime="11:00" >
  57. <course name="DirectX Computer Graphics" code="INFO-5058-01" teacher="M. Feeney" />
  58. <room>F Building F3002</room>
  59. <duration>2</duration>
  60. </class>
  61. </day>
  62. </schedule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement