<?xml version="1.0" encoding="UTF-8"?>
<AbstractRequest version="V0.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="RDL.xsd">

    <Request appRef="A1" taskRef="T1" datasetRef="DS1"/>
    <Request appRef="A2" taskRef="T1" datasetRef="DS1"/>

    <Application ID="A1" name="root4star" ver="SL04k"/>
    <Application ID="A2" name="root4star" ver="dev"/>
    <Application ID="A3" name="root" ver="4.00.04"/>

    <RootTask ID="T1">
        <Macro>example.C</Macro>
        <Arguments>10.0,true</Arguments>
    </RootTask>


    <!-- My Data sets -->
    <GenericDataset ID="DS1" type="Logical">
        <Catalog>
            <Query>production=2g,type=muDST</Query>
        </Catalog>
    </GenericDataset>

    <GenericDataset ID="DS2" type="Physical">
        <Name>/star/data01/bla.root</Name>
        <Name>/star/data01/bli.root</Name>
    </GenericDataset>

    <!-- The validation of this one should fail due to mixed type. -->
    <!-- I have not figured out yet on how to make an indentity    -->
    <!-- constraint however so for now, it will pas :-(            -->
    <GenericDataset ID="DS3" type="Logical">
        <DataSetIDRef>DS1</DataSetIDRef>
        <DataSetIDRef>DS2</DataSetIDRef>
    </GenericDataset>

</AbstractRequest>