From: Michael D. <mik...@us...> - 2004-10-21 12:52:05
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference/support/docbook-dtd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21160/support/docbook-dtd Added Files: ChangeLog README docbook.cat calstblx.dtd docbookx.dtd soextblx.dtd dbcentx.mod dbgenent.mod dbhierx.mod dbnotnx.mod dbpoolx.mod catalog.xml Log Message: Added all of the support files needed by docbook to build the html. --- NEW FILE: dbpoolx.mod --- <!-- ...................................................................... --> <!-- DocBook XML information pool module V4.2 ............................. --> <!-- File dbpoolx.mod ..................................................... --> <!-- Copyright 1992-2002 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh, Sun Microsystems, Inc., and the Organization for the Advancement of Structured Information Standards (OASIS). $Id: dbpoolx.mod,v 1.1 2004/10/21 12:51:54 mikedoerfler Exp $ Permission to use, copy, modify and distribute the DocBook XML 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. [...7885 lines suppressed...] <!--end of see.attlist-->]]> <!ENTITY % seealso.element "INCLUDE"> <![%seealso.element;[ <!ELEMENT seealso %ho; (%ndxterm.char.mix;)*> <!--end of seealso.element-->]]> <!ENTITY % seealso.attlist "INCLUDE"> <![%seealso.attlist;[ <!ATTLIST seealso %common.attrib; %seeseealso.role.attrib; %local.seeseealso.attrib; > <!--end of seealso.attlist-->]]> <!--end of seeseealso.module-->]]> <!--end of indexterm.content.module-->]]> <!-- End of DocBook XML information pool module V4.2 ...................... --> <!-- ...................................................................... --> --- NEW FILE: catalog.xml --- <?xml version='1.0'?> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <!-- ...................................................................... --> <!-- XML Catalog data for DocBook XML V4.2 ................................ --> <!-- File catalog.xml ..................................................... --> <!-- Please direct all questions, bug reports, or suggestions for changes to the do...@li... mailing list. For more information, see http://www.oasis-open.org/. --> <!-- This is the catalog data file for DocBook V4.2. It is provided as a convenience in building your own catalog files. You need not use the filenames listed here, and need not use the filename method of identifying storage objects at all. See the documentation for detailed information on the files associated with the DocBook DTD. See XML Catalogs at http://www.oasis-open.org/committees/entity/ for detailed information on supplying and using catalog data. --> <!-- ...................................................................... --> <!-- DocBook driver file .................................................. --> <public publicId="-//OASIS//DTD DocBook XML V4.2//EN" uri="docbookx.dtd"/> <!-- ...................................................................... --> <!-- DocBook modules ...................................................... --> <public publicId="-//OASIS//DTD DocBook CALS Table Model V4.2//EN" uri="calstblx.dtd"/> <public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN" uri="soextblx.dtd"/> <public publicId="-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN" uri="dbpoolx.mod"/> <public publicId="-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN" uri="dbhierx.mod"/> <public publicId="-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN" uri="dbgenent.mod"/> <public publicId="-//OASIS//ENTITIES DocBook Notations V4.2//EN" uri="dbnotnx.mod"/> <public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.2//EN" uri="dbcentx.mod"/> <!-- ...................................................................... --> <!-- ISO entity sets ...................................................... --> <public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" uri="ent/iso-dia.ent"/> <public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML" uri="ent/iso-num.ent"/> <public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML" uri="ent/iso-pub.ent"/> <public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML" uri="ent/iso-tech.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" uri="ent/iso-lat1.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML" uri="ent/iso-lat2.ent"/> <public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML" uri="ent/iso-grk1.ent"/> <public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML" uri="ent/iso-grk2.ent"/> <public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML" uri="ent/iso-grk3.ent"/> <public publicId="ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML" uri="ent/iso-grk4.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML" uri="ent/iso-amsa.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML" uri="ent/iso-amsb.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML" uri="ent/iso-amsc.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML" uri="ent/iso-amsn.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML" uri="ent/iso-amso.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML" uri="ent/iso-amsr.ent"/> <public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML" uri="ent/iso-box.ent"/> <public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML" uri="ent/iso-cyr1.ent"/> <public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML" uri="ent/iso-cyr2.ent"/> <!-- End of catalog data for DocBook XML V4.2 ............................. --> <!-- ...................................................................... --> </catalog> --- NEW FILE: docbookx.dtd --- <!-- ...................................................................... --> <!-- DocBook XML DTD V4.2 ................................................. --> <!-- File docbookx.dtd .................................................... --> <!-- Copyright 1992-2002 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh, Sun Microsystems, Inc., and the Organization for the Advancement of Structured Information Standards (OASIS). $Id: docbookx.dtd,v 1.1 2004/10/21 12:51:54 mikedoerfler Exp $ Permission to use, copy, modify and distribute the DocBook XML 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 do...@li... mailing list. For more information, see http://www.oasis-open.org/docbook/. --> <!-- ...................................................................... --> <!-- 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 DocBook 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 DocBook, 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. --> <!-- ...................................................................... --> <!-- Enable SGML features ................................................. --> <!ENTITY % sgml.features "IGNORE"> <![%sgml.features;[ <!ENTITY % xml.features "IGNORE"> ]]> <!ENTITY % xml.features "INCLUDE"> <![%sgml.features;[ <![%xml.features;[ <!-- ERROR: Exactly one of xml.features and sgml.features must be turned on! --> <!ENTITY % dbnotn SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt"> <!ENTITY % dbcent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt"> <!ENTITY % dbpool SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt"> <!ENTITY % dbhier SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt"> <!ENTITY % dbgenent SYSTEM "http://www.oasis-open.org/docbook/xml/configerror.txt"> ]]> ]]> <![%sgml.features;[ <!ENTITY % ho "- O"> <!ENTITY % hh "- -"> ]]> <![%xml.features;[ <!ENTITY % ho ""> <!ENTITY % hh ""> ]]> <!-- ...................................................................... --> <!-- Notation declarations ................................................ --> <!ENTITY % dbnotn.module "INCLUDE"> <![%dbnotn.module;[ <!ENTITY % dbnotn PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.2//EN" "dbnotnx.mod"> %dbnotn; ]]> <!-- ...................................................................... --> <!-- ISO character entity sets ............................................ --> <!ENTITY % dbcent.module "INCLUDE"> <![%dbcent.module;[ <![%sgml.features;[ <!ENTITY euro "[euro ]"><!-- euro sign, U+20AC NEW --> ]]> <![%xml.features;[ <!ENTITY euro "€"><!-- euro sign, U+20AC NEW --> ]]> <!ENTITY % dbcent PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.2//EN" "dbcentx.mod"> %dbcent; ]]> <!-- ...................................................................... --> <!-- DTD modules .......................................................... --> <!-- Information pool .............. --> <!ENTITY % dbpool.module "INCLUDE"> <![ %dbpool.module; [ <!ENTITY % dbpool PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN" "dbpoolx.mod"> %dbpool; ]]> <!-- Redeclaration placeholder ..... --> <!ENTITY % intermod.redecl.module "IGNORE"> <![%intermod.redecl.module;[ <!-- Defining rdbmods here makes some buggy XML parsers happy. --> <!ENTITY % rdbmods ""> %rdbmods; <!--end of intermod.redecl.module-->]]> <!-- Document hierarchy ............ --> <!ENTITY % dbhier.module "INCLUDE"> <![ %dbhier.module; [ <!ENTITY % dbhier PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN" "dbhierx.mod"> %dbhier; ]]> <!-- ...................................................................... --> <!-- Other general entities ............................................... --> <!ENTITY % dbgenent.module "INCLUDE"> <![ %dbgenent.module; [ <!ENTITY % dbgenent PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN" "dbgenent.mod"> %dbgenent; ]]> <!-- End of DocBook XML DTD V4.2 .......................................... --> <!-- ...................................................................... --> --- NEW FILE: dbcentx.mod --- <!-- ...................................................................... --> <!-- DocBook character entities module V4.2 ............................... --> <!-- File dbcentx.mod ..................................................... --> <!-- Copyright 1992-2002 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh, Sun Microsystems, Inc., and the Organization for the Advancement of Structured Information Standards (OASIS). $Id: dbcentx.mod,v 1.1 2004/10/21 12:51:54 mikedoerfler Exp $ 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 do...@li... mailing list. For more information, see http://www.oasis-open.org/docbook/. --> <!-- ...................................................................... --> <!-- This module contains the entity declarations for the standard ISO entity sets used by DocBook. In DTD driver files referring to 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. --> <!-- ...................................................................... --> <![%sgml.features;[ <!ENTITY % ISOamsa.module "INCLUDE"> <![ %ISOamsa.module; [ <!ENTITY % ISOamsa PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN"> <!--end of ISOamsa.module-->]]> <!ENTITY % ISOamsb.module "INCLUDE"> <![ %ISOamsb.module; [ <!ENTITY % ISOamsb PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN"> <!--end of ISOamsb.module-->]]> <!ENTITY % ISOamsc.module "INCLUDE"> <![ %ISOamsc.module; [ <!ENTITY % ISOamsc PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN"> <!--end of ISOamsc.module-->]]> <!ENTITY % ISOamsn.module "INCLUDE"> <![ %ISOamsn.module; [ <!ENTITY % ISOamsn PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN"> <!--end of ISOamsn.module-->]]> <!ENTITY % ISOamso.module "INCLUDE"> <![ %ISOamso.module; [ <!ENTITY % ISOamso PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN"> <!--end of ISOamso.module-->]]> <!ENTITY % ISOamsr.module "INCLUDE"> <![ %ISOamsr.module; [ <!ENTITY % ISOamsr PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN"> <!--end of ISOamsr.module-->]]> <!ENTITY % ISObox.module "INCLUDE"> <![ %ISObox.module; [ <!ENTITY % ISObox PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN"> <!--end of ISObox.module-->]]> <!ENTITY % ISOcyr1.module "INCLUDE"> <![ %ISOcyr1.module; [ <!ENTITY % ISOcyr1 PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN"> <!--end of ISOcyr1.module-->]]> <!ENTITY % ISOcyr2.module "INCLUDE"> <![ %ISOcyr2.module; [ <!ENTITY % ISOcyr2 PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"> <!--end of ISOcyr2.module-->]]> <!ENTITY % ISOdia.module "INCLUDE"> <![ %ISOdia.module; [ <!ENTITY % ISOdia PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"> <!--end of ISOdia.module-->]]> <!ENTITY % ISOgrk1.module "INCLUDE"> <![ %ISOgrk1.module; [ <!ENTITY % ISOgrk1 PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN"> <!--end of ISOgrk1.module-->]]> <!ENTITY % ISOgrk2.module "INCLUDE"> <![ %ISOgrk2.module; [ <!ENTITY % ISOgrk2 PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN"> <!--end of ISOgrk2.module-->]]> <!ENTITY % ISOgrk3.module "INCLUDE"> <![ %ISOgrk3.module; [ <!ENTITY % ISOgrk3 PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN"> <!--end of ISOgrk3.module-->]]> <!ENTITY % ISOgrk4.module "INCLUDE"> <![ %ISOgrk4.module; [ <!ENTITY % ISOgrk4 PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN"> <!--end of ISOgrk4.module-->]]> <!ENTITY % ISOlat1.module "INCLUDE"> <![ %ISOlat1.module; [ <!ENTITY % ISOlat1 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN"> <!--end of ISOlat1.module-->]]> <!ENTITY % ISOlat2.module "INCLUDE"> <![ %ISOlat2.module; [ <!ENTITY % ISOlat2 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN"> <!--end of ISOlat2.module-->]]> <!ENTITY % ISOnum.module "INCLUDE"> <![ %ISOnum.module; [ <!ENTITY % ISOnum PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN"> <!--end of ISOnum.module-->]]> <!ENTITY % ISOpub.module "INCLUDE"> <![ %ISOpub.module; [ <!ENTITY % ISOpub PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN"> <!--end of ISOpub.module-->]]> <!ENTITY % ISOtech.module "INCLUDE"> <![ %ISOtech.module; [ <!ENTITY % ISOtech PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN"> <!--end of ISOtech.module-->]]> <!--end of sgml.features-->]]> <![%xml.features;[ <!ENTITY % ISOamsa.module "INCLUDE"> <![%ISOamsa.module;[ <!ENTITY % ISOamsa PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML" "ent/iso-amsa.ent"> <!--end of ISOamsa.module-->]]> <!ENTITY % ISOamsb.module "INCLUDE"> <![%ISOamsb.module;[ <!ENTITY % ISOamsb PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML" "ent/iso-amsb.ent"> <!--end of ISOamsb.module-->]]> <!ENTITY % ISOamsc.module "INCLUDE"> <![%ISOamsc.module;[ <!ENTITY % ISOamsc PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML" "ent/iso-amsc.ent"> <!--end of ISOamsc.module-->]]> <!ENTITY % ISOamsn.module "INCLUDE"> <![%ISOamsn.module;[ <!ENTITY % ISOamsn PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML" "ent/iso-amsn.ent"> <!--end of ISOamsn.module-->]]> <!ENTITY % ISOamso.module "INCLUDE"> <![%ISOamso.module;[ <!ENTITY % ISOamso PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML" "ent/iso-amso.ent"> <!--end of ISOamso.module-->]]> <!ENTITY % ISOamsr.module "INCLUDE"> <![%ISOamsr.module;[ <!ENTITY % ISOamsr PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML" "ent/iso-amsr.ent"> <!--end of ISOamsr.module-->]]> <!ENTITY % ISObox.module "INCLUDE"> <![%ISObox.module;[ <!ENTITY % ISObox PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML" "ent/iso-box.ent"> <!--end of ISObox.module-->]]> <!ENTITY % ISOcyr1.module "INCLUDE"> <![%ISOcyr1.module;[ <!ENTITY % ISOcyr1 PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML" "ent/iso-cyr1.ent"> <!--end of ISOcyr1.module-->]]> <!ENTITY % ISOcyr2.module "INCLUDE"> <![%ISOcyr2.module;[ <!ENTITY % ISOcyr2 PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML" "ent/iso-cyr2.ent"> <!--end of ISOcyr2.module-->]]> <!ENTITY % ISOdia.module "INCLUDE"> <![%ISOdia.module;[ <!ENTITY % ISOdia PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" "ent/iso-dia.ent"> <!--end of ISOdia.module-->]]> <!ENTITY % ISOgrk1.module "INCLUDE"> <![%ISOgrk1.module;[ <!ENTITY % ISOgrk1 PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML" "ent/iso-grk1.ent"> <!--end of ISOgrk1.module-->]]> <!ENTITY % ISOgrk2.module "INCLUDE"> <![%ISOgrk2.module;[ <!ENTITY % ISOgrk2 PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML" "ent/iso-grk2.ent"> <!--end of ISOgrk2.module-->]]> <!ENTITY % ISOgrk3.module "INCLUDE"> <![%ISOgrk3.module;[ <!ENTITY % ISOgrk3 PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN//XML" "ent/iso-grk3.ent"> <!--end of ISOgrk3.module-->]]> <!ENTITY % ISOgrk4.module "INCLUDE"> <![%ISOgrk4.module;[ <!ENTITY % ISOgrk4 PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML" "ent/iso-grk4.ent"> <!--end of ISOgrk4.module-->]]> <!ENTITY % ISOlat1.module "INCLUDE"> <![%ISOlat1.module;[ <!ENTITY % ISOlat1 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" "ent/iso-lat1.ent"> <!--end of ISOlat1.module-->]]> <!ENTITY % ISOlat2.module "INCLUDE"> <![%ISOlat2.module;[ <!ENTITY % ISOlat2 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN//XML" "ent/iso-lat2.ent"> <!--end of ISOlat2.module-->]]> <!ENTITY % ISOnum.module "INCLUDE"> <![%ISOnum.module;[ <!ENTITY % ISOnum PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML" "ent/iso-num.ent"> <!--end of ISOnum.module-->]]> <!ENTITY % ISOpub.module "INCLUDE"> <![%ISOpub.module;[ <!ENTITY % ISOpub PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML" "ent/iso-pub.ent"> <!--end of ISOpub.module-->]]> <!ENTITY % ISOtech.module "INCLUDE"> <![%ISOtech.module;[ <!ENTITY % ISOtech PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML" "ent/iso-tech.ent"> <!--end of ISOtech.module-->]]> <!--end of xml.features-->]]> <![ %ISOamsa.module; [ %ISOamsa; ]]> <![ %ISOamsb.module; [ %ISOamsb; ]]> <![ %ISOamsc.module; [ %ISOamsc; ]]> <![ %ISOamsn.module; [ %ISOamsn; ]]> <![ %ISOamso.module; [ %ISOamso; ]]> <![ %ISOamsr.module; [ %ISOamsr; ]]> <![ %ISObox.module; [ %ISObox; ]]> <![ %ISOcyr1.module; [ %ISOcyr1; ]]> <![ %ISOcyr2.module; [ %ISOcyr2; ]]> <![ %ISOdia.module; [ %ISOdia; ]]> <![ %ISOgrk1.module; [ %ISOgrk1; ]]> <![ %ISOgrk2.module; [ %ISOgrk2; ]]> <![ %ISOgrk3.module; [ %ISOgrk3; ]]> <![ %ISOgrk4.module; [ %ISOgrk4; ]]> <![ %ISOlat1.module; [ %ISOlat1; ]]> <![ %ISOlat2.module; [ %ISOlat2; ]]> <![ %ISOnum.module; [ %ISOnum; ]]> <![ %ISOpub.module; [ %ISOpub; ]]> <![ %ISOtech.module; [ %ISOtech; ]]> <!-- End of DocBook character entity sets module V4.2 ..................... --> <!-- ...................................................................... --> --- NEW FILE: docbook.cat --- -- ...................................................................... -- -- Catalog data for DocBook XML V4.2 .................................... -- -- File docbook.cat ..................................................... -- -- Please direct all questions, bug reports, or suggestions for changes to the do...@li... mailing list. For more information, see http://www.oasis-open.org/. -- -- This is the catalog data file for DocBook XML V4.2. It is provided as a convenience in building your own catalog files. You need not use the filenames listed here, and need not use the filename method of identifying storage objects at all. See the documentation for detailed information on the files associated with the DocBook DTD. See SGML Open Technical Resolution 9401 for detailed information on supplying and using catalog data. -- -- ...................................................................... -- -- DocBook driver file .................................................. -- PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "docbookx.dtd" -- ...................................................................... -- -- DocBook modules ...................................................... -- PUBLIC "-//OASIS//DTD DocBook CALS Table Model V4.2//EN" "calstblx.dtd" PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN" "soextblx.dtd" PUBLIC "-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN" "dbpoolx.mod" PUBLIC "-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN" "dbhierx.mod" PUBLIC "-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN" "dbgenent.mod" PUBLIC "-//OASIS//ENTITIES DocBook Notations V4.2//EN" "dbnotnx.mod" PUBLIC "-//OASIS//ENTITIES DocBook Character Entities V4.2//EN" "dbcentx.mod" -- ...................................................................... -- -- ISO entity sets ...................................................... -- PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" "ent/iso-dia.ent" PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML" "ent/iso-num.ent" PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML" "ent/iso-pub.ent" PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML" "ent/iso-tech.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" "ent/iso-lat1.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN//XML" "ent/iso-lat2.ent" PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML" "ent/iso-grk1.ent" PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML" "ent/iso-grk2.ent" PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN//XML" "ent/iso-grk3.ent" PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN//XML" "ent/iso-grk4.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN//XML" "ent/iso-amsa.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML" "ent/iso-amsb.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN//XML" "ent/iso-amsc.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN//XML" "ent/iso-amsn.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML" "ent/iso-amso.ent" PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML" "ent/iso-amsr.ent" PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML" "ent/iso-box.ent" PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML" "ent/iso-cyr1.ent" PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML" "ent/iso-cyr2.ent" -- End of catalog data for DocBook XML V4.2 ............................. -- -- ...................................................................... -- --- NEW FILE: dbnotnx.mod --- <!-- ...................................................................... --> <!-- DocBook notations module V4.2 ........................................ --> <!-- File dbnotnx.mod ..................................................... --> <!-- Copyright 1992-2002 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh, Sun Microsystems, Inc., and the Organization for the Advancement of Structured Information Standards (OASIS). $Id: dbnotnx.mod,v 1.1 2004/10/21 12:51:54 mikedoerfler Exp $ 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 do...@li... mailing list. For more information, see http://www.oasis-open.org/docbook/. --> <!-- ...................................................................... --> <!-- This module contains the entity declarations for the standard ISO entity sets used by DocBook. In DTD driver files referring to 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. --> <!ENTITY % local.notation.class ""> <!ENTITY % notation.class "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 %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"> <!NOTATION EQN SYSTEM "EQN"> <!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 JPG SYSTEM "JPG"> <!NOTATION JPEG SYSTEM "JPG"> <!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"> <!NOTATION PIC SYSTEM "PIC"> <!NOTATION PNG SYSTEM "http://www.w3.org/TR/REC-png"> <!NOTATION PS SYSTEM "PS"> <!NOTATION SGML PUBLIC "ISO 8879:1986//NOTATION Standard Generalized Markup Language//EN"> <!NOTATION TBL SYSTEM "TBL"> <!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 SVG SYSTEM "http://www.w3.org/TR/SVG/"> <!NOTATION linespecific SYSTEM "linespecific"> <!-- End of DocBook notations module V4.2 ................................. --> <!-- ...................................................................... --> --- NEW FILE: dbgenent.mod --- <!-- ...................................................................... --> <!-- DocBook additional general entities V4.2 ............................. --> <!-- Copyright 1992-2002 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh, Sun Microsystems, Inc., and the Organization for the Advancement of Structured Information Standards (OASIS). In DTD driver files referring to 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; --> <!-- File dbgenent.mod .................................................... --> <!-- You can edit this file to add the following: o General entity declarations of any kind. For example: <!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" "booktitles.ent"> %all-titles; --> <!-- End of DocBook additional general entities V4.2 ...................... --> <!-- ...................................................................... --> --- NEW FILE: calstblx.dtd --- <!-- ...................................................................... --> <!-- DocBook CALS Table Model V4.2 ........................................ --> <!-- File calstblx.mod .................................................... --> <!-- Copyright 1992-2002 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh, Sun Microsystems, Inc., and the Organization for the Advancement of Structured Information Standards (OASIS). This DTD is based on the CALS Table Model PUBLIC "-//USA-DOD//DTD Table Model 951010//EN" $Id: calstblx.dtd,v 1.1 2004/10/21 12:51:54 mikedoerfler Exp $ 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 do...@li... mailing list. For more information, see http://www.oasis-open.org/docbook/. --> <!-- ...................................................................... --> <!-- This module contains the definitions for the CALS Table Model converted to XML. --> <!-- 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 ""> <!-- no if zero(s), yes if any other digits value --> <!ENTITY % yesorno 'CDATA'> <!ENTITY % titles 'title?'> <!-- default for use in entry content --> <!ENTITY % paracon '#PCDATA'> <!-- 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.att ' tabstyle CDATA #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 CDATA #IMPLIED '> <!ENTITY % tbl.hdft.mdl "colspec*,row+"> <!ENTITY % tbl.row.mdl "(entry|entrytbl)+"> <!ENTITY % tbl.entrytbl.mdl "colspec*,spanspec*,thead?,tbody"> <!ENTITY % tbl.entry.mdl "(para|warning|caution|note|legend|%paracon;)*"> <!-- ===== Element and attribute declarations follow. ===== --> <!ELEMENT table %ho; (%tbl.table.mdl;)> <!ATTLIST table frame (top|bottom|topbot|all|sides|none) #IMPLIED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED %tbl.table.att; %bodyatt; %secur; > <!ELEMENT tgroup %ho; (%tbl.tgroup.mdl;) > <!ATTLIST tgroup cols CDATA #REQUIRED %tbl.tgroup.att; colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED char CDATA #IMPLIED charoff CDATA #IMPLIED %secur; > <!ELEMENT colspec %ho; EMPTY > <!ATTLIST colspec colnum CDATA #IMPLIED colname CDATA #IMPLIED colwidth CDATA #IMPLIED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED char CDATA #IMPLIED charoff CDATA #IMPLIED > <!ELEMENT spanspec %ho; EMPTY > <!ATTLIST spanspec namest CDATA #REQUIRED nameend CDATA #REQUIRED spanname CDATA #REQUIRED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED char CDATA #IMPLIED charoff CDATA #IMPLIED > <!ELEMENT thead %ho; (%tbl.hdft.mdl;)> <!ATTLIST thead valign (top|middle|bottom) #IMPLIED %secur; > <!ELEMENT tfoot %ho; (%tbl.hdft.mdl;)> <!ATTLIST tfoot valign (top|middle|bottom) #IMPLIED %secur; > <!ELEMENT tbody %ho; (row+)> <!ATTLIST tbody valign (top|middle|bottom) #IMPLIED %secur; > <!ELEMENT row %ho; (%tbl.row.mdl;)> <!ATTLIST row rowsep %yesorno; #IMPLIED valign (top|middle|bottom) #IMPLIED %secur; > <!ELEMENT entrytbl %ho; (%tbl.entrytbl.mdl;)> <!ATTLIST entrytbl cols CDATA #REQUIRED %tbl.tgroup.att; colname CDATA #IMPLIED spanname CDATA #IMPLIED namest CDATA #IMPLIED nameend CDATA #IMPLIED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED char CDATA #IMPLIED charoff CDATA #IMPLIED %secur; > <!ELEMENT entry %ho; (%tbl.entry.mdl;)*> <!ATTLIST entry colname CDATA #IMPLIED namest CDATA #IMPLIED nameend CDATA #IMPLIED spanname CDATA #IMPLIED morerows CDATA #IMPLIED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED char CDATA #IMPLIED charoff CDATA #IMPLIED rotate %yesorno; #IMPLIED valign (top|middle|bottom) #IMPLIED %secur; > <!-- End of DocBook CALS Table Model V4.2 ................................. --> <!-- ...................................................................... --> --- NEW FILE: soextblx.dtd --- <!-- XML EXCHANGE TABLE MODEL DECLARATION MODULE --> <!-- This set of declarations defines the XML version of the Exchange 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 three lines: <!ENTITY % calstblx PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN"> %calstblx; 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 "%calstblx;" reference). --> <!-- The motivation for this XML version of the Exchange Table Model is simply to create an XML version of the SGML Exchange Table Model. By design, no effort has been made to "improve" the model. This XML version incorporates the logical bare minimum changes necessary to make the Exchange Table Model a valid XML DTD. --> <!-- The XML version of the Exchange Table Model differs from the SGML version in the following ways: The following parameter entities have been removed: - tbl.table.excep, tbl.hdft.excep, tbl.row.excep, tbl.entry.excep There are no exceptions in XML. The following normative statement is made in lieu of exceptions: the exchange table model explicitly forbids a table from occurring within another table. If the content model of an entry includes a table element, then this cannot be enforced by the DTD, but it is a deviation from the exchange table model to include a table within a table. - tbl.hdft.name, tbl.hdft.mdl, tbl.hdft.excep, tbl.hdft.att The motivation for these elements was to change the table header/footer elements. Since XML does not allow element declarations to contain name groups, and the exchange table model does not allow a table to contain footers, the continued presence of these attributes seems unnecessary. The following parameter entity has been added: - tbl.thead.att This entity parameterizes the attributes on thead. It replaces the tbl.hdft.att parameter entity. Other miscellaneous changes: - Tag ommission indicators have been removed - Comments have been removed from declarations - NUMBER attributes have been changed to NMTOKEN - NUTOKEN attributes have been to changed to NMTOKEN - Removed the grouping characters around the content model parameter entry for the 'entry' element. This is necessary so that an entry can contain #PCDATA and be defined as an optional, repeatable OR group beginning with #PCDATA. --> <!-- This entity includes a set of element and attribute declarations that partially defines the Exchange 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, also available from SGML Open, should be used in conjunction with this entity. --> <!-- In order to use the Exchange table model, various parameter entity declarations are required. A brief description is as follows: ENTITY NAME WHERE USED WHAT IT IS %yesorno In ATTLIST of: An attribute declared value almost all elements for a "boolean" attribute %paracon In content model of: The "text" (logical content) <entry> of the model group for <entry> %titles In content model of: The "title" part of the model table element group for the table element %tbl.table.name In declaration of: The name of the "table" table element element %tbl.table-titles.mdl In content model of: The model group for the title table elements part of the content model for table element %tbl.table.mdl In content model of: The model group for the content table elements model for table element, often (and by default) defined in terms of %tbl.table-titles.mdl and tgroup %tbl.table.att In ATTLIST of: Additional attributes on the table element table element %bodyatt In ATTLIST of: Additional attributes on the table element table element (for backward compatibility with the SGML model) %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> element %tbl.thead.att In ATTLIST of: Additional attributes on the <thead> <thead> element %tbl.tbody.att In ATTLIST of: Additional attributes on the <tbody> <tbody> element %tbl.colspec.att In ATTLIST of: Additional attributes on the <colspec> <colspec> element %tbl.row.mdl In content model of: The model group for the content <row> model for <row> %tbl.row.att In ATTLIST of: Additional attributes on the <row> <row> element %tbl.entry.mdl In content model of: The model group for the content <entry> model for <entry> %tbl.entry.att In ATTLIST of: Additional attributes on the <entry> <entry> element This set of declarations will use the default definitions shown below for any of these parameter entities that are not declared before this set of declarations is referenced. --> <!-- These definitions are not directly related to the table model, but are used in the default CALS table model and may be defined elsewhere (and prior to the inclusion of this table module) in the referencing DTD. --> <!ENTITY % yesorno 'NMTOKEN'> <!-- no if zero(s), yes if any other value --> <!ENTITY % titles 'title?'> <!ENTITY % pcd "#PCDATA"> <!ENTITY % paracon '%pcd;'> <!-- default for use in entry content --> <!-- The parameter entities as defined below change and simplify the CALS table model as published (as part of the Example DTD) in MIL-HDBK-28001. The resulting simplified DTD has support from the SGML Open vendors and is therefore more interoperable among different systems. These following declarations provide the Exchange default definitions for these entities. However, these entities can 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. Note, however, that changes may have significant effect on the ability to interchange table information. These changes may manifest themselves in useability, presentation, and possible structure information degradation. --> <!ENTITY % tbl.table.name "table"> <!ENTITY % tbl.table-titles.mdl "%titles;,"> <!ENTITY % tbl.table-main.mdl "tgroup+"> <!ENTITY % tbl.table.mdl "%tbl.table-titles.mdl; %tbl.table-main.mdl;"> <!ENTITY % tbl.table.att " pgwide %yesorno; #IMPLIED "> <!ENTITY % bodyatt ""> <!ENTITY % tbl.tgroup.mdl "colspec*,thead?,tbody"> <!ENTITY % tbl.tgroup.att ""> <!ENTITY % tbl.thead.att ""> <!ENTITY % tbl.tbody.att ""> <!ENTITY % tbl.colspec.att ""> <!ENTITY % tbl.row.mdl "entry+"> <!ENTITY % tbl.row.att ""> <!ENTITY % tbl.entry.mdl "(%paracon;)*"> <!ENTITY % tbl.entry.att ""> <!-- ===== Element and attribute declarations follow. ===== --> <!-- Default declarations previously defined in this entity and referenced below include: ENTITY % tbl.table.name "table" ENTITY % tbl.table-titles.mdl "%titles;," ENTITY % tbl.table.mdl "%tbl.table-titles; tgroup+" ENTITY % tbl.table.att " pgwide %yesorno; #IMPLIED " --> <!ELEMENT %tbl.table.name; (%tbl.table.mdl;)> <!ATTLIST %tbl.table.name; frame (top|bottom|topbot|all|sides|none) #IMPLIED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED %tbl.table.att; %bodyatt; > <!-- Default declarations previously defined in this entity and referenced below include: ENTITY % tbl.tgroup.mdl "colspec*,thead?,tbody" ENTITY % tbl.tgroup.att "" --> <!ELEMENT tgroup (%tbl.tgroup.mdl;) > <!ATTLIST tgroup cols NMTOKEN #REQUIRED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED %tbl.tgroup.att; > <!-- Default declarations previously defined in this entity and referenced below include: ENTITY % tbl.colspec.att "" --> <!ELEMENT colspec EMPTY > <!ATTLIST colspec colnum NMTOKEN #IMPLIED colname NMTOKEN #IMPLIED colwidth CDATA #IMPLIED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED char CDATA #IMPLIED charoff NMTOKEN #IMPLIED %tbl.colspec.att; > <!-- Default declarations previously defined in this entity and referenced below include: ENTITY % tbl.thead.att "" --> <!ELEMENT thead (row+)> <!ATTLIST thead valign (top|middle|bottom) #IMPLIED %tbl.thead.att; > <!-- Default declarations previously defined in this entity and referenced below include: ENTITY % tbl.tbody.att "" --> <!ELEMENT tbody (row+)> <!ATTLIST tbody valign (top|middle|bottom) #IMPLIED %tbl.tbody.att; > <!-- Default declarations previously defined in this entity and referenced below include: ENTITY % tbl.row.mdl "entry+" ENTITY % tbl.row.att "" --> <!ELEMENT row (%tbl.row.mdl;)> <!ATTLIST row rowsep %yesorno; #IMPLIED valign (top|middle|bottom) #IMPLIED %tbl.row.att; > <!-- Default declarations previously defined in this entity and referenced below include: ENTITY % paracon "#PCDATA" ENTITY % tbl.entry.mdl "(%paracon;)*" ENTITY % tbl.entry.att "" --> <!ELEMENT entry %tbl.entry.mdl;> <!ATTLIST entry colname NMTOKEN #IMPLIED namest NMTOKEN #IMPLIED nameend NMTOKEN #IMPLIED morerows NMTOKEN #IMPLIED colsep %yesorno; #IMPLIED rowsep %yesorno; #IMPLIED align (left|right|center|justify|char) #IMPLIED char CDATA #IMPLIED charoff NMTOKEN #IMPLIED valign (top|middle|bottom) #IMPLIED %tbl.entry.att; > --- NEW FILE: dbhierx.mod --- <!-- ...................................................................... --> <!-- DocBook document hierarchy module V4.2 ............................... --> <!-- File dbhierx.mod ..................................................... --> <!-- Copyright 1992-2002 HaL Computer Systems, Inc., O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software Corporation, Norman Walsh, Sun Microsystems, Inc., and the Organization for the Advancement of Structured Information Standards (OASIS). $Id: dbhierx.mod,v 1.1 2004/10/21 12:51:54 mikedoerfler Exp $ 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. [...2076 lines suppressed...] <!ENTITY % article.attlist "INCLUDE"> <![%article.attlist;[ <!ATTLIST article class (journalarticle |productsheet |whitepaper |techreport |specification |faq) #IMPLIED parentbook IDREF #IMPLIED %status.attrib; %common.attrib; %article.role.attrib; %local.article.attrib; > <!--end of article.attlist-->]]> <!--end of article.module-->]]> <!-- End of DocBook document hierarchy module V4.2 ........................ --> <!-- ...................................................................... --> --- NEW FILE: README --- README for the DocBook XML DTD For more information about DocBook, please see http://www.oasis-open.org/docbook/ Please send all questions, comments, concerns, and bug reports to the DocBook mailing list: do...@li... --- NEW FILE: ChangeLog --- 2002-07-17 Norman Walsh <nw...@us...> * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: DocBook XML V4.2 released 2002-05-28 Norman Walsh <nw...@us...> * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: Updated comments to reflect CR3 2002-05-21 Norman Walsh <nw...@us...> * dbnotnx.mod: SVG notation accidentally left out of notation.class * docbookx.dtd: Fix syntactic error intentionally introduced behind mutually exclusive PEs. Now make the DTD useless, but not syntactically invalid 2002-05-12 Norman Walsh <nw...@us...> * dbpoolx.mod: Add accidentally missing local.info.class to info.class 2002-03-19 Norman Walsh <nw...@us...> * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod: Prepare for CR1 * catalog.xml, docbook.cat: Prepare for CR1 and fix search-and-replace typos * dbpoolx.mod: Revise graphic attributes: add contentwidth, contentdepth, and valign * dbpoolx.mod: Implemented RFE #480954: add textdata element * dbpoolx.mod: Make type other tokens in bibliorelation unique for SGML compatibility * dbpoolx.mod: Make spatial/temporal other tokens unique for SGML compatibility * dbpoolx.mod: Added blockinfo element * dbpoolx.mod: Move bibliorelation type attribute into a PE so that it can be expanded the way we want * dbpoolx.mod: Implemented RFE #480957 * dbpoolx.mod: RFE #513426: Text alternative for tables * dbpoolx.mod: Added bibliosource, bibliorelation, and bibliocoverage * dbpoolx.mod: Add consortium to the list of classes on orgname * dbpoolx.mod: Add class attribute to orgname * docbookx.dtd: DocBook V4.2 Candidate Release 1 released 2002-02-05 Norman Walsh <nw...@us...> * dbhierx.mod: Implemented RFE #501363 * dbpoolx.mod: Implemented RFE #498848 * dbpoolx.mod: Implemented RFE #492099 * dbpoolx.mod: Implemented RFE #480955 2002-01-06 Norman Walsh <nw...@us...> * dbcentx.mod: Added marked sections around character set entity references 2001-11-20 Norman Walsh <nw...@us...> * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: DocBook V4.2b1 released * dbpoolx.mod: Implemented RFE #482821 2001-11-19 Norman Walsh <nw...@us...> * dbhierx.mod, dbpoolx.mod: Implemented RFE #456460 2001-11-18 Norman Walsh <nw...@us...> * dbpoolx.mod: RFE #482817: Add errortext element 2001-11-17 Norman Walsh <nw...@us...> * dbpoolx.mod: RFE 482821: Add extension to the list of class values on filename * dbpoolx.mod: RFE 482053: Add support for DOI in meta * dbpoolx.mod: Removed bogus occurrence indicator in info.class; fixed typo in qandaset PEs 2001-11-13 Norman Walsh <nw...@us...> * 40chg.txt, 41chg.txt, LostLog: Removed old files * Makefile: Makefile * Makefile: Fixed typo * README: Removed version information * README, readme.txt: Renamed * calstblx.dtd, catalog.xml, dbcentx.mod, dbgenent.mod, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbook.cat, docbookx.dtd: Removed 'XML' from public identifiers for files that will now be common to both XML and SGML * catalog.xml: Fixed missing end tag 2001-11-12 Norman Walsh <nw...@us...> * calstblx.dtd, dbcentx.mod, dbgenent.mod, dbnotnx.mod, readme.txt: Updated version numbers * catalog.xml, docbook.cat: Added XML Catalog; updated public identifiers in catalog * dbpoolx.mod: Former RFE 133: Added newsgroup class to systemitem * dbpoolx.mod: Implemented RFE #480956 2001-11-09 Norman Walsh <nw...@us...> * dbhierx.mod: Implemented RFE #426382 * dbhierx.mod: Implemented RFE #417671 * dbhierx.mod, dbpoolx.mod: Implemented RFE #436072 * dbhierx.mod, dbpoolx.mod, docbookx.dtd: Changed version number * dbnotnx.mod: Implemented RFE #440597 * dbpoolx.mod: Implemented RFE #431413 * dbpoolx.mod: Implemented RFE #434439 * dbpoolx.mod: Expand the content model of the following elements from smallcptr.char.mix back to cptr.char.mix: interfacename, action, database, filename, hardware, keycap, option, parameter, property, and systemitem (command, interface, and literal were never reduced). * dbpoolx.mod: Implemented RFE #431415 * dbpoolx.mod: Implemented RFE #431418 * dbpoolx.mod: Implemented RFE #431419 * dbpoolx.mod: Implemented RFE #439136 * dbpoolx.mod: Implemented RFE #435485 * dbpoolx.mod: Implemented RFE #435466 2001-11-07 Norman Walsh <nw...@us...> * calstblx.dtd, dbcentx.mod, dbhierx.mod, dbpoolx.mod, docbookx.dtd: Towards a 4.2 release: reparameterize so that the SGML DTD is just a customization of the XML DTD * calstblx.dtd, dbhierx.mod, dbnotnx.mod, dbpoolx.mod, docbookx.dtd: Whitespace fixes 2001-08-07 Norman Walsh <nw...@us...urcef... [truncated message content] |