mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
fc1a4503fb
* test/relaxng/* result/relaxng/*: check all the namespace support was actually correct based on tutorial section 10. Daniel
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
<element name="addressBook" ns="http://www.example.com"
|
|
xmlns="http://relaxng.org/ns/structure/1.0">
|
|
<zeroOrMore>
|
|
<element name="card" ns="http://www.example.com">
|
|
<element name="name" ns="http://www.example.com">
|
|
<text/>
|
|
</element>
|
|
<element name="email" ns="http://www.example.com">
|
|
<text/>
|
|
</element>
|
|
</element>
|
|
</zeroOrMore>
|
|
</element>
|