1<?xml version="1.0" encoding="UTF-8"?>
 2<activity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 3          xsi:noNamespaceSchemaLocation="https://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    <priority>1</priority>
 9    <weight>2</weight>
10    <trigger>
11        <with-stats>true</with-stats>
12        <type>threedaily</type>
13        <latency>PT30M</latency>
14    </trigger>
15</activity>