ino:docname

Hi
what is ino:docname and where it is stored for each doc and how can I give an ino:docname to a doc ?

LOVE

When storing a document into Tamino, by default no ino:docname is provided. If you are using the Tamino Interactive Interface, you can specify the collection name, doctype name and ino:docname in the URL and leave the Collection field blank, e.g

http://localhost/tamino/mydb/yourcollection/yourdoctype/someinodocname

and use “Process” to store some XML againest this name. When Tamino processes the XML it will strip the the dbname, collection and doctype from the specified URL and the remainder becomes the ino:docname.

For bulk loading the load format supports the ino:docname attribute for each ino:object in the input file (see “The Tamino Data Loader” in the documentation for more info).