TaskList XML
From Project Auriga
The project page uses a tasklist XML data store. We looked around the Internet for some existing format that would meet our needs, but couldn't one that was public and relatively simple--there are lots of complicated schemas out there, but we're trying to keep the base application simple while easy to extend...
<?xml version="1.0" encoding="UTF-8"?>
<tasklist project_id="3" complete="true">
<task id="988" name="Do taxes" type="S" priority="3" override="0"
user_id="john" role_id="SA2"
expected="8" scheduled="4" actual="2.25" approved="2" original="6"
complete="0" due="10/31/2007" depends=""
note="">
<time_entry id="5425" user_id="john" date="09/23/2007" type="actual" duration="2.25" notes=""
paid="1" billed="0" confirmed="1" approved="1" approved_time="2.00"/>
</task>
</tasklist>

