summaryrefslogtreecommitdiffstats
path: root/xml/api/instruction-2.30.rng
diff options
context:
space:
mode:
Diffstat (limited to 'xml/api/instruction-2.30.rng')
-rw-r--r--xml/api/instruction-2.30.rng16
1 files changed, 16 insertions, 0 deletions
diff --git a/xml/api/instruction-2.30.rng b/xml/api/instruction-2.30.rng
new file mode 100644
index 0000000..22f1856
--- /dev/null
+++ b/xml/api/instruction-2.30.rng
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0"
+ datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+
+ <!-- An instruction to the user -->
+ <start>
+ <ref name="element-instruction" />
+ </start>
+
+ <define name="element-instruction">
+ <element name="instruction">
+ <text/>
+ </element>
+ </define>
+
+</grammar>