|
Home > Archive > BizTalk Server General > February 2004 > Biztalk Schema
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
|
>-----Original Message-----
>I would like to create a biztalk schema which could
>contain <any> element. The schema will have have two
>partsm, the first will have a fixed number of elements
>while the second part could be any xml document.
>
>Thanks,
>Hamed.
>.
>
I would go with the custom parser and then submit the
parsed xml to the biztalk which can validate against the
biztalk Schema successfully
| |
|
| It does not require custom parser. I just define the element as OPEN and
assign a different namespace to the <any> content.
<anonymous@discussions.microsoft.com> wrote in message
news:046c01c3db71$1082a290$a001280a@phx.gbl...
>
>
> I would go with the custom parser and then submit the
> parsed xml to the biztalk which can validate against the
> biztalk Schema successfully
|
|
|
|
|