MSWSP: remove unused tree_item's
[wireshark-wip.git] / dtds / xcap-error.dtd
blobab7781d820f240f03242f64e6b4580403d2b51bc
1 <? wireshark:protocol
2 proto_name="xcap-error"
3 description="XCAP Error XML doc (RFC 4825)"
4 hierarchy="yes" ?>
5 <!--
6 $Id$
7 -->
9 <!ELEMENT xcap-error (schema-validation-error?,
10 not-xml-frag?,
11 no-parent?,
12 cannot-insert?,
13 not-xml-att-value?,
14 uniqueness-failure?,
15 not-well-formed?,
16 constraint-failure?,
17 cannot-delete?,
18 not-utf-8?)* >
19 <!ATTLIST xcap-error xmlns CDATA #IMPLIED >
22 <!ELEMENT schema-validation-error (#PCDATA)>
23 <!ATTLIST schema-validation-error phrase CDATA #IMPLIED>
26 <!ELEMENT not-xml-frag (#PCDATA)>
27 <!ATTLIST not-xml-frag phrase CDATA #IMPLIED>
30 <!ELEMENT ancestor (#PCDATA)>
32 <!ELEMENT no-parent (ancestor)>
33 <!ATTLIST no-parent phrase CDATA #IMPLIED>
36 <!ELEMENT cannot-insert (#PCDATA)>
37 <!ATTLIST cannot-insert phrase CDATA #IMPLIED>
40 <!ELEMENT alt-value (#PCDATA)>
42 <!ELEMENT exists (alt-value)>
43 <!ATTLIST exists field CDATA #IMPLIED>
45 <!ELEMENT uniqueness-failure (exists)*>
46 <!ATTLIST uniqueness-failure phrase CDATA #IMPLIED>
49 <!ELEMENT not-xml-att-value (#PCDATA)>
50 <!ATTLIST not-xml-att-value phrase CDATA #IMPLIED>
53 <!ELEMENT not-well-formed (#PCDATA)>
54 <!ATTLIST not-well-formed phrase CDATA #IMPLIED>
57 <!ELEMENT constraint-failure (#PCDATA)>
58 <!ATTLIST constraint-failure phrase CDATA #IMPLIED>
61 <!ELEMENT cannot-delete (#PCDATA)>
62 <!ATTLIST cannot-delete phrase CDATA #IMPLIED>
65 <!ELEMENT not-utf-8 (#PCDATA)>
66 <!ATTLIST not-utf-8 phrase CDATA #IMPLIED>