04-27-04 11:36 PM
Your data sounds like it might be quite complicated in structure. Can you
attach your schema and instance data for me to investigate?
Thank you,
--
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
"Sunil" <anonymous@discussions.microsoft.com> wrote in message
news:1EFB9BCB-C52E-4019-AF0F-0FA86E433470@microsoft.com...
> Hi all,
>
> I am using a positional text file as input to my orchestration. This file
contains an element which can occur on different positions depending upon a
value in another element. e.g.:
> if element1 value == "S" then element2 will start from 5 position else it
will start from 6 position.
> For the above condition, I used a choice group in the XSD. but when I
validate the schema against an xml file with choice 2 position, I get an
error.
> Any suggestions on using choice with flat file extension schema ?
> Please help !!!
[ Post a follow-up to this message ]
|