1<table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:noNamespaceSchemaLocation="http://chart/schemas/table.xsd">
3 <description>Custom stats table for telemetry</description>
4 <type>sys</type>
5 <index>
6 <type>primary-key</type>
7 <field>KEYCODE</field>
8 <field>PARAM</field>
9 </index>
10 <field>
11 <name>KEYCODE</name>
12 <description>Unique ID for stats of parameter</description>
13 <datatype>uint</datatype>
14 <length>31</length>
15 </field>
16 <field>
17 <name>PARAM</name>
18 <description>Parameter name</description>
19 <datatype>string</datatype>
20 <length>12</length>
21 </field>
22 <field>
23 <name>BIN</name>
24 <description>For convenience we record the hashed bin number fort each parameter</description>
25 <datatype>uint</datatype>
26 <length>31</length>
27 </field>
28</table>