Icarus Class: RdbTable
name Attribute value must be specified.
  The table name, as it appears within the RDBMS.
For a clone table, this is a display name for the table - the name of the real table in the schema is stored in cloneOf.
cloneOf  
  The real table name, as it appears within the RDBMS.
owner Attribute value must be specified.
  The table's owner, as appears within the RDBMS.
type  Attribute has a default value. TABLE
  Use one of the following values. TABLE VIEW
  Type of table - TABLE or VIEW.
columns Attribute is multivalued (list). RdbColumn Attribute value must be specified.
  List of columns within this table.
keys Attribute is multivalued (list). RdbKey  
  List of keys associated with this table, both primary and foreign.
indicies Attribute is multivalued (list). RdbIndex  
  Indicies that are present within this table (if any).
special  Attribute has a default value. n
  Use one of the following values. y n
  Marks the table as special - may be used later.
x  
  On-screen coordinate - used by Morpheus.
y  
  On-screen coordinate - used by Morpheus.
color  
  On-screen table color - used by Morpheus.