[Zope] XML model

Macdonald Jeremy J.Macdonald@mopuk.com
Fri, 3 Aug 2001 19:31:10 +0100


I am trying to model the following:

<!ELEMENT X (A , B), (C, D | E, F)

which I can't do as the above as I can only use one kind of connector.

I am trying to get the instance to be either:
<x><a> <b> <c> <d></x>

or 

<x><a> <b> <e> <f></x>

Any / all ideas would be welcome.

Thanks
Jeremy