Mapping XML Documents on Relational DB
Document and documentFragment serialization from DB Tables
Creating DDL,
database schema from XSD
Note: this document is just a scaffolding
The best article found : Automation of Metadata Repository Development with XML Schema
Depend on target DB
To be defined later
Returns either XML_Document or XML_DocumentFragment
importRef(): List of QNames of elements to be included when a reference to occurs via IDREF(S) or keyref
They are included with their descendants (deep mechanism) and their parent are append to top level XML element
Usage:
End