summaryrefslogtreecommitdiff
path: root/dtds/presence.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/presence.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/presence.dtd')
-rw-r--r--dtds/presence.dtd24
1 files changed, 24 insertions, 0 deletions
diff --git a/dtds/presence.dtd b/dtds/presence.dtd
new file mode 100644
index 0000000000..c044cbd34d
--- /dev/null
+++ b/dtds/presence.dtd
@@ -0,0 +1,24 @@
+<? wireshark:protocol
+ proto_name="presence"
+ description="presence XML doc (RFC 3863)"
+ hierarchy="yes" ?>
+
+
+<!ELEMENT presence (tuple)* >
+<!ATTLIST presence xmlns CDATA #IMPLIED entity CDATA #REQUIRED>
+
+<!ELEMENT tuple (status? | contact? | note? | timestamp?)* >
+<!ATTLIST tuple id CDATA #REQUIRED>
+
+<!ELEMENT status (basic)>
+
+<!ELEMENT basic (#PCDATA)>
+
+<!ELEMENT contact (#PCDATA)>
+<!ATTLIST contact priority CDATA #REQUIRED>
+
+<!ELEMENT note (#PCDATA)>
+<!ATTLIST note lang CDATA #REQUIRED>
+
+<!ELEMENT timestamp (#PCDATA)>
+