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