ZVON
>
References
>
Zvon Example Repository
Intro
/
Search
/
ZVON
Example repository:
index
|
categories
|
search
All
>
Relax NG
>
Simplification - Constraints
> Test 165
Previous sample
|
Next sample
Author:
James Clark
Origin:
Testsuite
for
Relax NG
Elements
Attributes
attribute
name
|
define
name
|
element
name
|
empty
grammar
start
text
ZVON comment:
You cannot put "xmlns" attribute to null namespace. Even the definition is unreachable.
Incorrect schema
<
grammar
xmlns:html="
http://www.w3.org/TR/REC-html40
" xmlns="
http://relaxng.org/ns/structure/1.0
" >
<
start
>
<
element
name
="foo">
<
empty
/>
</
element
>
</
start
>
<
define
name
="foo">
<
attribute
name
="xmlns">
<
text
/>
</
attribute
>
</
define
>
</
grammar
>