blocks2dbk.dtd 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!ENTITY components-extra ""> <!-- for customisation -->
  2. <!ENTITY components "dbk:appendix |
  3. dbk:article |
  4. dbk:book |
  5. dbk:chapter |
  6. dbk:part |
  7. dbk:preface |
  8. dbk:section |
  9. dbk:sect1 |
  10. dbk:sect2 |
  11. dbk:sect3 |
  12. dbk:sect4 |
  13. dbk:sect5
  14. &components-extra;">
  15. <!ENTITY blocks-extra ""> <!-- for customisation -->
  16. <!ENTITY blocks "dbk:bibliography |
  17. dbk:bibliodiv |
  18. dbk:glossary |
  19. dbk:glossdiv |
  20. dbk:qandaset |
  21. dbk:qandadiv
  22. &blocks-extra;">
  23. <!ENTITY metadata-extra ""> <!-- for customisation -->
  24. <!ENTITY metadata-content 'contains(@rnd:style, "-title") or
  25. contains(@rnd:style, "-subtitle") or
  26. @rnd:style = "abstract" or
  27. @rnd:style = "address" or
  28. @rnd:style = "affiliation" or
  29. @rnd:style = "author" or
  30. @rnd:style = "biblioid" or
  31. @rnd:style = "bibliomisc" or
  32. @rnd:style = "bibliosource" or
  33. @rnd:style = "contrib" or
  34. @rnd:style = "date" or
  35. @rnd:style = "edition" or
  36. @rnd:style = "editor" or
  37. @rnd:style = "email" or
  38. @rnd:style = "issuenum" or
  39. @rnd:style = "keyword" or
  40. @rnd:style = "legalnotice" or
  41. @rnd:style = "othercredit" or
  42. @rnd:style = "pagenums" or
  43. @rnd:style = "personblurb" or
  44. @rnd:style = "pubdate" or
  45. @rnd:style = "publisher" or
  46. @rnd:style = "publisher-address" or
  47. @rnd:style = "releaseinfo" or
  48. @rnd:style = "revhistory" or
  49. @rnd:style = "revision" or
  50. @rnd:style = "volumenum"
  51. &metadata-extra;'>
  52. <!ENTITY author-extra ""> <!-- for customisation -->
  53. <!ENTITY author-content '@rnd:style = "personblurb" or
  54. @rnd:style = "address" or
  55. @rnd:style = "affiliation" or
  56. @rnd:style = "contrib" or
  57. @rnd:style = "email"
  58. &author-extra;'>
  59. <!ENTITY admonition-extra ""> <!-- for customisation -->
  60. <!ENTITY admonition '@rnd:style = "caution" or
  61. @rnd:style = "important" or
  62. @rnd:style = "note" or
  63. @rnd:style = "tip" or
  64. @rnd:style = "warning"
  65. &admonition-extra;'>
  66. <!ENTITY admonition-title-extra ""> <!-- for customisation -->
  67. <!ENTITY admonition-title '@rnd:style = "caution-title" or
  68. @rnd:style = "important-title" or
  69. @rnd:style = "note-title" or
  70. @rnd:style = "tip-title" or
  71. @rnd:style = "warning-title"
  72. &admonition-title-extra;'>