Advertisement
Guest User

Untitled

a guest
Mar 31st, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <timeTable>
  3. <offices xmlns='urn:ithub.ru:offices'>
  4. <office code="КУ">
  5. <name>Курская</name>
  6. <address>Костомаровский пер., дом 3, стр 4, Москва, 105120</address>
  7. </office>
  8. <office code="ВТ">
  9. <name>ВДНХ Техноград</name>
  10. <address>пр-т Мира, 119 строение 63, Москва, 129223</address>
  11. </office>
  12. </offices>
  13. <lessons>
  14. <lesson no="1" complex="КУ">
  15. <thema>Обзор XML технологий</thema>
  16. <date>2021-01-19</date>
  17. <time>10:00</time>
  18. </lesson>
  19. <lesson no="2" complex="BT">
  20. <thema>Введение в XML</thema>
  21. <date>2021-01-23</date>
  22. <time>17:20</time>
  23. </lesson>
  24. <lesson no="3" complex="BT">
  25. <thema>Правила XML</thema>
  26. <date>2021-01-26</date>
  27. <time>15:30</time>
  28. </lesson>
  29. <lesson no="4" complex="КУ">
  30. <thema>Пространства имён XML</thema>
  31. <date>2021-01-29</date>
  32. <time>10:00</time>
  33. </lesson>
  34. <lesson no="5" complex="BT">
  35. <thema>DTD: Описание структуры документа</thema>
  36. <date>2021-02-03</date>
  37. <time>17:20</time>
  38. </lesson>
  39. <lesson no="6" complex="BT">
  40. <thema>DTD: определение сущностей</thema>
  41. <date>2021-02-08</date>
  42. <time>15:30</time>
  43. </lesson>
  44. <lesson no="7" complex="КУ">
  45. <thema>Введение в XML Схемы</thema>
  46. <date>2021-02-12</date>
  47. <time>10:00</time>
  48. </lesson>
  49. <lesson no="8" complex="BT">
  50. <thema>XML Схема: типы данных</thema>
  51. <date>2021-02-17</date>
  52. <time>17:20</time>
  53. </lesson>
  54. <lesson no="9" complex="BT">
  55. <thema>Атрибуты типов</thema>
  56. <date>2021-02-21</date>
  57. <time>15:30</time>
  58. </lesson>
  59. <lesson no="10" complex="КУ">
  60. <thema>XML Схема: Расширение сложных типов</thema>
  61. <date>2021-02-25</date>
  62. <time>10:00</time>
  63. </lesson>
  64. </lessons>
  65. </timeTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement