From: Norman Walsh Date: Thu, 16 Jan 2003 14:57:49 +0000 (+0000) Subject: First stab at RelaxNG schema X-Git-Tag: release/1.79.1~6^2~4927 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=422a46014f6082132378c43db07a68b8473fc1fe;p=docbook-dsssl First stab at RelaxNG schema --- diff --git a/website/schema/relaxng/.cvsignore b/website/schema/relaxng/.cvsignore new file mode 100644 index 000000000..759ed3127 --- /dev/null +++ b/website/schema/relaxng/.cvsignore @@ -0,0 +1 @@ +elements.xml diff --git a/website/schema/relaxng/Makefile b/website/schema/relaxng/Makefile new file mode 100644 index 000000000..f5bdf8321 --- /dev/null +++ b/website/schema/relaxng/Makefile @@ -0,0 +1,15 @@ +include ../../../cvstools/Makefile.incl + +SCHEMADIR=../../../schema +RELAXNG=$(SCHEMADIR)/relaxng + +all: websitedb.rng + +elements.xml: union.xml + $(XSLT) $(RELAXNG)/simple/elements.xml $(RELAXNG)/tools/union-elements.xsl $@ \ + union.xml=/sourceforge/docbook/website/schema/relaxng/union.xml + +websitedb.rng: elements.xml + $(XSLT) $(RELAXNG)/docbook.rng $(RELAXNG)/tools/subset.xsl $@ \ + elements=/sourceforge/docbook/website/schema/relaxng/$< \ + remove.start=1 diff --git a/website/schema/relaxng/autolayout.rng b/website/schema/relaxng/autolayout.rng new file mode 100644 index 000000000..0a1ee0254 --- /dev/null +++ b/website/schema/relaxng/autolayout.rng @@ -0,0 +1,415 @@ + + + + + +$Id$ +Website Autolayout Schema +Website +2.4.0 +autolayout + +2002 +2003 +Norman Walsh + + + + +This is the autolayout schema for Website. +Please use the following formal public identifier to identify it: + +"-//Norman Walsh//DTD Website Autolayout V2.4.0//EN" + +For example: + + + [...]>]]> + +Please direct all questions and comments about this DTD to +Norman Walsh, ndw@nwalsh.com. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + added + changed + + + + + + + 0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/schema/relaxng/extensions.rng b/website/schema/relaxng/extensions.rng new file mode 100644 index 000000000..48a85d2ee --- /dev/null +++ b/website/schema/relaxng/extensions.rng @@ -0,0 +1,218 @@ + + + + + +$Id$ +Website Extensions +Website +2.4.0 +extensions + +2002 +2003 +Norman Walsh + + + + +This is the extensions module for Website. + +Please direct all questions and comments about this schema to +Norman Walsh, ndw@nwalsh.com. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + yes + no + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XML + + + + diff --git a/website/schema/relaxng/forms.rng b/website/schema/relaxng/forms.rng new file mode 100644 index 000000000..d8ec5236f --- /dev/null +++ b/website/schema/relaxng/forms.rng @@ -0,0 +1,381 @@ + + + + + +$Id$ +Website HTML Forms Module +Website +2.4.0 +forms + +2002 +2003 +Norman Walsh + + + + +This is the HTML Forms module for Website. + +Please direct all questions and comments about this schema to +Norman Walsh, ndw@nwalsh.com. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GET + POST + + + + + + + + + + + + + + + text + password + checkbox + radio + submit + reset + file + hidden + image + button + + + + + + + + + + + + + + + + + + + + + + checked + + + + + + + disabled + + + + + + + readonly + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + button + submit + reset + + + + + + + + + + + + + disabled + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + multiple + + + + + + + disabled + + + + + + + + + + + + + + + + + + + + + + + + + + + + + selected + + + + + + + disabled + + + + + + + + + + + + + + + + + + + + + + + disabled + + + + + + + readonly + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/schema/relaxng/layout.rng b/website/schema/relaxng/layout.rng new file mode 100644 index 000000000..eb1d2321c --- /dev/null +++ b/website/schema/relaxng/layout.rng @@ -0,0 +1,402 @@ + + + + + +$Id$ +Website Layout Schema +Website +2.4.0 +layout + +2002 +2003 +Norman Walsh + + + + +This is the layout schema for Website. +Please use the following formal public identifier to identify it: + +"-//Norman Walsh//DTD Website Layout V2.4.0//EN" + +For example: + + + [...]>]]> + +Please direct all questions and comments about this DTD to +Norman Walsh, ndw@nwalsh.com. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + added + changed + + + + + + + 0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/schema/relaxng/rddl.rng b/website/schema/relaxng/rddl.rng new file mode 100644 index 000000000..1661c4a97 --- /dev/null +++ b/website/schema/relaxng/rddl.rng @@ -0,0 +1,86 @@ + + + + + +$Id$ +Website RDDL Module +Website +2.4.0 +rddl + +2002 +2003 +Norman Walsh + + + + +This is the RDDL module for Website. + +Please direct all questions and comments about this schema to +Norman Walsh, ndw@nwalsh.com. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + simple + + + + + + + + + + + + + + + + + + + + + diff --git a/website/schema/relaxng/union.xml b/website/schema/relaxng/union.xml new file mode 100644 index 000000000..2e0c1805c --- /dev/null +++ b/website/schema/relaxng/union.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/website/schema/relaxng/website-full.rng b/website/schema/relaxng/website-full.rng new file mode 100644 index 000000000..a5a5c0449 --- /dev/null +++ b/website/schema/relaxng/website-full.rng @@ -0,0 +1,83 @@ + + + + + +$Id$ +Website +Website +2.4.0 +website + +1997 +1998 +1999 +2000 +2001 +2002 +2003 +Norman Walsh + + + + +This is the driver file for V2.4.0 of the Website document type. +Please use the following formal public identifier to identify it: + +"-//Norman Walsh//DTD Website V2.4.0//EN" + +For example, if +you are using the Website DTD directly, use the FPI in the DOCTYPE +declaration: + + + [...]>]]> + +Or, if you have a higher-level driver file that customizes Website, +use the FPI in the parameter entity declaration: + + +%WebsiteDTD;]]> + +Please direct all questions and comments about this DTD to +Norman Walsh, ndw@nwalsh.com. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/schema/relaxng/website.rng b/website/schema/relaxng/website.rng new file mode 100644 index 000000000..c2d45f91c --- /dev/null +++ b/website/schema/relaxng/website.rng @@ -0,0 +1,79 @@ + + + + + +$Id$ +Website +Website +2.4.0 +website + +1997 +1998 +1999 +2000 +2001 +2002 +2003 +Norman Walsh + + + + +This is the driver file for V2.4.0 of the Website document type. +Please use the following formal public identifier to identify it: + +"-//Norman Walsh//DTD Website V2.4.0//EN" + +For example, if +you are using the Website DTD directly, use the FPI in the DOCTYPE +declaration: + + + [...]>]]> + +Or, if you have a higher-level driver file that customizes Website, +use the FPI in the parameter entity declaration: + + +%WebsiteDTD;]]> + +Please direct all questions and comments about this DTD to +Norman Walsh, ndw@nwalsh.com. + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/schema/relaxng/websitedb.rng b/website/schema/relaxng/websitedb.rng new file mode 100644 index 000000000..dcebaa85b --- /dev/null +++ b/website/schema/relaxng/websitedb.rng @@ -0,0 +1,7186 @@ + + + + +$Id$ +DocBook Information Pool +DocBook +4.2 +dbpool + +1992 +1993 +1994 +1995 +1996 +1997 +1998 +1999 +2000 +2001 +2002 +HaL Computer Systems, Inc. +O'Reilly & Associates, Inc. +ArborText, Inc. +Fujitsu Software Corporation +Norman Walsh +Sun Microsystems, Inc. +OASIS Open, Inc. + + + +Permission to use, copy, modify and distribute the DocBook schema +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 schema for +any purpose. It is provided as is without expressed or implied +warranty. + +If you modify the DocBook in any way, except for declaring and +referencing additional sets of general entities and declaring +additional notations, label your schema as a variant of DocBook. See +the maintenance documentation for more information. + +Please direct all questions, bug reports, or suggestions for +changes to the docbook@lists.oasis-open.org mailing list. For more +information, see . + + + + +This is the driver file for V4.2 of the DocBook DTD. +Please use the following formal public identifier to identify it: + +"-//OASIS//DTD DocBook XML V4.2//EN" + +For example, if your document's top-level element is Book, and +you are using the DocBook DTD directly, use the FPI in the DOCTYPE +declaration: + +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" + [...]> + +Or, if you have a higher-level driver file that customizes the DocBook DTD, +use the FPI in the parameter entity declaration: + +<!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> +%DocBookDTD; + +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. + + + + + + +
+ +
+ + + +
+
+ + + + + + + +
+
+ + + + + + + +$Id$ +DocBook Notations +DocBook +4.2 +dbnotn + +1992 +1993 +1994 +1995 +1996 +1997 +1998 +1999 +2000 +2001 +2002 +HaL Computer Systems, Inc. +O'Reilly & Associates, Inc. +ArborText, Inc. +Fujitsu Software Corporation +Norman Walsh +Sun Microsystems, Inc. +OASIS Open, Inc. + + + +Permission to use, copy, modify and distribute the DocBook schema +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 schema for +any purpose. It is provided as is without expressed or implied +warranty. + +If you modify the DocBook in any way, except for declaring and +referencing additional sets of general entities and declaring +additional notations, label your schema as a variant of DocBook. See +the maintenance documentation for more information. + +Please direct all questions, bug reports, or suggestions for +changes to the docbook@lists.oasis-open.org mailing list. For more +information, see . + + + + +This module contains the entity declarations for the standard ISO +entity sets used by DocBook. + +When using this schema in driver files referring to the DTD version +of this module, please use an entity +declaration that uses the public identifier shown below: + +<!ENTITY % dbnotn PUBLIC +"-//OASIS//ENTITIES DocBook Notations V4.2//EN" +"dbnotnx.mod"> +%dbnotn; + +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. + + + + + + + + + + + BMP + CGM-CHAR + CGM-BINARY + CGM-CLEAR + DITROFF + DVI + EPS + EQN + FAX + GIF + GIF87a + GIF89a + JPG + JPEG + IGES + PCX + PIC + PNG + PS + SGML + TBL + TEX + TIFF + WMF + WPG + SVG + linespecific + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ + + + + +$Id$ +DocBook Character Entities +DocBook +4.2 +dbcent + +1992 +1993 +1994 +1995 +1996 +1997 +1998 +1999 +2000 +2001 +2002 +HaL Computer Systems, Inc. +O'Reilly & Associates, Inc. +ArborText, Inc. +Fujitsu Software Corporation +Norman Walsh +Sun Microsystems, Inc. +OASIS Open, Inc. + + + +Permission to use, copy, modify and distribute the DocBook schema +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 schema for +any purpose. It is provided as is without expressed or implied +warranty. + +If you modify the DocBook in any way, except for declaring and +referencing additional sets of general entities and declaring +additional notations, label your schema as a variant of DocBook. See +the maintenance documentation for more information. + +Please direct all questions, bug reports, or suggestions for +changes to the docbook@lists.oasis-open.org mailing list. For more +information, see . + + + + + +This module contains the entity declarations for the standard ISO +entity sets used by DocBook. + +When using this schema in driver files referring to the DTD version +of this module, please use an entity +declaration that uses the public identifier shown below: + +<!ENTITY % dbcent PUBLIC +"-//OASIS//ENTITIES DocBook Character Entities V4.2//EN" +"dbcentx.mod"> +%dbcent; + +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. + + + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + + + + + + + + + + + + +$Id$ +DocBook Information Pool +DocBook +4.2+ +dbpool + +1992 +1993 +1994 +1995 +1996 +1997 +1998 +1999 +2000 +2001 +2002 +HaL Computer Systems, Inc. +O'Reilly & Associates, Inc. +ArborText, Inc. +Fujitsu Software Corporation +Norman Walsh +Sun Microsystems, Inc. +OASIS Open, Inc. + + + +Permission to use, copy, modify and distribute the DocBook schema +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 schema for +any purpose. It is provided as is without expressed or implied +warranty. + +If you modify the DocBook in any way, except for declaring and +referencing additional sets of general entities and declaring +additional notations, label your schema as a variant of DocBook. See +the maintenance documentation for more information. + +Please direct all questions, bug reports, or suggestions for +changes to the docbook@lists.oasis-open.org mailing list. For more +information, see . + + + + +This module contains the definitions for the objects, inline +elements, and so on that are available to be used as the main +content of DocBook documents. Some elements are useful for general +publishing, and others are useful specifically for computer +documentation. + +This module has the following dependencies on other modules: + + +It assumes that a %notation.class; entity is defined by the +driver file or other high-level module. This entity is +referenced in the NOTATION attributes for the graphic-related and +ModeSpec elements. + + +It assumes that an appropriately parameterized table module is +available for use with the table-related elements. + + + +When using this schema in driver files referring to the DTD +version of this module, please use an entity declaration that uses the +public identifier shown below: + +<!ENTITY % dbpool PUBLIC +"-//OASIS//ELEMENTS DocBook XML Information Pool V4.2//EN" +"dbpool.mod"> +%dbpool; + +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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + changed + added + deleted + off + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + linespecific + + + + + + + numbered + unnumbered + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + refentry + none + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + <bibliomixed> contains <indexterm> + <bibliomixed> contains <beginpage> + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + <articleinfo> contains more than one <title> + + +
+ +
+ + + + + +
+
+ + + + + + +
+ + + + +
+ + + + + + + + + + + <bibliomset> contains <indexterm> + <bibliomset> contains <beginpage> + + +
+ + + +
+ + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + +
+ +
+ + + + + + + +
+ + + + + + + + +
+ + + +
+ + + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ + + +
+ + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + +
+ +
+ + + + + +
+
+
+ +
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + +
+ +
+ + + + + +
+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + +
+ +
+ + + + + qanda + number + none + + + + + + + +
+
+ + + + + + + + + + +
+ + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + +
+
+ + + + + +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + +
+ + + +
+ +
+ + + + + + + +
+ + + + + + + Nested footnotes + + +
+ +
+ + + + + + +
+
+ + + + + +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + <note> contains <caution> + <note> contains <important> + <note> contains <note> + <note> contains <tip> + <note> contains <warning> + + +
+ +
+ + + + + +
+ + + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + + +
+ + + + + normal + compact + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + + + + +
+ + + + + arabic + upperalpha + loweralpha + upperroman + lowerroman + + + + + + + inherit + ignore + + + + + + + continues + restarts + + + + + + + normal + compact + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ + + +
+ + + + + + + + +
+
+ + + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ + + + +
+ + + + + + + + inline + vert + horiz + + + + + + + +
+
+ + +
+ + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + <example> contains <equation> + <example> contains <example> + <example> contains <figure> + <example> contains <table> + + +
+ +
+ + + + + + + +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + + + monospaced + normal + + + + + + + +
+ + + +
+ + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + <figure> contains <equation> + <figure> contains <example> + <figure> contains <figure> + <figure> contains <table> + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + +
+ +
+ + + + + +
+
+ + + + + +
+ + + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + left + right + center + + + + + + + top + middle + bottom + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + +
+ +
+ + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + left + right + center + + + + + + + top + middle + bottom + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +$Id$ +DocBook CALS Table Model +DocBook +4.2 +calstbl + +1992 +1993 +1994 +1995 +1996 +1997 +1998 +1999 +2000 +2001 +2002 +HaL Computer Systems, Inc. +O'Reilly & Associates, Inc. +ArborText, Inc. +Fujitsu Software Corporation +Norman Walsh +Sun Microsystems, Inc. +OASIS Open, Inc. + + + +This DTD is based on the CALS Table Model +("-//USA-DOD//DTD Table Model 951010//EN"). + +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 docbook@lists.oasis-open.org mailing list. For more +information, see http://www.oasis-open.org/docbook/. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + port + land + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <table> contains <equation> + <table> contains <example> + <table> contains <figure> + <table> contains <table> + + + + + + + top + bottom + topbot + all + sides + none + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + left + right + center + justify + char + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + left + right + center + justify + char + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + left + right + center + justify + char + + + + + + + + + + + + + + + + + + + + + top + middle + bottom + + + + + + + + + + + + + + + + top + middle + bottom + + + + + + + + + + + + + + + + + + top + middle + bottom + + + + + + + + + + + + + + + + + + + + + top + middle + bottom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + left + right + center + justify + char + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + left + right + center + justify + char + + + + + + + + + + + + + + + + + + top + middle + bottom + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + + + + top + bottom + topbot + all + sides + none + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + +
+ + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + + +
+ + + +
+ + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + + + +
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + + + + <legalnotice> contains <equation> + <legalnotice> contains <example> + <legalnotice> contains <figure> + <legalnotice> contains <table> + + +
+ +
+ + + + + +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + + corporation + nonprofit + consortium + informal + other + + + + + + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
+ + + + + +
+ + + +
+ + + + + + + + +
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+
+ + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ + + + +
+ + + + + headerfile + partition + devicefile + libraryfile + directory + extension + symlink + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + + +
+
+ + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + command + function + option + parameter + + + + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ + + +
+ + + + + attribute + attvalue + element + endtag + emptytag + genentity + numcharref + paramentity + pi + xmlpi + starttag + sgmlcomment + prefix + namespace + localname + + + + + + + +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + +
+ + + +
+ + + + + constant + event + eventhandler + domainname + fqdomainname + ipaddress + netmask + etheraddress + groupname + library + macro + osname + filesystem + resource + systemname + username + newsgroup + process + server + service + daemon + + + + + + + + +
+
+ + + + + +
+ + + + + + + +
+ + + + + + + + + + + +
+ +
+ + + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + <acronym> contains <acronym> + + +
+ +
+ + + + + +
+
+ + + + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ + + +
+ + + + + article + book + chapter + part + refentry + section + journal + series + set + manuscript + emailmessage + webpage + newsposting + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+ + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + service + trade + registered + copyright + + + + + + + +
+
+ + + + + +
+ + + + + + + +
+ + + + + + + <link> contains <link> + <link> contains <ulink> + <link> contains <olink> + <link> contains <xref> + + +
+ + + + + +
+ + + + + + + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + <olink> contains <link> + <olink> contains <ulink> + <olink> contains <olink> + <olink> contains <xref> + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + <ulink> contains <link> + <ulink> contains <ulink> + <ulink> contains <olink> + <ulink> contains <xref> + + +
+ + + + +
+ + + + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + +
+ + + +
+ + + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + +
+ + + + +
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + + +$Id$ +DocBook Document Hierarchy +DocBook +4.2 +dbhier + +1992 +1993 +1994 +1995 +1996 +1997 +1998 +1999 +2000 +2001 +2002 +HaL Computer Systems, Inc. +O'Reilly & Associates, Inc. +ArborText, Inc. +Fujitsu Software Corporation +Norman Walsh +Sun Microsystems, Inc. +OASIS Open, Inc. + + + +Permission to use, copy, modify and distribute the DocBook schema +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 schema for +any purpose. It is provided as is without expressed or implied +warranty. + +If you modify the DocBook in any way, except for declaring and +referencing additional sets of general entities and declaring +additional notations, label your schema as a variant of DocBook. See +the maintenance documentation for more information. + +Please direct all questions, bug reports, or suggestions for +changes to the docbook@lists.oasis-open.org mailing list. For more +information, see . + + + + +This module contains the definitions for the overall document +hierarchies of DocBook documents. It covers computer documentation +manuals and manual fragments, as well as reference entries (such as +man pages) and technical journals or anthologies containing +articles. + +This module depends on the DocBook information pool module. All +elements and entities referenced but not defined here are assumed +to be defined in the information pool module. + +When using this schema in driver files referring to the DTD +version of this module, please use an entity declaration that uses the +public identifier shown below: + +<!ENTITY % dbheir PUBLIC +"-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN" +"dbhier.mod"> +%dbhier; + +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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+ + + + +
+ + + + +
+ + + + + + + + +
+ +
+ + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+
+ +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + journalarticle + productsheet + whitepaper + techreport + specification + faq + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + +$Id$ +DocBook Additional General Entities +DocBook +4.2 +dbgenent + +1992 +1993 +1994 +1995 +1996 +1997 +1998 +1999 +2000 +2001 +2002 +HaL Computer Systems, Inc. +O'Reilly & Associates, Inc. +ArborText, Inc. +Fujitsu Software Corporation +Norman Walsh +Sun Microsystems, Inc. +OASIS Open, Inc. + + + +Permission to use, copy, modify and distribute the DocBook schema +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 schema for +any purpose. It is provided as is without expressed or implied +warranty. + +If you modify the DocBook in any way, except for declaring and +referencing additional sets of general entities and declaring +additional notations, label your schema as a variant of DocBook. See +the maintenance documentation for more information. + +Please direct all questions, bug reports, or suggestions for +changes to the docbook@lists.oasis-open.org mailing list. For more +information, see . + + + + +This module is a place holder for additional general entity declarations. + +When using this schema in driver files referring to the DTD version +of this module, please use an entity +declaration that uses the public identifier shown below: + +<!ENTITY % dbgenent PUBLIC +"-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN" +"dbgenent.mod"> +%dbgenent; + +In the DTD versions of this module, you can edit this file to +add the following: + + +General entity declarations of any kind. For example: +<!ENTITY productname "WinWidget"> (small boilerplate) +<!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate) + + +Notation declarations. For example: +<!NOTATION chicken-scratch SYSTEM> + + +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" + "booktitles.ent"> +%all-titles; + + + + + + + + + + + + + + +
\ No newline at end of file