Test 240
(
Root element is "foo" and it can contain some text
or processing instructions. It cannot have any attributes
or child elements.
)
Test 241
(
Root element is "foo" and it must have a text node
(which can be empty) and one element "bar".
There must not be any text node after the element "bar".
)
Test 242
(
Root element is "foo" and it must have one element "bar"
and a text node (which can be empty).
There must not be any text node before the element "bar".
)
Test 243
(
Root element is "foo", it can have mixed content
and it must have one child "bar".
)
Test 244
(
Root element is "foo", it must have "bar" attribute.
The attribute can contain a text.
)