Re: open or extensible schemas
Eric Hanson <[email protected]> Wed, 14 Apr 2004 10:39:33 +0000
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
This works great, thanks. Eric David Tolpin ([email protected]) wrote: > > *anything* can be under element foo as long as bar is present. > > anything = (element * {anything}|attribute * {text}|text)* > anything-bar = ( element *-bar {anything} | attribute * {text} | text ) * > start = element foo { element bar {anything}+ & any-bar }