SDB_Value - Value in a value list
Inherits: 
SDB_Resource
A value in a value list defines the name and numerical code for the value in an enumerated value list. It may also contain constraints, which define the condition for the value.
Each value can be divided into subcategories (subclasses) in different ways by any number of value lists.
Creating or renaming a value the identifying name (sys_ident) is checked. For names containing other characters than:
- _
- a-z, A-Z
- 0-9 (not allowed as first)
a message is written to the system output:
"Identifier 'sys_ident' for 'SDB_Value' contains character(s), not supported in (all) program languages"
Attributes
- __AUTOIDENT - Category value
- name - Category name
- scope - Name space scopr for the type
- type - Associated object type
References
- condition - Enumerator condition
Relationships
- value_list - All enumerator values
- sub_values - Child lists
- parent - Parent category