mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add docbook 3.0
This commit is contained in:
parent
26ac0eefad
commit
dfa34bbc73
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21558
7 changed files with 6539 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1997/01/04 22:38:34 jfieber Exp $
|
||||
|
||||
FILES= calstbl.mod dbgenent.mod dbhier.mod dbpool.mod
|
||||
FILES= cals-tbl.dtd dbgenent.mod dbhier.mod dbpool.mod
|
||||
FILES+= docbook.dcl docbook.dtd
|
||||
NOOBJ= noobj
|
||||
|
||||
|
|
331
share/sgml/docbook/cals-tbl.dtd
Normal file
331
share/sgml/docbook/cals-tbl.dtd
Normal file
|
@ -0,0 +1,331 @@
|
|||
<!-- CALS TABLE MODEL DECLARATION MODULE -->
|
||||
|
||||
<!-- This set of declarations defines the CALS Table Model as of the
|
||||
date shown in the Formal Public Identifier (FPI) for this entity.
|
||||
|
||||
This set of declarations may be referred to using a public external
|
||||
entity declaration and reference as shown in the following two lines:
|
||||
|
||||
<!ENTITY % calstbls PUBLIC "-//USA-DOD//DTD Table Model 951010//EN">
|
||||
%calstbls;
|
||||
|
||||
If various parameter entities used within this set of declarations
|
||||
are to be given non-default values, the appropriate declarations
|
||||
should be given before calling in this package (i.e., before the
|
||||
"%calstbls;" reference).
|
||||
|
||||
NOTE: This set of declarations assumes a NAMELEN of 32 as is used in
|
||||
the standard CALS defined SGML declaration.
|
||||
-->
|
||||
|
||||
<!-- This entity includes a set of element and attribute declarations
|
||||
that partially defines the CALS table model. However, the model
|
||||
is not well-defined without the accompanying natural language
|
||||
description of the semantics (meanings) of these various elements,
|
||||
attributes, and attribute values. The semantic writeup, available
|
||||
as a separate entity, should be used in conjunction with this entity.
|
||||
-->
|
||||
|
||||
<!-- In order to use the CALS table model, various parameter entity
|
||||
declarations are required. A brief description is as follows:
|
||||
|
||||
ENTITY NAME WHERE USED WHAT IT IS
|
||||
|
||||
%bodyatt In ATTLIST of: Additional (non-table related)
|
||||
table element(s) attributes on the overall
|
||||
(wrapper) table element(s)
|
||||
|
||||
%secur In ATTLIST of: Additional (non-table related)
|
||||
table element(s) attributes on all the listed
|
||||
<tgroup> elements
|
||||
<tbody>
|
||||
table head and foot element(s)
|
||||
<row>
|
||||
<entrytbl>
|
||||
<entry>
|
||||
|
||||
%yesorno In ATTLIST of: An attribute declared value
|
||||
almost all elements for a "boolean" attribute
|
||||
|
||||
%titles In content model of: The "title" part of the model
|
||||
table element(s) group for the table element(s)
|
||||
|
||||
%paracon In content model of: The "text" (data content) part
|
||||
<entry> of the model group for <entry>
|
||||
|
||||
%tbl.table.name In declaration of: The name(s) of the "table"
|
||||
table element(s) element(s)
|
||||
|
||||
%tbl.table-titles.mdl In content model of: The model group for the title
|
||||
table elements(s) part of the content model for
|
||||
table element(s)
|
||||
|
||||
%tbl.table-main.mdl In content model of: The model group for the main part
|
||||
table elements(s) (not including titles) of the
|
||||
content model for table element(s)
|
||||
|
||||
%tbl.table.mdl In content model of: The model group for the content
|
||||
table elements(s) model for table element(s),
|
||||
often (and by default) defined
|
||||
in terms of %tbl.table-titles.mdl
|
||||
and %tbl.table-main.mdl
|
||||
|
||||
%tbl.table.excep In content model of: The exceptions for the content
|
||||
table element(s) model for table element(s)
|
||||
|
||||
%tbl.table.att In ATTLIST of: Additional attributes on the
|
||||
table element(s) table element(s)
|
||||
|
||||
%tbl.tgroup.mdl In content model of: The model group for the content
|
||||
<tgroup> model for <tgroup>
|
||||
|
||||
%tbl.tgroup.att In ATTLIST of: Additional attributes on the
|
||||
<tgroup> <tgroup> and <entrytbl> elements
|
||||
<entrytbl>
|
||||
|
||||
%tbl.hdft.name In declaration of: The name(s) of the table
|
||||
head/foot element(s) head and foot element(s)
|
||||
|
||||
%tbl.hdft.mdl In content model of: The model group for the content
|
||||
head/foot element(s) model for head/foot element(s)
|
||||
|
||||
%tbl.hdft.excep In content model of: The exceptions for the content
|
||||
head/foot element(s) model for head/foot element(s)
|
||||
|
||||
%tbl.row.mdl In content model of: The model group for the content
|
||||
<row> model for <row>
|
||||
|
||||
%tbl.row.excep In content model of: The exceptions for the content
|
||||
<row> model for <row>
|
||||
|
||||
%tbl.entrytbl.mdl In content model of: The model group for the content
|
||||
<entrytbl> model for <entrytbl>
|
||||
|
||||
%tbl.entrytbl.excep In content model of: The exceptions for the content
|
||||
<entrytbl> model for <entrytbl>
|
||||
|
||||
%tbl.entry.mdl In content model of: The model group for the content
|
||||
<entry> model for <entry>
|
||||
|
||||
%tbl.entry.excep In content model of: The exceptions for the content
|
||||
<entry> model for <entry>
|
||||
|
||||
If any of these parameter entities are not declared before this set of
|
||||
declarations is referenced, this set of declarations will make the
|
||||
following default definitions for all of these have parameter entities.
|
||||
-->
|
||||
|
||||
<!-- These definitions are not directly related to the table model, but are
|
||||
used in the default CALS table model and are usually defined elsewhere
|
||||
(and prior to the inclusion of this table module) in a CALS DTD. -->
|
||||
|
||||
<!ENTITY % bodyatt "">
|
||||
<!ENTITY % secur "">
|
||||
<!ENTITY % yesorno 'NUMBER' -- no if zero(s),
|
||||
yes if any other digits value -->
|
||||
<!ENTITY % titles 'title?'>
|
||||
<!ENTITY % paracon '#PCDATA' -- default for use in entry content -->
|
||||
|
||||
<!--
|
||||
The parameter entities as defined below provide the CALS table model
|
||||
as published (as part of the Example DTD) in MIL-HDBK-28001.
|
||||
|
||||
These following declarations provide the CALS-compliant default definitions
|
||||
for these entities. However, these entities can and should be redefined
|
||||
(by giving the appropriate parameter entity declaration(s) prior to the
|
||||
reference to this Table Model declaration set entity) to fit the needs
|
||||
of the current application.
|
||||
-->
|
||||
|
||||
<!ENTITY % tbl.table.name "(table|chart)">
|
||||
<!ENTITY % tbl.table-titles.mdl "%titles,">
|
||||
<!ENTITY % tbl.table-main.mdl "(tgroup+|graphic+)">
|
||||
<!ENTITY % tbl.table.mdl "%tbl.table-titles.mdl; %tbl.table-main.mdl;">
|
||||
<!ENTITY % tbl.table.excep "-(table|chart|figure)">
|
||||
<!ENTITY % tbl.table.att '
|
||||
tabstyle NMTOKEN #IMPLIED
|
||||
tocentry %yesorno; #IMPLIED
|
||||
shortentry %yesorno; #IMPLIED
|
||||
orient (port|land) #IMPLIED
|
||||
pgwide %yesorno; #IMPLIED '>
|
||||
<!ENTITY % tbl.tgroup.mdl "colspec*,spanspec*,thead?,tfoot?,tbody">
|
||||
<!ENTITY % tbl.tgroup.att '
|
||||
tgroupstyle NMTOKEN #IMPLIED '>
|
||||
<!ENTITY % tbl.hdft.name "(thead|tfoot)">
|
||||
<!ENTITY % tbl.hdft.mdl "colspec*,row+">
|
||||
<!ENTITY % tbl.hdft.excep "-(entrytbl)">
|
||||
<!ENTITY % tbl.row.mdl "(entry|entrytbl)+">
|
||||
<!ENTITY % tbl.row.excep "-(pgbrk)">
|
||||
<!ENTITY % tbl.entrytbl.mdl "colspec*,spanspec*,thead?,tbody">
|
||||
<!ENTITY % tbl.entrytbl.excep "-(entrytbl|pgbrk)">
|
||||
<!ENTITY % tbl.entry.mdl "(para|warning|caution|note|legend|%paracon;)*">
|
||||
<!ENTITY % tbl.entry.excep "-(pgbrk)">
|
||||
|
||||
<!-- ===== Element and attribute declarations follow. ===== -->
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.table.name "(table|chart)"
|
||||
ENTITY % tbl.table-titles.mdl "%titles,"
|
||||
ENTITY % tbl.table-main.mdl "(tgroup+|graphic+)"
|
||||
ENTITY % tbl.table.mdl "%tbl.table-titles; %tbl.table-main.mdl;"
|
||||
ENTITY % tbl.table.excep "-(table|chart|figure)"
|
||||
ENTITY % tbl.table.att '
|
||||
tabstyle NMTOKEN #IMPLIED
|
||||
tocentry %yesorno; #IMPLIED
|
||||
shortentry %yesorno; #IMPLIED
|
||||
orient (port|land) #IMPLIED
|
||||
pgwide %yesorno; #IMPLIED '
|
||||
-->
|
||||
|
||||
<!ELEMENT %tbl.table.name; - - (%tbl.table.mdl;) %tbl.table.excep; >
|
||||
|
||||
<!ATTLIST table
|
||||
frame (top|bottom|topbot|all|sides|none) #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
%tbl.table.att;
|
||||
%bodyatt;
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.tgroup.mdl "colspec*,spanspec*,thead?,tfoot?,tbody"
|
||||
ENTITY % tbl.tgroup.att '
|
||||
tgroupstyle NMTOKEN #IMPLIED '
|
||||
-->
|
||||
|
||||
<!ELEMENT tgroup - O (%tbl.tgroup.mdl;) >
|
||||
|
||||
<!ATTLIST tgroup
|
||||
cols NUMBER #REQUIRED
|
||||
%tbl.tgroup.att;
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff NUTOKEN #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!ELEMENT colspec - O EMPTY >
|
||||
|
||||
<!ATTLIST colspec
|
||||
colnum NUMBER #IMPLIED
|
||||
colname NMTOKEN #IMPLIED
|
||||
colwidth CDATA #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff NUTOKEN #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT spanspec - O EMPTY >
|
||||
|
||||
<!ATTLIST spanspec
|
||||
namest NMTOKEN #REQUIRED
|
||||
nameend NMTOKEN #REQUIRED
|
||||
spanname NMTOKEN #REQUIRED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff NUTOKEN #IMPLIED
|
||||
>
|
||||
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.hdft.name "(thead|tfoot)"
|
||||
ENTITY % tbl.hdft.mdl "colspec*,row+"
|
||||
ENTITY % tbl.hdft.excep "-(entrytbl)"
|
||||
-->
|
||||
|
||||
<!ELEMENT %tbl.hdft.name; - O (%tbl.hdft.mdl;) %tbl.hdft.excep;>
|
||||
|
||||
<!ATTLIST %tbl.hdft.name;
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
|
||||
<!ELEMENT tbody - O (row+)>
|
||||
|
||||
<!ATTLIST tbody
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.row.mdl "(entry|entrytbl)+"
|
||||
ENTITY % tbl.row.excep "-(pgbrk)"
|
||||
-->
|
||||
|
||||
<!ELEMENT row - O (%tbl.row.mdl;) %tbl.row.excep;>
|
||||
|
||||
<!ATTLIST row
|
||||
rowsep %yesorno; #IMPLIED
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % tbl.entrytbl.mdl "colspec*,spanspec*,thead?,tbody"
|
||||
ENTITY % tbl.entrytbl.excep "-(entrytbl|pgbrk)"
|
||||
ENTITY % tbl.tgroup.att '
|
||||
tgroupstyle NMTOKEN #IMPLIED '
|
||||
-->
|
||||
|
||||
<!ELEMENT entrytbl - - (%tbl.entrytbl.mdl) %tbl.entrytbl.excep; >
|
||||
|
||||
<!ATTLIST entrytbl
|
||||
cols NUMBER #REQUIRED
|
||||
%tbl.tgroup.att;
|
||||
colname NMTOKEN #IMPLIED
|
||||
spanname NMTOKEN #IMPLIED
|
||||
namest NMTOKEN #IMPLIED
|
||||
nameend NMTOKEN #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff NUTOKEN #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
||||
|
||||
<!--
|
||||
Default declarations previously defined in this entity and
|
||||
referenced below include:
|
||||
ENTITY % paracon "#PCDATA"
|
||||
ENTITY % tbl.entry.mdl "(para|warning|caution|note|legend|%paracon;)*"
|
||||
ENTITY % tbl.entry.excep "-(pgbrk)"
|
||||
-->
|
||||
|
||||
<!ELEMENT entry - O (%tbl.entry.mdl;) %tbl.entry.excep; >
|
||||
|
||||
<!ATTLIST entry
|
||||
colname NMTOKEN #IMPLIED
|
||||
namest NMTOKEN #IMPLIED
|
||||
nameend NMTOKEN #IMPLIED
|
||||
spanname NMTOKEN #IMPLIED
|
||||
morerows NUMBER #IMPLIED
|
||||
colsep %yesorno; #IMPLIED
|
||||
rowsep %yesorno; #IMPLIED
|
||||
align (left|right|center|justify|char) #IMPLIED
|
||||
char CDATA #IMPLIED
|
||||
charoff NUTOKEN #IMPLIED
|
||||
rotate %yesorno; #IMPLIED
|
||||
valign (top|middle|bottom) #IMPLIED
|
||||
%secur;
|
||||
>
|
||||
|
25
share/sgml/docbook/dbgenent.mod
Normal file
25
share/sgml/docbook/dbgenent.mod
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook additional general entities V3.0 ............................. -->
|
||||
<!-- File dbgenent.mod .................................................... -->
|
||||
|
||||
<!-- You can edit this file to add the following:
|
||||
|
||||
o General entity declarations of any kind. For example:
|
||||
|
||||
<!ENTITY happyface SDATA "insert-face"> (system-specific data)
|
||||
<!ENTITY productname "WinWidget"> (small boilerplate)
|
||||
<!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate)
|
||||
|
||||
o Notation declarations. For example:
|
||||
|
||||
<!NOTATION chicken-scratch SYSTEM>
|
||||
|
||||
o Declarations for and references to external parameter entities
|
||||
containing collections of any of the above. For example:
|
||||
|
||||
<!ENTITY % all-titles PUBLIC "-//DocTools//ELEMENTS Book Titles//EN">
|
||||
%all-titles;
|
||||
-->
|
||||
|
||||
<!-- End of DocBook additional general entities V3.0 ...................... -->
|
||||
<!-- ...................................................................... -->
|
1149
share/sgml/docbook/dbhier.mod
Normal file
1149
share/sgml/docbook/dbhier.mod
Normal file
File diff suppressed because it is too large
Load diff
4649
share/sgml/docbook/dbpool.mod
Normal file
4649
share/sgml/docbook/dbpool.mod
Normal file
File diff suppressed because it is too large
Load diff
106
share/sgml/docbook/docbook.dcl
Normal file
106
share/sgml/docbook/docbook.dcl
Normal file
|
@ -0,0 +1,106 @@
|
|||
<!SGML "ISO 8879:1986"
|
||||
-- ...................................................................... --
|
||||
-- DocBook SGML declaration V3.0 ........................................ --
|
||||
-- file docbook.dcl ..................................................... --
|
||||
|
||||
CHARSET
|
||||
|
||||
BASESET
|
||||
"ISO 646:1983//CHARSET International Reference Version (IRV)//ESC 2/5 4/0"
|
||||
DESCSET
|
||||
0 9 UNUSED
|
||||
9 2 9
|
||||
11 2 UNUSED
|
||||
13 1 13
|
||||
14 18 UNUSED
|
||||
32 95 32
|
||||
127 1 UNUSED
|
||||
|
||||
BASESET
|
||||
"ISO Registration Number 100//CHARSET ECMA-94 Right Part of Latin Alphabet Nr. 1//ESC 2/13 4/1"
|
||||
DESCSET
|
||||
128 32 UNUSED
|
||||
160 96 32
|
||||
|
||||
CAPACITY SGMLREF
|
||||
|
||||
TOTALCAP 99000000
|
||||
ATTCAP 1000000
|
||||
ATTCHCAP 1000000
|
||||
AVGRPCAP 1000000
|
||||
ELEMCAP 1000000
|
||||
ENTCAP 1000000
|
||||
ENTCHCAP 1000000
|
||||
GRPCAP 1000000
|
||||
IDCAP 32000000
|
||||
IDREFCAP 32000000
|
||||
|
||||
SCOPE DOCUMENT
|
||||
|
||||
SYNTAX
|
||||
|
||||
SHUNCHAR CONTROLS 0 1 2 3 4 5 6 7 8 9
|
||||
10 11 12 13 14 15 16 17 18 19
|
||||
20 21 22 23 24 25 26 27 28 29
|
||||
30 31 127 128 129
|
||||
130 131 132 133 134 135 136 137 138 139
|
||||
140 141 142 143 144 145 146 147 148 149
|
||||
150 151 152 153 154 155 156 157 158 159
|
||||
|
||||
BASESET
|
||||
"ISO 646:1983//CHARSET International Reference Version (IRV)//ESC 2/5 4/0"
|
||||
DESCSET
|
||||
0 128 0
|
||||
|
||||
FUNCTION
|
||||
RE 13
|
||||
RS 10
|
||||
SPACE 32
|
||||
TAB SEPCHAR 9
|
||||
|
||||
NAMING
|
||||
LCNMSTRT ""
|
||||
UCNMSTRT ""
|
||||
LCNMCHAR ".-"
|
||||
UCNMCHAR ".-"
|
||||
NAMECASE
|
||||
GENERAL YES
|
||||
ENTITY NO
|
||||
|
||||
DELIM
|
||||
GENERAL SGMLREF
|
||||
SHORTREF SGMLREF
|
||||
|
||||
NAMES SGMLREF
|
||||
|
||||
QUANTITY SGMLREF
|
||||
ATTCNT 256
|
||||
GRPCNT 253
|
||||
GRPGTCNT 253
|
||||
LITLEN 8092
|
||||
NAMELEN 44
|
||||
TAGLVL 100
|
||||
|
||||
FEATURES
|
||||
|
||||
MINIMIZE
|
||||
DATATAG NO
|
||||
OMITTAG NO
|
||||
RANK NO
|
||||
SHORTTAG YES
|
||||
|
||||
LINK
|
||||
SIMPLE NO
|
||||
IMPLICIT NO
|
||||
EXPLICIT NO
|
||||
|
||||
OTHER
|
||||
CONCUR NO
|
||||
SUBDOC NO
|
||||
FORMAL YES
|
||||
|
||||
APPINFO NONE
|
||||
|
||||
-- End of DocBook SGML declaration V3.0 ................................. --
|
||||
-- ...................................................................... --
|
||||
>
|
277
share/sgml/docbook/docbook.dtd
Normal file
277
share/sgml/docbook/docbook.dtd
Normal file
|
@ -0,0 +1,277 @@
|
|||
<!-- ...................................................................... -->
|
||||
<!-- DocBook DTD V3.0 ..................................................... -->
|
||||
<!-- File docbook.dtd ..................................................... -->
|
||||
|
||||
<!-- Copyright 1992, 1993, 1994, 1995, 1996 HaL Computer Systems, Inc.,
|
||||
O'Reilly & Associates, Inc., ArborText, Inc., and Fujitsu Software
|
||||
Corporation.
|
||||
|
||||
Permission to use, copy, modify and distribute the DocBook DTD and
|
||||
its accompanying documentation for any purpose and without fee is
|
||||
hereby granted in perpetuity, provided that the above copyright
|
||||
notice and this paragraph appear in all copies. The copyright
|
||||
holders make no representation about the suitability of the DTD for
|
||||
any purpose. It is provided "as is" without expressed or implied
|
||||
warranty.
|
||||
|
||||
If you modify the DocBook DTD in any way, except for declaring and
|
||||
referencing additional sets of general entities and declaring
|
||||
additional notations, label your DTD as a variant of DocBook. See
|
||||
the maintenance documentation for more information.
|
||||
|
||||
Please direct all questions, bug reports, or suggestions for
|
||||
changes to the davenport@online.ora.com mailing list or to one of
|
||||
the maintainers:
|
||||
|
||||
o Terry Allen, Fujitsu Software Corporation
|
||||
3055 Orchard Drive, San Jose, CA 95134
|
||||
<tallen@fsc.fujitsu.com>
|
||||
|
||||
o Eve Maler, ArborText Inc.
|
||||
105 Lexington St., Burlington, MA 01803
|
||||
<elm@arbortext.com>
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
|
||||
<!-- This is the driver file for Version 3.0 of the DocBook DTD.
|
||||
Please use the following formal public identifier to identify it:
|
||||
|
||||
"-//Davenport//DTD DocBook V3.0//EN"
|
||||
|
||||
For example, if your document's top-level element is Book, and
|
||||
you are using DocBook directly, use the FPI in the DOCTYPE
|
||||
declaration:
|
||||
|
||||
<!DOCTYPE Book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [...]>
|
||||
|
||||
Or, if you have a higher-level driver file that customizes DocBook,
|
||||
use the FPI in the parameter entity declaration:
|
||||
|
||||
<!ENTITY % DocBookDTD PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
|
||||
%DocBookDTD;
|
||||
|
||||
The DocBook DTD is accompanied by an SGML declaration.
|
||||
|
||||
See the documentation for detailed information on the parameter
|
||||
entity and module scheme used in DocBook, customizing DocBook and
|
||||
planning for interchange, and changes made since the last release
|
||||
of DocBook.
|
||||
-->
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- Notation declarations ................................................ -->
|
||||
|
||||
<!ENTITY % local.notation.class "">
|
||||
<!ENTITY % notation.class
|
||||
"BMP| CGM-CHAR | CGM-BINARY | CGM-CLEAR | DITROFF | DVI
|
||||
| EPS | EQN | FAX | GIF | GIF87a | GIF89a | IGES | PCX
|
||||
| PIC | PS | SGML | TBL | TEX | TIFF | WMF | WPG
|
||||
| linespecific
|
||||
%local.notation.class;">
|
||||
|
||||
<!NOTATION BMP PUBLIC
|
||||
"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows bitmap//EN">
|
||||
<!NOTATION CGM-CHAR PUBLIC "ISO 8632/2//NOTATION Character encoding//EN">
|
||||
<!NOTATION CGM-BINARY PUBLIC "ISO 8632/3//NOTATION Binary encoding//EN">
|
||||
<!NOTATION CGM-CLEAR PUBLIC "ISO 8632/4//NOTATION Clear text encoding//EN">
|
||||
<!NOTATION DITROFF SYSTEM "DITROFF">
|
||||
<!NOTATION DVI SYSTEM "DVI">
|
||||
<!NOTATION EPS PUBLIC
|
||||
"+//ISBN 0-201-18127-4::Adobe//NOTATION PostScript Language Ref. Manual//EN">
|
||||
<!-- EQN was SYSTEM "-//AT&T//NOTATION EQN-1//EN" -->
|
||||
<!NOTATION EQN SYSTEM>
|
||||
<!NOTATION FAX PUBLIC
|
||||
"-//USA-DOD//NOTATION CCITT Group 4 Facsimile Type 1 Untiled Raster//EN">
|
||||
<!NOTATION GIF SYSTEM "GIF">
|
||||
<!NOTATION GIF87a PUBLIC
|
||||
"-//CompuServe//NOTATION Graphics Interchange Format 87a//EN">
|
||||
|
||||
<!NOTATION GIF89a PUBLIC
|
||||
"-//CompuServe//NOTATION Graphics Interchange Format 89a//EN">
|
||||
<!NOTATION IGES PUBLIC
|
||||
"-//USA-DOD//NOTATION (ASME/ANSI Y14.26M-1987) Initial Graphics Exchange Specification//EN">
|
||||
<!NOTATION PCX PUBLIC
|
||||
"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION ZSoft PCX bitmap//EN">
|
||||
<!-- PIC was SYSTEM "-//AT&T//NOTATION EQN-1//EN" -->
|
||||
<!NOTATION PIC SYSTEM>
|
||||
<!NOTATION PS SYSTEM "PS">
|
||||
<!NOTATION SGML PUBLIC
|
||||
"ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN">
|
||||
<!-- TBL was SYSTEM "-//AT&T//NOTATION EQN-1//EN" -->
|
||||
<!NOTATION TBL SYSTEM>
|
||||
<!NOTATION TEX PUBLIC
|
||||
"+//ISBN 0-201-13448-9::Knuth//NOTATION The TeXbook//EN">
|
||||
<!NOTATION TIFF SYSTEM "TIFF">
|
||||
<!NOTATION WMF PUBLIC
|
||||
"+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION Microsoft Windows Metafile//EN">
|
||||
<!NOTATION WPG SYSTEM "WPG" --WordPerfect Graphic format-->
|
||||
<!NOTATION linespecific SYSTEM
|
||||
"line ends and leading white space must be preserved in output">
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- ISO character entity sets ............................................ -->
|
||||
|
||||
<!ENTITY % ISOamsa.module "INCLUDE">
|
||||
<![ %ISOamsa.module; [
|
||||
<!ENTITY % ISOamsa PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN">
|
||||
%ISOamsa;
|
||||
<!--end of ISOamsa.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsb.module "INCLUDE">
|
||||
<![ %ISOamsb.module; [
|
||||
<!ENTITY % ISOamsb PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN">
|
||||
%ISOamsb;
|
||||
<!--end of ISOamsb.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsc.module "INCLUDE">
|
||||
<![ %ISOamsc.module; [
|
||||
<!ENTITY % ISOamsc PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN">
|
||||
%ISOamsc;
|
||||
<!--end of ISOamsc.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsn.module "INCLUDE">
|
||||
<![ %ISOamsn.module; [
|
||||
<!ENTITY % ISOamsn PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN">
|
||||
%ISOamsn;
|
||||
<!--end of ISOamsn.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamso.module "INCLUDE">
|
||||
<![ %ISOamso.module; [
|
||||
<!ENTITY % ISOamso PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN">
|
||||
%ISOamso;
|
||||
<!--end of ISOamso.module-->]]>
|
||||
|
||||
<!ENTITY % ISOamsr.module "INCLUDE">
|
||||
<![ %ISOamsr.module; [
|
||||
<!ENTITY % ISOamsr PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN">
|
||||
%ISOamsr;
|
||||
<!--end of ISOamsr.module-->]]>
|
||||
|
||||
<!ENTITY % ISObox.module "INCLUDE">
|
||||
<![ %ISObox.module; [
|
||||
<!ENTITY % ISObox PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Box and Line Drawing//EN">
|
||||
%ISObox;
|
||||
<!--end of ISObox.module-->]]>
|
||||
|
||||
<!ENTITY % ISOcyr1.module "INCLUDE">
|
||||
<![ %ISOcyr1.module; [
|
||||
<!ENTITY % ISOcyr1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Russian Cyrillic//EN">
|
||||
%ISOcyr1;
|
||||
<!--end of ISOcyr1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOcyr2.module "INCLUDE">
|
||||
<![ %ISOcyr2.module; [
|
||||
<!ENTITY % ISOcyr2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN">
|
||||
%ISOcyr2;
|
||||
<!--end of ISOcyr2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOdia.module "INCLUDE">
|
||||
<![ %ISOdia.module; [
|
||||
<!ENTITY % ISOdia PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Diacritical Marks//EN">
|
||||
%ISOdia;
|
||||
<!--end of ISOdia.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk1.module "INCLUDE">
|
||||
<![ %ISOgrk1.module; [
|
||||
<!ENTITY % ISOgrk1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Greek Letters//EN">
|
||||
%ISOgrk1;
|
||||
<!--end of ISOgrk1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk2.module "INCLUDE">
|
||||
<![ %ISOgrk2.module; [
|
||||
<!ENTITY % ISOgrk2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Monotoniko Greek//EN">
|
||||
%ISOgrk2;
|
||||
<!--end of ISOgrk2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk3.module "INCLUDE">
|
||||
<![ %ISOgrk3.module; [
|
||||
<!ENTITY % ISOgrk3 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Greek Symbols//EN">
|
||||
%ISOgrk3;
|
||||
<!--end of ISOgrk3.module-->]]>
|
||||
|
||||
<!ENTITY % ISOgrk4.module "INCLUDE">
|
||||
<![ %ISOgrk4.module; [
|
||||
<!ENTITY % ISOgrk4 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN">
|
||||
%ISOgrk4;
|
||||
<!--end of ISOgrk4.module-->]]>
|
||||
|
||||
<!ENTITY % ISOlat1.module "INCLUDE">
|
||||
<![ %ISOlat1.module; [
|
||||
<!ENTITY % ISOlat1 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 1//EN">
|
||||
%ISOlat1;
|
||||
<!--end of ISOlat1.module-->]]>
|
||||
|
||||
<!ENTITY % ISOlat2.module "INCLUDE">
|
||||
<![ %ISOlat2.module; [
|
||||
<!ENTITY % ISOlat2 PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Added Latin 2//EN">
|
||||
%ISOlat2;
|
||||
<!--end of ISOlat2.module-->]]>
|
||||
|
||||
<!ENTITY % ISOnum.module "INCLUDE">
|
||||
<![ %ISOnum.module; [
|
||||
<!ENTITY % ISOnum PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN">
|
||||
%ISOnum;
|
||||
<!--end of ISOnum.module-->]]>
|
||||
|
||||
<!ENTITY % ISOpub.module "INCLUDE">
|
||||
<![ %ISOpub.module; [
|
||||
<!ENTITY % ISOpub PUBLIC
|
||||
"ISO 8879:1986//ENTITIES Publishing//EN">
|
||||
%ISOpub;
|
||||
<!--end of ISOpub.module-->]]>
|
||||
|
||||
<!ENTITY % ISOtech.module "INCLUDE">
|
||||
<![ %ISOtech.module; [
|
||||
<!ENTITY % ISOtech PUBLIC
|
||||
"ISO 8879:1986//ENTITIES General Technical//EN">
|
||||
%ISOtech;
|
||||
<!--end of ISOtech.module-->]]>
|
||||
|
||||
<!-- ...................................................................... -->
|
||||
<!-- DTD modules .......................................................... -->
|
||||
|
||||
<!-- Information pool .............. -->
|
||||
|
||||
<!ENTITY % dbpool PUBLIC
|
||||
"-//Davenport//ELEMENTS DocBook Information Pool V3.0//EN">
|
||||
%dbpool;
|
||||
|
||||
<!-- Redeclaration placeholder ..... -->
|
||||
|
||||
<!ENTITY % intermod.redecl.module "IGNORE">
|
||||
<![ %intermod.redecl.module; [
|
||||
%rdbmods;
|
||||
<!--end of intermod.redecl.module-->]]>
|
||||
|
||||
<!-- Document hierarchy ............ -->
|
||||
|
||||
<!ENTITY % dbhier PUBLIC
|
||||
"-//Davenport//ELEMENTS DocBook Document Hierarchy V3.0//EN">
|
||||
%dbhier;
|
||||
<!-- ...................................................................... -->
|
||||
<!-- Other general entities ............................................... -->
|
||||
|
||||
<!ENTITY % dbgenent PUBLIC
|
||||
"-//Davenport//ENTITIES DocBook Additional General Entities V3.0//EN">
|
||||
%dbgenent;
|
||||
|
||||
<!-- End of DocBook DTD V3.0 .............................................. -->
|
||||
<!-- ...................................................................... -->
|
Loading…
Reference in a new issue