Undefine without doctype

Hi all

How can I undefine a schema without a doctype?

For example: the schema name is ‘meta’, but there is no doctype defined (this schema is only used tu include in other schemas). The schema is stored in the collection ‘privat’.

With TamX.undefine “privat/meta” the schema will not be undefined!

Thanks for your help

Greatings

Marco

Hi Marco, I tried this yesterday and it works for me. What happens if you try undefining the schema from a browser or the TII, e.g
http://localhost/tamino/mydb?_undefine=privat/meta
What version of Tamino are you using?

Stuart Fyffe-Collins
Software AG (UK) Ltd.

Hi Stuart

I have solved the problem!
The reasen was that the schema was still included by another schema!

Thanks for your tip to try undefining the schema from the browser (detailed error message)!

Greatings
Marco