summaryrefslogtreecommitdiff
path: root/test/relaxng/tutor5_4.rng
diff options
context:
space:
mode:
Diffstat (limited to 'test/relaxng/tutor5_4.rng')
-rw-r--r--test/relaxng/tutor5_4.rng6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/relaxng/tutor5_4.rng b/test/relaxng/tutor5_4.rng
new file mode 100644
index 0000000..e6aae94
--- /dev/null
+++ b/test/relaxng/tutor5_4.rng
@@ -0,0 +1,6 @@
+<element name="ok" xmlns="http://relaxng.org/ns/structure/1.0">
+ <data type="string"/>
+ <attribute name="note">
+ <text/>
+ </attribute>
+</element>