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
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  KnowledgeTable SanityCheckCategories 
 |  { 
 |    #keys: '6[129442.0.1168045][129442.0.1168039][0.0.0][129442.0.1168041][0.0.0][129442.0.1168043]' 
 |    Description: 
 |    [* 
 |      A categorization is used for sanity check messages in order to visualize the potential impact of the 
 |      error on the optimizer. 
 |    *] 
 |    ColumnDefinitions: 
 |    [ 
 |      Column CategoryLevel 
 |      { 
 |        ColumnWeight: 1 
 |        Description: 'Level of Sanity Check Category' 
 |        ISODefaultValue: '*' 
 |        Type: String 
 |      } 
 |      Column CategoryName 
 |      { 
 |        ColumnWeight: 1 
 |        Description: 'Category Name' 
 |        ISODefaultValue: '*' 
 |        Type: String 
 |      } 
 |    ] 
 |  } 
 |  
  |