How can I update the schema dynamically?

Could I create,update,delete the Tamino Schema dynamically by using Tamino Java API on running time ?
If not,how should I do?

hjyh

I have done this by using the TSchemaDefinition3Accessor. This way you can define and undefine a schema via the Java API thus creating, updating and deleting the schema.