wireshark/dtds/rlmi.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

29 lines
770 B
DTD

<? wireshark:protocol
proto_name="list"
description="Event Notification for Resource Lists (RFC 4662)"
hierarchy="yes" ?>
<!ELEMENT list (name | resource)* >
<!ATTLIST list xmlns CDATA #IMPLIED
uri CDATA #REQUIRED
version CDATA #REQUIRED
fullstate CDATA #REQUIRED
cid CDATA #REQUIRED>
<!ELEMENT resource (name | instance)*>
<!ATTLIST resource uri CDATA #REQUIRED>
<!-- N.B. name appears at 2 different levels in this schema! -->
<!ELEMENT name (#PCDATA)>
<!ATTLIST name lang CDATA #REQUIRED>
<!ELEMENT instance (#PCDATA)>
<!ATTLIST instance id CDATA #IMPLIED
STATE CDATA #IMPLIED
reason CDATA #IMPLIED
cid CDATA #IMPLIED>