Metacat Database

Back | Home | Next

The Metacat Database stores the structure and data of any arbitrary xml document. Metacat DB uses the DOM approach to store XML documents as a hierarchy of nodes. All nodes are stored as records in database tables. The hierarchical relationship between the nodes is saved to preserve the structure of the documents.

The database Entity Relationship Diagram (ERD) currently looks like this:

Entity Relationship Diagram of the Metacat Database

Table Descriptions
Back | Home | Next