summaryrefslogtreecommitdiff
path: root/dtds/watcherinfo.dtd
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-06-08 05:56:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-06-08 05:56:34 +0000
commit94e818ac34fe76a6279029899945aa71b4ba1f32 (patch)
treec9b05f8185e3b73f4f5a9f1322d553de3c7b7ffe /dtds/watcherinfo.dtd
parent14dda9803728ed7276f69d3056d66612b62d02c0 (diff)
downloadwireshark-94e818ac34fe76a6279029899945aa71b4ba1f32.tar.gz
From Martin Mathieson:
new DTD files for the dtds folder. They are for: - poc-settings (RFC 4354) - presence (RFC 3863) - watcherinfo (RFC 3858) svn path=/trunk/; revision=18394
Diffstat (limited to 'dtds/watcherinfo.dtd')
-rw-r--r--dtds/watcherinfo.dtd23
1 files changed, 23 insertions, 0 deletions
diff --git a/dtds/watcherinfo.dtd b/dtds/watcherinfo.dtd
new file mode 100644
index 0000000000..716e8a2cff
--- /dev/null
+++ b/dtds/watcherinfo.dtd
@@ -0,0 +1,23 @@
+<? wireshark:protocol
+ proto_name="watcherinfo"
+ description="watcherinfo XML doc (RFC 3858)"
+ hierarchy="yes" ?>
+
+
+<!ELEMENT watcherinfo (watcher-list)* >
+<!ATTLIST watcherinfo xmlns CDATA #IMPLIED
+ version CDATA #REQUIRED
+ state CDATA #REQUIRED>
+
+<!ELEMENT watcher-list (watcher?)* >
+<!ATTLIST watcher-list resource CDATA #REQUIRED
+ package CDATA #REQUIRED>
+
+<!ELEMENT watcher (#PCDATA)>
+<!ATTLIST watcher display-name CDATA #IMPLIED
+ status CDATA #REQUIRED
+ event CDATA #REQUIRED
+ expiration CDATA #IMPLIED
+ id CDATA #REQUIRED
+ duration-subscribed CDATA #IMPLIED>
+