Footprints Data Model

Table
Table Name Container Definition
Table Definition The definition of a Container and the associated Configuration_Settings at the container level. This would include the collection of Item Definitions. The Container_Definition will have a Container Class identifier (Workspace, CMDB, Address Book) and may have specializations such as Workspace_Container_Definition. As much as possible, the Container Definition will suffice to describe any Container Type. There will be an association to a default Container Template, as well as more application specific Container Templates that can be chosen to initially populate the Container Template. There will also be Container Group Definition, and Container Group Templates. See the database views v_cntnr_defn, v_cntnr_defn_active.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Definition Id A Foreign Key to the Definition table. LONG Yes
Database Schema Name The name of the database schema. It is a database object name, limited to 30 characters in length. VARCHAR(30) Yes