<?xml version="1.0" encoding="UTF-8"?> 
 | 
<table> 
 | 
  <name>SanityCheckCategories</name> 
 | 
  <description>A categorization is used for sanity check messages in order to visualize the potential impact of the 
 | 
error on the optimizer.</description> 
 | 
  <column> 
 | 
    <name>CategoryLevel</name> 
 | 
    <label>CategoryLevel</label> 
 | 
    <description>Level of Sanity Check Category</description> 
 | 
    <type>String</type> 
 | 
    <cell value="1"/> 
 | 
    <cell value="2"/> 
 | 
    <cell value="3"/> 
 | 
    <cell value="4"/> 
 | 
    <cell wildcard="true"/> 
 | 
  </column> 
 | 
  <column> 
 | 
    <name>CategoryName</name> 
 | 
    <label>CategoryName</label> 
 | 
    <description>Category Name</description> 
 | 
    <type>String</type> 
 | 
    <cell value="Data issue"/> 
 | 
    <cell value="Data warning"/> 
 | 
    <cell value="Planning issue"/> 
 | 
    <cell value="Planning warning"/> 
 | 
    <cell value="Unclassified error"/> 
 | 
  </column> 
 | 
</table> 
 |