Initial commit
[profile/ivi/docbook-dtds.git] / 4.1.2-xml / docbookx.dtd
1 <!-- ...................................................................... -->
2 <!-- DocBook XML DTD V4.1.2 ................................................. -->
3 <!-- File docbookx.dtd .................................................... -->
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: docbookx.dtd,v 1.12 2000/08/27 15:15:26 nwalsh Exp $
11
12      Permission to use, copy, modify and distribute the DocBook XML 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 is the driver file for V4.1.2 of the DocBook DTD.
33      Please use the following formal public identifier to identify it:
34
35      "-//OASIS//DTD DocBook XML V4.1.2//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 XML V4.1.2//EN"
42                     "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"
43                     [...]>
44
45      Or, if you have a higher-level driver file that customizes DocBook,
46      use the FPI in the parameter entity declaration:
47
48      <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
49                 "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
50      %DocBookDTD;
51
52      See the documentation for detailed information on the parameter
53      entity and module scheme used in DocBook, customizing DocBook and
54      planning for interchange, and changes made since the last release
55      of DocBook.
56 -->
57
58 <!-- ...................................................................... -->
59 <!-- Notation declarations ................................................ -->
60
61 <!ENTITY % dbnotn.module "INCLUDE">
62 <![%dbnotn.module;[
63 <!ENTITY % dbnotn PUBLIC 
64 "-//OASIS//ENTITIES DocBook XML Notations V4.1.2//EN"
65 "dbnotnx.mod">
66 %dbnotn;
67 ]]>
68
69 <!-- ...................................................................... -->
70 <!-- ISO character entity sets ............................................ -->
71
72 <!ENTITY % dbcent.module "INCLUDE">
73 <![%dbcent.module;[
74 <!ENTITY euro "&#x20AC;"><!-- euro sign, U+20AC NEW -->
75 <!ENTITY % dbcent PUBLIC 
76 "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
77 "dbcentx.mod">
78 %dbcent;
79 ]]>
80
81 <!-- ...................................................................... -->
82 <!-- DTD modules .......................................................... -->
83
84 <!-- Information pool .............. -->
85
86 <!ENTITY % dbpool.module "INCLUDE">
87 <![ %dbpool.module; [
88 <!ENTITY % dbpool PUBLIC 
89 "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1.2//EN"
90 "dbpoolx.mod">
91 %dbpool;
92 ]]>
93
94 <!-- Redeclaration placeholder ..... -->
95
96 <!ENTITY % intermod.redecl.module "IGNORE">
97 <![%intermod.redecl.module;[
98 <!-- Defining rdbmods here makes some buggy XML parsers happy. -->
99 <!ENTITY % rdbmods "">
100 %rdbmods;
101 <!--end of intermod.redecl.module-->]]>
102
103 <!-- Document hierarchy ............ -->
104
105 <!ENTITY % dbhier.module "INCLUDE">
106 <![ %dbhier.module; [
107 <!ENTITY % dbhier PUBLIC 
108 "-//OASIS//ELEMENTS DocBook XML Document Hierarchy V4.1.2//EN"
109 "dbhierx.mod">
110 %dbhier;
111 ]]>
112
113 <!-- ...................................................................... -->
114 <!-- Other general entities ............................................... -->
115
116 <!ENTITY % dbgenent.module "INCLUDE">
117 <![ %dbgenent.module; [
118 <!ENTITY % dbgenent PUBLIC
119 "-//OASIS//ENTITIES DocBook XML Additional General Entities V4.1.2//EN"
120 "dbgenent.mod">
121 %dbgenent;
122 ]]>
123
124 <!-- End of DocBook XML DTD V4.1.2 .......................................... -->
125 <!-- ...................................................................... -->