-
Notifications
You must be signed in to change notification settings - Fork 46
/
talk_schedule.xml
34 lines (24 loc) · 1.74 KB
/
talk_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
<meeting>
<!--"name" is a mandatory descriptive name for the talk (it appears in a combobox at the top of the
main window)-->
<!--"section" is an optional identifier referring to the section of the meeting in which the talk is
scheduled. It's not used directly by OnlyT but remote control apps may use it-->
<!--"duration" is mandatory and specified the duration of the talk. The format is hr:mm:ss-->
<!--"editable" is an optional attribute to determine whether the user can manually modify the item's
duration (false by default)-->
<!--Use the optional "bell" attribute to automatically sound a bell at the expiration of an item's
duration (false by default)-->
<!--Use the optional "countup" attribute to specify whether the timer should count up (true) or
down (false). If you leave it empty or remove the attribute then the timer will use the value
specified in the OnlyT Settings page-->
<!--Use the optional "persist" attribute to specify that a timer value should remain on-screen after
the timer has stopped (useful for a chairman to note the speaker's time)-->
<!--Use the optional "closing" attribute to specify the duration of the closing phase of an item. At
this point, the timer's text colour changes from green to yellow, indicating that the speaker should
begin to wind up! Default is 30 seconds. Set to 0 to turn off the feature-->
<items>
<item name="Welcome" section="Conference" duration="00:03:00" editable="true" countup="true" />
<item name="Keynote" section="Conference" duration="01:00:00" editable="true" bell="true" countup="false" persist="true" closing="60" />
<item name="Concluding Comments" section="Conference" duration="00:03:00" editable="true" />
</items>
</meeting>