Footprints Data Model

Table
Table Name Configuration Value List
Table Definition The Configuration Value List is a class that represents a set of values. It is meant to be inherited by a sub category with the structure of the set of values more concretely defined in the lower entity. Example: Configuration Dynamic List The Configuration Dynamic List inherits from the Configuration Value List but maps the values into a linear list so that the values can be identified by their position in the overall list of values.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Configuration Value List Id The automatically generated primary key of the cfg_val_list table. LONG Yes
Configuration List Type Name The unique string identifier for an instance of Configuration List Type. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table. VARCHAR(255) Yes