Blame 4.5-xsd/docbook.xsd

Packit 584e2c
Packit 584e2c
Packit 584e2c
Packit 584e2c
Packit 584e2c
Packit 584e2c
  Copyright 1992-2006 HaL Computer Systems, Inc.,
Packit 584e2c
  O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
Packit 584e2c
  Corporation, Norman Walsh, Sun Microsystems, Inc., and the
Packit 584e2c
  Organization for the Advancement of Structured Information
Packit 584e2c
  Standards (OASIS).
Packit 584e2c
  
Packit 584e2c
  See also http://docbook.org/specs/
Packit 584e2c
  
Packit 584e2c
  $Id: docbookx.dtd 6340 2006-10-03 13:23:24Z nwalsh $
Packit 584e2c
  
Packit 584e2c
  Permission to use, copy, modify and distribute the DocBook XML DTD
Packit 584e2c
  and its accompanying documentation for any purpose and without fee
Packit 584e2c
  is hereby granted in perpetuity, provided that the above copyright
Packit 584e2c
  notice and this paragraph appear in all copies.  The copyright
Packit 584e2c
  holders make no representation about the suitability of the DTD for
Packit 584e2c
  any purpose.  It is provided "as is" without expressed or implied
Packit 584e2c
  warranty.
Packit 584e2c
  
Packit 584e2c
  If you modify the DocBook DTD in any way, except for declaring and
Packit 584e2c
  referencing additional sets of general entities and declaring
Packit 584e2c
  additional notations, label your DTD as a variant of DocBook.  See
Packit 584e2c
  the maintenance documentation for more information.
Packit 584e2c
  
Packit 584e2c
  Please direct all questions, bug reports, or suggestions for
Packit 584e2c
  changes to the docbook@lists.oasis-open.org mailing list. For more
Packit 584e2c
  information, see http://www.oasis-open.org/docbook/.
Packit 584e2c
-->
Packit 584e2c
Packit 584e2c
Packit 584e2c
  This is the driver file for V4.5 of the DocBook DTD.
Packit 584e2c
  Please use the following formal public identifier to identify it:
Packit 584e2c
  
Packit 584e2c
  "-//OASIS//DTD DocBook XML V4.5//EN"
Packit 584e2c
  
Packit 584e2c
  For example, if your document's top-level element is Book, and
Packit 584e2c
  you are using DocBook directly, use the FPI in the DOCTYPE
Packit 584e2c
  declaration:
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
                 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
Packit 584e2c
                 [...]>
Packit 584e2c
  
Packit 584e2c
  Or, if you have a higher-level driver file that customizes DocBook,
Packit 584e2c
  use the FPI in the parameter entity declaration:
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
             "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
Packit 584e2c
  %DocBookDTD;
Packit 584e2c
  
Packit 584e2c
  See the documentation for detailed information on the parameter
Packit 584e2c
  entity and module scheme used in DocBook, customizing DocBook and
Packit 584e2c
  planning for interchange, and changes made since the last release
Packit 584e2c
  of DocBook.
Packit 584e2c
-->
Packit 584e2c
Packit 584e2c
Packit 584e2c
Packit 584e2c
Packit 584e2c
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
Packit 584e2c
  <xs:include schemaLocation="dbnotnx.xsd"/>
Packit 584e2c
  <xs:include schemaLocation="dbpoolx.xsd"/>
Packit 584e2c
  <xs:include schemaLocation="dbhierx.xsd"/>
Packit 584e2c
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
  
Packit 584e2c
</xs:schema>
Packit 584e2c
Packit 584e2c
Packit 584e2c
Packit 584e2c