Define a schema with instance validation

Hi all,

I would like to know if, using the TaminoApi for .Net, it’s possible to define a schema with instance validation (as in Tamino Interactive Interface)

Thanks.

The TaminoSchmeCommand.Define() method that takes the NameValueCollection options should do what you require. Use the option pair “_mode”/“validate”.

Thanks a lot for your help Mark,
it works well.

Regards