dacarver | 2533f94 | 2008-10-23 23:40:31 +0000 | [diff] [blame] | 1 | <!-- ...................................................................... --> |
| 2 | <!-- DocBook notations module V4.5 ........................................ --> |
| 3 | <!-- File dbnotnx.mod ..................................................... --> |
| 4 | |
| 5 | <!-- Copyright 1992-2004 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.1 2008/10/23 23:40:32 dacarver 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 notation declarations used by DocBook. |
| 34 | |
| 35 | In DTD driver files referring to this module, please use an entity |
| 36 | declaration that uses the public identifier shown below: |
| 37 | |
| 38 | <!ENTITY % dbnotn PUBLIC |
| 39 | "-//OASIS//ENTITIES DocBook Notations V4.5//EN" |
| 40 | "dbnotnx.mod"> |
| 41 | %dbnotn; |
| 42 | |
| 43 | See the documentation for detailed information on the parameter |
| 44 | entity and module scheme used in DocBook, customizing DocBook and |
| 45 | planning for interchange, and changes made since the last release |
| 46 | of DocBook. |
| 47 | --> |
| 48 | |
| 49 | <!ENTITY % local.notation.class ""> |
| 50 | <!ENTITY % notation.class |
| 51 | "BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI |
| 52 | | EPS | EQN | FAX | GIF | GIF87a | GIF89a |
| 53 | | JPG | JPEG | IGES | PCX |
| 54 | | PIC | PNG | PS | SGML | TBL | TEX | TIFF | WMF | WPG |
| 55 | | SVG | PDF | SWF |
| 56 | | linespecific |
| 57 | %local.notation.class;"> |
| 58 | |
| 59 | <!NOTATION BMP PUBLIC |
| 60 | "+//ISBN 0-7923-94.2-1::Graphic Notation//NOTATION Microsoft Windows bitmap//EN"> |
| 61 | <!NOTATION CGM-CHAR PUBLIC "ISO 8632/2//NOTATION Character encoding//EN"> |
| 62 | <!NOTATION CGM-BINARY PUBLIC "ISO 8632/3//NOTATION Binary encoding//EN"> |
| 63 | <!NOTATION CGM-CLEAR PUBLIC "ISO 8632/4//NOTATION Clear text encoding//EN"> |
| 64 | <!NOTATION DITROFF SYSTEM "DITROFF"> |
| 65 | <!NOTATION DVI SYSTEM "DVI"> |
| 66 | <!NOTATION EPS PUBLIC |
| 67 | "+//ISBN 0-201-18127-4::Adobe//NOTATION PostScript Language Ref. Manual//EN"> |
| 68 | <!NOTATION EQN SYSTEM "EQN"> |
| 69 | <!NOTATION FAX PUBLIC |
| 70 | "-//USA-DOD//NOTATION CCITT Group 4 Facsimile Type 1 Untiled Raster//EN"> |
| 71 | <!NOTATION GIF SYSTEM "GIF"> |
| 72 | <!NOTATION GIF87a PUBLIC |
| 73 | "-//CompuServe//NOTATION Graphics Interchange Format 87a//EN"> |
| 74 | |
| 75 | <!NOTATION GIF89a PUBLIC |
| 76 | "-//CompuServe//NOTATION Graphics Interchange Format 89a//EN"> |
| 77 | <!NOTATION JPG SYSTEM "JPG"> |
| 78 | <!NOTATION JPEG SYSTEM "JPG"> |
| 79 | <!NOTATION IGES PUBLIC |
| 80 | "-//USA-DOD//NOTATION (ASME/ANSI Y14.26M-1987) Initial Graphics Exchange Specification//EN"> |
| 81 | <!NOTATION PCX PUBLIC |
| 82 | "+//ISBN 0-7923-94.2-1::Graphic Notation//NOTATION ZSoft PCX bitmap//EN"> |
| 83 | <!NOTATION PIC SYSTEM "PIC"> |
| 84 | <!NOTATION PNG SYSTEM "http://www.w3.org/TR/REC-png"> |
| 85 | <!NOTATION PS SYSTEM "PS"> |
| 86 | <!NOTATION SGML PUBLIC |
| 87 | "ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN"> |
| 88 | <!NOTATION TBL SYSTEM "TBL"> |
| 89 | <!NOTATION TEX PUBLIC |
| 90 | "+//ISBN 0-201-13448-9::Knuth//NOTATION The TeXbook//EN"> |
| 91 | <!NOTATION TIFF SYSTEM "TIFF"> |
| 92 | <!NOTATION WMF PUBLIC |
| 93 | "+//ISBN 0-7923-94.2-1::Graphic Notation//NOTATION Microsoft Windows Metafile//EN"> |
| 94 | <!NOTATION WPG SYSTEM "WPG"> <!--WordPerfect Graphic format--> |
| 95 | <!NOTATION SVG SYSTEM "http://www.w3.org/TR/SVG/"> |
| 96 | <!NOTATION PDF SYSTEM "http://www.adobe.com/products/acrobat/adobepdf.html"> |
| 97 | <!NOTATION SWF SYSTEM "http://www.macromedia.com/software/flash"> |
| 98 | <!NOTATION linespecific SYSTEM "linespecific"> |
| 99 | |
| 100 | <!-- End of DocBook notations module V4.5 ................................. --> |
| 101 | <!-- ...................................................................... --> |