aboutsummaryrefslogtreecommitdiffstats
path: root/dtds
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-06-21 11:37:42 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-06-21 11:37:42 +0000
commitffb54d975a2a558a4234c95fb6b3eb16da70c556 (patch)
tree719619ec913044b1f0ba68b9adabac0641480f6e /dtds
parenta80b9c8e410ff358a04ee847c213a9a164af47b4 (diff)
Add DTD file for xcap-error (RFC 4825)
svn path=/trunk/; revision=22148
Diffstat (limited to 'dtds')
-rw-r--r--dtds/xcap-error.dtd67
1 files changed, 67 insertions, 0 deletions
diff --git a/dtds/xcap-error.dtd b/dtds/xcap-error.dtd
new file mode 100644
index 0000000000..ab7781d820
--- /dev/null
+++ b/dtds/xcap-error.dtd
@@ -0,0 +1,67 @@
+<? wireshark:protocol
+ proto_name="xcap-error"
+ description="XCAP Error XML doc (RFC 4825)"
+ hierarchy="yes" ?>
+<!--
+$Id$
+-->
+
+<!ELEMENT xcap-error (schema-validation-error?,
+ not-xml-frag?,
+ no-parent?,
+ cannot-insert?,
+ not-xml-att-value?,
+ uniqueness-failure?,
+ not-well-formed?,
+ constraint-failure?,
+ cannot-delete?,
+ not-utf-8?)* >
+<!ATTLIST xcap-error xmlns CDATA #IMPLIED >
+
+
+<!ELEMENT schema-validation-error (#PCDATA)>
+<!ATTLIST schema-validation-error phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-xml-frag (#PCDATA)>
+<!ATTLIST not-xml-frag phrase CDATA #IMPLIED>
+
+
+<!ELEMENT ancestor (#PCDATA)>
+
+<!ELEMENT no-parent (ancestor)>
+<!ATTLIST no-parent phrase CDATA #IMPLIED>
+
+
+<!ELEMENT cannot-insert (#PCDATA)>
+<!ATTLIST cannot-insert phrase CDATA #IMPLIED>
+
+
+<!ELEMENT alt-value (#PCDATA)>
+
+<!ELEMENT exists (alt-value)>
+<!ATTLIST exists field CDATA #IMPLIED>
+
+<!ELEMENT uniqueness-failure (exists)*>
+<!ATTLIST uniqueness-failure phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-xml-att-value (#PCDATA)>
+<!ATTLIST not-xml-att-value phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-well-formed (#PCDATA)>
+<!ATTLIST not-well-formed phrase CDATA #IMPLIED>
+
+
+<!ELEMENT constraint-failure (#PCDATA)>
+<!ATTLIST constraint-failure phrase CDATA #IMPLIED>
+
+
+<!ELEMENT cannot-delete (#PCDATA)>
+<!ATTLIST cannot-delete phrase CDATA #IMPLIED>
+
+
+<!ELEMENT not-utf-8 (#PCDATA)>
+<!ATTLIST not-utf-8 phrase CDATA #IMPLIED>
+