CreateDTDM |
CreateDTDM.java creates the MetadataTables (MTables) schema including the following relations:
ALL_DTDS_DTDM_Item (stores all elements defined in loaded DTD documents), ALL_DTDS_DTDM_Nesting
(stores all one to one and one to many relationships between one element and its children (nested) elements),
ALL_DTDS_DTDM_Attribute (stores all attributes defined associated with their parent elements),
and a relation called ALL_DTDS_DTD_ID_Mapping (stores all DTD URIs loaded and their internal DTD ids). |