docbook.xsd 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook-slides" xmlns:dbs="http://docbook.org/ns/docbook-slides" xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  3. <xs:include schemaLocation="docbook1.xsd"/>
  4. <xs:import namespace="http://docbook.org/ns/docbook" schemaLocation="db.xsd"/>
  5. <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
  6. <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
  7. <!--
  8. This file is part of DocBook V5.0
  9. Copyright 1992-2008 HaL Computer Systems, Inc.,
  10. O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
  11. Corporation, Norman Walsh, Sun Microsystems, Inc., and the
  12. Organization for the Advancement of Structured Information
  13. Standards (OASIS).
  14. Release: $Id: docbook.rnc 7661 2008-02-06 13:52:59Z nwalsh $
  15. Permission to use, copy, modify and distribute the DocBook schema
  16. and its accompanying documentation for any purpose and without fee
  17. is hereby granted in perpetuity, provided that the above copyright
  18. notice and this paragraph appear in all copies. The copyright
  19. holders make no representation about the suitability of the schema
  20. for any purpose. It is provided "as is" without expressed or implied
  21. warranty.
  22. If you modify the DocBook schema in any way, label your schema as a
  23. variant of DocBook. See the reference documentation
  24. (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
  25. for more information.
  26. Please direct all questions, bug reports, or suggestions for changes
  27. to the docbook@lists.oasis-open.org mailing list. For more
  28. information, see http://www.oasis-open.org/docbook/.
  29. ======================================================================
  30. -->
  31. </xs:schema>