aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/dictionary.dtd
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 09:59:10 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 09:59:10 +0000
commit358c4399ba193157b580eea16fb32c9319e78016 (patch)
tree60031ce53a99a91195f4460c5bd6296af5b27892 /plugins/wimaxasncp/dictionary.dtd
parent2e37539cd55ec1cd1f8888c40af0f91437b142b0 (diff)
TLVs now defined in XML (from Stephen Croll).
svn path=/trunk/; revision=23156
Diffstat (limited to 'plugins/wimaxasncp/dictionary.dtd')
-rw-r--r--plugins/wimaxasncp/dictionary.dtd18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/dictionary.dtd b/plugins/wimaxasncp/dictionary.dtd
new file mode 100644
index 0000000000..97adff9c31
--- /dev/null
+++ b/plugins/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
+>