Initial commit
[profile/ivi/docbook-dtds.git] / 4.1-sgml / docbook.dtd
1 <!-- ...................................................................... -->
2 <!-- DocBook DTD V4.1 ..................................................... -->
3 <!-- File docbook.dtd ..................................................... -->
4
5 <!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
6      O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
7      Corporation, and the Organization for the Advancement of
8      Structured Information Standards (OASIS).
9
10      $Id: docbook.dtd,v 1.11 2000/06/19 14:42:02 nwalsh Exp $
11
12      Permission to use, copy, modify and distribute the DocBook DTD and
13      its accompanying documentation for any purpose and without fee is
14      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 is the driver file for V4.1 of the DocBook DTD.
33      Please use the following formal public identifier to identify it:
34
35      "-//OASIS//DTD DocBook V4.1//EN"
36
37      For example, if your document's top-level element is Book, and
38      you are using DocBook directly, use the FPI in the DOCTYPE
39      declaration:
40
41      <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [...]>
42
43      Or, if you have a higher-level driver file that customizes DocBook,
44      use the FPI in the parameter entity declaration:
45
46      <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
47      %DocBookDTD;
48
49      The DocBook DTD is accompanied by an SGML declaration.
50
51      See the documentation for detailed information on the parameter
52      entity and module scheme used in DocBook, customizing DocBook and
53      planning for interchange, and changes made since the last release
54      of DocBook.
55 -->
56
57 <!-- ...................................................................... -->
58 <!-- Notation declarations ................................................ -->
59
60 <!ENTITY % dbnotn.module "INCLUDE">
61 <![ %dbnotn.module; [
62 <!ENTITY % dbnotn PUBLIC 
63 "-//OASIS//ENTITIES DocBook Notations V4.1//EN">
64 %dbnotn;
65 <!--end of dbnotn.module-->]]>
66
67 <!-- ...................................................................... -->
68 <!-- ISO character entity sets ............................................ -->
69
70 <!ENTITY % dbcent.module "INCLUDE">
71 <![ %dbcent.module; [
72 <!ENTITY euro SDATA "[euro  ]"><!-- euro sign, U+20AC NEW -->
73 <!ENTITY % dbcent PUBLIC 
74 "-//OASIS//ENTITIES DocBook Character Entities V4.1//EN">
75 %dbcent;
76 <!--end of dbcent.module-->]]>
77
78 <!-- ...................................................................... -->
79 <!-- DTD modules .......................................................... -->
80
81 <!-- Information pool .............. -->
82
83 <!ENTITY % dbpool.module "INCLUDE">
84 <![ %dbpool.module; [
85 <!ENTITY % dbpool PUBLIC 
86 "-//OASIS//ELEMENTS DocBook Information Pool V4.1//EN">
87 %dbpool;
88 <!--end of dbpool.module-->]]>
89
90 <!-- Redeclaration placeholder ..... -->
91
92 <!ENTITY % intermod.redecl.module "IGNORE">
93 <![ %intermod.redecl.module; [
94 %rdbmods;
95 <!--end of intermod.redecl.module-->]]>
96
97 <!-- Document hierarchy ............ -->
98
99 <!ENTITY % dbhier.module "INCLUDE">
100 <![ %dbhier.module; [
101 <!ENTITY % dbhier PUBLIC 
102 "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.1//EN">
103 %dbhier;
104 <!--end of dbhier.module-->]]>
105
106 <!-- ...................................................................... -->
107 <!-- Other general entities ............................................... -->
108
109 <!ENTITY % dbgenent.module "INCLUDE">
110 <![ %dbgenent.module; [
111 <!ENTITY % dbgenent PUBLIC
112 "-//OASIS//ENTITIES DocBook Additional General Entities V4.1//EN">
113 %dbgenent;
114 <!--end of dbgenent.module-->]]>
115
116 <!-- End of DocBook DTD V4.1 .............................................. -->
117 <!-- ...................................................................... -->