Metacat Database

Back | Home | Next

Metacat's backend database stores the structure and data of any arbitrary XML document. The Metacat database 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