ZVON
>
References
>
Zvon Example Repository
Intro
/
Search
/
ZVON
Example repository:
index
|
categories
|
search
All
>
Relax NG
>
Simplification - Constraints
> Test 176
Previous sample
|
Next sample
Author:
James Clark
Origin:
Testsuite
for
Relax NG
Elements
Attributes
data
type
|
element
name
|
param
name
|
ZVON comment:
No parameter (element
param
) is allowed for element
data
.
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">
<
param
name
="minLength">2</
param
>
</
data
>
</
element
>