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>Ingest schedule execution history file into SCHEDULE_ACTIVITIES and SCHEDULE_ACTIONS tables</description>
 5    <class>algorithm</class>
 6    <executable>alg/schedule_ingester.py</executable>
 7    <calling-convention>filename</calling-convention>
 8    <output-table>SCHEDULE_ACTIVITIES</output-table>
 9    <output-table>SCHEDULE_TML_ACTIONS</output-table>
10</activity>