aboutsummaryrefslogtreecommitdiffstats
path: root/dtds
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-07-19 19:00:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-07-19 19:00:36 +0000
commitf53c99a9fa3fefbd0426f8ea3dc39072a7037828 (patch)
tree85931349d627f6b0e774823fdf03a678fc75e0d2 /dtds
parent73fcdb3c5f1c2c76c84e609cd11aaf455a1a941a (diff)
From Martin Mathieson:
Here is a DTD for xcap-caps and changes needed to install it (nsi change is untested). svn path=/trunk/; revision=18767
Diffstat (limited to 'dtds')
-rw-r--r--dtds/xcap-caps.dtd15
1 files changed, 15 insertions, 0 deletions
diff --git a/dtds/xcap-caps.dtd b/dtds/xcap-caps.dtd
new file mode 100644
index 0000000000..9b686e286b
--- /dev/null
+++ b/dtds/xcap-caps.dtd
@@ -0,0 +1,15 @@
+<? wireshark:protocol
+ proto_name="xcap-caps"
+ description="XML Configuration Access Protocol Server Capabilities"
+ hierarchy="yes" ?>
+
+<!--
+$Id$
+-->
+
+<!ELEMENT xcap-caps ((auid?)*, extension?, (namespace?)*) >
+
+<!ELEMENT auid (#PCDATA)>
+<!ELEMENT extension (#PCDATA)>
+<!ELEMENT namespace (#PCDATA)>
+