1<?xml version="1.0" encoding="UTF-8"?>
2<activity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="http://chart/schemas/activity.xsd">
4 <description>Create low-frequency (above orbital - i.e. daily or above) statistics for a table</description>
5 <class>algorithm</class>
6 <executable>alg/stats.py</executable>
7 <calling-convention>sid+timerange+table</calling-convention>
8 <trigger>
9 <with-stats>true</with-stats>
10 <type>daily</type>
11 <latency>PT30M</latency>
12 </trigger>
13 <!-- <output-table>TM_STORE_STATS</output-table> -->
14 <!-- no need to mention RSCAD_STATS or CSAD_STATS because they use automatic stats tables -->
15</activity>