Jon Mcleod wrote:
> Is there a way to make one attribute dependent on another in an XSD?
> Like, optional attribute "B" can only be included if optional attribute
> "A" is also included?
No, you cannot do that, at least not with the current version 1.0 of the
W3C XML schema language.
You could do it with Relax NG.