Xml structure used by macro editor, Automationcuemacrolist sample, 12 xml structure used by macro editor – Doremi ShowVault / IMB User Manual

Page 96: 1 automationcuemacrolist sample

Advertising
background image

____________________________________________________________________________________

SHV.OM.001293.DRM

Page 96 of 146

Version 1.5

Doremi Labs

12 XML Structure Used by Macro Editor

The Macro Automation Cues and Trigger Cues generated using the Macro Editor GUI (Section
6) are saved using one single XML file according to the structure presented below.

12.1 AutomationCueMacroList Sample

An example of an XML file is provided below. Each Macro Automation Cue, created according
to Section 6.2.1, is saved in one AutomationCueMacro element and each Trigger Cue, created
according to Section 6.3.1, is saved in one Trigger Cue element.

<?xml version=”1.0”?>
<AutomationCueMacroList>

<IssueDate>2007-01-31T10:25:11-08:00</IssueDate>
<Issuer>Doremi Cinema LLC</Issuer>
<Creator>CineLister Macro Editor v0.4</Creator>
<AnnotationText>Generated by Doremi Labs Macro Editor version 0.4</AnnotationText>

<AutomationCueMacro>

<Name>FEATURE_START_FLAT</Name>
<Id>urn:uuid:f9bd304e-8c81-4a62-8de5-0805fd91f160</Id>
<AnnotationText>start a FLAT feature</AnnotationText>
<CommandList>

<Command>

<Type>GPO</Type>
<Line>1</Line>
<Value>2</Value>
<PulseDelay>500</PulseDelay>

</Command>
<Command>

<Type>GPO</Type>
<Line>4</Line>
<Value>2</Value>
<PulseDelay>500</PulseDelay>

</Command>

</CommandList>

</AutomationCueMacro>
<AutomationCueMacro>

<Name>FEATURE_START_SCOPE</Name>
<Id>urn:uuid:3922e0c2-84af-407a-9cde-edd8f551af94</Id>
<AnnotationText>start a SCOPE feature</AnnotationText>
<CommandList>

<Command>

<Type>GPO</Type>
<Line>2</Line>
<Value>2</Value>
<PulseDelay>500</PulseDelay>

Advertising