dbnotn.rnc 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # ......................................................................
  2. # DocBook notations module V4.2 ........................................
  3. # File dbnotnx.mod .....................................................
  4. # Copyright 1992-2002 HaL Computer Systems, Inc.,
  5. # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
  6. # Corporation, Norman Walsh, Sun Microsystems, Inc., and the
  7. # Organization for the Advancement of Structured Information
  8. # Standards (OASIS).
  9. #
  10. # $Id: dbnotn.rnc,v 1.1 2003/08/30 04:19:27 jjc Exp $
  11. #
  12. # Permission to use, copy, modify and distribute the DocBook DTD
  13. # and its accompanying documentation for any purpose and without fee
  14. # is hereby granted in perpetuity, provided that the above copyright
  15. # notice and this paragraph appear in all copies. The copyright
  16. # holders make no representation about the suitability of the DTD for
  17. # any purpose. It is provided "as is" without expressed or implied
  18. # warranty.
  19. #
  20. # If you modify the DocBook DTD in any way, except for declaring and
  21. # referencing additional sets of general entities and declaring
  22. # additional notations, label your DTD as a variant of DocBook. See
  23. # the maintenance documentation for more information.
  24. #
  25. # Please direct all questions, bug reports, or suggestions for
  26. # changes to the docbook@lists.oasis-open.org mailing list. For more
  27. # information, see http://www.oasis-open.org/docbook/.
  28. # ......................................................................
  29. # This module contains the entity declarations for the standard ISO
  30. # entity sets used by DocBook.
  31. #
  32. # In DTD driver files referring to this module, please use an entity
  33. # declaration that uses the public identifier shown below:
  34. #
  35. # <!ENTITY % dbnotn PUBLIC
  36. # "-//OASIS//ENTITIES DocBook Notations V4.2//EN"
  37. # "dbnotnx.mod">
  38. # %dbnotn;
  39. #
  40. # See the documentation for detailed information on the parameter
  41. # entity and module scheme used in DocBook, customizing DocBook and
  42. # planning for interchange, and changes made since the last release
  43. # of DocBook.
  44. local.notation.class = notAllowed
  45. notation.class =
  46. "BMP"
  47. | "CGM-CHAR"
  48. | "CGM-BINARY"
  49. | "CGM-CLEAR"
  50. | "DITROFF"
  51. | "DVI"
  52. | "EPS"
  53. | "EQN"
  54. | "FAX"
  55. | "GIF"
  56. | "GIF87a"
  57. | "GIF89a"
  58. | "JPG"
  59. | "JPEG"
  60. | "IGES"
  61. | "PCX"
  62. | "PIC"
  63. | "PNG"
  64. | "PS"
  65. | "SGML"
  66. | "TBL"
  67. | "TEX"
  68. | "TIFF"
  69. | "WMF"
  70. | "WPG"
  71. | "SVG"
  72. | "linespecific"
  73. | local.notation.class
  74. # WordPerfect Graphic format
  75. # End of DocBook notations module V4.2 .................................
  76. # ......................................................................