123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- This file is part of DocBook V5.0
-
- Copyright 1992-2008 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).
-
- Release: $Id: docbook.rnc 8931 2010-10-20 13:29:20Z nwalsh $
-
- 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 schema in any way, label your schema as a
- variant of DocBook. See the reference documentation
- (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
- 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/.
-
- ======================================================================
- -->
- <grammar ns="http://docbook.org/ns/docbook" xmlns="http://relaxng.org/ns/structure/1.0">
- <include href="core.rng"/>
- <include href="annotations.rng"/>
- <include href="xlink.rng"/>
- <include href="sect1.rng"/>
- <include href="refentry.rng"/>
- <include href="refsect1.rng"/>
- <include href="glossary.rng"/>
- <include href="bibliography.rng"/>
- <include href="index.rng"/>
- <include href="toc.rng"/>
- <include href="tasks.rng"/>
- <include href="callouts.rng"/>
- <include href="ebnf.rng"/>
- <include href="calstbl.rng"/>
- <include href="htmltbl.rng"/>
- <include href="msgset.rng"/>
- <include href="qandaset.rng"/>
- <include href="math.rng"/>
- <include href="mathml.rng"/>
- <include href="svg.rng"/>
- <include href="markup.rng"/>
- <include href="product.rng"/>
- <include href="gui.rng"/>
- <include href="keyboard.rng"/>
- <include href="os.rng"/>
- <include href="programming.rng"/>
- <include href="admonitions.rng"/>
- <include href="error.rng"/>
- <include href="technical.rng"/>
- <include href="topic.rng"/>
- </grammar>
|