1<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 2       xsi:noNamespaceSchemaLocation="http://chart/schemas/table.xsd">
 3    <description>Manoeuvre Prediction Storage</description>
 4    <type>raw</type>
 5    <stats-storage>none</stats-storage>
 6    <visible>false</visible>
 7    <field>
 8        <name>PRODUCT</name> <!-- Added this field as it is  not created with ddl command -->
 9        <description></description>
10        <datatype>int</datatype>
11        <length>64</length>
12    </field>
13
14    <field>
15        <name>FILE_GEN_TIME</name>
16        <description>File generation time</description>
17        <datatype>datetime</datatype>
18    </field>
19
20    <field>
21        <name>OPTIM_TIME</name>
22        <description>Manoeuvre optimisation time</description>
23        <datatype>datetime</datatype>
24    </field>
25
26    <field>
27        <name>MODE</name>
28        <description>Manoeuvre mode</description>
29        <datatype>string</datatype>
30        <length>20</length>
31    </field>
32
33    <field>
34        <name>SIZE</name>
35        <description>Size (m/s)</description>
36        <datatype>float</datatype>
37    </field>
38
39    <field>
40        <name>PSO</name>
41        <description>Manoeuvre PSO Value (deg)</description>
42        <datatype>float</datatype>
43    </field>
44
45</table>