Test 214
(
The root element can be any element from any namespace,
but must be empty.
)
Test 215
(
The root element can be any element from any namespace,
except element "foo" from null namespace.
It must be empty.
)
Test 216
(
The root element can be any element from any namespace,
except null namespace.
It must be empty.
)
Test 217
(
The root element can be any element from null namespace.
It must be empty.
)
Test 218
(
The root element can be any element from the namespace
"http://www.example.com".
It must be empty.
)
Test 219
(
The root element can be any element from the namespace
"http://www.example.com" except element "foo".
It must be empty.
)
Test 220
(
The nsName element allows
any element from the namespace
"http://www.example.com".
The except element forbids the element
"foo" from null namespace (this won't make sense
in real example), so you can use element "foo"
from the namespace "http://www.example.com".
It must be empty.
)
Test 221
(
The root element can be only
"foo" from the namespace "http://www.example.com".
It must be empty.
)
Test 222
(
The root element can be only
"foo" from null namespace.
It must be empty.
)
Test 223
(
The root element can be only "foo" or "bar" from null namespace.
It must be empty.
)