wireshark/dtds/presence.dtd
Alexis La Goutte 94a791a76e Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$)

Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688
Reviewed-on: https://code.wireshark.org/review/876
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-03-31 16:00:04 +00:00

26 lines
574 B
DTD

<? wireshark:protocol
proto_name="presence"
description="presence XML doc (RFC 3863)"
media="application/cpim-pidf+xml"
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)>