I take it from the silence of the newsgroup (and my own frustrated
attempts at finding a solution), that the problem below doesn't
actually have a solution?
Any confirmation would be appreciated as well and would help me get
"closure" on this issue. :-)
chaitanyag@hotmail.com wrote in message news:<1111469996.196709.56910@z14g2000cwz.googlegr oups.com>...[color=blue]
> A more challenging aspect of the problem:
>
> Lets modify the xml slightly
>
> <root>
> <dialog>
> <node>
> <description/>
> <config/>
> <log/>
> <transition/>
> <node>
> <transition/>
> <dialog>
> <transition/>
> <\root>
>
> I need a rule that says that its ok if a node doesn't have a transition
> as long as the dialog or root has a transition (it is possible for all
> 3 to have a transition, which is ok). Note that a root can contain many
> dialogs and a dialog can contain many nodes.
>
> What i need is some sort of fall through/ sibling navigation, parent
> navigation sort of command. How do I go about doing this in XSD?[/color]