ZVON
>
References
>
Zvon Example Repository
Intro
/
Search
/
ZVON
Example repository:
index
|
categories
|
search
All
>
Relax NG
>
Various possible syntax errors
> Test 8
Previous sample
|
Next sample
Author:
James Clark
Origin:
Testsuite
for
Relax NG
Elements
Attributes
data
type
|
element
name
|
except
value
ZVON comment:
Element "data" can have only zero or one element "except".
Incorrect schema
<
element
name
="foo" xmlns:html="
http://www.w3.org/TR/REC-html40
" xmlns="
http://relaxng.org/ns/structure/1.0
" >
<
data
type
="token">
<
except
>
<
value
>foo</
value
>
</
except
>
<
except
>
<
value
>bar</
value
>
</
except
>
</
data
>
</
element
>