diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-06-08 05:56:34 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-06-08 05:56:34 +0000 |
commit | 94e818ac34fe76a6279029899945aa71b4ba1f32 (patch) | |
tree | c9b05f8185e3b73f4f5a9f1322d553de3c7b7ffe /dtds/watcherinfo.dtd | |
parent | 14dda9803728ed7276f69d3056d66612b62d02c0 (diff) | |
download | wireshark-94e818ac34fe76a6279029899945aa71b4ba1f32.tar.gz wireshark-94e818ac34fe76a6279029899945aa71b4ba1f32.tar.bz2 wireshark-94e818ac34fe76a6279029899945aa71b4ba1f32.zip |
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.dtd | 23 |
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> + |