summaryrefslogtreecommitdiff
path: root/dtds
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2006-08-21 11:52:20 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2006-08-21 11:52:20 +0000
commit654502118d102a733fc8208f246efc9becf0b1cc (patch)
tree771637ce4d405cd259642d3b44c6908af1dc80ac /dtds
parentf8aadddf70b8cab436a0586ae24c54e62a306d64 (diff)
downloadwireshark-654502118d102a733fc8208f246efc9becf0b1cc.tar.gz
The xmlns attribute isn't really part of the schema, so probably shouldn't be #REQUIRED (not that the XML dissector currently uses this property)
svn path=/trunk/; revision=18970
Diffstat (limited to 'dtds')
-rw-r--r--dtds/reginfo.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtds/reginfo.dtd b/dtds/reginfo.dtd
index 4a70e0936a..d5d4d8258f 100644
--- a/dtds/reginfo.dtd
+++ b/dtds/reginfo.dtd
@@ -8,7 +8,7 @@ $Id$
-->
<!ELEMENT reginfo (registration)* >
-<!ATTLIST reginfo xmlns CDATA #REQUIRED
+<!ATTLIST reginfo xmlns CDATA #IMPLIED
version CDATA #REQUIRED
state CDATA #REQUIRED>