Icarus Class: RdbSchema
Description of an RDBMS database, consisting of the tables that make up a schema, information about the hub table, and information about connecting to the database to access this schema.
name Attribute value must be specified.
  Name of the schema.
tables Attribute is multivalued (list). RdbTable Attribute value must be specified.
  All the tables in the RDBMS schema.
serviceName  
  Name of the RDBMS service, used for connecting.
userName  
  The user name for accessing this particular schema.
passWord  
  The password for accessing this particular schema.
lastUpdated  
  For an RDBMS schema, records the date the schema was last updated from the database.
For an SRS schema, records the date the SRS schema was last synchronized with the RDBMS schema.
rdbmsSchema  
  Filename of the RDBMS schema on which this schema is based.
renderingStyle  
  Rendering style to use when viewing this schema.
type  Attribute has a default value. srs
  Use one of the following values. rdbms srs
  Type of schema. The type is either rdbms (meaning that it was generated directly from the database structure) or srs (meaning that it is a customised schema - usually based on an rdbms schema).