~ubuntu-branches/ubuntu/precise/docbook/precise

« back to all changes in this revision

Viewing changes to docbk42cr1/dbnotnx.mod

  • Committer: Bazaar Package Importer
  • Author(s): Adam Di Carlo
  • Date: 2002-03-31 01:40:26 UTC
  • Revision ID: james.westby@ubuntu.com-20020331014026-2ifu7guy17p9r3fi
Tags: upstream-4.1.99really4.2.cr1
ImportĀ upstreamĀ versionĀ 4.1.99really4.2.cr1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ...................................................................... -->
 
2
<!-- DocBook notations module V4.2CR1 ........................................ -->
 
3
<!-- File dbnotnx.mod ..................................................... -->
 
4
 
 
5
<!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
 
6
     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
 
7
     Corporation, Norman Walsh, and the Organization for the Advancement
 
8
     of Structured Information Standards (OASIS).
 
9
 
 
10
     $Id: dbnotnx.mod,v 1.10 2002/03/19 22:15:20 nwalsh 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
 
 
30
<!-- ...................................................................... -->
 
31
 
 
32
<!-- This module contains the entity declarations for the standard ISO
 
33
     entity sets 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.2CR1//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
                | linespecific
 
56
                %local.notation.class;">
 
57
 
 
58
<!NOTATION BMP          PUBLIC
 
59
"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows bitmap//EN">
 
60
<!NOTATION CGM-CHAR     PUBLIC "ISO 8632/2//NOTATION Character encoding//EN">
 
61
<!NOTATION CGM-BINARY   PUBLIC "ISO 8632/3//NOTATION Binary encoding//EN">
 
62
<!NOTATION CGM-CLEAR    PUBLIC "ISO 8632/4//NOTATION Clear text encoding//EN">
 
63
<!NOTATION DITROFF      SYSTEM "DITROFF">
 
64
<!NOTATION DVI          SYSTEM "DVI">
 
65
<!NOTATION EPS          PUBLIC
 
66
"+//ISBN 0-201-18127-4::Adobe//NOTATION PostScript Language Ref. Manual//EN">
 
67
<!NOTATION EQN          SYSTEM "EQN">
 
68
<!NOTATION FAX          PUBLIC
 
69
"-//USA-DOD//NOTATION CCITT Group 4 Facsimile Type 1 Untiled Raster//EN">
 
70
<!NOTATION GIF          SYSTEM "GIF">
 
71
<!NOTATION GIF87a               PUBLIC
 
72
"-//CompuServe//NOTATION Graphics Interchange Format 87a//EN">
 
73
 
 
74
<!NOTATION GIF89a               PUBLIC
 
75
"-//CompuServe//NOTATION Graphics Interchange Format 89a//EN">
 
76
<!NOTATION JPG          SYSTEM "JPG">
 
77
<!NOTATION JPEG         SYSTEM "JPG">
 
78
<!NOTATION IGES         PUBLIC
 
79
"-//USA-DOD//NOTATION (ASME/ANSI Y14.26M-1987) Initial Graphics Exchange Specification//EN">
 
80
<!NOTATION PCX          PUBLIC
 
81
"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION ZSoft PCX bitmap//EN">
 
82
<!NOTATION PIC          SYSTEM "PIC">
 
83
<!NOTATION PNG          SYSTEM "http://www.w3.org/TR/REC-png">
 
84
<!NOTATION PS           SYSTEM "PS">
 
85
<!NOTATION SGML         PUBLIC
 
86
"ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN">
 
87
<!NOTATION TBL          SYSTEM "TBL">
 
88
<!NOTATION TEX          PUBLIC
 
89
"+//ISBN 0-201-13448-9::Knuth//NOTATION The TeXbook//EN">
 
90
<!NOTATION TIFF         SYSTEM "TIFF">
 
91
<!NOTATION WMF          PUBLIC
 
92
"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows Metafile//EN">
 
93
<!NOTATION WPG          SYSTEM "WPG"> <!--WordPerfect Graphic format-->
 
94
<!NOTATION SVG          SYSTEM "http://www.w3.org/TR/SVG/">
 
95
<!NOTATION linespecific SYSTEM "linespecific">
 
96
 
 
97
<!-- End of DocBook notations module V4.2CR1 ................................. -->
 
98
<!-- ...................................................................... -->