Test validrng-006
Title
Some paragraph.
Some other paragraph
namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
element doc {
element title {
[ a:defaultValue="en-us" ]
attribute language { text }?,
text
}?,
element p {
attribute id { xsd:ID }?,
attribute idref { xsd:IDREF }?,
text
}*
}
Title
Some paragraph.
Some other paragraph