sq epan/dissectors/pidl/rcg/rcg.cnf
[wireshark-sm.git] / resources / protocols / dtds / xcap-error.dtd
blob1a21a8c1ee595afef5781fe80c9e04a6c7909e28
1 <? wireshark:protocol
2 proto_name="xcap-error"
3 description="XCAP Error XML doc (RFC 4825)"
4 hierarchy="yes" ?>
6 <!ELEMENT xcap-error (schema-validation-error?,
7 not-xml-frag?,
8 no-parent?,
9 cannot-insert?,
10 not-xml-att-value?,
11 uniqueness-failure?,
12 not-well-formed?,
13 constraint-failure?,
14 cannot-delete?,
15 not-utf-8?)* >
16 <!ATTLIST xcap-error xmlns CDATA #IMPLIED >
19 <!ELEMENT schema-validation-error (#PCDATA)>
20 <!ATTLIST schema-validation-error phrase CDATA #IMPLIED>
23 <!ELEMENT not-xml-frag (#PCDATA)>
24 <!ATTLIST not-xml-frag phrase CDATA #IMPLIED>
27 <!ELEMENT ancestor (#PCDATA)>
29 <!ELEMENT no-parent (ancestor)>
30 <!ATTLIST no-parent phrase CDATA #IMPLIED>
33 <!ELEMENT cannot-insert (#PCDATA)>
34 <!ATTLIST cannot-insert phrase CDATA #IMPLIED>
37 <!ELEMENT alt-value (#PCDATA)>
39 <!ELEMENT exists (alt-value)>
40 <!ATTLIST exists field CDATA #IMPLIED>
42 <!ELEMENT uniqueness-failure (exists)*>
43 <!ATTLIST uniqueness-failure phrase CDATA #IMPLIED>
46 <!ELEMENT not-xml-att-value (#PCDATA)>
47 <!ATTLIST not-xml-att-value phrase CDATA #IMPLIED>
50 <!ELEMENT not-well-formed (#PCDATA)>
51 <!ATTLIST not-well-formed phrase CDATA #IMPLIED>
54 <!ELEMENT constraint-failure (#PCDATA)>
55 <!ATTLIST constraint-failure phrase CDATA #IMPLIED>
58 <!ELEMENT cannot-delete (#PCDATA)>
59 <!ATTLIST cannot-delete phrase CDATA #IMPLIED>
62 <!ELEMENT not-utf-8 (#PCDATA)>
63 <!ATTLIST not-utf-8 phrase CDATA #IMPLIED>