Footprints Data Model

Table
Table Name Application Element String
Table Definition A string resource that is needed in English and other translations. The string is associated with an Application Element and a Usage, for example the Label , the Tooltip, etc.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Application Element String Id The automatically generated primary key of the app_ele_string table. LONG Yes
Application Element Id A Foreign Key to the Application Element table. LONG Yes
Part Of Speech Id The unique identifier for an instance of Part Of Speech. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. INTEGER No
Needs Multiple Plural Forms Flag A boolean flag that indicates that one string per plural form must be specified. An example is "{N} Records Found. INTEGER No
String Usage Type Id A Foreign Key to the String Usage Type table. INTEGER Yes