aboutsummaryrefslogtreecommitdiffstats
path: root/wimaxasncp/dictionary.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'wimaxasncp/dictionary.dtd')
-rw-r--r--wimaxasncp/dictionary.dtd18
1 files changed, 18 insertions, 0 deletions
diff --git a/wimaxasncp/dictionary.dtd b/wimaxasncp/dictionary.dtd
new file mode 100644
index 0000000000..97adff9c31
--- /dev/null
+++ b/wimaxasncp/dictionary.dtd
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- $Id$ -->
+
+<!ELEMENT dictionary (tlv+)>
+
+<!ELEMENT tlv (enum*)>
+<!ATTLIST tlv
+ name CDATA #REQUIRED
+ type CDATA #REQUIRED
+ decoder CDATA #IMPLIED
+>
+
+<!ELEMENT enum EMPTY>
+<!ATTLIST enum
+ name CDATA #REQUIRED
+ code CDATA #REQUIRED
+>