dbstart.rnc 353 B

123456789101112131415161718192021222324
  1. # This choice of root elements comes from the 1.0b1 RNG schema at
  2. # http://www.oasis-open.org/docbook/relaxng/1.0b1/index.shtml
  3. start =
  4. set
  5. | setindex
  6. | book
  7. | part
  8. | reference
  9. | preface
  10. | chapter
  11. | appendix
  12. | article
  13. | bibliography
  14. | glossary
  15. | index
  16. | refentry
  17. | sect1
  18. | sect2
  19. | sect3
  20. | sect4
  21. | sect5
  22. | section