Re: combining schemas
"Bruce D'Arcus" <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
OK, we're making progress. NXML mode will now load the schema without
complaining. However, it will not give me any completion options
anywhere!
I've commented out the start pattern for biblio-notes, and modified the
mods schema to have the necessary named pattern for extension, which
I've reposted here:
http://www.users.muohio.edu/darcusb/files/mods3.rnc
Bruce
On Tuesday, November 25, 2003, at 11:37 AM, Eric van der Vlist wrote:
> The simplest solution is to remove the definition of the start pattern
> in biblio-notes.rnc and just write:
>
> ==============================================
> include "biblio-notes.rnc"
>
> include "mods.rnc" {
> extension = element extension { biblio-notes }*
> }
> ==============================================