summaryrefslogtreecommitdiffstats
path: root/xml/api/command-output-2.23.rng
diff options
context:
space:
mode:
Diffstat (limited to 'xml/api/command-output-2.23.rng')
-rw-r--r--xml/api/command-output-2.23.rng14
1 files changed, 14 insertions, 0 deletions
diff --git a/xml/api/command-output-2.23.rng b/xml/api/command-output-2.23.rng
new file mode 100644
index 0000000..4de49bd
--- /dev/null
+++ b/xml/api/command-output-2.23.rng
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0"
+ datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+
+ <start>
+ <ref name="command-output" />
+ </start>
+
+ <define name="command-output">
+ <element name="command">
+ <externalRef href="subprocess-output-2.23.rng" />
+ </element>
+ </define>
+</grammar>