Hi:
When you create a database, a collection is created with the name ino:collection.
This collection contains information (doctypes and schemas) about the collections in this database.
Try create a new database and query:
http://localhost/tamino/DatabaseName/ino:collection?_xql=ino:collection
A collection has doctypes, you are looking for doctype which has the attribute ino:name with the value ‘Property’(@ is used for attributes).
This query will return you the schema of the doctype named ‘Property’.
] is ]
Regards.
#Tamino#webMethods#API-Management