Problem in creating schema

Hi,

I have a problem in looping a record in an internal application schema. The schema looks as below.

<Schema>

RootNode

record1

record2

Loop_1

=>record_080

=>record_090

=>record_100

=>record_110

Record3

.

The above schema is a flat file schema with RootNode having Child delimiter <0XA 0XD>

and also Loop_1 nodes Child Delimiter is <0XA 0XD>

The each record with in are positional.

Now Let us consider the sample instance

(I have modified it To avoid display of confidential data)

070 sdajkfklfjfjkfjfsdkfdkfjkfl

190 000000
620 T
080 AUTOMATION

100 sfsdfsfsdfs

110 330657617US
080 921019382
090 ACCOUNTS PAYAB
100 DR
110 0657617US

310 000001 0000207000000331000

Now I Expect two " Loop1 " records in the output when u validate the schema

<Loop1>

<080>

<100>

<110>

</Loop1>

<Looop1>

<080>

<090>

<100>

<110>

</Loop1>

But i am getting all the records into single Loop1 Record.

How i can acheive this ? the main reason i found for this is Both RootNode and Loop1 record have same child delimiter . any way around to solve this problem

With Advance thanks

Srinivasa Mahendrakar

[2186 byte] By [SrinivasMahendrakar] at [2008-1-10]
# 1
Try to play with parameters of the schema node:
"Parser optimization" to complexity" (?);
"lookahead depth" to 0 (?)
LeonidGaneline at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 2

Ganeline ,

thanks for the replay.

I already have both properties set to the values u mentioned . But still its not solving my problem.

SrinivasMahendrakar at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 3
Is it a schema from the BizTalk EDI schema set or a hand-made?
If the second, try to compare it with the first one with the same loop logic.
LeonidGaneline at 2007-10-3 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...