8 appendix: example schedule (text), Appendix: example schedule (text) – Grass Valley Schedule Importer User Manual

Page 11

Advertising
background image

Cobalt XML Schedule Import User Manual - document version: 1.28 – Page 11

8 Appendix: example Schedule (text)

You can copy this example Schedule into a text or XML-editor and use for test purposes.

<?xml version="1.0" encoding="UTF-8"?>

<Cobalt>

<!-- Cobalt

Elements: Schedule (1 element) -->

<Schedule ChannelName="Music_channel" AllowedChannels="Music_channel,Music_channelBackup">

<!-- Schedule

Attributes: ChannelName = name of the channel to import the schedule (mandatory for automatic import)

AllowedChannels = names of the allowed channels separated by a , (optional)

Elements: Event (1 or more elements) -->

<Event StartTime="14:35:00:00" StartDate="2012-05-23" Duration="00:03:16:00" EventType="Fixed" EventName="Usher - Love is...">

<!-- Event

Attributes: StartTime = starttime of event in format hh:mm:ss:ff (mandatory)

StartDate = startdate of event in format yyyy-mm-dd (mandatory)

Duration = duration of event in format hh:mm:ss:ff (mandatory)

EventType = Fixed, Follow or Manual (mandatory)

EventName = name of event (optional)

EventID = event reference of scheduling system (optional)

Flags = number to set 1 or more flags (optional)

Elements: ImportFields (0 or 1 elements)

Asset (1 element)

Formats (0 or 1 elements) -->

<ImportFields>

<!-- ImportFields (optional) can be used to add extra information to the event.

Elements: FIELD (0 or more elements) -->

<FIELD name="extra title">Next Friday, the whole concert</FIELD>

<FIELD name="event category">SONG</FIELD>

<!-- FIELD

Attributes: name = name of the importfield (mandatory)

Value: value of the named importfield -->

</ImportFields>

Advertising