Schema Inheritance in BizTalk Server

Posted by newbtdev on Stack Overflow See other posts from Stack Overflow or by newbtdev
Published on 2010-04-05T02:06:37Z Indexed on 2010/04/05 2:13 UTC
Read the original article Hit count: 456

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about BizTalk

Related posts about schema