aboutsummaryrefslogtreecommitdiffstats
path: root/dtds/presence.dtd
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-08 05:56:34 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-08 05:56:34 +0000
commit0d3b8f3b11193e91ef908eb631949f3493155a96 (patch)
treec9b05f8185e3b73f4f5a9f1322d553de3c7b7ffe /dtds/presence.dtd
parentc831d53d31812b92446715423e9cd1e945e1862f (diff)
From Martin Mathieson:
new DTD files for the dtds folder. They are for: - poc-settings (RFC 4354) - presence (RFC 3863) - watcherinfo (RFC 3858) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18394 f5534014-38df-0310-8fa8-9805f1628bb7
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)>
+