aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/dictionary.dtd
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-06-16 12:43:24 -0400
committerAnders Broman <a.broman58@gmail.com>2016-06-16 17:12:08 +0000
commit0e8fef5827d99d892e4bdfb6c13f28fb30a57723 (patch)
tree31cbf1ecdfbb019475cca61477cd655956b17e7d /diameter/dictionary.dtd
parent4ad428dddf2b1a7c5b2680d3372b05dfe9395b5e (diff)
Finish getting making the Diameter XML valid XML.
... Except for the fact that many AVP names start with "3GPP". Make the AVP names XML IDs again. Fix all the grouped AVPs that reference AVPs (by name) or vice-versa. This includes: * Fixing a bunch of typos (including type mismatches). * Commenting out a number of references to vendor AVPs for which we don't have the specs. * Adding a few missing AVPs. Change-Id: Ic2ddb50cc947877de9086be51f7813e8f9be02b4 Reviewed-on: https://code.wireshark.org/review/15973 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter/dictionary.dtd')
-rw-r--r--diameter/dictionary.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/diameter/dictionary.dtd b/diameter/dictionary.dtd
index 5df16f21d6..a48562c77a 100644
--- a/diameter/dictionary.dtd
+++ b/diameter/dictionary.dtd
@@ -48,7 +48,7 @@
>
<!ELEMENT avp ((type | grouped), (enum*))>
<!ATTLIST avp
- name IDREF #REQUIRED
+ name ID #REQUIRED
description CDATA #IMPLIED
code CDATA #REQUIRED
may-encrypt (yes | no) "yes"