Mercurial > emacs
comparison etc/schema/dbnotn.rnc @ 91204:53108e6cea98
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 09:51:45 +0000 |
parents | 38f93f3d00a2 |
children |
comparison
equal
deleted
inserted
replaced
91203:db40129142b2 | 91204:53108e6cea98 |
---|---|
1 # ...................................................................... | |
2 | |
3 # DocBook notations module V4.2 ........................................ | |
4 | |
5 # File dbnotnx.mod ..................................................... | |
6 | |
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 | |
11 # Standards (OASIS). | |
12 # | |
13 # $Id: dbnotn.rnc,v 1.1 2007/11/23 06:57:44 hexmode Exp $ | |
14 # | |
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 | |
21 # warranty. | |
22 # | |
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. | |
27 # | |
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/. | |
31 | |
32 # ...................................................................... | |
33 | |
34 # This module contains the entity declarations for the standard ISO | |
35 # entity sets used by DocBook. | |
36 # | |
37 # In DTD driver files referring to this module, please use an entity | |
38 # declaration that uses the public identifier shown below: | |
39 # | |
40 # <!ENTITY % dbnotn PUBLIC | |
41 # "-//OASIS//ENTITIES DocBook Notations V4.2//EN" | |
42 # "dbnotnx.mod"> | |
43 # %dbnotn; | |
44 # | |
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 | |
48 # of DocBook. | |
49 | |
50 local.notation.class = notAllowed | |
51 notation.class = | |
52 "BMP" | |
53 | "CGM-CHAR" | |
54 | "CGM-BINARY" | |
55 | "CGM-CLEAR" | |
56 | "DITROFF" | |
57 | "DVI" | |
58 | "EPS" | |
59 | "EQN" | |
60 | "FAX" | |
61 | "GIF" | |
62 | "GIF87a" | |
63 | "GIF89a" | |
64 | "JPG" | |
65 | "JPEG" | |
66 | "IGES" | |
67 | "PCX" | |
68 | "PIC" | |
69 | "PNG" | |
70 | "PS" | |
71 | "SGML" | |
72 | "TBL" | |
73 | "TEX" | |
74 | "TIFF" | |
75 | "WMF" | |
76 | "WPG" | |
77 | "SVG" | |
78 | "linespecific" | |
79 | local.notation.class | |
80 # WordPerfect Graphic format | |
81 | |
82 # End of DocBook notations module V4.2 ................................. | |
83 | |
84 # ...................................................................... |