<?xml version="1.0" encoding="UTF-8"?>
<AbstractRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RDL.xsd">
<!-- This example would suggests two sequential requests    -->
<Request appRef="xx" taskRef="yy"/>
<Request appRef="zz" taskRef="yy"/>
<!-- Applications needs to be named and have a unique ID       -->
<!-- Schema validation will invalidate the XML with repeated ID -->
<Application ID="xx" name="csh"/>
<Application ID="zz" name="tcsh"/>
<ScriptTask ID="yy">
   <Script>example.csh</Script>
</ScriptTask>
</AbstractRequest>