1<?xml version="1.0" encoding="UTF-8"?>
 2<schedule>
 3    <description>Standard daily tasks, to be performed at 06:00 but covering the previous midnight-to-midnight period</description>
 4
 5    <trigger>
 6        <daily>
 7          <hour>6</hour>
 8          <duration>P1D</duration>
 9          <offset>-PT6H</offset>
10        </daily>
11    </trigger>
12
13    <!-- Per-satellite regular activities -->
14    <response>
15        <sid>SGA1</sid>        
16        <activity>TEST_REPORT</activity>
17    </response>
18
19    <response>
20        <sid>SGB1</sid>        
21        <activity>TEST_REPORT</activity>
22    </response>
23
24    <response>
25        <sid>SGA1</sid>
26        <table>TM</table>
27        <!-- <activity>TEST_EVENTS</activity> -->
28        <activity>SHORT_TERM_STATS</activity>
29    </response>
30
31</schedule>