forked from voc/voctomix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.xml
37 lines (37 loc) · 1.04 KB
/
schedule.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version='1.0' encoding='utf-8' ?>
<schedule>
<day>
<room>
<event id='1'>
<date>2019-01-01T10:00:00+02:00</date>
<duration>01:00</duration>
<room>HALL 1</room>
<title>Interesting talk in HALL 1 at 10:00</title>
<persons>
<person id='1'>Alice</person>
<person id='2'>Bob</person>
<person id='3'>Claire</person>
</persons>
</event>
<event id='2'>
<date>2019-01-01T10:00:00+02:00</date>
<duration>01:00</duration>
<room>HALL 2</room>
<title>Interesting talk in HALL 2 at 10:00</title>
<persons>
<person id='4'>Dick</person>
</persons>
</event>
<event id='3'>
<date>2019-01-01T11:15:00+02:00</date>
<duration>01:00</duration>
<room>HALL 2</room>
<title>Interesting talk in HALL 2 at 11:15</title>
<persons>
<person id='1'>Alice</person>
<person id='4'>Dick</person>
</persons>
</event>
</room>
</day>
</schedule>