Attribute Name |
Attribute Definition |
Logical Datatype |
Is Required |
Definition Id |
The automatically generated primary key of the defn table. |
LONG |
Yes |
Definition Name |
The name of the Definition. |
VARCHAR(255) |
No |
Disabled Date |
The date that this instance of Definition is logically deleted and disabled. |
DATE |
No |
Definition GUID |
A Global Unique IDentifier search key for the Definition, composed of letters and numbers. It is computed by the client and typically used in unstructured data.
|
VARCHAR(50) |
No |
Definition Type Name |
The unique string identifier for an instance of Definition 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 |
Definition Subtype Id |
A Foreign Key to the Definition Subtype table. |
INTEGER |
No |
Template Export GUID |
The value of a Definition, stored as a string. |
VARCHAR(255) |
No |