You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dbnotnx.mod 4.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!-- ...................................................................... -->
  2. <!-- DocBook XML notations module V4.1.2 .................................... -->
  3. <!-- File dbnotnx.mod ..................................................... -->
  4. <!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
  5. O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
  6. Corporation, Norman Walsh, and the Organization for the Advancement
  7. of Structured Information Standards (OASIS).
  8. $Id: dbnotnx.mod,v 1.1 2002/05/15 17:22:22 isberg Exp $
  9. Permission to use, copy, modify and distribute the DocBook XML DTD
  10. and its accompanying documentation for any purpose and without fee
  11. is hereby granted in perpetuity, provided that the above copyright
  12. notice and this paragraph appear in all copies. The copyright
  13. holders make no representation about the suitability of the DTD for
  14. any purpose. It is provided "as is" without expressed or implied
  15. warranty.
  16. If you modify the DocBook DTD in any way, except for declaring and
  17. referencing additional sets of general entities and declaring
  18. additional notations, label your DTD as a variant of DocBook. See
  19. the maintenance documentation for more information.
  20. Please direct all questions, bug reports, or suggestions for
  21. changes to the docbook@lists.oasis-open.org mailing list. For more
  22. information, see http://www.oasis-open.org/docbook/.
  23. -->
  24. <!-- ...................................................................... -->
  25. <!-- This module contains the entity declarations for the standard ISO
  26. entity sets used by DocBook.
  27. In DTD driver files referring to this module, please use an entity
  28. declaration that uses the public identifier shown below:
  29. <!ENTITY % dbnotn PUBLIC
  30. "-//OASIS//ENTITIES DocBook XML Notations V4.1.2//EN"
  31. "dbnotnx.mod">
  32. %dbnotn;
  33. See the documentation for detailed information on the parameter
  34. entity and module scheme used in DocBook, customizing DocBook and
  35. planning for interchange, and changes made since the last release
  36. of DocBook.
  37. -->
  38. <!ENTITY % local.notation.class "">
  39. <!ENTITY % notation.class
  40. "BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI
  41. | EPS | EQN | FAX | GIF | GIF87a | GIF89a
  42. | JPG | JPEG | IGES | PCX
  43. | PIC | PNG | PS | SGML | TBL | TEX | TIFF | WMF | WPG
  44. | linespecific
  45. %local.notation.class;">
  46. <!NOTATION BMP PUBLIC
  47. "+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows bitmap//EN">
  48. <!NOTATION CGM-CHAR PUBLIC "ISO 8632/2//NOTATION Character encoding//EN">
  49. <!NOTATION CGM-BINARY PUBLIC "ISO 8632/3//NOTATION Binary encoding//EN">
  50. <!NOTATION CGM-CLEAR PUBLIC "ISO 8632/4//NOTATION Clear text encoding//EN">
  51. <!NOTATION DITROFF SYSTEM "DITROFF">
  52. <!NOTATION DVI SYSTEM "DVI">
  53. <!NOTATION EPS PUBLIC
  54. "+//ISBN 0-201-18127-4::Adobe//NOTATION PostScript Language Ref. Manual//EN">
  55. <!NOTATION EQN SYSTEM "EQN">
  56. <!NOTATION FAX PUBLIC
  57. "-//USA-DOD//NOTATION CCITT Group 4 Facsimile Type 1 Untiled Raster//EN">
  58. <!NOTATION GIF SYSTEM "GIF">
  59. <!NOTATION GIF87a PUBLIC
  60. "-//CompuServe//NOTATION Graphics Interchange Format 87a//EN">
  61. <!NOTATION GIF89a PUBLIC
  62. "-//CompuServe//NOTATION Graphics Interchange Format 89a//EN">
  63. <!NOTATION JPG SYSTEM "JPG">
  64. <!NOTATION JPEG SYSTEM "JPG">
  65. <!NOTATION IGES PUBLIC
  66. "-//USA-DOD//NOTATION (ASME/ANSI Y14.26M-1987) Initial Graphics Exchange Specification//EN">
  67. <!NOTATION PCX PUBLIC
  68. "+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION ZSoft PCX bitmap//EN">
  69. <!NOTATION PIC SYSTEM "PIC">
  70. <!NOTATION PNG SYSTEM "http://www.w3.org/TR/REC-png">
  71. <!NOTATION PS SYSTEM "PS">
  72. <!NOTATION SGML PUBLIC
  73. "ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN">
  74. <!NOTATION TBL SYSTEM "TBL">
  75. <!NOTATION TEX PUBLIC
  76. "+//ISBN 0-201-13448-9::Knuth//NOTATION The TeXbook//EN">
  77. <!NOTATION TIFF SYSTEM "TIFF">
  78. <!NOTATION WMF PUBLIC
  79. "+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows Metafile//EN">
  80. <!NOTATION WPG SYSTEM "WPG"> <!--WordPerfect Graphic format-->
  81. <!NOTATION linespecific SYSTEM "linespecific">
  82. <!-- End of DocBook XML notations module V4.1.2 ............................. -->
  83. <!-- ...................................................................... -->