Getting a schema from URL

Hello
Maybe it’s a dumb question but…
How ca I get the current schema for some collection from Tamino?
I’m trying to configure dynamically some objects based on such template
Can I use some URL (GET method) and receive some XML with the schema?
Yours
Jose

Try a search in these forums for

ino:collection

.

You should be able to obtain a schema by issuing a suitable query against this collection.

You can use the Tamino Interactive Interface to try the queries.

Or a URL of the form:

http://localhost/tamino/mydb/collection?_xquery=

Hi

you may use as well plain URL addressing:

http://localhost/tamino/mydb/ino:collection/xs:schema/myCollection/mySchema

Regards
Uli

Thanks a lot !!
I’m just starting with Tamino and it’s a GREAT product
Jose