1<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:noNamespaceSchemaLocation="http://chart/schemas/table.xsd">
3 <description>Schedule Timeline Actions Storage</description>
4 <type>raw</type>
5 <stats-storage>none</stats-storage>
6 <visible>false</visible>
7 <!--period>PT10M</period -->
8
9 <field>
10 <name>MESSAGE</name>
11 <description>Action Message</description>
12 <datatype>string</datatype>
13 <length>1048</length>
14 </field>
15
16 <field>
17 <name>STATUS</name>
18 <description>Action Status</description>
19 <datatype>string</datatype>
20 <length>20</length>
21 </field>
22</table>