yanweiyuan3
2023-10-10 d901b1ab0ee0b690f5ac211b9cdb1db3a58bca86
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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>