[relaxng-user] specifying attribute choice

Dave Pawson dpawson at nildram.co.uk
Mon Feb 9 17:30:16 ICT 2004


At 17:00 09/02/2004, DuCharme, Bob (LNG-CHO) wrote:
>I'm trying to figure out how I can specify that an element must have at
>least one of a certain set of attributes and may have the others as well.

<choice>
   a
   b
   c
</choice>
<zeroOrMore>
<optional>
a
b
c
</optional>


Does that work?

regards DaveP




More information about the relaxng-user mailing list