I have a schema with a recursive record element.
<Workflow Id="Id_0" MajorVersion="MajorVersion_1"
MinorVersion="MinorVersion_2">
<Workflow Id="Id_0" MajorVersion="MajorVersion_1"
MinorVersion="MinorVersion_2" />
<Workflow Id="Id_0" MajorVersion="MajorVersion_1"
MinorVersion="MinorVersion_2" />
</Workflow>
</Workflow>
I need to map this record to another schema. I tried using the ****ft
and drag link method to have all the child nodes mapped but that does
only one level deep mapping. How do I achieve N level deep mapping for
this recursive record.
The destination record struct is exactly as the source record
structure. It does not make sense to have to do a one to one mapping
dragging a link, because of the record being recursive.
All help is great help.
Thanks
Sree