Schema Inheritance in BizTalk Server
- by newbtdev
Hi,
I just wondering if anyone has already tried of doing something like schema inheritance in BizTalk schemas?
I am using WCF Adapter and using 'consume adapter service' to generate a schema automatically, what I wanted is instead of always generating a schema and since most of my schema is the same then I want to have something like a base schema.
I have this scenario that I'm testing flat file debatching, for debatching I need to set maxoccur property of the schema to '1' but for batch processing it should be '*', instead of creating a two different schemas I want just to create a base schema and inherit from it and then change the maxoccur property in the derived schema.
Any help would be appreciated.
Many Thanks