aboutsummaryrefslogtreecommitdiffstats
path: root/conf/config.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.dtd')
-rw-r--r--conf/config.dtd6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/config.dtd b/conf/config.dtd
new file mode 100644
index 000000000..d51a1a96c
--- /dev/null
+++ b/conf/config.dtd
@@ -0,0 +1,6 @@
+<!ELEMENT configuration (entry+)>
+<!ELEMENT entry (key,(value | list))>
+<!ELEMENT key (#PCDATA)>
+<!ELEMENT value (#PCDATA)>
+<!ELEMENT list (value+ | subentry+)>
+<!ELEMENT subentry (key,value+)> \ No newline at end of file