1 # ......................................................................
3 # DocBook notations module V4.2 ........................................
5 # File dbnotnx.mod .....................................................
7 # Copyright 1992-2002 HaL Computer Systems, Inc.,
8 # O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
9 # Corporation, Norman Walsh, Sun Microsystems, Inc., and the
10 # Organization for the Advancement of Structured Information
13 # $Id: dbnotn.rnc,v 1.1 2003/08/30 04:19:27 jjc Exp $
15 # Permission to use, copy, modify and distribute the DocBook DTD
16 # and its accompanying documentation for any purpose and without fee
17 # is hereby granted in perpetuity, provided that the above copyright
18 # notice and this paragraph appear in all copies. The copyright
19 # holders make no representation about the suitability of the DTD for
20 # any purpose. It is provided "as is" without expressed or implied
23 # If you modify the DocBook DTD in any way, except for declaring and
24 # referencing additional sets of general entities and declaring
25 # additional notations, label your DTD as a variant of DocBook. See
26 # the maintenance documentation for more information.
28 # Please direct all questions, bug reports, or suggestions for
29 # changes to the docbook@lists.oasis-open.org mailing list. For more
30 # information, see http://www.oasis-open.org/docbook/.
32 # ......................................................................
34 # This module contains the entity declarations for the standard ISO
35 # entity sets used by DocBook.
37 # In DTD driver files referring to this module, please use an entity
38 # declaration that uses the public identifier shown below:
40 # <!ENTITY % dbnotn PUBLIC
41 # "-//OASIS//ENTITIES DocBook Notations V4.2//EN"
45 # See the documentation for detailed information on the parameter
46 # entity and module scheme used in DocBook, customizing DocBook and
47 # planning for interchange, and changes made since the last release
50 local.notation.class = notAllowed
79 | local.notation.class
80 # WordPerfect Graphic format
82 # End of DocBook notations module V4.2 .................................
84 # ......................................................................