Re: [xml-dev] RelaxNG question

From
Tim Bray <>
To
Dare Obasanjo <>
Date
2003-08-18T22:36:17Z
ID
<>
Thread
Re: [xml-dev] RelaxNG question
Dare Obasanjo wrote:

> Anyway the point is that there are XML vocabularies that have this characteristic which unfortunately cannot be described by any of the popular XML schema languages. 

I'm probably missing something, but it seems on the face of it that you 
can disallow non-namespaced names in RelaxNG.

namespace NoNS = ""

HasNS = element * - ( NoNS:* )
{
   attribute * { text }*,
   mixed { HasNS* }
}

element package { mixed HasNS* }

-- 
Cheers, Tim Bray
         (ongoing fragmented essay: http://www.tbray.org/ongoing/)