aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-05-07 17:26:54 -0400
committerAnders Broman <a.broman58@gmail.com>2015-05-08 04:24:45 +0000
commit5b64a693f96a5522dcdd3bfd857992d90ec3b053 (patch)
tree1286e330b26edac286648cac6e6f3255bc0dae54 /diameter
parentf5c4dc7bd89011fa4e7d302b7688d40c1bf9776b (diff)
Update the Diameter DTD to reflect the fact that vendors are no longer defined
in base or applications. (IOW update the DTD to reflect I5119f0dc7f8e3bbf59e2207046a8bb0f42ab0ca1.) Change-Id: I459b3aac50ce4dabb552e674145d9097920e0a5d Reviewed-on: https://code.wireshark.org/review/8338 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.dtd8
1 files changed, 4 insertions, 4 deletions
diff --git a/diameter/dictionary.dtd b/diameter/dictionary.dtd
index a7639b934d..b8837f3b56 100644
--- a/diameter/dictionary.dtd
+++ b/diameter/dictionary.dtd
@@ -16,13 +16,13 @@
Lots of changes to support flags like in the draft, and to support commands
-->
-<!ELEMENT dictionary (base, application*)>
-<!ELEMENT base (command*, vendor*, typedefn+, avp+)>
+<!ELEMENT dictionary (base, application*, vendor*)>
+<!ELEMENT base (command*, typedefn+, avp+)>
<!ATTLIST base
uri CDATA #IMPLIED
>
-<!ELEMENT application (command*, vendor*, typedefn*, avp*)>
+<!ELEMENT application (command*, typedefn*, avp*)>
<!ATTLIST application
id CDATA #REQUIRED
name CDATA #IMPLIED
@@ -34,7 +34,7 @@
code CDATA #REQUIRED
vendor-id IDREF #IMPLIED
>
-<!ELEMENT vendor EMPTY>
+<!ELEMENT vendor (avp+)>
<!ATTLIST vendor
vendor-id ID #REQUIRED
code CDATA #REQUIRED