Example repository:
index | >> categories << | search
All >
Relax NG >
Semantics - element and attribute pattern
Test 253
(
The attribute "bar" is of the type "string" from built-in
datatype library and has value "baz".
It means, that no whitespace normalization
is performed before comparison. In other words, whitespace
characters matter.
)
Test 254
(
The attribute "bar" can be either empty or
be of the type "string" from built-in
datatype library having the value "baz".
(It means, that no whitespace normalization
is performed before comparison. In other words, whitespace
characters matter.)
)
Test 255
(
The attribute "bar" is of the type "string" from built-in
datatype library and its value is string of a zero length.
It means, that no whitespace normalization
is performed before comparison. In other words, whitespace
characters matter.
)
Test 256
(
The root element is "foo" from null namespace
it must contain
one element "bar"
from null namespaces
and one element "baz"
from null namespaces, in this order.
)