summaryrefslogtreecommitdiff
path: root/diameter
diff options
context:
space:
mode:
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