Re: NVDL in SVG Tiny 1.2

On Tue, 11 Oct 2005 04:37:59 +0900, Chris Lilley <chris@w3.org> wrote:

>
> Hello public-schemata-users,
>
> Since people are discussing NVDL, here is how SVG Tiny 1.2 uses it:
>
> http://www.w3.org/Graphics/SVG/1.2/rng/Tiny-1.2/Tiny-1.2.nvdl
>
> Its a machine-readable way of saying:
>
> - svg elements must be in the svg namespace
> - 'svg' is not necessarily the root element
> - it has attributes in the xml, xlink, and xml-events namespaces
> - it has not got attributes in the svg namespace
> - you can stick well-formed xml anywhere you like.
>
>
>


Doesn't the rule
<anyNamespace match='elements attributes'>
           <mode>
             <anyNamespace>
               <allow/>
             </anyNamespace>
           </mode>
</anyNamespace
encompass the rules about xml, xlink and xml-events attributes? It would  
be different if there was a schema for these attributes, I guess.

Best,

Felix

Received on Tuesday, 11 October 2005 02:53:18 UTC