1<?xml version="1.0" encoding="UTF-8"?>
 2<activity 
 3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://chart/schemas/activity.xsd">
 4    <description>Convert SCHEDULE EVENTS (SCHEDULE-EVENTS) entries into CHART Events</description>
 5    <class>algorithm</class>
 6    <executable>alg/schedule_events.py</executable>
 7    <calling-convention>sid+timerange</calling-convention>
 8    <event>SCHEDULE-EVENTS</event>
 9    <event>ACTIVITY-EVENTS</event>
10    <event>TML-ACTION-EVENTS</event>
11    <trigger>
12        <table>SCHEDULE_ACTIVITIES</table>
13        <table>SCHEDULE_TML_ACTIONS</table>
14    </trigger>
15</activity>