Common Discovery Reference table identifying the rules for each class
| Column Name | Column Datatype | Column Null Option | Column Comment |
| classify_id | varchar(32) | not null | Generated classification rule id |
| class_id | integer | not null | ID number of class |
| hierarchy_id | integer | not null | ID number of hierachy |
| priority | integer | with null | Priority number of rule in ascending order; 1=highest |
| enabled | integer1 | with null | Verifies if rule is to be performed. 0=false, 1=true |
| wv_name | varchar(30) | not null | WorldView classname |
Product Name: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| classify_id | ca_dscv_method_instances | classify_id |
| classify_id | ca_dscv_class_combo_rules | combination_id |