home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Wireshark / wireshark-win64-1.6.1.exe / dtds / xcap-error.dtd < prev   
Text File  |  2011-07-18  |  2KB  |  68 lines

  1. <? wireshark:protocol
  2.    proto_name="xcap-error"
  3.    description="XCAP Error XML doc (RFC 4825)"
  4.    hierarchy="yes" ?>
  5. <!--
  6. $Id: xcap-error.dtd 22148 2007-06-21 11:37:42Z martinm $
  7. -->
  8.  
  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 >
  20.  
  21.  
  22. <!ELEMENT schema-validation-error (#PCDATA)>
  23. <!ATTLIST schema-validation-error phrase CDATA #IMPLIED>
  24.  
  25.  
  26. <!ELEMENT not-xml-frag (#PCDATA)>
  27. <!ATTLIST not-xml-frag phrase CDATA #IMPLIED>
  28.  
  29.  
  30. <!ELEMENT ancestor (#PCDATA)>
  31.  
  32. <!ELEMENT no-parent (ancestor)>
  33. <!ATTLIST no-parent phrase CDATA #IMPLIED>
  34.  
  35.  
  36. <!ELEMENT cannot-insert (#PCDATA)>
  37. <!ATTLIST cannot-insert phrase CDATA #IMPLIED>
  38.  
  39.  
  40. <!ELEMENT alt-value (#PCDATA)>
  41.  
  42. <!ELEMENT exists (alt-value)>
  43. <!ATTLIST exists field CDATA #IMPLIED>
  44.  
  45. <!ELEMENT uniqueness-failure (exists)*>
  46. <!ATTLIST uniqueness-failure phrase CDATA #IMPLIED>
  47.  
  48.  
  49. <!ELEMENT not-xml-att-value (#PCDATA)>
  50. <!ATTLIST not-xml-att-value phrase CDATA #IMPLIED>
  51.  
  52.  
  53. <!ELEMENT not-well-formed (#PCDATA)>
  54. <!ATTLIST not-well-formed phrase CDATA #IMPLIED>
  55.  
  56.  
  57. <!ELEMENT constraint-failure (#PCDATA)>
  58. <!ATTLIST constraint-failure phrase CDATA #IMPLIED>
  59.  
  60.  
  61. <!ELEMENT cannot-delete (#PCDATA)>
  62. <!ATTLIST cannot-delete phrase CDATA #IMPLIED>
  63.  
  64.  
  65. <!ELEMENT not-utf-8 (#PCDATA)>
  66. <!ATTLIST not-utf-8 phrase CDATA #IMPLIED>
  67.  
  68.