Re: Repeating records issue.

Home Page Forums BizTalk 2004 – BizTalk 2010 Repeating records issue. Re: Repeating records issue.

#16716

thank you,

I fixed it, Now i have another issue:

The error is:
Unexpected DataFound while looking for:
'D01'
'\r\n'
'S01'
The current definition being parsed is POInfo. The stream offset where the
error occured is 3675. the number where the error occured is 16. the column
where the error occured is 0.

The D01 is repeating record. The next record type is S01. I have 4 D01
lines. The next line is S01. why is it still looking for D01?
The D01's Max Occured set as "Unbounded". I can have it as much as I have.
How can i make schema to stop looking for D01 and go to next S01 element?
I am new to XML Schema, Please help me to fix this issue.