Re: specifying attribute choice
Dave Pawson <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
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