15 appendix c: xml structure used by macro editor, 1 automationcuemacrolist sample, 15appendix c: xml structure used by macro editor – Doremi DSV-J2 User Manual

Page 54

Advertising
background image

15Appendix C: XML Structure Used by Macro Editor

The Macro Automation Cues and Trigger Cues generated using the Macro Editor GUI
presented in this document (Section 7) are saved using one single XML file according to the
structure presented in this appendix.

15.1 AutomationCueMacroList Sample

An example of such resulting XML file is provided below. Each Macro Automation Cue (created
according to 7.2.1) is saved in one “AutomationCueMacro” element and each Trigger Cue
(created according to 7.3.1) is saved in one “TriggerCue” 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>

</Command>
<Command>

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

DSV.OM.000391.DRM

Page 54 of 68

Version 1.2

Doremi Labs

Advertising