aboutsummaryrefslogtreecommitdiffstats
path: root/dtds
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-21 11:52:20 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-21 11:52:20 +0000
commit474ca5eba21922c0c5c228c37733175931e0570d (patch)
tree771637ce4d405cd259642d3b44c6908af1dc80ac /dtds
parent4d547b8c160dff67956c3b39ae740b613a748d74 (diff)
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)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18970 f5534014-38df-0310-8fa8-9805f1628bb7
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>