cannot query schema definition with ino:collection

Hello,

i’m running tamino 3.1.1.4. I created a new collection and stored a schema with some instances. Now I need to query the structural information about my doctypes in that collection.
When I try to do an x-machine request as stated in the online docs like:
http://localhost/tamino/myDb/ino:collection?_xql=ino:collection
I only get some obviousely predefined doctypes retuned (such as ino:user, ino:group)

Any clues ?

Cheers Tobias

Hello Tobias,

I think that you should query for instances of xs:schema rather than ino:collection.
Something like this:

http://localhost/tamino/myDb/ino:collection?_xql=/xs:schema[@ino:docname="xmldb/Telephone"]



The ino:docname attribute has the format /

I hope that helps,
Trevor.