"DDL" of Tamino Schema?

Dear All,

Is there any SQL-like “DDL” of Tamino Schema? Could we create Tamino schema by run-time (DDL) coding instead of defining/importing a pre-prepared schema definition file? If not, could it possibly be expected?

Any advice or tips will be appreciated!!

Hello Wang,
I am not sure I understood your question correct.
When comparing with RDBMS DDL, the DDL of Tamino is the TSD schema language.
You can create dynamically TSD schemas and issue a define request.
The difference is that it is not an own syntax but it is XML. For human readibility this is bad but for programatical construction this is an advantage.

Best regards
Walter