Sample FlatFileDiss…

#12823

I have that text :

structure line
structure line

structure line
result structure line

I have made Xml Schema like to the AllAsOne.xsd of an example FlatFileDiss, but I’ve changed places header and a body.
And I catch error while processing this FlatFile…
If I shall establish maxOccurs and minOccurs properties of an element \”Body\” equal to count of \”structure line\” mistakes will not be. But it is wrong, because the count of \”structure line\” is not known.