I am developing a project based on XML. I use the Sedna database to store my collection (which contains XML files, and their XSD schema files).
I define the primary/unique keys in those schemes, but till now I can insert duplicate values (via XQuery update insert command) into primary key field.