Added unknown info level.
[Samba.git] / docs / docbook / dbsgml / docbook.dtd
blob59bff93816b8c9a1b2523c40c1f14bfbc3a2e8ee
1 <!-- ...................................................................... -->
2 <!-- DocBook DTD V4.1 ..................................................... -->
3 <!-- File docbook.dtd ..................................................... -->
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).
10 $Id: docbook.dtd,v 1.1.2.1 2001/02/28 19:05:02 jerry Exp $
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.
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.
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 -->
30 <!-- ...................................................................... -->
32 <!-- This is the driver file for V4.1 of the DocBook DTD.
33 Please use the following formal public identifier to identify it:
35 "-//OASIS//DTD DocBook V4.1//EN"
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:
41 <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [...]>
43 Or, if you have a higher-level driver file that customizes DocBook,
44 use the FPI in the parameter entity declaration:
46 <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
47 %DocBookDTD;
49 The DocBook DTD is accompanied by an SGML declaration.
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 -->
57 <!-- ...................................................................... -->
58 <!-- Notation declarations ................................................ -->
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-->]]>
67 <!-- ...................................................................... -->
68 <!-- ISO character entity sets ............................................ -->
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-->]]>
78 <!-- ...................................................................... -->
79 <!-- DTD modules .......................................................... -->
81 <!-- Information pool .............. -->
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-->]]>
90 <!-- Redeclaration placeholder ..... -->
92 <!ENTITY % intermod.redecl.module "IGNORE">
93 <![ %intermod.redecl.module; [
94 %rdbmods;
95 <!--end of intermod.redecl.module-->]]>
97 <!-- Document hierarchy ............ -->
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-->]]>
106 <!-- ...................................................................... -->
107 <!-- Other general entities ............................................... -->
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-->]]>
116 <!-- End of DocBook DTD V4.1 .............................................. -->
117 <!-- ...................................................................... -->