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