xml_jats_resolver 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1312) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +6 -0
  3. data/CHANGELOG.md +3 -0
  4. data/Gemfile +8 -0
  5. data/LICENSE.md +25 -0
  6. data/README.md +3 -0
  7. data/Rakefile +10 -0
  8. data/lib/dtd/archiving_dtd/1.0/dtd/XHTMLtablesetup.ent +247 -0
  9. data/lib/dtd/archiving_dtd/1.0/dtd/archivearticle.dtd +815 -0
  10. data/lib/dtd/archiving_dtd/1.0/dtd/archivecustomize.ent +583 -0
  11. data/lib/dtd/archiving_dtd/1.0/dtd/articlemeta.ent +1431 -0
  12. data/lib/dtd/archiving_dtd/1.0/dtd/backmatter.ent +216 -0
  13. data/lib/dtd/archiving_dtd/1.0/dtd/catalog.ent +76 -0
  14. data/lib/dtd/archiving_dtd/1.0/dtd/chars.ent +333 -0
  15. data/lib/dtd/archiving_dtd/1.0/dtd/checksum.md5 +83 -0
  16. data/lib/dtd/archiving_dtd/1.0/dtd/common.ent +1609 -0
  17. data/lib/dtd/archiving_dtd/1.0/dtd/display.ent +988 -0
  18. data/lib/dtd/archiving_dtd/1.0/dtd/format.ent +403 -0
  19. data/lib/dtd/archiving_dtd/1.0/dtd/htmltable.dtd +334 -0
  20. data/lib/dtd/archiving_dtd/1.0/dtd/isoamsa.ent +173 -0
  21. data/lib/dtd/archiving_dtd/1.0/dtd/isoamsb.ent +146 -0
  22. data/lib/dtd/archiving_dtd/1.0/dtd/isoamsc.ent +49 -0
  23. data/lib/dtd/archiving_dtd/1.0/dtd/isoamsn.ent +117 -0
  24. data/lib/dtd/archiving_dtd/1.0/dtd/isoamso.ent +77 -0
  25. data/lib/dtd/archiving_dtd/1.0/dtd/isoamsr.ent +205 -0
  26. data/lib/dtd/archiving_dtd/1.0/dtd/isobox.ent +67 -0
  27. data/lib/dtd/archiving_dtd/1.0/dtd/isocyr1.ent +94 -0
  28. data/lib/dtd/archiving_dtd/1.0/dtd/isocyr2.ent +53 -0
  29. data/lib/dtd/archiving_dtd/1.0/dtd/isodia.ent +41 -0
  30. data/lib/dtd/archiving_dtd/1.0/dtd/isogrk1.ent +1 -1
  31. data/lib/dtd/archiving_dtd/1.0/dtd/isogrk2.ent +1 -1
  32. data/lib/dtd/archiving_dtd/1.0/dtd/isogrk3.ent +70 -0
  33. data/lib/dtd/archiving_dtd/1.0/dtd/isogrk4.ent +1 -1
  34. data/lib/dtd/archiving_dtd/1.0/dtd/isolat1.ent +89 -0
  35. data/lib/dtd/archiving_dtd/1.0/dtd/isolat2.ent +148 -0
  36. data/lib/dtd/archiving_dtd/1.0/dtd/isomfrk.ent +79 -0
  37. data/lib/dtd/archiving_dtd/1.0/dtd/isomopf.ent +53 -0
  38. data/lib/dtd/archiving_dtd/1.0/dtd/isomscr.ent +79 -0
  39. data/lib/dtd/archiving_dtd/1.0/dtd/isonum.ent +103 -0
  40. data/lib/dtd/archiving_dtd/1.0/dtd/isopub.ent +110 -0
  41. data/lib/dtd/archiving_dtd/1.0/dtd/isotech.ent +183 -0
  42. data/lib/dtd/archiving_dtd/1.0/dtd/journalmeta.ent +269 -0
  43. data/lib/dtd/archiving_dtd/1.0/dtd/link.ent +417 -0
  44. data/lib/dtd/archiving_dtd/1.0/dtd/list.ent +361 -0
  45. data/lib/dtd/archiving_dtd/1.0/dtd/math.ent +220 -0
  46. data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mathml2-qname-1.mod +275 -0
  47. data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mmlalias.ent +564 -0
  48. data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mmlextra.ent +128 -0
  49. data/lib/dtd/archiving_dtd/1.0/dtd/mathml2-qname-1.mod +275 -0
  50. data/lib/dtd/archiving_dtd/1.0/dtd/mathml2.dtd +1960 -0
  51. data/lib/dtd/archiving_dtd/1.0/dtd/mathmlsetup.ent +141 -0
  52. data/lib/dtd/archiving_dtd/1.0/dtd/mmlalias.ent +564 -0
  53. data/lib/dtd/archiving_dtd/1.0/dtd/mmlextra.ent +128 -0
  54. data/lib/dtd/archiving_dtd/1.0/dtd/modules.ent +344 -0
  55. data/lib/dtd/archiving_dtd/1.0/dtd/notat.ent +147 -0
  56. data/lib/dtd/archiving_dtd/1.0/dtd/oasis-exchange.ent +354 -0
  57. data/lib/dtd/archiving_dtd/1.0/dtd/oasis-tablesetup.ent +258 -0
  58. data/lib/dtd/archiving_dtd/1.0/dtd/para.ent +320 -0
  59. data/lib/dtd/archiving_dtd/1.0/dtd/phrase.ent +213 -0
  60. data/lib/dtd/archiving_dtd/1.0/dtd/readme.txt +247 -0
  61. data/lib/dtd/archiving_dtd/1.0/dtd/references.ent +559 -0
  62. data/lib/dtd/archiving_dtd/1.0/dtd/sampleminimal.xml +5 -0
  63. data/lib/dtd/archiving_dtd/1.0/dtd/samplesmall.xml +84 -0
  64. data/lib/dtd/archiving_dtd/1.0/dtd/section.ent +205 -0
  65. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsa.ent +173 -0
  66. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsb.ent +146 -0
  67. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsc.ent +49 -0
  68. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsn.ent +117 -0
  69. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamso.ent +77 -0
  70. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsr.ent +205 -0
  71. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isobox.ent +67 -0
  72. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isocyr1.ent +94 -0
  73. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isocyr2.ent +53 -0
  74. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isodia.ent +41 -0
  75. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk1.ent +1 -1
  76. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk2.ent +1 -1
  77. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk3.ent +70 -0
  78. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk4.ent +1 -1
  79. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isolat1.ent +89 -0
  80. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isolat2.ent +148 -0
  81. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomfrk.ent +79 -0
  82. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomopf.ent +53 -0
  83. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomscr.ent +79 -0
  84. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isonum.ent +103 -0
  85. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isopub.ent +110 -0
  86. data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isotech.ent +183 -0
  87. data/lib/dtd/archiving_dtd/1.0/dtd/xmlspecchars.ent +274 -0
  88. data/lib/dtd/archiving_dtd/1.1/dtd/XHTMLtablesetup.ent +289 -0
  89. data/lib/dtd/archiving_dtd/1.1/dtd/archivearticle.dtd +819 -0
  90. data/lib/dtd/archiving_dtd/1.1/dtd/archivecustomize.ent +597 -0
  91. data/lib/dtd/archiving_dtd/1.1/dtd/articlemeta.ent +1464 -0
  92. data/lib/dtd/archiving_dtd/1.1/dtd/backmatter.ent +216 -0
  93. data/lib/dtd/archiving_dtd/1.1/dtd/catalog.ent +76 -0
  94. data/lib/dtd/archiving_dtd/1.1/dtd/chars.ent +340 -0
  95. data/lib/dtd/archiving_dtd/1.1/dtd/common.ent +1674 -0
  96. data/lib/dtd/archiving_dtd/1.1/dtd/display.ent +1334 -0
  97. data/lib/dtd/archiving_dtd/1.1/dtd/format.ent +401 -0
  98. data/lib/dtd/archiving_dtd/1.1/dtd/htmltable.dtd +334 -0
  99. data/lib/dtd/archiving_dtd/1.1/dtd/journalmeta.ent +283 -0
  100. data/lib/dtd/archiving_dtd/1.1/dtd/link.ent +475 -0
  101. data/lib/dtd/archiving_dtd/1.1/dtd/list.ent +416 -0
  102. data/lib/dtd/archiving_dtd/1.1/dtd/math.ent +288 -0
  103. data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mathml2-qname-1.mod +1 -3
  104. data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mmlalias.ent +1 -1
  105. data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mmlextra.ent +1 -1
  106. data/lib/dtd/archiving_dtd/1.1/dtd/mathml2.dtd +1960 -0
  107. data/lib/dtd/archiving_dtd/1.1/dtd/mathmlsetup.ent +171 -0
  108. data/lib/dtd/archiving_dtd/1.1/dtd/modules.ent +349 -0
  109. data/lib/dtd/archiving_dtd/1.1/dtd/notat.ent +147 -0
  110. data/lib/dtd/archiving_dtd/1.1/dtd/oasis-exchange.ent +354 -0
  111. data/lib/dtd/archiving_dtd/1.1/dtd/oasis-tablesetup.ent +298 -0
  112. data/lib/dtd/archiving_dtd/1.1/dtd/para.ent +368 -0
  113. data/lib/dtd/archiving_dtd/1.1/dtd/phrase.ent +244 -0
  114. data/lib/dtd/archiving_dtd/1.1/dtd/references.ent +560 -0
  115. data/lib/dtd/archiving_dtd/1.1/dtd/section.ent +202 -0
  116. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsa.ent +1 -1
  117. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsb.ent +1 -1
  118. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsc.ent +1 -1
  119. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsn.ent +1 -1
  120. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamso.ent +1 -1
  121. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsr.ent +1 -1
  122. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isobox.ent +1 -1
  123. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isocyr1.ent +1 -1
  124. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isocyr2.ent +1 -1
  125. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isodia.ent +1 -1
  126. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk1.ent +1 -1
  127. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk2.ent +1 -1
  128. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk3.ent +1 -1
  129. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk4.ent +1 -1
  130. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isolat1.ent +1 -1
  131. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isolat2.ent +1 -1
  132. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomfrk.ent +1 -1
  133. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomopf.ent +1 -1
  134. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomscr.ent +1 -1
  135. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isonum.ent +1 -1
  136. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isopub.ent +1 -1
  137. data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isotech.ent +1 -1
  138. data/lib/dtd/archiving_dtd/1.1/dtd/xmlspecchars.ent +274 -0
  139. data/lib/dtd/archiving_dtd/2.0/dtd/Readme.txt +225 -0
  140. data/lib/dtd/archiving_dtd/2.0/dtd/XHTMLtablesetup.ent +309 -0
  141. data/lib/dtd/archiving_dtd/2.0/dtd/archivearticle.dtd +952 -0
  142. data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-classes.ent +157 -0
  143. data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-mixes.ent +306 -0
  144. data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-models.ent +756 -0
  145. data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-modules.ent +116 -0
  146. data/lib/dtd/archiving_dtd/2.0/dtd/articlemeta.ent +1811 -0
  147. data/lib/dtd/archiving_dtd/2.0/dtd/backmatter.ent +277 -0
  148. data/lib/dtd/archiving_dtd/2.0/dtd/catalog.ent +115 -0
  149. data/lib/dtd/archiving_dtd/2.0/dtd/chars.ent +359 -0
  150. data/lib/dtd/archiving_dtd/2.0/dtd/common.ent +2790 -0
  151. data/lib/dtd/archiving_dtd/2.0/dtd/default-classes.ent +704 -0
  152. data/lib/dtd/archiving_dtd/2.0/dtd/default-mixes.ent +357 -0
  153. data/lib/dtd/archiving_dtd/2.0/dtd/display.ent +1468 -0
  154. data/lib/dtd/archiving_dtd/2.0/dtd/format.ent +412 -0
  155. data/lib/dtd/archiving_dtd/2.0/dtd/htmltable.dtd +334 -0
  156. data/lib/dtd/archiving_dtd/2.0/dtd/journalmeta.ent +341 -0
  157. data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-classes.ent +200 -0
  158. data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-mixes.ent +207 -0
  159. data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-models.ent +859 -0
  160. data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-modules.ent +125 -0
  161. data/lib/dtd/archiving_dtd/2.0/dtd/journalpublishing.dtd +955 -0
  162. data/lib/dtd/archiving_dtd/2.0/dtd/link.ent +510 -0
  163. data/lib/dtd/archiving_dtd/2.0/dtd/list.ent +465 -0
  164. data/lib/dtd/archiving_dtd/2.0/dtd/math.ent +329 -0
  165. data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mathml2-qname-1.mod +1 -3
  166. data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mmlalias.ent +1 -1
  167. data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mmlextra.ent +1 -1
  168. data/lib/dtd/archiving_dtd/2.0/dtd/mathml2.dtd +1960 -0
  169. data/lib/dtd/archiving_dtd/2.0/dtd/mathmlsetup.ent +191 -0
  170. data/lib/dtd/archiving_dtd/2.0/dtd/modules.ent +417 -0
  171. data/lib/dtd/archiving_dtd/2.0/dtd/nlmcitation.ent +124 -0
  172. data/lib/dtd/archiving_dtd/2.0/dtd/notat.ent +172 -0
  173. data/lib/dtd/archiving_dtd/2.0/dtd/oasis-exchange.ent +354 -0
  174. data/lib/dtd/archiving_dtd/2.0/dtd/oasis-tablesetup.ent +308 -0
  175. data/lib/dtd/archiving_dtd/2.0/dtd/para.ent +420 -0
  176. data/lib/dtd/archiving_dtd/2.0/dtd/phrase.ent +278 -0
  177. data/lib/dtd/archiving_dtd/2.0/dtd/references.ent +726 -0
  178. data/lib/dtd/archiving_dtd/2.0/dtd/samplesmall-green.xml +1 -0
  179. data/lib/dtd/archiving_dtd/2.0/dtd/samplesmall-pub.xml +1 -0
  180. data/lib/dtd/archiving_dtd/2.0/dtd/section.ent +220 -0
  181. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsa.ent +1 -1
  182. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsb.ent +1 -1
  183. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsc.ent +1 -1
  184. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsn.ent +1 -1
  185. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamso.ent +1 -1
  186. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsr.ent +1 -1
  187. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isobox.ent +1 -1
  188. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isocyr1.ent +1 -1
  189. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isocyr2.ent +1 -1
  190. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isodia.ent +1 -1
  191. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk1.ent +1 -1
  192. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk2.ent +1 -1
  193. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk3.ent +1 -1
  194. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk4.ent +1 -1
  195. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isolat1.ent +1 -1
  196. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isolat2.ent +1 -1
  197. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomfrk.ent +1 -1
  198. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomopf.ent +1 -1
  199. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomscr.ent +1 -1
  200. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isonum.ent +97 -0
  201. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isopub.ent +1 -1
  202. data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isotech.ent +1 -1
  203. data/lib/dtd/archiving_dtd/2.0/dtd/xmlspecchars.ent +290 -0
  204. data/lib/dtd/archiving_dtd/2.1/dtd/ArchiveReadme.txt +283 -0
  205. data/lib/dtd/archiving_dtd/2.1/dtd/XHTMLtablesetup.ent +320 -0
  206. data/lib/dtd/archiving_dtd/2.1/dtd/archivearticle.dtd +981 -0
  207. data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-classes.ent +173 -0
  208. data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-mixes.ent +317 -0
  209. data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-models.ent +777 -0
  210. data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-modules.ent +125 -0
  211. data/lib/dtd/archiving_dtd/2.1/dtd/articlemeta.ent +1816 -0
  212. data/lib/dtd/archiving_dtd/2.1/dtd/backmatter.ent +288 -0
  213. data/lib/dtd/archiving_dtd/2.1/dtd/catalog-v2.xml +577 -0
  214. data/lib/dtd/archiving_dtd/2.1/dtd/catalog.ent +179 -0
  215. data/lib/dtd/archiving_dtd/2.1/dtd/chars.ent +359 -0
  216. data/lib/dtd/archiving_dtd/2.1/dtd/common.ent +2991 -0
  217. data/lib/dtd/archiving_dtd/2.1/dtd/default-classes.ent +738 -0
  218. data/lib/dtd/archiving_dtd/2.1/dtd/default-mixes.ent +368 -0
  219. data/lib/dtd/archiving_dtd/2.1/dtd/display.ent +1480 -0
  220. data/lib/dtd/archiving_dtd/2.1/dtd/format.ent +412 -0
  221. data/lib/dtd/archiving_dtd/2.1/dtd/htmltable.dtd +334 -0
  222. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isobox.ent +61 -0
  223. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isocyr1.ent +88 -0
  224. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isocyr2.ent +47 -0
  225. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isodia.ent +35 -0
  226. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isolat1.ent +83 -0
  227. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isolat2.ent +142 -0
  228. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isonum.ent +97 -0
  229. data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isopub.ent +105 -0
  230. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsa.ent +167 -0
  231. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsb.ent +143 -0
  232. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsc.ent +43 -0
  233. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsn.ent +114 -0
  234. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamso.ent +73 -0
  235. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsr.ent +204 -0
  236. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isogrk3.ent +64 -0
  237. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomfrk.ent +75 -0
  238. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomopf.ent +49 -0
  239. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomscr.ent +75 -0
  240. data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isotech.ent +182 -0
  241. data/lib/dtd/archiving_dtd/2.1/dtd/journalmeta.ent +328 -0
  242. data/lib/dtd/archiving_dtd/2.1/dtd/link.ent +521 -0
  243. data/lib/dtd/archiving_dtd/2.1/dtd/list.ent +496 -0
  244. data/lib/dtd/archiving_dtd/2.1/dtd/math.ent +328 -0
  245. data/lib/dtd/archiving_dtd/2.1/dtd/mathml/mmlalias.ent +564 -0
  246. data/lib/dtd/archiving_dtd/2.1/dtd/mathml/mmlextra.ent +122 -0
  247. data/lib/dtd/archiving_dtd/2.1/dtd/mathml2-qname-1.mod +286 -0
  248. data/lib/dtd/archiving_dtd/2.1/dtd/mathml2.dtd +2206 -0
  249. data/lib/dtd/archiving_dtd/2.1/dtd/mathmlsetup.ent +280 -0
  250. data/lib/dtd/archiving_dtd/2.1/dtd/modules.ent +438 -0
  251. data/lib/dtd/archiving_dtd/2.1/dtd/notat.ent +172 -0
  252. data/lib/dtd/archiving_dtd/2.1/dtd/oasis-exchange.ent +354 -0
  253. data/lib/dtd/archiving_dtd/2.1/dtd/oasis-tablesetup.ent +308 -0
  254. data/lib/dtd/archiving_dtd/2.1/dtd/para.ent +445 -0
  255. data/lib/dtd/archiving_dtd/2.1/dtd/phrase.ent +278 -0
  256. data/lib/dtd/archiving_dtd/2.1/dtd/references.ent +741 -0
  257. data/lib/dtd/archiving_dtd/2.1/dtd/sample-archiv-mathml.xml +450 -0
  258. data/lib/dtd/archiving_dtd/2.1/dtd/samplesmall-archiv.xml +1 -0
  259. data/lib/dtd/archiving_dtd/2.1/dtd/section.ent +222 -0
  260. data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk1.ent +70 -0
  261. data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk2.ent +41 -0
  262. data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk4.ent +66 -0
  263. data/lib/dtd/archiving_dtd/2.1/dtd/xmlspecchars.ent +332 -0
  264. data/lib/dtd/archiving_dtd/2.2/dtd/XHTMLtablesetup.ent +320 -0
  265. data/lib/dtd/archiving_dtd/2.2/dtd/annotation.ent +267 -0
  266. data/lib/dtd/archiving_dtd/2.2/dtd/archivearticle.dtd +1107 -0
  267. data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-classes.ent +173 -0
  268. data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-mixes.ent +317 -0
  269. data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-models.ent +811 -0
  270. data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-modules.ent +125 -0
  271. data/lib/dtd/archiving_dtd/2.2/dtd/articlemeta.ent +1832 -0
  272. data/lib/dtd/archiving_dtd/2.2/dtd/backmatter.ent +289 -0
  273. data/lib/dtd/archiving_dtd/2.2/dtd/catalog-v2.xml +590 -0
  274. data/lib/dtd/archiving_dtd/2.2/dtd/catalog.ent +183 -0
  275. data/lib/dtd/archiving_dtd/2.2/dtd/chars.ent +359 -0
  276. data/lib/dtd/archiving_dtd/2.2/dtd/common.ent +3121 -0
  277. data/lib/dtd/archiving_dtd/2.2/dtd/default-classes.ent +775 -0
  278. data/lib/dtd/archiving_dtd/2.2/dtd/default-mixes.ent +368 -0
  279. data/lib/dtd/archiving_dtd/2.2/dtd/display.ent +1515 -0
  280. data/lib/dtd/archiving_dtd/2.2/dtd/format.ent +412 -0
  281. data/lib/dtd/archiving_dtd/2.2/dtd/htmltable.dtd +334 -0
  282. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isobox.ent +61 -0
  283. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isocyr1.ent +88 -0
  284. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isocyr2.ent +47 -0
  285. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isodia.ent +35 -0
  286. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isolat1.ent +83 -0
  287. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isolat2.ent +142 -0
  288. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isonum.ent +97 -0
  289. data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isopub.ent +105 -0
  290. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsa.ent +167 -0
  291. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsb.ent +143 -0
  292. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsc.ent +43 -0
  293. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsn.ent +114 -0
  294. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamso.ent +73 -0
  295. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsr.ent +204 -0
  296. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isogrk3.ent +64 -0
  297. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomfrk.ent +75 -0
  298. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomopf.ent +49 -0
  299. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomscr.ent +75 -0
  300. data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isotech.ent +182 -0
  301. data/lib/dtd/archiving_dtd/2.2/dtd/journalmeta.ent +325 -0
  302. data/lib/dtd/archiving_dtd/2.2/dtd/link.ent +523 -0
  303. data/lib/dtd/archiving_dtd/2.2/dtd/list.ent +496 -0
  304. data/lib/dtd/archiving_dtd/2.2/dtd/math.ent +336 -0
  305. data/lib/dtd/archiving_dtd/2.2/dtd/mathml/mmlalias.ent +564 -0
  306. data/lib/dtd/archiving_dtd/2.2/dtd/mathml/mmlextra.ent +122 -0
  307. data/lib/dtd/archiving_dtd/2.2/dtd/mathml2-qname-1.mod +286 -0
  308. data/lib/dtd/archiving_dtd/2.2/dtd/mathml2.dtd +2206 -0
  309. data/lib/dtd/archiving_dtd/2.2/dtd/mathmlsetup.ent +280 -0
  310. data/lib/dtd/archiving_dtd/2.2/dtd/modules.ent +438 -0
  311. data/lib/dtd/archiving_dtd/2.2/dtd/nlmcitation.ent +124 -0
  312. data/lib/dtd/archiving_dtd/2.2/dtd/notat.ent +172 -0
  313. data/lib/dtd/archiving_dtd/2.2/dtd/oasis-exchange.ent +354 -0
  314. data/lib/dtd/archiving_dtd/2.2/dtd/oasis-tablesetup.ent +308 -0
  315. data/lib/dtd/archiving_dtd/2.2/dtd/para.ent +469 -0
  316. data/lib/dtd/archiving_dtd/2.2/dtd/phrase.ent +278 -0
  317. data/lib/dtd/archiving_dtd/2.2/dtd/references.ent +756 -0
  318. data/lib/dtd/archiving_dtd/2.2/dtd/sampleGreen-UGLY.xml +1696 -0
  319. data/lib/dtd/archiving_dtd/2.2/dtd/section.ent +246 -0
  320. data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk1.ent +70 -0
  321. data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk2.ent +41 -0
  322. data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk4.ent +66 -0
  323. data/lib/dtd/archiving_dtd/2.2/dtd/xmlspecchars.ent +332 -0
  324. data/lib/dtd/archiving_dtd/2.3/dtd/XHTMLtablesetup.ent +372 -0
  325. data/lib/dtd/archiving_dtd/2.3/dtd/annotation.ent +274 -0
  326. data/lib/dtd/archiving_dtd/2.3/dtd/archivearticle.dtd +1175 -0
  327. data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-classes.ent +250 -0
  328. data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-mixes.ent +338 -0
  329. data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-models.ent +1063 -0
  330. data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-modules.ent +155 -0
  331. data/lib/dtd/archiving_dtd/2.3/dtd/articlemeta.ent +1991 -0
  332. data/lib/dtd/archiving_dtd/2.3/dtd/backmatter.ent +387 -0
  333. data/lib/dtd/archiving_dtd/2.3/dtd/catalog-v2.xml +618 -0
  334. data/lib/dtd/archiving_dtd/2.3/dtd/catalog.ent +199 -0
  335. data/lib/dtd/archiving_dtd/2.3/dtd/chars.ent +369 -0
  336. data/lib/dtd/archiving_dtd/2.3/dtd/common.ent +4179 -0
  337. data/lib/dtd/archiving_dtd/2.3/dtd/default-classes.ent +916 -0
  338. data/lib/dtd/archiving_dtd/2.3/dtd/default-mixes.ent +378 -0
  339. data/lib/dtd/archiving_dtd/2.3/dtd/display.ent +1637 -0
  340. data/lib/dtd/archiving_dtd/2.3/dtd/format.ent +440 -0
  341. data/lib/dtd/archiving_dtd/2.3/dtd/htmltable.dtd +334 -0
  342. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isobox.ent +61 -0
  343. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isocyr1.ent +88 -0
  344. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isocyr2.ent +47 -0
  345. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isodia.ent +35 -0
  346. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isolat1.ent +83 -0
  347. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isolat2.ent +142 -0
  348. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isonum.ent +97 -0
  349. data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isopub.ent +105 -0
  350. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsa.ent +167 -0
  351. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsb.ent +143 -0
  352. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsc.ent +43 -0
  353. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsn.ent +114 -0
  354. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamso.ent +73 -0
  355. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsr.ent +204 -0
  356. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isogrk3.ent +64 -0
  357. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomfrk.ent +75 -0
  358. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomopf.ent +49 -0
  359. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomscr.ent +75 -0
  360. data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isotech.ent +182 -0
  361. data/lib/dtd/archiving_dtd/2.3/dtd/journalmeta.ent +333 -0
  362. data/lib/dtd/archiving_dtd/2.3/dtd/link.ent +545 -0
  363. data/lib/dtd/archiving_dtd/2.3/dtd/list.ent +528 -0
  364. data/lib/dtd/archiving_dtd/2.3/dtd/math.ent +360 -0
  365. data/lib/dtd/archiving_dtd/2.3/dtd/mathml/mmlalias.ent +564 -0
  366. data/lib/dtd/archiving_dtd/2.3/dtd/mathml/mmlextra.ent +122 -0
  367. data/lib/dtd/archiving_dtd/2.3/dtd/mathml2-qname-1.mod +286 -0
  368. data/lib/dtd/archiving_dtd/2.3/dtd/mathml2.dtd +2206 -0
  369. data/lib/dtd/archiving_dtd/2.3/dtd/mathmlsetup.ent +285 -0
  370. data/lib/dtd/archiving_dtd/2.3/dtd/modules.ent +478 -0
  371. data/lib/dtd/archiving_dtd/2.3/dtd/nlmcitation.ent +133 -0
  372. data/lib/dtd/archiving_dtd/2.3/dtd/notat.ent +181 -0
  373. data/lib/dtd/archiving_dtd/2.3/dtd/oasis-exchange.ent +354 -0
  374. data/lib/dtd/archiving_dtd/2.3/dtd/oasis-tablesetup.ent +308 -0
  375. data/lib/dtd/archiving_dtd/2.3/dtd/para.ent +574 -0
  376. data/lib/dtd/archiving_dtd/2.3/dtd/phrase.ent +377 -0
  377. data/lib/dtd/archiving_dtd/2.3/dtd/references.ent +1006 -0
  378. data/lib/dtd/archiving_dtd/2.3/dtd/samplesmall-archive.xml +1 -0
  379. data/lib/dtd/archiving_dtd/2.3/dtd/section.ent +296 -0
  380. data/lib/dtd/archiving_dtd/2.3/dtd/xhtml-inlstyle-1.mod +34 -0
  381. data/lib/dtd/archiving_dtd/2.3/dtd/xhtml-table-1.mod +333 -0
  382. data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk1.ent +70 -0
  383. data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk2.ent +41 -0
  384. data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk4.ent +66 -0
  385. data/lib/dtd/archiving_dtd/2.3/dtd/xmlspecchars.ent +342 -0
  386. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/XHTMLtablesetup.ent +372 -0
  387. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/annotation.ent +274 -0
  388. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIS.dtd +826 -0
  389. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIScustom-classes.ent +105 -0
  390. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIScustom-modules.ent +56 -0
  391. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archivecustom-mixes.ent +338 -0
  392. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archivecustom-models.ent +1063 -0
  393. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/articlemeta.ent +1991 -0
  394. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/backmatter.ent +387 -0
  395. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/catalog-v2.xml +618 -0
  396. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/catalog.ent +199 -0
  397. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/chars.ent +369 -0
  398. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/common.ent +4179 -0
  399. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/default-classes.ent +916 -0
  400. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/default-mixes.ent +378 -0
  401. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/display.ent +1637 -0
  402. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/format.ent +440 -0
  403. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/htmltable.dtd +334 -0
  404. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isobox.ent +61 -0
  405. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isocyr1.ent +88 -0
  406. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isocyr2.ent +47 -0
  407. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isodia.ent +35 -0
  408. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isolat1.ent +83 -0
  409. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isolat2.ent +142 -0
  410. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isonum.ent +97 -0
  411. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isopub.ent +105 -0
  412. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsa.ent +167 -0
  413. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsb.ent +143 -0
  414. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsc.ent +43 -0
  415. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsn.ent +114 -0
  416. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamso.ent +73 -0
  417. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsr.ent +204 -0
  418. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isogrk3.ent +64 -0
  419. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomfrk.ent +75 -0
  420. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomopf.ent +49 -0
  421. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomscr.ent +75 -0
  422. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isotech.ent +182 -0
  423. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/journalmeta.ent +333 -0
  424. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/link.ent +545 -0
  425. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/list.ent +528 -0
  426. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/math.ent +360 -0
  427. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml/mmlalias.ent +564 -0
  428. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml/mmlextra.ent +122 -0
  429. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml2-qname-1.mod +286 -0
  430. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml2.dtd +2206 -0
  431. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathmlsetup.ent +285 -0
  432. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/modules.ent +478 -0
  433. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/nlmcitation.ent +133 -0
  434. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/notat.ent +181 -0
  435. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/oasis-exchange.ent +354 -0
  436. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/oasis-tablesetup.ent +308 -0
  437. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/para.ent +574 -0
  438. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/phrase.ent +377 -0
  439. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/references.ent +1006 -0
  440. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/samplesmall-archive.xml +1 -0
  441. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/section.ent +296 -0
  442. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xhtml-inlstyle-1.mod +34 -0
  443. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xhtml-table-1.mod +333 -0
  444. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk1.ent +70 -0
  445. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk2.ent +41 -0
  446. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk4.ent +66 -0
  447. data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlspecchars.ent +342 -0
  448. data/lib/dtd/archiving_dtd/3.0/dtd/Smallsamples/samplesmall3-archive.xml +226 -0
  449. data/lib/dtd/archiving_dtd/3.0/dtd/XHTMLtablesetup3.ent +284 -0
  450. data/lib/dtd/archiving_dtd/3.0/dtd/annotation3.ent +267 -0
  451. data/lib/dtd/archiving_dtd/3.0/dtd/archivearticle3.dtd +628 -0
  452. data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-classes3.ent +130 -0
  453. data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-mixes3.ent +253 -0
  454. data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-models3.ent +953 -0
  455. data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-modules3.ent +123 -0
  456. data/lib/dtd/archiving_dtd/3.0/dtd/articlemeta3.ent +1368 -0
  457. data/lib/dtd/archiving_dtd/3.0/dtd/backmatter3.ent +275 -0
  458. data/lib/dtd/archiving_dtd/3.0/dtd/base-test3.dtd +714 -0
  459. data/lib/dtd/archiving_dtd/3.0/dtd/catalog-v3.xml +618 -0
  460. data/lib/dtd/archiving_dtd/3.0/dtd/catalog.ent +163 -0
  461. data/lib/dtd/archiving_dtd/3.0/dtd/chars3.ent +365 -0
  462. data/lib/dtd/archiving_dtd/3.0/dtd/common3.ent +2766 -0
  463. data/lib/dtd/archiving_dtd/3.0/dtd/default-classes3.ent +785 -0
  464. data/lib/dtd/archiving_dtd/3.0/dtd/default-mixes3.ent +292 -0
  465. data/lib/dtd/archiving_dtd/3.0/dtd/display3.ent +799 -0
  466. data/lib/dtd/archiving_dtd/3.0/dtd/format3.ent +384 -0
  467. data/lib/dtd/archiving_dtd/3.0/dtd/funding3.ent +342 -0
  468. data/lib/dtd/archiving_dtd/3.0/dtd/htmltable.dtd +334 -0
  469. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isobox.ent +61 -0
  470. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isocyr1.ent +88 -0
  471. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isocyr2.ent +47 -0
  472. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isodia.ent +35 -0
  473. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isolat1.ent +83 -0
  474. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isolat2.ent +142 -0
  475. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isonum.ent +97 -0
  476. data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isopub.ent +105 -0
  477. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsa.ent +167 -0
  478. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsb.ent +143 -0
  479. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsc.ent +43 -0
  480. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsn.ent +114 -0
  481. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamso.ent +73 -0
  482. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsr.ent +204 -0
  483. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isogrk3.ent +64 -0
  484. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomfrk.ent +75 -0
  485. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomopf.ent +49 -0
  486. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomscr.ent +75 -0
  487. data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isotech.ent +182 -0
  488. data/lib/dtd/archiving_dtd/3.0/dtd/journalmeta3.ent +278 -0
  489. data/lib/dtd/archiving_dtd/3.0/dtd/link3.ent +301 -0
  490. data/lib/dtd/archiving_dtd/3.0/dtd/list3.ent +314 -0
  491. data/lib/dtd/archiving_dtd/3.0/dtd/math3.ent +269 -0
  492. data/lib/dtd/archiving_dtd/3.0/dtd/mathml/mmlalias.ent +564 -0
  493. data/lib/dtd/archiving_dtd/3.0/dtd/mathml/mmlextra.ent +122 -0
  494. data/lib/dtd/archiving_dtd/3.0/dtd/mathml2-qname-1.mod +286 -0
  495. data/lib/dtd/archiving_dtd/3.0/dtd/mathml2.dtd +2206 -0
  496. data/lib/dtd/archiving_dtd/3.0/dtd/mathmlsetup3.ent +238 -0
  497. data/lib/dtd/archiving_dtd/3.0/dtd/modules3.ent +414 -0
  498. data/lib/dtd/archiving_dtd/3.0/dtd/nlmcitation3.ent +120 -0
  499. data/lib/dtd/archiving_dtd/3.0/dtd/notat3.ent +164 -0
  500. data/lib/dtd/archiving_dtd/3.0/dtd/para3.ent +354 -0
  501. data/lib/dtd/archiving_dtd/3.0/dtd/phrase3.ent +332 -0
  502. data/lib/dtd/archiving_dtd/3.0/dtd/references3.ent +758 -0
  503. data/lib/dtd/archiving_dtd/3.0/dtd/related-object3.ent +130 -0
  504. data/lib/dtd/archiving_dtd/3.0/dtd/section3.ent +198 -0
  505. data/lib/dtd/archiving_dtd/3.0/dtd/xhtml-inlstyle-1.mod +34 -0
  506. data/lib/dtd/archiving_dtd/3.0/dtd/xhtml-table-1.mod +333 -0
  507. data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk1.ent +70 -0
  508. data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk2.ent +41 -0
  509. data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk4.ent +66 -0
  510. data/lib/dtd/archiving_dtd/3.0/dtd/xmlspecchars3.ent +300 -0
  511. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/Smallsamples/samplesmall3-oasis.xml +1 -0
  512. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/XHTMLtablesetup3.ent +284 -0
  513. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/annotation3.ent +267 -0
  514. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-article3.dtd +616 -0
  515. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-classes3.ent +170 -0
  516. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-mixes3.ent +260 -0
  517. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-modules3.ent +129 -0
  518. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archivecustom-models3.ent +953 -0
  519. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/articlemeta3.ent +1368 -0
  520. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/backmatter3.ent +275 -0
  521. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/base-test3.dtd +714 -0
  522. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/catalog-v3.xml +618 -0
  523. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/catalog.ent +163 -0
  524. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/chars3.ent +365 -0
  525. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/common3.ent +2766 -0
  526. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/default-classes3.ent +785 -0
  527. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/default-mixes3.ent +292 -0
  528. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/display3.ent +799 -0
  529. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/format3.ent +384 -0
  530. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/funding3.ent +342 -0
  531. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/htmltable.dtd +334 -0
  532. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isobox.ent +61 -0
  533. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isocyr1.ent +88 -0
  534. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isocyr2.ent +47 -0
  535. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isodia.ent +35 -0
  536. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isolat1.ent +83 -0
  537. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isolat2.ent +142 -0
  538. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isonum.ent +97 -0
  539. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isopub.ent +105 -0
  540. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsa.ent +167 -0
  541. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsb.ent +143 -0
  542. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsc.ent +43 -0
  543. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsn.ent +114 -0
  544. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamso.ent +73 -0
  545. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsr.ent +204 -0
  546. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isogrk3.ent +64 -0
  547. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomfrk.ent +75 -0
  548. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomopf.ent +49 -0
  549. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomscr.ent +75 -0
  550. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isotech.ent +182 -0
  551. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/journalmeta3.ent +278 -0
  552. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/link3.ent +301 -0
  553. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/list3.ent +314 -0
  554. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/math3.ent +269 -0
  555. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml/mmlalias.ent +564 -0
  556. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml/mmlextra.ent +122 -0
  557. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml2-qname-1.mod +286 -0
  558. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml2.dtd +2206 -0
  559. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathmlsetup3.ent +238 -0
  560. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/modules3.ent +414 -0
  561. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/nlmcitation3.ent +120 -0
  562. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/notat3.ent +164 -0
  563. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/oasis-exchange.ent +373 -0
  564. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/oasis-tablesetup3.ent +261 -0
  565. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/para3.ent +354 -0
  566. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/phrase3.ent +332 -0
  567. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/references3.ent +758 -0
  568. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/related-object3.ent +130 -0
  569. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/section3.ent +198 -0
  570. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xhtml-inlstyle-1.mod +34 -0
  571. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xhtml-table-1.mod +333 -0
  572. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk1.ent +70 -0
  573. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk2.ent +41 -0
  574. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk4.ent +66 -0
  575. data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlspecchars3.ent +300 -0
  576. data/lib/dtd/atypon/2.2/dtd/XHTMLtablesetup.ent +320 -0
  577. data/lib/dtd/atypon/2.2/dtd/annotation.ent +267 -0
  578. data/lib/dtd/atypon/2.2/dtd/archivearticle.dtd +1116 -0
  579. data/lib/dtd/atypon/2.2/dtd/archivecustom-classes.ent +173 -0
  580. data/lib/dtd/atypon/2.2/dtd/archivecustom-mixes.ent +317 -0
  581. data/lib/dtd/atypon/2.2/dtd/archivecustom-models.ent +818 -0
  582. data/lib/dtd/atypon/2.2/dtd/archivecustom-modules.ent +125 -0
  583. data/lib/dtd/atypon/2.2/dtd/articlemeta.ent +1883 -0
  584. data/lib/dtd/atypon/2.2/dtd/atypon-archivearticle.dtd +1116 -0
  585. data/lib/dtd/atypon/2.2/dtd/backmatter.ent +289 -0
  586. data/lib/dtd/atypon/2.2/dtd/catalog-v2.xml +590 -0
  587. data/lib/dtd/atypon/2.2/dtd/catalog.ent +183 -0
  588. data/lib/dtd/atypon/2.2/dtd/chars.ent +359 -0
  589. data/lib/dtd/atypon/2.2/dtd/common.ent +3230 -0
  590. data/lib/dtd/atypon/2.2/dtd/default-classes.ent +784 -0
  591. data/lib/dtd/atypon/2.2/dtd/default-mixes.ent +368 -0
  592. data/lib/dtd/atypon/2.2/dtd/display.ent +1528 -0
  593. data/lib/dtd/atypon/2.2/dtd/format.ent +418 -0
  594. data/lib/dtd/atypon/2.2/dtd/htmltable.dtd +334 -0
  595. data/lib/dtd/atypon/2.2/dtd/iso8879/isobox.ent +61 -0
  596. data/lib/dtd/atypon/2.2/dtd/iso8879/isocyr1.ent +88 -0
  597. data/lib/dtd/atypon/2.2/dtd/iso8879/isocyr2.ent +47 -0
  598. data/lib/dtd/atypon/2.2/dtd/iso8879/isodia.ent +35 -0
  599. data/lib/dtd/atypon/2.2/dtd/iso8879/isolat1.ent +83 -0
  600. data/lib/dtd/atypon/2.2/dtd/iso8879/isolat2.ent +142 -0
  601. data/lib/dtd/atypon/2.2/dtd/iso8879/isonum.ent +97 -0
  602. data/lib/dtd/atypon/2.2/dtd/iso8879/isopub.ent +105 -0
  603. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsa.ent +167 -0
  604. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsb.ent +143 -0
  605. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsc.ent +43 -0
  606. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsn.ent +114 -0
  607. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamso.ent +73 -0
  608. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsr.ent +204 -0
  609. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isogrk3.ent +64 -0
  610. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomfrk.ent +75 -0
  611. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomopf.ent +49 -0
  612. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomscr.ent +75 -0
  613. data/lib/dtd/atypon/2.2/dtd/iso9573-13/isotech.ent +182 -0
  614. data/lib/dtd/atypon/2.2/dtd/issue.xml +226 -0
  615. data/lib/dtd/atypon/2.2/dtd/issuexml.dtd +236 -0
  616. data/lib/dtd/atypon/2.2/dtd/journalmeta.ent +326 -0
  617. data/lib/dtd/atypon/2.2/dtd/link.ent +523 -0
  618. data/lib/dtd/atypon/2.2/dtd/list.ent +496 -0
  619. data/lib/dtd/atypon/2.2/dtd/math.ent +336 -0
  620. data/lib/dtd/atypon/2.2/dtd/mathml/mmlalias.ent +564 -0
  621. data/lib/dtd/atypon/2.2/dtd/mathml/mmlextra.ent +122 -0
  622. data/lib/dtd/atypon/2.2/dtd/mathml2-qname-1.mod +286 -0
  623. data/lib/dtd/atypon/2.2/dtd/mathml2.dtd +2206 -0
  624. data/lib/dtd/atypon/2.2/dtd/mathmlsetup.ent +280 -0
  625. data/lib/dtd/atypon/2.2/dtd/modules.ent +445 -0
  626. data/lib/dtd/atypon/2.2/dtd/nlmcitation.ent +124 -0
  627. data/lib/dtd/atypon/2.2/dtd/notat.ent +176 -0
  628. data/lib/dtd/atypon/2.2/dtd/oasis-exchange.ent +368 -0
  629. data/lib/dtd/atypon/2.2/dtd/oasis-tablesetup.ent +308 -0
  630. data/lib/dtd/atypon/2.2/dtd/para.ent +469 -0
  631. data/lib/dtd/atypon/2.2/dtd/phrase.ent +278 -0
  632. data/lib/dtd/atypon/2.2/dtd/references.ent +760 -0
  633. data/lib/dtd/atypon/2.2/dtd/section.ent +327 -0
  634. data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk1.ent +70 -0
  635. data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk2.ent +41 -0
  636. data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk4.ent +66 -0
  637. data/lib/dtd/atypon/2.2/dtd/xmlspecchars.ent +332 -0
  638. data/lib/dtd/atypon/3.0.0/dtd/XHTMLtablesetup3.ent +284 -0
  639. data/lib/dtd/atypon/3.0.0/dtd/annotation3.ent +266 -0
  640. data/lib/dtd/atypon/3.0.0/dtd/articlemeta3.ent +1368 -0
  641. data/lib/dtd/atypon/3.0.0/dtd/atypon-archivearticle3.dtd +636 -0
  642. data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-classes3.ent +166 -0
  643. data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-mixes3.ent +253 -0
  644. data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-models3.ent +987 -0
  645. data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-modules3.ent +123 -0
  646. data/lib/dtd/atypon/3.0.0/dtd/atypon-elements.ent +207 -0
  647. data/lib/dtd/atypon/3.0.0/dtd/backmatter3.ent +275 -0
  648. data/lib/dtd/atypon/3.0.0/dtd/base-test3.dtd +714 -0
  649. data/lib/dtd/atypon/3.0.0/dtd/catalog-v3.xml +618 -0
  650. data/lib/dtd/atypon/3.0.0/dtd/catalog.ent +163 -0
  651. data/lib/dtd/atypon/3.0.0/dtd/chars3.ent +365 -0
  652. data/lib/dtd/atypon/3.0.0/dtd/common3.ent +2771 -0
  653. data/lib/dtd/atypon/3.0.0/dtd/default-classes3.ent +785 -0
  654. data/lib/dtd/atypon/3.0.0/dtd/default-mixes3.ent +292 -0
  655. data/lib/dtd/atypon/3.0.0/dtd/display3.ent +799 -0
  656. data/lib/dtd/atypon/3.0.0/dtd/format3.ent +384 -0
  657. data/lib/dtd/atypon/3.0.0/dtd/funding3.ent +342 -0
  658. data/lib/dtd/atypon/3.0.0/dtd/htmltable.dtd +334 -0
  659. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isobox.ent +61 -0
  660. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isocyr1.ent +88 -0
  661. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isocyr2.ent +47 -0
  662. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isodia.ent +35 -0
  663. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isolat1.ent +83 -0
  664. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isolat2.ent +142 -0
  665. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isonum.ent +97 -0
  666. data/lib/dtd/atypon/3.0.0/dtd/iso8879/isopub.ent +105 -0
  667. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsa.ent +167 -0
  668. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsb.ent +143 -0
  669. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsc.ent +43 -0
  670. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsn.ent +114 -0
  671. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamso.ent +73 -0
  672. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsr.ent +204 -0
  673. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isogrk3.ent +64 -0
  674. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomfrk.ent +75 -0
  675. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomopf.ent +49 -0
  676. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomscr.ent +75 -0
  677. data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isotech.ent +182 -0
  678. data/lib/dtd/atypon/3.0.0/dtd/issuexml.dtd +262 -0
  679. data/lib/dtd/atypon/3.0.0/dtd/journalmeta3.ent +278 -0
  680. data/lib/dtd/atypon/3.0.0/dtd/link3.ent +301 -0
  681. data/lib/dtd/atypon/3.0.0/dtd/list3.ent +314 -0
  682. data/lib/dtd/atypon/3.0.0/dtd/math3.ent +269 -0
  683. data/lib/dtd/atypon/3.0.0/dtd/mathml/mmlalias.ent +564 -0
  684. data/lib/dtd/atypon/3.0.0/dtd/mathml/mmlextra.ent +122 -0
  685. data/lib/dtd/atypon/3.0.0/dtd/mathml2-qname-1.mod +286 -0
  686. data/lib/dtd/atypon/3.0.0/dtd/mathml2.dtd +2206 -0
  687. data/lib/dtd/atypon/3.0.0/dtd/mathmlsetup3.ent +238 -0
  688. data/lib/dtd/atypon/3.0.0/dtd/modules3.ent +414 -0
  689. data/lib/dtd/atypon/3.0.0/dtd/nlmcitation3.ent +120 -0
  690. data/lib/dtd/atypon/3.0.0/dtd/notat3.ent +164 -0
  691. data/lib/dtd/atypon/3.0.0/dtd/oasis-exchange.ent +383 -0
  692. data/lib/dtd/atypon/3.0.0/dtd/oasis-tablesetup3.ent +261 -0
  693. data/lib/dtd/atypon/3.0.0/dtd/para3.ent +354 -0
  694. data/lib/dtd/atypon/3.0.0/dtd/phrase3.ent +332 -0
  695. data/lib/dtd/atypon/3.0.0/dtd/references3.ent +758 -0
  696. data/lib/dtd/atypon/3.0.0/dtd/related-object3.ent +130 -0
  697. data/lib/dtd/atypon/3.0.0/dtd/section3.ent +198 -0
  698. data/lib/dtd/atypon/3.0.0/dtd/xhtml-inlstyle-1.mod +34 -0
  699. data/lib/dtd/atypon/3.0.0/dtd/xhtml-table-1.mod +333 -0
  700. data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk1.ent +70 -0
  701. data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk2.ent +41 -0
  702. data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk4.ent +66 -0
  703. data/lib/dtd/atypon/3.0.0/dtd/xmlspecchars3.ent +300 -0
  704. data/lib/dtd/atypon/3.0.2/dtd/XHTMLtablesetup3.ent +284 -0
  705. data/lib/dtd/atypon/3.0.2/dtd/annotation3.ent +266 -0
  706. data/lib/dtd/atypon/3.0.2/dtd/articlemeta3.ent +1368 -0
  707. data/lib/dtd/atypon/3.0.2/dtd/atypon-archivearticle3.dtd +644 -0
  708. data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-classes3.ent +178 -0
  709. data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-mixes3.ent +253 -0
  710. data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-models3.ent +986 -0
  711. data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-modules3.ent +140 -0
  712. data/lib/dtd/atypon/3.0.2/dtd/atypon-elements.ent +201 -0
  713. data/lib/dtd/atypon/3.0.2/dtd/backmatter3.ent +275 -0
  714. data/lib/dtd/atypon/3.0.2/dtd/base-test3.dtd +714 -0
  715. data/lib/dtd/atypon/3.0.2/dtd/catalog-v3.xml +618 -0
  716. data/lib/dtd/atypon/3.0.2/dtd/catalog.ent +98 -0
  717. data/lib/dtd/atypon/3.0.2/dtd/chars3.ent +365 -0
  718. data/lib/dtd/atypon/3.0.2/dtd/common3.ent +2771 -0
  719. data/lib/dtd/atypon/3.0.2/dtd/default-classes3.ent +785 -0
  720. data/lib/dtd/atypon/3.0.2/dtd/default-mixes3.ent +292 -0
  721. data/lib/dtd/atypon/3.0.2/dtd/display3.ent +799 -0
  722. data/lib/dtd/atypon/3.0.2/dtd/format3.ent +384 -0
  723. data/lib/dtd/atypon/3.0.2/dtd/funding3.ent +342 -0
  724. data/lib/dtd/atypon/3.0.2/dtd/htmltable.dtd +334 -0
  725. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isobox.ent +61 -0
  726. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isocyr1.ent +88 -0
  727. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isocyr2.ent +47 -0
  728. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isodia.ent +35 -0
  729. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isolat1.ent +83 -0
  730. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isolat2.ent +142 -0
  731. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isonum.ent +97 -0
  732. data/lib/dtd/atypon/3.0.2/dtd/iso8879/isopub.ent +105 -0
  733. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsa.ent +167 -0
  734. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsb.ent +143 -0
  735. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsc.ent +43 -0
  736. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsn.ent +114 -0
  737. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamso.ent +73 -0
  738. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsr.ent +204 -0
  739. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isogrk3.ent +64 -0
  740. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomfrk.ent +75 -0
  741. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomopf.ent +49 -0
  742. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomscr.ent +75 -0
  743. data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isotech.ent +182 -0
  744. data/lib/dtd/atypon/3.0.2/dtd/issuexml.dtd +262 -0
  745. data/lib/dtd/atypon/3.0.2/dtd/journalmeta3.ent +278 -0
  746. data/lib/dtd/atypon/3.0.2/dtd/link3.ent +301 -0
  747. data/lib/dtd/atypon/3.0.2/dtd/list3.ent +314 -0
  748. data/lib/dtd/atypon/3.0.2/dtd/math3.ent +269 -0
  749. data/lib/dtd/atypon/3.0.2/dtd/mathml/mmlalias.ent +564 -0
  750. data/lib/dtd/atypon/3.0.2/dtd/mathml/mmlextra.ent +122 -0
  751. data/lib/dtd/atypon/3.0.2/dtd/mathml2-qname-1.mod +286 -0
  752. data/lib/dtd/atypon/3.0.2/dtd/mathml2.dtd +2206 -0
  753. data/lib/dtd/atypon/3.0.2/dtd/mathmlsetup3.ent +238 -0
  754. data/lib/dtd/atypon/3.0.2/dtd/modules3.ent +414 -0
  755. data/lib/dtd/atypon/3.0.2/dtd/nlmcitation3.ent +120 -0
  756. data/lib/dtd/atypon/3.0.2/dtd/notat3.ent +164 -0
  757. data/lib/dtd/atypon/3.0.2/dtd/oasis-exchange.ent +387 -0
  758. data/lib/dtd/atypon/3.0.2/dtd/oasis-tablesetup3.ent +261 -0
  759. data/lib/dtd/atypon/3.0.2/dtd/para3.ent +354 -0
  760. data/lib/dtd/atypon/3.0.2/dtd/phrase3.ent +332 -0
  761. data/lib/dtd/atypon/3.0.2/dtd/references3.ent +758 -0
  762. data/lib/dtd/atypon/3.0.2/dtd/related-object3.ent +130 -0
  763. data/lib/dtd/atypon/3.0.2/dtd/section3.ent +198 -0
  764. data/lib/dtd/atypon/3.0.2/dtd/xhtml-inlstyle-1.mod +34 -0
  765. data/lib/dtd/atypon/3.0.2/dtd/xhtml-table-1.mod +333 -0
  766. data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk1.ent +70 -0
  767. data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk2.ent +41 -0
  768. data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk4.ent +66 -0
  769. data/lib/dtd/atypon/3.0.2/dtd/xmlspecchars3.ent +300 -0
  770. data/lib/dtd/atypon/3.0.6/dtd/XHTMLtablesetup3.ent +284 -0
  771. data/lib/dtd/atypon/3.0.6/dtd/annotation3.ent +266 -0
  772. data/lib/dtd/atypon/3.0.6/dtd/articlemeta3.ent +1368 -0
  773. data/lib/dtd/atypon/3.0.6/dtd/atypon-archivearticle3.dtd +645 -0
  774. data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-classes3.ent +178 -0
  775. data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-mixes3.ent +253 -0
  776. data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-models3.ent +996 -0
  777. data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-modules3.ent +140 -0
  778. data/lib/dtd/atypon/3.0.6/dtd/atypon-elements.ent +206 -0
  779. data/lib/dtd/atypon/3.0.6/dtd/backmatter3.ent +275 -0
  780. data/lib/dtd/atypon/3.0.6/dtd/base-test3.dtd +714 -0
  781. data/lib/dtd/atypon/3.0.6/dtd/catalog-v3.xml +618 -0
  782. data/lib/dtd/atypon/3.0.6/dtd/catalog.ent +98 -0
  783. data/lib/dtd/atypon/3.0.6/dtd/chars3.ent +365 -0
  784. data/lib/dtd/atypon/3.0.6/dtd/common3.ent +2771 -0
  785. data/lib/dtd/atypon/3.0.6/dtd/default-classes3.ent +785 -0
  786. data/lib/dtd/atypon/3.0.6/dtd/default-mixes3.ent +292 -0
  787. data/lib/dtd/atypon/3.0.6/dtd/display3.ent +799 -0
  788. data/lib/dtd/atypon/3.0.6/dtd/ff +34 -0
  789. data/lib/dtd/atypon/3.0.6/dtd/format3.ent +384 -0
  790. data/lib/dtd/atypon/3.0.6/dtd/funding3.ent +342 -0
  791. data/lib/dtd/atypon/3.0.6/dtd/htmltable.dtd +334 -0
  792. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isobox.ent +61 -0
  793. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isocyr1.ent +88 -0
  794. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isocyr2.ent +47 -0
  795. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isodia.ent +35 -0
  796. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isolat1.ent +83 -0
  797. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isolat2.ent +142 -0
  798. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isonum.ent +97 -0
  799. data/lib/dtd/atypon/3.0.6/dtd/iso8879/isopub.ent +105 -0
  800. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsa.ent +167 -0
  801. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsb.ent +143 -0
  802. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsc.ent +43 -0
  803. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsn.ent +114 -0
  804. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamso.ent +73 -0
  805. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsr.ent +204 -0
  806. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isogrk3.ent +64 -0
  807. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomfrk.ent +75 -0
  808. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomopf.ent +49 -0
  809. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomscr.ent +75 -0
  810. data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isotech.ent +182 -0
  811. data/lib/dtd/atypon/3.0.6/dtd/issuexml.dtd +262 -0
  812. data/lib/dtd/atypon/3.0.6/dtd/journalmeta3.ent +278 -0
  813. data/lib/dtd/atypon/3.0.6/dtd/link3.ent +301 -0
  814. data/lib/dtd/atypon/3.0.6/dtd/list3.ent +314 -0
  815. data/lib/dtd/atypon/3.0.6/dtd/math3.ent +269 -0
  816. data/lib/dtd/atypon/3.0.6/dtd/mathml/mmlalias.ent +564 -0
  817. data/lib/dtd/atypon/3.0.6/dtd/mathml/mmlextra.ent +122 -0
  818. data/lib/dtd/atypon/3.0.6/dtd/mathml2-qname-1.mod +286 -0
  819. data/lib/dtd/atypon/3.0.6/dtd/mathml2.dtd +2206 -0
  820. data/lib/dtd/atypon/3.0.6/dtd/mathmlsetup3.ent +238 -0
  821. data/lib/dtd/atypon/3.0.6/dtd/modules3.ent +414 -0
  822. data/lib/dtd/atypon/3.0.6/dtd/nlmcitation3.ent +120 -0
  823. data/lib/dtd/atypon/3.0.6/dtd/notat3.ent +164 -0
  824. data/lib/dtd/atypon/3.0.6/dtd/oasis-exchange.ent +387 -0
  825. data/lib/dtd/atypon/3.0.6/dtd/oasis-tablesetup3.ent +261 -0
  826. data/lib/dtd/atypon/3.0.6/dtd/para3.ent +354 -0
  827. data/lib/dtd/atypon/3.0.6/dtd/phrase3.ent +332 -0
  828. data/lib/dtd/atypon/3.0.6/dtd/references3.ent +758 -0
  829. data/lib/dtd/atypon/3.0.6/dtd/related-object3.ent +130 -0
  830. data/lib/dtd/atypon/3.0.6/dtd/section3.ent +198 -0
  831. data/lib/dtd/atypon/3.0.6/dtd/xhtml-inlstyle-1.mod +34 -0
  832. data/lib/dtd/atypon/3.0.6/dtd/xhtml-table-1.mod +333 -0
  833. data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk1.ent +70 -0
  834. data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk2.ent +41 -0
  835. data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk4.ent +66 -0
  836. data/lib/dtd/atypon/3.0.6/dtd/xmlspecchars3.ent +300 -0
  837. data/lib/dtd/jats/0.4/dtd/JATS-XHTMLtablesetup0.ent +313 -0
  838. data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-article0.dtd +689 -0
  839. data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-classes0.ent +197 -0
  840. data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-mixes0.ent +282 -0
  841. data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-modules0.ent +155 -0
  842. data/lib/dtd/jats/0.4/dtd/JATS-archivearticle0.dtd +711 -0
  843. data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-classes0.ent +163 -0
  844. data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-mixes0.ent +280 -0
  845. data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-models0.ent +1023 -0
  846. data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-modules0.ent +148 -0
  847. data/lib/dtd/jats/0.4/dtd/JATS-articlemeta0.ent +1734 -0
  848. data/lib/dtd/jats/0.4/dtd/JATS-backmatter0.ent +310 -0
  849. data/lib/dtd/jats/0.4/dtd/JATS-chars0.ent +446 -0
  850. data/lib/dtd/jats/0.4/dtd/JATS-common0.ent +3207 -0
  851. data/lib/dtd/jats/0.4/dtd/JATS-default-classes0.ent +881 -0
  852. data/lib/dtd/jats/0.4/dtd/JATS-default-mixes0.ent +319 -0
  853. data/lib/dtd/jats/0.4/dtd/JATS-display0.ent +839 -0
  854. data/lib/dtd/jats/0.4/dtd/JATS-format0.ent +544 -0
  855. data/lib/dtd/jats/0.4/dtd/JATS-funding0.ent +440 -0
  856. data/lib/dtd/jats/0.4/dtd/JATS-journalmeta0.ent +352 -0
  857. data/lib/dtd/jats/0.4/dtd/JATS-link0.ent +341 -0
  858. data/lib/dtd/jats/0.4/dtd/JATS-list0.ent +393 -0
  859. data/lib/dtd/jats/0.4/dtd/JATS-math0.ent +307 -0
  860. data/lib/dtd/jats/0.4/dtd/JATS-mathmlsetup0.ent +266 -0
  861. data/lib/dtd/jats/0.4/dtd/JATS-modules0.ent +443 -0
  862. data/lib/dtd/jats/0.4/dtd/JATS-nlmcitation0.ent +173 -0
  863. data/lib/dtd/jats/0.4/dtd/JATS-notat0.ent +193 -0
  864. data/lib/dtd/jats/0.4/dtd/JATS-oasis-tablesetup0.ent +290 -0
  865. data/lib/dtd/jats/0.4/dtd/JATS-para0.ent +388 -0
  866. data/lib/dtd/jats/0.4/dtd/JATS-phrase0.ent +415 -0
  867. data/lib/dtd/jats/0.4/dtd/JATS-references0.ent +888 -0
  868. data/lib/dtd/jats/0.4/dtd/JATS-related-object0.ent +159 -0
  869. data/lib/dtd/jats/0.4/dtd/JATS-section0.ent +225 -0
  870. data/lib/dtd/jats/0.4/dtd/JATS-xmlspecchars0.ent +312 -0
  871. data/lib/dtd/jats/0.4/dtd/Smallsamples/samplesmall-archive0-oasis.xml +182 -0
  872. data/lib/dtd/jats/0.4/dtd/Smallsamples/samplesmall-archive0.xml +227 -0
  873. data/lib/dtd/jats/0.4/dtd/catalog-jats-v0.xml +642 -0
  874. data/lib/dtd/jats/0.4/dtd/catalog-test-v0.xml +642 -0
  875. data/lib/dtd/jats/0.4/dtd/catalog.ent +182 -0
  876. data/lib/dtd/jats/0.4/dtd/htmltable.dtd +334 -0
  877. data/lib/dtd/jats/0.4/dtd/iso8879/isobox.ent +61 -0
  878. data/lib/dtd/jats/0.4/dtd/iso8879/isocyr1.ent +88 -0
  879. data/lib/dtd/jats/0.4/dtd/iso8879/isocyr2.ent +47 -0
  880. data/lib/dtd/jats/0.4/dtd/iso8879/isodia.ent +35 -0
  881. data/lib/dtd/jats/0.4/dtd/iso8879/isolat1.ent +83 -0
  882. data/lib/dtd/jats/0.4/dtd/iso8879/isolat2.ent +142 -0
  883. data/lib/dtd/jats/0.4/dtd/iso8879/isonum.ent +97 -0
  884. data/lib/dtd/jats/0.4/dtd/iso8879/isopub.ent +105 -0
  885. data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsa.ent +167 -0
  886. data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsb.ent +143 -0
  887. data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsc.ent +43 -0
  888. data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsn.ent +114 -0
  889. data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamso.ent +73 -0
  890. data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsr.ent +204 -0
  891. data/lib/dtd/jats/0.4/dtd/iso9573-13/isogrk3.ent +64 -0
  892. data/lib/dtd/jats/0.4/dtd/iso9573-13/isomfrk.ent +75 -0
  893. data/lib/dtd/jats/0.4/dtd/iso9573-13/isomopf.ent +49 -0
  894. data/lib/dtd/jats/0.4/dtd/iso9573-13/isomscr.ent +75 -0
  895. data/lib/dtd/jats/0.4/dtd/iso9573-13/isotech.ent +182 -0
  896. data/lib/dtd/jats/0.4/dtd/mathml/mmlalias.ent +564 -0
  897. data/lib/dtd/jats/0.4/dtd/mathml/mmlextra.ent +122 -0
  898. data/lib/dtd/jats/0.4/dtd/mathml2-qname-1.mod +286 -0
  899. data/lib/dtd/jats/0.4/dtd/mathml2.dtd +2206 -0
  900. data/lib/dtd/jats/0.4/dtd/oasis-exchange.ent +384 -0
  901. data/lib/dtd/jats/0.4/dtd/rng/JATS-XHTMLtablesetup0.ent.rng +301 -0
  902. data/lib/dtd/jats/0.4/dtd/rng/JATS-archivearticle0.rng +363 -0
  903. data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-classes0.ent.rng +178 -0
  904. data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-mixes0.ent.rng +302 -0
  905. data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-models0.ent.rng +1549 -0
  906. data/lib/dtd/jats/0.4/dtd/rng/JATS-articlemeta0.ent.rng +2221 -0
  907. data/lib/dtd/jats/0.4/dtd/rng/JATS-backmatter0.ent.rng +372 -0
  908. data/lib/dtd/jats/0.4/dtd/rng/JATS-chars0.ent.rng +498 -0
  909. data/lib/dtd/jats/0.4/dtd/rng/JATS-common0.ent.rng +4253 -0
  910. data/lib/dtd/jats/0.4/dtd/rng/JATS-default-classes0.ent.rng +1131 -0
  911. data/lib/dtd/jats/0.4/dtd/rng/JATS-default-mixes0.ent.rng +279 -0
  912. data/lib/dtd/jats/0.4/dtd/rng/JATS-display0.ent.rng +1139 -0
  913. data/lib/dtd/jats/0.4/dtd/rng/JATS-format0.ent.rng +702 -0
  914. data/lib/dtd/jats/0.4/dtd/rng/JATS-funding0.ent.rng +540 -0
  915. data/lib/dtd/jats/0.4/dtd/rng/JATS-journalmeta0.ent.rng +442 -0
  916. data/lib/dtd/jats/0.4/dtd/rng/JATS-link0.ent.rng +438 -0
  917. data/lib/dtd/jats/0.4/dtd/rng/JATS-list0.ent.rng +490 -0
  918. data/lib/dtd/jats/0.4/dtd/rng/JATS-math0.ent.rng +370 -0
  919. data/lib/dtd/jats/0.4/dtd/rng/JATS-mathmlsetup0.ent.rng +231 -0
  920. data/lib/dtd/jats/0.4/dtd/rng/JATS-nlmcitation0.ent.rng +269 -0
  921. data/lib/dtd/jats/0.4/dtd/rng/JATS-para0.ent.rng +520 -0
  922. data/lib/dtd/jats/0.4/dtd/rng/JATS-phrase0.ent.rng +468 -0
  923. data/lib/dtd/jats/0.4/dtd/rng/JATS-references0.ent.rng +1146 -0
  924. data/lib/dtd/jats/0.4/dtd/rng/JATS-related-object0.ent.rng +178 -0
  925. data/lib/dtd/jats/0.4/dtd/rng/JATS-section0.ent.rng +252 -0
  926. data/lib/dtd/jats/0.4/dtd/rng/mathml2-qname-1.mod.rng +63 -0
  927. data/lib/dtd/jats/0.4/dtd/rng/mathml2.rng +3320 -0
  928. data/lib/dtd/jats/0.4/dtd/rng/xhtml-inlstyle-1.mod.rng +37 -0
  929. data/lib/dtd/jats/0.4/dtd/rng/xhtml-table-1.mod.rng +430 -0
  930. data/lib/dtd/jats/0.4/dtd/xhtml-inlstyle-1.mod +34 -0
  931. data/lib/dtd/jats/0.4/dtd/xhtml-table-1.mod +333 -0
  932. data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk1.ent +70 -0
  933. data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk2.ent +41 -0
  934. data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk4.ent +66 -0
  935. data/lib/dtd/jats/0.4/dtd/xsd/JATS-archivearticle0.xsd +8846 -0
  936. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Entries +4 -0
  937. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Repository +1 -0
  938. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Root +1 -0
  939. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Entries +4 -0
  940. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Repository +1 -0
  941. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Root +1 -0
  942. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd +45 -0
  943. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/math.xsd +126 -0
  944. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/xlink-href.xsd +20 -0
  945. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Entries +16 -0
  946. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Repository +1 -0
  947. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Root +1 -0
  948. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/arith.xsd +90 -0
  949. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/calculus.xsd +146 -0
  950. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/common-attrib.xsd +30 -0
  951. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/constants.xsd +83 -0
  952. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/constructs.xsd +260 -0
  953. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/elementary-functions.xsd +117 -0
  954. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/functions.xsd +73 -0
  955. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/linear-algebra.xsd +173 -0
  956. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/logic.xsd +53 -0
  957. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd +55 -0
  958. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/semantics.xsd +85 -0
  959. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/sets.xsd +236 -0
  960. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/statistics.xsd +136 -0
  961. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/tokens.xsd +120 -0
  962. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/tokens.xsd.~1.3.~ +119 -0
  963. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/vector-calculus.xsd +88 -0
  964. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/mathml2.xsd +59 -0
  965. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Entries +12 -0
  966. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Repository +1 -0
  967. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Root +1 -0
  968. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/action.xsd +44 -0
  969. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/characters.xsd +37 -0
  970. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/common-attribs.xsd +113 -0
  971. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/common-types.xsd +103 -0
  972. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/error.xsd +40 -0
  973. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/layout.xsd +195 -0
  974. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/scripts.xsd +186 -0
  975. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/space.xsd +52 -0
  976. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/style.xsd +69 -0
  977. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/table.xsd +216 -0
  978. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/tokens.xsd +124 -0
  979. data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/readme.txt +17 -0
  980. data/lib/dtd/jats/0.4/dtd/xsd/xlink.xsd +37 -0
  981. data/lib/dtd/jats/0.4/dtd/xsd/xml.xsd +15 -0
  982. data/lib/dtd/jats/1.0/dtd/JATS-XHTMLtablesetup1.ent +342 -0
  983. data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-article1.dtd +734 -0
  984. data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-custom-classes1.ent +271 -0
  985. data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-custom-modules1.ent +221 -0
  986. data/lib/dtd/jats/1.0/dtd/JATS-archivearticle1.dtd +695 -0
  987. data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-classes1.ent +242 -0
  988. data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-mixes1.ent +357 -0
  989. data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-models1.ent +1119 -0
  990. data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-modules1.ent +216 -0
  991. data/lib/dtd/jats/1.0/dtd/JATS-articlemeta1.ent +1663 -0
  992. data/lib/dtd/jats/1.0/dtd/JATS-backmatter1.ent +318 -0
  993. data/lib/dtd/jats/1.0/dtd/JATS-base-test1.dtd +773 -0
  994. data/lib/dtd/jats/1.0/dtd/JATS-chars1.ent +455 -0
  995. data/lib/dtd/jats/1.0/dtd/JATS-common1.ent +3622 -0
  996. data/lib/dtd/jats/1.0/dtd/JATS-default-classes1.ent +1049 -0
  997. data/lib/dtd/jats/1.0/dtd/JATS-default-mixes1.ent +390 -0
  998. data/lib/dtd/jats/1.0/dtd/JATS-display1.ent +837 -0
  999. data/lib/dtd/jats/1.0/dtd/JATS-format1.ent +551 -0
  1000. data/lib/dtd/jats/1.0/dtd/JATS-funding1.ent +467 -0
  1001. data/lib/dtd/jats/1.0/dtd/JATS-journalmeta1.ent +371 -0
  1002. data/lib/dtd/jats/1.0/dtd/JATS-link1.ent +344 -0
  1003. data/lib/dtd/jats/1.0/dtd/JATS-list1.ent +403 -0
  1004. data/lib/dtd/jats/1.0/dtd/JATS-math1.ent +318 -0
  1005. data/lib/dtd/jats/1.0/dtd/JATS-mathmlsetup1.ent +281 -0
  1006. data/lib/dtd/jats/1.0/dtd/JATS-modules1.ent +481 -0
  1007. data/lib/dtd/jats/1.0/dtd/JATS-nlmcitation1.ent +215 -0
  1008. data/lib/dtd/jats/1.0/dtd/JATS-notat1.ent +208 -0
  1009. data/lib/dtd/jats/1.0/dtd/JATS-oasis-namespace1.ent +181 -0
  1010. data/lib/dtd/jats/1.0/dtd/JATS-oasis-namespace1a.ent +191 -0
  1011. data/lib/dtd/jats/1.0/dtd/JATS-oasis-tablesetup1.ent +295 -0
  1012. data/lib/dtd/jats/1.0/dtd/JATS-para1.ent +395 -0
  1013. data/lib/dtd/jats/1.0/dtd/JATS-phrase1.ent +431 -0
  1014. data/lib/dtd/jats/1.0/dtd/JATS-references1.ent +1001 -0
  1015. data/lib/dtd/jats/1.0/dtd/JATS-related-object1.ent +214 -0
  1016. data/lib/dtd/jats/1.0/dtd/JATS-section1.ent +238 -0
  1017. data/lib/dtd/jats/1.0/dtd/JATS-xmlspecchars1.ent +343 -0
  1018. data/lib/dtd/jats/1.0/dtd/Smallsamples/sample-archive-oasis-and-html1.xml +183 -0
  1019. data/lib/dtd/jats/1.0/dtd/Smallsamples/sample-archive-oasis-table1.xml +161 -0
  1020. data/lib/dtd/jats/1.0/dtd/Smallsamples/samplepub-oasis-and-xhtml1.xml +93 -0
  1021. data/lib/dtd/jats/1.0/dtd/Smallsamples/samplepub-oasis-table1.xml +156 -0
  1022. data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-archive1.xml +299 -0
  1023. data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-base1.xml +1 -0
  1024. data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-pub1.xml +151 -0
  1025. data/lib/dtd/jats/1.0/dtd/catalog-jats-v1.xml +771 -0
  1026. data/lib/dtd/jats/1.0/dtd/catalog-test-jats-v1.xml +771 -0
  1027. data/lib/dtd/jats/1.0/dtd/catalog.ent +220 -0
  1028. data/lib/dtd/jats/1.0/dtd/iso8879/isobox.ent +61 -0
  1029. data/lib/dtd/jats/1.0/dtd/iso8879/isocyr1.ent +88 -0
  1030. data/lib/dtd/jats/1.0/dtd/iso8879/isocyr2.ent +47 -0
  1031. data/lib/dtd/jats/1.0/dtd/iso8879/isodia.ent +35 -0
  1032. data/lib/dtd/jats/1.0/dtd/iso8879/isolat1.ent +83 -0
  1033. data/lib/dtd/jats/1.0/dtd/iso8879/isolat2.ent +142 -0
  1034. data/lib/dtd/jats/1.0/dtd/iso8879/isonum.ent +97 -0
  1035. data/lib/dtd/jats/1.0/dtd/iso8879/isopub.ent +105 -0
  1036. data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsa.ent +167 -0
  1037. data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsb.ent +143 -0
  1038. data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsc.ent +43 -0
  1039. data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsn.ent +114 -0
  1040. data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamso.ent +73 -0
  1041. data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsr.ent +204 -0
  1042. data/lib/dtd/jats/1.0/dtd/iso9573-13/isogrk3.ent +64 -0
  1043. data/lib/dtd/jats/1.0/dtd/iso9573-13/isomfrk.ent +75 -0
  1044. data/lib/dtd/jats/1.0/dtd/iso9573-13/isomopf.ent +49 -0
  1045. data/lib/dtd/jats/1.0/dtd/iso9573-13/isomscr.ent +75 -0
  1046. data/lib/dtd/jats/1.0/dtd/iso9573-13/isotech.ent +182 -0
  1047. data/lib/dtd/jats/1.0/dtd/mathml/mmlalias.ent +564 -0
  1048. data/lib/dtd/jats/1.0/dtd/mathml/mmlextra.ent +122 -0
  1049. data/lib/dtd/jats/1.0/dtd/mathml2-qname-1.mod +286 -0
  1050. data/lib/dtd/jats/1.0/dtd/mathml2.dtd +2206 -0
  1051. data/lib/dtd/jats/1.0/dtd/oasis-exchange.ent +399 -0
  1052. data/lib/dtd/jats/1.0/dtd/xhtml-inlstyle-1.mod +34 -0
  1053. data/lib/dtd/jats/1.0/dtd/xhtml-table-1.mod +333 -0
  1054. data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk1.ent +70 -0
  1055. data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk2.ent +41 -0
  1056. data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk4.ent +66 -0
  1057. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-XHTMLtablesetup1.ent +501 -0
  1058. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-ali-namespace1.ent +154 -0
  1059. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivearticle1.dtd +854 -0
  1060. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-classes1.ent +291 -0
  1061. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-mixes1.ent +420 -0
  1062. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-models1.ent +1339 -0
  1063. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-modules1.ent +266 -0
  1064. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-articlemeta1.ent +1817 -0
  1065. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-backmatter1.ent +393 -0
  1066. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-chars1.ent +525 -0
  1067. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-common-atts1.ent +221 -0
  1068. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-common1.ent +4273 -0
  1069. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-default-classes1.ent +1277 -0
  1070. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-default-mixes1.ent +455 -0
  1071. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-display1.ent +1000 -0
  1072. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-format1.ent +858 -0
  1073. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-funding1.ent +547 -0
  1074. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-journalmeta1.ent +454 -0
  1075. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-link1.ent +416 -0
  1076. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-list1.ent +494 -0
  1077. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-math1.ent +402 -0
  1078. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-mathmlsetup1.ent +348 -0
  1079. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-modules1.ent +584 -0
  1080. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-nlmcitation1.ent +285 -0
  1081. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-notat1.ent +269 -0
  1082. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-para1.ent +481 -0
  1083. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-phrase1.ent +502 -0
  1084. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-references1.ent +1205 -0
  1085. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-related-object1.ent +283 -0
  1086. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-section1.ent +324 -0
  1087. data/lib/dtd/jats/1.1/mathml2_dtd/JATS-xmlspecchars1.ent +389 -0
  1088. data/lib/dtd/jats/1.1/mathml2_dtd/catalog-jats-v1-1-no-base.xml +946 -0
  1089. data/lib/dtd/jats/1.1/mathml2_dtd/catalog-jats-v1-1-with-base.xml +951 -0
  1090. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isobox.ent +61 -0
  1091. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isocyr1.ent +88 -0
  1092. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isocyr2.ent +47 -0
  1093. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isodia.ent +35 -0
  1094. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isolat1.ent +83 -0
  1095. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isolat2.ent +142 -0
  1096. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isonum.ent +97 -0
  1097. data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isopub.ent +105 -0
  1098. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsa.ent +167 -0
  1099. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsb.ent +143 -0
  1100. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsc.ent +43 -0
  1101. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsn.ent +114 -0
  1102. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamso.ent +73 -0
  1103. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsr.ent +204 -0
  1104. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isogrk3.ent +64 -0
  1105. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomfrk.ent +75 -0
  1106. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomopf.ent +49 -0
  1107. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomscr.ent +75 -0
  1108. data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isotech.ent +182 -0
  1109. data/lib/dtd/jats/1.1/mathml2_dtd/mathml/mmlalias.ent +564 -0
  1110. data/lib/dtd/jats/1.1/mathml2_dtd/mathml/mmlextra.ent +122 -0
  1111. data/lib/dtd/jats/1.1/mathml2_dtd/mathml2-qname-1.mod +286 -0
  1112. data/lib/dtd/jats/1.1/mathml2_dtd/mathml2.dtd +2206 -0
  1113. data/lib/dtd/jats/1.1/mathml2_dtd/xhtml-inlstyle-1.mod +34 -0
  1114. data/lib/dtd/jats/1.1/mathml2_dtd/xhtml-table-1.mod +333 -0
  1115. data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk1.ent +70 -0
  1116. data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk2.ent +41 -0
  1117. data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk4.ent +66 -0
  1118. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-XHTMLtablesetup1.ent +501 -0
  1119. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-ali-namespace1.ent +154 -0
  1120. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivearticle1-mathml3.dtd +867 -0
  1121. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-classes1.ent +291 -0
  1122. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-mixes1.ent +420 -0
  1123. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-models1.ent +1339 -0
  1124. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-modules1.ent +266 -0
  1125. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-articlemeta1.ent +1817 -0
  1126. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-backmatter1.ent +393 -0
  1127. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-chars1.ent +525 -0
  1128. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-common-atts1.ent +221 -0
  1129. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-common1.ent +4273 -0
  1130. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-default-classes1.ent +1277 -0
  1131. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-default-mixes1.ent +455 -0
  1132. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-display1.ent +1000 -0
  1133. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-format1.ent +858 -0
  1134. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-funding1.ent +547 -0
  1135. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-journalmeta1.ent +454 -0
  1136. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-link1.ent +416 -0
  1137. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-list1.ent +494 -0
  1138. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-math1.ent +402 -0
  1139. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-mathml3-mathmlsetup1.ent +350 -0
  1140. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-mathml3-modules1.ent +190 -0
  1141. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-modules1.ent +584 -0
  1142. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-nlmcitation1.ent +285 -0
  1143. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-notat1.ent +269 -0
  1144. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-para1.ent +481 -0
  1145. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-phrase1.ent +502 -0
  1146. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-references1.ent +1205 -0
  1147. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-related-object1.ent +283 -0
  1148. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-section1.ent +324 -0
  1149. data/lib/dtd/jats/1.1/mathml3_dtd/JATS-xmlspecchars1.ent +389 -0
  1150. data/lib/dtd/jats/1.1/mathml3_dtd/catalog-jats-v1-1-no-base.xml +946 -0
  1151. data/lib/dtd/jats/1.1/mathml3_dtd/catalog-jats-v1-1-with-base.xml +951 -0
  1152. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isobox.ent +61 -0
  1153. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isocyr1.ent +88 -0
  1154. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isocyr2.ent +47 -0
  1155. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isodia.ent +35 -0
  1156. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isolat1.ent +83 -0
  1157. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isolat2.ent +142 -0
  1158. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isonum.ent +97 -0
  1159. data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isopub.ent +105 -0
  1160. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsa.ent +167 -0
  1161. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsb.ent +143 -0
  1162. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsc.ent +43 -0
  1163. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsn.ent +114 -0
  1164. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamso.ent +73 -0
  1165. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsr.ent +204 -0
  1166. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isogrk3.ent +64 -0
  1167. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomfrk.ent +75 -0
  1168. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomopf.ent +49 -0
  1169. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomscr.ent +75 -0
  1170. data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isotech.ent +182 -0
  1171. data/lib/dtd/jats/1.1/mathml3_dtd/mathml/mmlalias.ent +564 -0
  1172. data/lib/dtd/jats/1.1/mathml3_dtd/mathml/mmlextra.ent +122 -0
  1173. data/lib/dtd/jats/1.1/mathml3_dtd/mathml3-qname1.mod +294 -0
  1174. data/lib/dtd/jats/1.1/mathml3_dtd/mathml3.dtd +1682 -0
  1175. data/lib/dtd/jats/1.1/mathml3_dtd/xhtml-inlstyle-1.mod +34 -0
  1176. data/lib/dtd/jats/1.1/mathml3_dtd/xhtml-table-1.mod +333 -0
  1177. data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk1.ent +70 -0
  1178. data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk2.ent +41 -0
  1179. data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk4.ent +66 -0
  1180. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-XHTMLtablesetup1.ent +501 -0
  1181. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-ali-namespace1.ent +154 -0
  1182. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-article1.dtd +894 -0
  1183. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-custom-classes1.ent +326 -0
  1184. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-custom-modules1.ent +269 -0
  1185. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archivecustom-mixes1.ent +420 -0
  1186. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archivecustom-models1.ent +1339 -0
  1187. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-articlemeta1.ent +1817 -0
  1188. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-backmatter1.ent +393 -0
  1189. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-chars1.ent +525 -0
  1190. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-common-atts1.ent +221 -0
  1191. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-common1.ent +4273 -0
  1192. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-default-classes1.ent +1277 -0
  1193. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-default-mixes1.ent +455 -0
  1194. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-display1.ent +1000 -0
  1195. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-format1.ent +858 -0
  1196. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-funding1.ent +547 -0
  1197. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-journalmeta1.ent +454 -0
  1198. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-link1.ent +416 -0
  1199. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-list1.ent +494 -0
  1200. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-math1.ent +402 -0
  1201. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-mathmlsetup1.ent +348 -0
  1202. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-modules1.ent +584 -0
  1203. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-nlmcitation1.ent +285 -0
  1204. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-notat1.ent +269 -0
  1205. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-oasis-namespace1.ent +223 -0
  1206. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-oasis-tablesetup1.ent +409 -0
  1207. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-para1.ent +481 -0
  1208. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-phrase1.ent +502 -0
  1209. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-references1.ent +1205 -0
  1210. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-related-object1.ent +283 -0
  1211. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-section1.ent +324 -0
  1212. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-xmlspecchars1.ent +389 -0
  1213. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/catalog-jats-v1-1-no-base.xml +946 -0
  1214. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/catalog-jats-v1-1-with-base.xml +951 -0
  1215. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isobox.ent +61 -0
  1216. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isocyr1.ent +88 -0
  1217. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isocyr2.ent +47 -0
  1218. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isodia.ent +35 -0
  1219. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isolat1.ent +83 -0
  1220. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isolat2.ent +142 -0
  1221. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isonum.ent +97 -0
  1222. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isopub.ent +105 -0
  1223. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsa.ent +167 -0
  1224. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsb.ent +143 -0
  1225. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsc.ent +43 -0
  1226. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsn.ent +114 -0
  1227. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamso.ent +73 -0
  1228. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsr.ent +204 -0
  1229. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isogrk3.ent +64 -0
  1230. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomfrk.ent +75 -0
  1231. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomopf.ent +49 -0
  1232. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomscr.ent +75 -0
  1233. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isotech.ent +182 -0
  1234. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml/mmlalias.ent +564 -0
  1235. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml/mmlextra.ent +122 -0
  1236. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml2-qname-1.mod +286 -0
  1237. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml2.dtd +2206 -0
  1238. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/oasis-exchange.ent +449 -0
  1239. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xhtml-inlstyle-1.mod +34 -0
  1240. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xhtml-table-1.mod +333 -0
  1241. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk1.ent +70 -0
  1242. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk2.ent +41 -0
  1243. data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk4.ent +66 -0
  1244. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-XHTMLtablesetup1.ent +501 -0
  1245. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-ali-namespace1.ent +154 -0
  1246. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-article1-mathml3.dtd +911 -0
  1247. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-custom-classes1.ent +326 -0
  1248. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-custom-modules1.ent +269 -0
  1249. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archivecustom-mixes1.ent +420 -0
  1250. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archivecustom-models1.ent +1339 -0
  1251. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-articlemeta1.ent +1817 -0
  1252. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-backmatter1.ent +393 -0
  1253. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-chars1.ent +525 -0
  1254. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-common-atts1.ent +221 -0
  1255. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-common1.ent +4273 -0
  1256. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-default-classes1.ent +1277 -0
  1257. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-default-mixes1.ent +455 -0
  1258. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-display1.ent +1000 -0
  1259. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-format1.ent +858 -0
  1260. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-funding1.ent +547 -0
  1261. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-journalmeta1.ent +454 -0
  1262. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-link1.ent +416 -0
  1263. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-list1.ent +494 -0
  1264. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-math1.ent +402 -0
  1265. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-mathml3-mathmlsetup1.ent +350 -0
  1266. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-mathml3-modules1.ent +190 -0
  1267. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-modules1.ent +584 -0
  1268. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-nlmcitation1.ent +285 -0
  1269. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-notat1.ent +269 -0
  1270. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-oasis-namespace1.ent +223 -0
  1271. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-oasis-tablesetup1.ent +409 -0
  1272. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-para1.ent +481 -0
  1273. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-phrase1.ent +502 -0
  1274. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-references1.ent +1205 -0
  1275. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-related-object1.ent +283 -0
  1276. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-section1.ent +324 -0
  1277. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-xmlspecchars1.ent +389 -0
  1278. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/catalog-jats-v1-1-no-base.xml +946 -0
  1279. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/catalog-jats-v1-1-with-base.xml +951 -0
  1280. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isobox.ent +61 -0
  1281. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isocyr1.ent +88 -0
  1282. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isocyr2.ent +47 -0
  1283. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isodia.ent +35 -0
  1284. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isolat1.ent +83 -0
  1285. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isolat2.ent +142 -0
  1286. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isonum.ent +97 -0
  1287. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isopub.ent +105 -0
  1288. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsa.ent +167 -0
  1289. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsb.ent +143 -0
  1290. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsc.ent +43 -0
  1291. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsn.ent +114 -0
  1292. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamso.ent +73 -0
  1293. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsr.ent +204 -0
  1294. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isogrk3.ent +64 -0
  1295. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomfrk.ent +75 -0
  1296. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomopf.ent +49 -0
  1297. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomscr.ent +75 -0
  1298. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isotech.ent +182 -0
  1299. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml/mmlalias.ent +564 -0
  1300. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml/mmlextra.ent +122 -0
  1301. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml3-qname1.mod +294 -0
  1302. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml3.dtd +1682 -0
  1303. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/oasis-exchange.ent +449 -0
  1304. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xhtml-inlstyle-1.mod +34 -0
  1305. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xhtml-table-1.mod +333 -0
  1306. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk1.ent +70 -0
  1307. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk2.ent +41 -0
  1308. data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk4.ent +66 -0
  1309. data/lib/errors.rb +21 -0
  1310. data/lib/xml_jats_resolver.rb +64 -0
  1311. data/xml_jats_resolver.gemspec +24 -0
  1312. metadata +1396 -0
@@ -0,0 +1,3230 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Common (Shared) Elements Module -->
3
+ <!-- VERSION: 2.2 -->
4
+ <!-- DATE: March 2009 -->
5
+ <!-- -->
6
+ <!-- ============================================================= -->
7
+
8
+ <!-- ============================================================= -->
9
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
10
+ <!-- TYPICAL INVOCATION -->
11
+ <!--
12
+ "-//Atypon//DTD Atypon Systems Archival NLM DTD Suite Common (Shared) Elements Module v2.2.0 20090301//EN"
13
+ Delivered as file "common.ent" -->
14
+ <!-- ============================================================= -->
15
+
16
+
17
+
18
+ <!-- ============================================================= -->
19
+ <!-- SYSTEM: Archiving and Interchange DTD Suite -->
20
+ <!-- -->
21
+ <!-- PURPOSE: Defines the common parameter entities, calls the -->
22
+ <!-- shared modules (such as special characters and -->
23
+ <!-- notations) and provides declarations for elements -->
24
+ <!-- that do not properly fit into one class, since -->
25
+ <!-- they can be used at more than one structural level-->
26
+ <!-- -->
27
+ <!-- CONTAINS: 1) Default classes for elements defined in this -->
28
+ <!-- module. May be overridden by values in the -->
29
+ <!-- DTD's Customization Module -->
30
+ <!-- 2) Parameter Entities for attribute values -->
31
+ <!-- 3) Parameter Entities for content models -->
32
+ <!-- 4) Parameter Entities for attribute lists -->
33
+ <!-- 5) Elements used in many modules/classes -->
34
+ <!-- - Address elements -->
35
+ <!-- - Date elements -->
36
+ <!-- - Personal name elements -->
37
+ <!-- - Common metadata elements (shared by both -->
38
+ <!-- article metadata and bibliographic -->
39
+ <!-- reference metadata -->
40
+ <!-- -->
41
+ <!-- MODULES REQUIRED: -->
42
+ <!-- 1) Standard XML Special Characters Module -->
43
+ <!-- (%xmlspecchars.ent;) -->
44
+ <!-- 2) Custom XML Special Characters (%chars.ent;) -->
45
+ <!-- 3) Notation Declarations (%notat.ent;) -->
46
+ <!-- -->
47
+ <!-- CREATED FOR: -->
48
+ <!-- Digital archives and publishers who wish to -->
49
+ <!-- create a custom XML DTD for original markup of -->
50
+ <!-- journal literature, books, and related material, -->
51
+ <!-- or for archiving and transferring such material -->
52
+ <!-- between archives. -->
53
+ <!-- -->
54
+ <!-- This DTD is in the public domain. An organization -->
55
+ <!-- that wishes to create its own DTD from the suite -->
56
+ <!-- may do so without permission from NLM. -->
57
+ <!-- -->
58
+ <!-- The suite has been set up to be extended using a -->
59
+ <!-- new DTD file and a new DTD-specific customization -->
60
+ <!-- module to redefine the many Parameter Entities. -->
61
+ <!-- Do not modify the suite directly or redistribute -->
62
+ <!-- modified versions of the suite. -->
63
+ <!-- -->
64
+ <!-- In the interest of maintaining consistency and -->
65
+ <!-- clarity for potential users, NLM requests: -->
66
+ <!-- -->
67
+ <!-- 1. If you create a DTD from the Archiving and -->
68
+ <!-- Interchange DTD Suite and intend to stay -->
69
+ <!-- compatible with the suite, then please include -->
70
+ <!-- the following statement as a comment in all of -->
71
+ <!-- your DTD modules: -->
72
+ <!-- "Created from, and fully compatible with, -->
73
+ <!-- the Archiving and Interchange DTD Suite." -->
74
+ <!-- -->
75
+ <!-- 2. If you alter one or more modules of the suite, -->
76
+ <!-- then please rename your version and all its -->
77
+ <!-- modules to avoid any confusion with the -->
78
+ <!-- original suite. Also, please include the -->
79
+ <!-- following statement as a comment in all your -->
80
+ <!-- DTD modules: -->
81
+ <!-- "Based in part on, but not fully compatible -->
82
+ <!-- with, the Archiving and Interchange DTD -->
83
+ <!-- Suite." -->
84
+ <!-- -->
85
+ <!-- Suggestions for refinements and enhancements to -->
86
+ <!-- the DTD suite should be sent in email to: -->
87
+ <!-- archive-dtd@ncbi.nlm.nih.gov -->
88
+ <!-- -->
89
+ <!-- ORIGINAL CREATION DATE: -->
90
+ <!-- December 2002 -->
91
+ <!-- -->
92
+ <!-- CREATED BY: Jeff Beck (NCBI) -->
93
+ <!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
94
+ <!-- Bruce Rosenblum (Inera Inc.) -->
95
+ <!-- -->
96
+ <!-- NLM thanks the Harvard University Libraries, both -->
97
+ <!-- for proposing that a draft archiving NLM DTD for -->
98
+ <!-- life sciences journals be extended to accommodate -->
99
+ <!-- journals in all disciplines and for sponsoring -->
100
+ <!-- Bruce Rosenblum's collaboration with other DTD -->
101
+ <!-- authors in completing Version 1.0. The Andrew W. -->
102
+ <!-- Mellon Foundation provided support for these -->
103
+ <!-- important contributions. -->
104
+ <!-- -->
105
+ <!-- ============================================================= -->
106
+
107
+
108
+ <!-- ============================================================= -->
109
+ <!-- DTD VERSION/CHANGE HISTORY -->
110
+ <!-- ============================================================= -->
111
+ <!--
112
+
113
+ =============================================================
114
+
115
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
116
+
117
+ =============================================================
118
+ Version 2.2 (DAL/BTU) v2.2 (2006-04-30)
119
+
120
+ Backwards-compatible changes to meet operational needs.
121
+ Typical changes include adding attribute values and making
122
+ required elements optional.
123
+
124
+ 33. RELATED ARTICLE TYPE - Added new suggested value for
125
+ "partial-retraction"
126
+
127
+ 32. PRICE - Added new elements <price> and made a new class for it
128
+ (-%price.class;) so that it can be added to <product>
129
+
130
+ 31. SIG-BLOCK - Added new elements <sig-block> and <sig>. A
131
+ <sig-block> may be located at the end of the <body> in journal
132
+ articles (Blue and Green) and at the end of sections <sec> in
133
+ books. It main contain one or more Signatures <sig> or just
134
+ #PCDATA.
135
+
136
+ 30. LONG DESC - Added asterisk to the model for <long-desc>
137
+
138
+ 29. SECTION MODELS
139
+
140
+ a. Added new element <sec-meta> to the start of the content
141
+ models for section (-%sec-model;) and section optional
142
+ title model (-%sec-opt-title-model;). There are sections that
143
+ are authored independently, even in journal articles, and
144
+ this is the start of allowing additional metadata for such
145
+ sections. The first content for <sec-meta> will be
146
+ <contrib-group>
147
+
148
+ b. New Parameter Entity -%sec-meta-model; to hold the
149
+ content of the new element.
150
+
151
+ c. New element declaration for <sec-meta>
152
+
153
+ 28. Updated public identifier to "v2.2 20060430//EN"
154
+
155
+ =============================================================
156
+ Version 2.1 (DAL/BTU) v2.1 (2005-06-30)
157
+
158
+ Changed to MathML 2.0 and MathML 2.0 Character Sets
159
+ Added new material requested by NCBI
160
+
161
+ 27. JOURNAL-ID-ATTS - Removed the duplicate declaration
162
+
163
+ 26. RELATED-ARTICLE-ATTS - Changed to use the journal-id-atts
164
+ Parameter Entity, which was moved to allow this use
165
+
166
+ 25. PUB-ID-TYPES - Added new values "doaj" and "manuscript"
167
+ to pub-id-types and suggested journal ID types
168
+
169
+ 24. PERMISSIONS - Added a new <permissions> wrapper element to
170
+ consolidate copyright and licensing information. For backwards
171
+ compatibility, the new element will be added alongside the
172
+ existing copyright elements. Best practice will be to use the
173
+ new container, but <copyright-statement>, <copyright-year>,
174
+ and <license> will be accepted in their old positions inside
175
+ <article-meta>
176
+ - Added <permissions> to the following models:
177
+ - article-meta>
178
+ - Added <copyright-holder> to <permissions>
179
+ - Moved <copyright-year> here from article-meta module
180
+ - Moved <license> here from article-meta module
181
+ - Moved -%license-atts; here from article-meta module
182
+ - Moved -%license-model; here from article-meta module
183
+
184
+ 23. DATE ATTS PARAMETER ENTITY - The Parameter Entity -%date-atts;
185
+ was defined, but not used on the <date> element. Since the
186
+ attribute list was hard-coded at the element, it could not
187
+ be over-ridden. PE is now used.
188
+
189
+ 22. X-GENERATED TEXT - Added "xml:space" attribute with a value of
190
+ "preserve" to the <x> element
191
+
192
+ 21. JOURNAL TITLES
193
+ a) Defined new element <journal-subtitle>; used in
194
+ <journal-meta>
195
+
196
+ 20. Updated public identifier to "v2.1 20050630"
197
+
198
+ =============================================================
199
+ Version 2.0 (DAL/BTU) v2.0 (2004-08-30)
200
+
201
+
202
+ Major requirement changes led to the new release, producing
203
+ DTD version "2.0":
204
+ a) The splitting of the Archival and Interchange Tag Set
205
+ DTDs into three DTDs from two: an authoring DTD, an
206
+ archive regularization and interchange DTD (the
207
+ current Blue Publishing DTD), and a preservationist
208
+ archive DTD (the current Green Archiving and Interchange
209
+ DTD).
210
+ b) AIT Working Group suggestions from the June 04 meeting
211
+ and June/July 2004 followup discussions
212
+ c) Suite remodularization to meet new (and newly articulated)
213
+ modularization requirements
214
+ d) New or renamed classes and mixes to make modifications
215
+ easier and more consistent
216
+
217
+
218
+ 29. NEW ELEMENT <x> GENERATED TEXT AND PUNCTUATION
219
+ Added a container element to hold punctuation or other
220
+ generated text, typically when 1) an archive decides not
221
+ to have any text generated and thus to pre-generate such
222
+ things as commas or semicolons between keywords or 2)
223
+ when an archive receives text with <x> tags embedded and
224
+ wishes to retain them.
225
+
226
+ 28. PUBLISHER - Moved element here from %journalmeta.ent;
227
+ module since Book DTD also needed it and was not including
228
+ that module.
229
+
230
+ 27. PAGE ELEMENT ATTRIBUTES
231
+ a. Made an Parameter Entity for:
232
+ - %fpage-atts;
233
+ - %elocation-id-atts;
234
+ b. Gave %elocation-id-atts" the attribute "seq"
235
+
236
+ 26. PUB ID TYPES - Added the new attribute values to the
237
+ Parameter Entity %pub-id-types;, which is used on <article>
238
+ and other elements. New values: pmcid and art-access-id
239
+
240
+ 25. CUSTOM METADATA - Added the new <custom-meta> element, its
241
+ components, and its wrapper. This element is used to insert
242
+ name/value pairs for metadata elements that are in source
243
+ material but were never envisioned by this DTD. Allowed this
244
+ element at the end of <article-meta>.
245
+
246
+ 24. DATES
247
+ a. Made a new Parameter Entity %string-date-elements; to
248
+ hold all the elements that may be mixed with #PCDATA
249
+ inside a <string-date>
250
+ b. Also used %date-parts.class; and %x.class; (currently
251
+ used only in Green-Archiving) in the new PE
252
+ %string-date-elements;
253
+
254
+ 23. COMPLETE MODELS WHEN OVER-RIDING A MODEL
255
+ (for all Parameter Entities suffixed "-model")
256
+ ### Customization Alert ###
257
+ Made all the model over-rides consistent. Some included
258
+ the outer parentheses, some did not. They all do now,
259
+ as this is the most flexible system, allowing for
260
+ #PCDATA, mixed, or element content. (This is in direct
261
+ contrast to the "-element" suffixed models, which are
262
+ designed to prohibit element content and permit only
263
+ #PCDATA or mixed content.) Added parentheses to Parameter
264
+ Entity and removed them from the Element Declaration.
265
+ - %custom-meta-model;
266
+ - %custom-meta-wrap-model;
267
+ - %def-model;
268
+ - %sec-model;
269
+ - %sec-opt-title-model;
270
+ - Removed parentheses from <notes>, <ack>, <address>, <date>
271
+
272
+ 22. CITATION MODEL / COPYRIGHT STATEMENT MODEL
273
+ ### Customization Alert ###
274
+ a. Replaced the Parameter Entity %copyright-statement-model;
275
+ with the OR list Parameter Entity
276
+ %copyright-statement-elements; and used that
277
+ within the content model of <copyright-statement>
278
+ b. Citation - In the PE %citation-elements; also
279
+ changed the PE -%ext-links.class; ==> -%address-links.class;
280
+ (Changed the content model of citation to match.)
281
+ c. In -%copyright-statement-elements;, replaced the mix
282
+ -%rendition-plus; with its constituent classes
283
+ d. In -%citation-elements;, replaced the mix -%simple-text;
284
+ with its constituent classes (with exception of
285
+ %address-link.class;).
286
+
287
+ 21. RELATED ARTICLE
288
+ ### Customization Alert ###
289
+ - Renamed
290
+ -%related-article-model; ==> -%related-article-elements;
291
+ (To match the DTD naming convention that full content
292
+ models are named with a "-model" suffix and groups of
293
+ elements to be added to #PCDATA for a particular
294
+ content model are named "-elements".)
295
+ - Started "-related-article-elements" PE with an OR Bar
296
+ - Deleted "ext-links.class", because these elements are
297
+ already in the %references.class; (no model change)
298
+
299
+ 20. INLINE MATH - <inline-formula> added to:
300
+ - %label-elements;
301
+
302
+ 19. RELATED ARTICLE ATTRIBUTES - Added the following attributes
303
+ to the element <related-article>:
304
+ a. "id" - to provide a unique identifier
305
+ b. "alternate-form-of", which works (similarly to the same
306
+ attribute when used on a <graphic> element) to point to
307
+ another <related-article> element within the same document
308
+ as an alternate form of the related article.
309
+
310
+ 18. ISSUE TITLE <issue-title> - Created new element for a theme or
311
+ special issue title
312
+ - Defined here in the common module
313
+ - Added to <article-meta>
314
+ - Added to %references.class; (therefore to <citation>,
315
+ <product>, and <related-article>
316
+ - Created new Parameter Entities %issue-title-elements;
317
+ which hold the OR-group of elements that may be mixed with
318
+ #PCDATA inside the content model
319
+
320
+ 17. ATTRIBUTION
321
+ - Moved <attrib> and its Parameter Entities from the paragraph
322
+ module to here, as it is numerous elements, such as <array>,
323
+ <boxed-text>, <fig>, <table-wrap>, etc., in the Archival DTD.
324
+
325
+ 16. CUSTOM METADATA - Added the new <custom-meta> element, its
326
+ components, and its wrapper. This element is used to insert
327
+ name/value pairs for metadata elements that are in source
328
+ material but were never envisioned by this DTD. Allowed this
329
+ element at the end of <article-meta> and <journal-meta>.
330
+
331
+ 15. EMAIL- Considered to be just another type of external link, as
332
+ <ext-link> is, so added to:
333
+ - %collab-elements;
334
+ - %copyright-statement-elements;
335
+
336
+ 14. DATES
337
+ a. Added new class %date-parts.class; to hold all the
338
+ potential components of date, such as <year>, <day>,
339
+ etc.
340
+ b. Made a new Parameter Entity %string-date-elements; to
341
+ hold all the elements that may be mixed with #PCDATA
342
+ inside a <string-date>
343
+ c. Used %date-parts.class; in that model.
344
+
345
+ 13. ROLE ELEMENT - Was added to the model for <citation>, thus
346
+ moved to this module from the article metadata module.
347
+
348
+
349
+ 12. NEW IDENTIFICATION ELEMENTS - in view of the larger role that
350
+ some publishers are giving to DOIs:
351
+
352
+ a. OBJECT ID - Added a new class Parameter Entity
353
+ %id.class; to hold the new element <object-id> Object
354
+ Identifier. The <object-id> element is used to capture any
355
+ publisher's or archive's ID, such as a DOI. This was modeled
356
+ as an element (rather than as an attribute) to allow for
357
+ multiple IDs. New PE used in:
358
+ - %references.class (therefore inside <citation>,
359
+ <related-article>, and <product>)
360
+ - metadata objects such as <abstract>
361
+ - display objects such as <figure>.
362
+ Added PE %object-id-atts; to hold the element's attributes
363
+
364
+ b. ISSUE ID <issue-id> - new element for an identifier such
365
+ as a DOI associated with a journal issue (as opposed to the
366
+ existing element <issue>, which is defined as the issue
367
+ number)
368
+ - Defined here in the common module
369
+ - Added to <article-meta>
370
+ - Added to %references.class; (therefore to <citation>,
371
+ <product>, and <related-article>
372
+ - Created PE %issue-id-atts; to hold the attributes.
373
+
374
+ c. VOLUME ID <volume-id> - new element for an identifier such
375
+ as a DOI associated with a volume of a journal (as opposed
376
+ to the existing element <volume>, which is defined as the
377
+ volume number)
378
+ - Defined here in the common module
379
+ - Added to <article-meta>
380
+ - Added to %references.class; (therefore to <citation>,
381
+ <product>, and <related-article>
382
+ - Created new Parameter Entities %volume-id-elements;
383
+ which hold the OR-group of elements that may be mixed with
384
+ #PCDATA inside the content model
385
+ - Added PE %volume-id-atts; to hold the attributes.
386
+
387
+
388
+ Note: All ID attributes for these new identification
389
+ elements was set to use the "pub-id-type" attribute,
390
+ which is for Archival (Green) set as a CDATA attribute.
391
+
392
+ 11. NAME CLASS / STRING NAME / PERSON NAME CLASS
393
+ a. Created a new element <string-name> for names that
394
+ do not follow the former, strict personal name model.
395
+ <string-name> holds any combination of #PCDATA and any of
396
+ the known personal-name elements such as <surname>.
397
+ - Used a new Parameter Entity %string-name-elements;
398
+ in the content model
399
+
400
+ b. Created a new class %name.class; to hold all the ways
401
+ to name people: <name>, <string-name>, and <collab>
402
+ who produce products or articles.
403
+
404
+ c. Allowed <string-name> to be used anywhere <name> is
405
+ used. Inside
406
+ - citation (by adding to %references.class;)
407
+ - product (by adding to %references.class;)
408
+
409
+ d. Added new attribute "initials" to the personal name
410
+ components: <surname> and <given-names>. This provides
411
+ a way to preserve the initials, for matching services
412
+ that prefer initials to full names. Since there are
413
+ many cases in which the initials cannot be determined
414
+ programmatically, we merely provide a bucket to record
415
+ them.
416
+
417
+ e. Added new Parameter Entities %given-name-atts; and
418
+ %surname-atts; to hold the new "initials" attribute.
419
+
420
+ 10. ATTRIBUTE VALUE LISTS - The Green (Archival) DTD needed to
421
+ change all explicit attribute value lists in the DTD to CDATA.
422
+ In the future, explicit list types will be a feature of the
423
+ Blue (Publishing) and new Authoring DTDs. Therefore, added
424
+ Parameter Entities to hold the following attributes:
425
+ - date-type
426
+
427
+ 9. RELATED ARTICLE ATTRIBUTES - Added the following attributes
428
+ to the element <related-article>:
429
+ - "id ID #IMPLIED" attribute, so the related-article
430
+ can be referenced.
431
+ - "ext-link-type" - to indicate the type of link used to
432
+ point to the related article. Attribute was used with
433
+ exactly the same content (CDATA) and suggested values
434
+ as when used with the element <ext-link>.
435
+ - "issue" - used (along with "vol", "page", and "journal-id")
436
+ to provide metadata concerning the related article
437
+ - "journal-id"- used (along with "vol", "page", and "issue")
438
+ to provide metadata concerning the related article.
439
+ - "journal-id-type" - Performs the same function that this
440
+ attribute performs for the element <journal-id>. The
441
+ "journal-id" values are the same as those for existing
442
+ journal identifiers plus "issn".
443
+ - "alternate-form-of", which works (similarly to the same
444
+ attribute when used on a <graphic> element) to point to
445
+ another <related-article> element within the same document
446
+ as an alternate form of the related article.
447
+
448
+ 8. PARAMETER ENTITY CLEANUP AND REGULARIZATION
449
+
450
+ a. RENAME ELEMENT MIXES NOT TO END IN "-elements", since that
451
+ suffix is reserved for mixes that are added to #PCDATA in
452
+ a particular element
453
+ ### Customization Alert ###
454
+ Names ending in "-elements" saved for element-specific mixes
455
+ that will be added to #PCDATA for one element
456
+ - %sec-back-matter-elements; ==> %sec-back-matter-mix;
457
+ (Used in -%sec-model; and -%sec-opt-title-model;)
458
+
459
+ b. NEW CLASSES - Largely for classing and modification reasons,
460
+ the following new classes were added:
461
+ - %date.class;
462
+ - %def.class;
463
+ - %degree.class;
464
+ - %id.class;
465
+ - Removed duplicate %person-name.class;
466
+
467
+ c. NEW MIXES - To correct potential classing problems, new
468
+ Parameter Entities were created. The following content
469
+ models were changed to use these new entities.
470
+ - <etal> -%etal-elements;
471
+ - <ext-link> -%ext-link-elements;
472
+ - <fax> -%fax-elements;
473
+ - <given-names> -%given-names-elements;
474
+ - <issn> -%issn-elements;
475
+ - <issue> -%issue-elements;
476
+ - <label> -%label-elements;
477
+ - <long-desc> -%long-desc-elements;
478
+ - <phone> -%phone-elements;
479
+ - <prefix> -%prefix-elements;
480
+ - <publisher-name> -%publisher-name-elements;
481
+ - <role> -%role-elements;
482
+ - <suffix> -%suffix-elements;
483
+ - <surname> -%surname-elements;
484
+ - <uri> -%uri-elements;
485
+ - <volume> -%volume-elements;
486
+ - <volume-id> -%volume-id-elements;
487
+
488
+ - <bio> %bio-model; (which uses %just-para.class;)
489
+ - <def> %def-model;
490
+ - <def> %just-para.class;
491
+
492
+ d. RENAME CLASSES
493
+ ### Customization Alert ###
494
+ Not all classes ended in the ".class" suffix. Changed the
495
+ following to add the class suffix:
496
+ - %address-elements; (renamed -%address.class;) used in
497
+ - %aff-elements;
498
+ - %publisher-loc-elements;
499
+ - %address-model;
500
+ - %inline-math.class; used in -%label-elements;
501
+
502
+ e. PE %attrib-elements;
503
+ ### Customization Alert ###
504
+ Uses %emphasized-text; which now starts with an OR bar, so
505
+ removed the OR bar from this PE.
506
+
507
+ f. LINK CLASSES
508
+ - In %aff-elements;, replaced %link.class; with
509
+ the following classes (via use of %all-phrase;)
510
+ (no DTD change):
511
+ - %address-link.class; (external used in addresses)
512
+ - %simple-link.class; (the internal links, same)
513
+ - %article-link.class; (for journal articles)
514
+ - In -%collab-elements;
515
+ - Replaced -%ext-links.class; with the following class
516
+ (via use of %all-phrase;)
517
+ (no DTD change):
518
+ - address-link.class; (external used in addresses)
519
+ - Deleted -%inpara-address;
520
+ (No model change, %address-link.class; covers it.)
521
+ - In %copyright-statement-elements;, replaced
522
+ -%inpara-address; with -%address-link.class;
523
+ (via use of %all-phrase;)
524
+
525
+ 7. DEFAULT CLASSES - Were moved from this module to
526
+ %default-classes.ent;
527
+
528
+ 6. Updated public identifier to "v2.0 20040830"
529
+
530
+ =============================================================
531
+ Version 1.1 (TRG) v1.1 (2003-11-01)
532
+
533
+ 5. Made <copyright-statement> model into a parameter entity in
534
+ order to add <ext-link> to the content model.
535
+ Rationale: Permit linkage between copyright statement and
536
+ copyright holder's site.
537
+
538
+ 4. Added attribute "content-type" to element <ack>.
539
+ Rationale: To identify and preserve the semantic intent of
540
+ semantically rich source documents.
541
+
542
+ 3. Added ID attribute to the following elements:
543
+ - <ack>
544
+ - <address>
545
+ - <alt-text>
546
+ - <ext-link> (by modifying %ext-link-atts;)
547
+ - <institution>
548
+ - <long-desc>
549
+ - <notes> (by modifying parameter entity %notes-atts;)
550
+ Rationale: Provide unique identifier so these elements can be
551
+ linked to.
552
+
553
+ 2. Added element <label> to content model of <aff> (by adding
554
+ -%label.class; to parameter -%aff-elements;)
555
+ Rationale: To provide <label> when needed for format
556
+ over-ride.
557
+
558
+ =============================================================
559
+ Version 1.0 Changes Before Public Release
560
+ (Lapeyre) v1.0 (2002-12-25)
561
+
562
+ 1. ETAL - Changed the content model of <etal> to replace the
563
+ entire content model with a Parameter Entity, not just name
564
+ some elements that may mix with #PCDATA. Rationale: The
565
+ Authoring DTD would like to make <etal> EMPTY.
566
+ -->
567
+
568
+
569
+ <!-- ============================================================= -->
570
+ <!-- PARAMETER ENTITY DEPENDENCIES
571
+ Requires the following parameter entities
572
+ be defined before calling this module,
573
+ usually accomplished in the Customization
574
+ Module for the specific DTD:
575
+ - %address.class;
576
+ - %break.class;
577
+ - %emphasis.class;
578
+ - %inline-display.class;
579
+ - %just-rendition;
580
+ - %label.class;
581
+ - %para-level;
582
+ - %references.class;
583
+ - %rendition-plus;
584
+ - %sec-back-matter-mix;
585
+ - %sec-level;
586
+ - %sec-opt-title-model;
587
+ - %simple-link.class;
588
+ - %simple-phrase;
589
+ - %simple-text;
590
+ - %subsup.class;
591
+ - %might-link-atts; -->
592
+ <!-- ============================================================= -->
593
+
594
+
595
+ <!-- ============================================================= -->
596
+ <!-- PARAMETER ENTITIES FOR ATTRIBUTE VALUES -->
597
+ <!-- ============================================================= -->
598
+
599
+
600
+ <!-- HISTORY DATE TYPES -->
601
+ <!-- The <history> element contains one or more
602
+ <date> elements that record events in the
603
+ life of a publication.
604
+ date-type Attribute should only be used if the date
605
+ is one of the known types; otherwise omit
606
+ the attribute.
607
+ Values are:
608
+ accepted - Date manuscript was
609
+ accepted
610
+ received - Date manuscript received
611
+ rev-request - Date revisions were
612
+ requested or manuscript
613
+ was returned
614
+ rev-recd - Date revised manuscript
615
+ was received -->
616
+ <!ENTITY % date-types "accepted | received | rev-request |
617
+ rev-recd" >
618
+
619
+
620
+ <!-- ARTICLE/PUBLICATION IDENTIFIER TYPES -->
621
+ <!-- The "pub-id-type" attribute names the
622
+ type of identifier, or the organization or
623
+ system that defined this identifier for the
624
+ identifier of the journal article or a
625
+ cited publication.
626
+ Used on the <article-id> element, which
627
+ holds an identifier for the entire article.
628
+ Also used on the <pub-id> element, which
629
+ is an identifier for a publication cited in
630
+ a bibliographic reference (citation).
631
+ Valid Types include:
632
+ art-access-id
633
+ - Generic article accession id for
634
+ interchange and retrieval between
635
+ archives
636
+ coden - Obsolete PDB/CCDC identifier (may
637
+ be present on older articles)
638
+ be present on older articles)
639
+ doaj - Directory of Open Access Journals
640
+ doi - Digital Object Identifier for
641
+ the article
642
+ manuscript
643
+ A manuscript
644
+ medline- NLM Medline identifier
645
+ other - None of the named identifiers
646
+ pii - Publisher Item Identifier, see
647
+ /epub/piius.htm
648
+ pmcid - PubMed Central identifier
649
+ pmid - PubMed ID (see
650
+ www.ncbi.nlm.nih.gov/entrez/
651
+ query.fcgi?db=PubMed)
652
+ publisher-id -
653
+ Publisher's identifying number
654
+ such as an 'article-id', 'artnum',
655
+ 'identifier', 'article- number',
656
+ etc.
657
+ sici - Serial Item and Contribution
658
+ Identifier (SICI). A journal
659
+ article may have more than one
660
+ SICI, one for a print version and
661
+ one for an electronic version. -->
662
+ <!ENTITY % pub-id-types "art-access-id | coden | doaj | doi |
663
+ manuscript | medline | other | pii |
664
+ pmcid | pmid | publisher-id | sici" >
665
+
666
+
667
+ <!-- ============================================================= -->
668
+ <!-- PARAMETER ENTITIES FOR CONTENT MODELS -->
669
+ <!-- ============================================================= -->
670
+
671
+
672
+ <!-- DATE ELEMENTS MODEL -->
673
+ <!-- The content models for elements that describe
674
+ dates, such as Publication Date <pub-date>
675
+ and History Dates <date>. The <string-date>
676
+ element holds dates for which months and
677
+ years are not given, for example "first
678
+ quarter", "spring", etc. -->
679
+ <!ENTITY % date-model "( ( (day?, month?) | season)?,
680
+ year?, string-date?)" >
681
+
682
+
683
+ <!-- CONTENT MODEL FOR A STRUCTURAL SECTION -->
684
+ <!-- The model for a section that requires that a
685
+ section title be present, used for elements
686
+ such as Section and Appendix. -->
687
+ <!ENTITY % sec-model "(sec-meta?, label?, title, (%para-level;)*,
688
+ (%sec-level;)*,
689
+ (%sec-back-matter-mix;)* )" >
690
+
691
+
692
+ <!-- CONTENT MODEL FOR A SECTION METADATA -->
693
+ <!-- In some articles, each section has a different
694
+ author or some sections are authored by
695
+ different contributors from the enclosing
696
+ article. This wrapper element for
697
+ section-level metadata is used to capture
698
+ information concerning those contributors. -->
699
+ <!ENTITY % sec-meta-model
700
+ "(contrib-group*)" >
701
+
702
+
703
+ <!-- CONTENT MODEL FOR AN UNTITLED SECTION -->
704
+ <!-- The model for a section-like structure that
705
+ may or may not have an initial title -->
706
+ <!ENTITY % sec-opt-title-model
707
+ "(sec-meta?, label?, title?, (%para-level;)*,
708
+ (%sec-level;)*,
709
+ (%sec-back-matter-mix;)* )" >
710
+
711
+
712
+ <!-- LINK ELEMENTS -->
713
+ <!-- Elements for use in the linking elements
714
+ such as <xref>, <target>, and <ext-link> -->
715
+ <!ENTITY % link-elements
716
+ "| %emphasis.class; | %subsup.class;" >
717
+
718
+
719
+ <!-- TITLE ELEMENTS -->
720
+ <!-- Elements for use in all the title elements
721
+ such as <title>, <subtitle>, <trans-title>,
722
+ etc.
723
+ Design Note: All inline mixes begin with an
724
+ OR bar, but since %simple-phrase; is an
725
+ inline mix, the OR bar is already there. -->
726
+ <!ENTITY % title-elements
727
+ "%simple-phrase; | %break.class;" >
728
+
729
+
730
+ <!-- ============================================================= -->
731
+ <!-- PARAMETER ENTITIES FOR LINKING ATTRIBUTES -->
732
+ <!-- ============================================================= -->
733
+
734
+
735
+ <!-- XLINK LINK ATTRIBUTES -->
736
+ <!-- Used for elements that are a link by
737
+ definition, such as the <xref> element.
738
+ xlink:href Provides an address or identifier of the
739
+ object to which the link points, for
740
+ example a URI or a filename
741
+ xlink:role Provides a URI reference pointing to some
742
+ resource that describes the role or function
743
+ of this link
744
+ xlink:title
745
+ Describes the meaning of the link in a
746
+ human-readable and displayable fashion
747
+ xlink:show Describes the requested presentation when
748
+ the link is traversed.
749
+ Values are:
750
+ embed Load the new presentation in the
751
+ place of the link
752
+ new Load a new window, frame, pane, or
753
+ other presentation
754
+ none No clue for the application
755
+ other Look to other markup for a clue
756
+ replace Load the new resource in the same
757
+ window, frame, pane, or other
758
+ presentation context as the link
759
+ started in
760
+ xlink:actuate
761
+ When is the link traversed, and under whose
762
+ control.
763
+ Values are:
764
+ none No clue for the application
765
+ onLoad Traverse the link immediately
766
+ upon loading the link
767
+ onRequest
768
+ User or software requests that the
769
+ link be traversed
770
+ other Look to other markup for a clue
771
+ -->
772
+ <!ENTITY % link-atts
773
+ "xmlns:xlink CDATA #FIXED
774
+ 'http://www.w3.org/1999/xlink'
775
+ xlink:type (simple) #FIXED 'simple'
776
+ xlink:href CDATA #REQUIRED
777
+ xlink:role CDATA #IMPLIED
778
+ xlink:title CDATA #IMPLIED
779
+ xlink:show (embed | new | none | other | replace)
780
+ #IMPLIED
781
+ xlink:actuate
782
+ (none | onLoad | onRequest | other)
783
+ #IMPLIED" >
784
+
785
+
786
+ <!-- MIGHT LINK XLINK ATTRIBUTES -->
787
+ <!-- Used for elements which may need to link to
788
+ external sources or other objects within
789
+ the document, but may not necessarily act
790
+ as a link at all. The attribute
791
+ "xlink:href" identifies the object to which
792
+ the link points. -->
793
+ <!ENTITY % might-link-atts
794
+ "xmlns:xlink CDATA #FIXED
795
+ 'http://www.w3.org/1999/xlink'
796
+ xlink:type (simple) #FIXED 'simple'
797
+ xlink:href CDATA #IMPLIED
798
+ xlink:role CDATA #IMPLIED
799
+ xlink:title CDATA #IMPLIED
800
+ xlink:show (embed | new | none | other | replace)
801
+ #IMPLIED
802
+ xlink:actuate
803
+ (none | onLoad | onRequest | other)
804
+ #IMPLIED" >
805
+
806
+
807
+ <!-- ============================================================= -->
808
+ <!-- PARAMETER ENTITIES FOR ATTRIBUTES LISTS -->
809
+ <!-- (ALPHABETICAL ORDER) -->
810
+ <!-- ============================================================= -->
811
+
812
+
813
+ <!-- AFFILIATION ATTRIBUTES -->
814
+ <!-- Attributes for the Affiliation <aff>
815
+ element -->
816
+ <!ENTITY % aff-atts
817
+ "id ID #IMPLIED
818
+ rid IDREFS #IMPLIED" >
819
+
820
+
821
+ <!-- BIOGRAPHY ATTRIBUTES -->
822
+ <!-- Attributes for <bio> element
823
+ id Unique identifier so the element may be
824
+ referenced
825
+ rid Points to the identifier of an author or
826
+ authors
827
+ xlink:href Provides an address or identifier of the
828
+ object to which the link points, for
829
+ example a URI or a filename. -->
830
+ <!ENTITY % bio-atts
831
+ "id ID #IMPLIED
832
+ rid IDREFS #IMPLIED
833
+ %might-link-atts;" >
834
+
835
+
836
+ <!-- COLLABORATION ATTRIBUTES -->
837
+ <!-- Attributes for <collab> -->
838
+ <!-- collab-type
839
+ The type or role of the collaborators,
840
+ what function did they play in the
841
+ publication.
842
+ Suggested values include:
843
+ assignee
844
+ - Group or company to whom a patent
845
+ is awarded
846
+ authors - Content creators
847
+ editors - Content editors
848
+ compilers
849
+ - Put together a composite work
850
+ from multiple sources
851
+ guest-editors
852
+ - A group of editors that have been
853
+ invited to edit all or part of a
854
+ work
855
+ inventors
856
+ - Idea, software, or machine
857
+ creators
858
+ translators
859
+ - Translated the cited work from
860
+ one language into another
861
+ id Unique identifier so that the collaboration
862
+ can be referenced
863
+ xlink:href Provides an address or identifier of the
864
+ object to which the link points, for
865
+ example a URI or a filename -->
866
+ <!ENTITY % collab-atts
867
+ "collab-type
868
+ CDATA #IMPLIED
869
+ id ID #IMPLIED
870
+ %might-link-atts;" >
871
+
872
+
873
+ <!-- EXTERNAL LINK ATTRIBUTES -->
874
+ <!-- Attribute list for external links
875
+ ext-link-type
876
+ Type of external link. Use this attribute
877
+ if the type of external link is one of the
878
+ ones below or another named type.
879
+ Suggested values include:
880
+ aoi Astronomical Object Identifier
881
+ doi Digital Object Identifier
882
+ ec Enzyme nomenclature - see
883
+ http://www.chem.qmw.ac.uk/iubmb/enzyme/
884
+ ftp File transfer protocol
885
+ email An email address
886
+ gen GenBank identifier
887
+ genpept Translated Protein-encoding
888
+ sequence Database
889
+ highwire HighWire press intrajournal
890
+ pmid PubMed identifier
891
+ pdb Protein data bank. See
892
+ http://www.rcsb.org/pdb/
893
+ pgr Plant gene register. See
894
+ http://www.tarweed.com/pgr/
895
+ pir Protein Information Resource
896
+ see http://pir.georgetown.edu
897
+ pirdb Protein Information Resource
898
+ see http://pir.georgetown.edu
899
+ pmc PubMed Central identifier
900
+ sprot Swiss-Prot. See
901
+ http://www.ebi.ac.uk/swissprot/
902
+ uri Website or web service
903
+ id Unique identifier so the element may be
904
+ referenced
905
+ xlink:href Provides an address or identifier of the
906
+ object to which the link points, for
907
+ example a URI or a filename -->
908
+ <!ENTITY % ext-link-atts
909
+ "ext-link-type
910
+ CDATA #IMPLIED
911
+ id ID #IMPLIED
912
+ %might-link-atts;" >
913
+
914
+
915
+ <!-- CITATION ATTRIBUTES -->
916
+ <!-- Attributes for <citation>
917
+ citation-type
918
+ Defines the type of work being referenced.
919
+ Suggested values include:
920
+ book Book
921
+ conf-proceedings
922
+ Conference proceedings
923
+ discussion Discussion among a group in
924
+ some forum - public, private,
925
+ or electronic, which may or
926
+ may not be moderated
927
+ gov Government publication
928
+ journal Journal article
929
+ list Listserv
930
+ other None of the listed types
931
+ patent Patent or patent application
932
+ personal-communication
933
+ Informal or personal
934
+ communication, such as a
935
+ phone call or an email
936
+ message
937
+ standard Standards document issued by
938
+ a recognized standards body,
939
+ such as ISO, ANSI, IEEE,
940
+ OASIS, etc.
941
+ thesis Work written as part of the
942
+ completion of an advanced
943
+ degree
944
+ web Website
945
+ id Unique identifier so the element may be
946
+ referenced
947
+ xlink:href Provides an address or identifier of the
948
+ object to which the link points, for
949
+ example a URI or a filename -->
950
+ <!ENTITY % citation-atts
951
+ "citation-type
952
+ CDATA #IMPLIED
953
+ id ID #IMPLIED
954
+ %might-link-atts;" >
955
+
956
+
957
+ <!-- DATE (HISTORICAL) ATTRIBUTES -->
958
+ <!-- date-type Attribute should only be used if the date
959
+ is one of the known types, otherwise omit
960
+ the attribute. Values are:
961
+ accepted - Date manuscript was
962
+ accepted
963
+ received - Date manuscript received
964
+ rev-request - Date revisions were
965
+ requested or manuscript
966
+ was returned
967
+ rev-recd - Date revised manuscript
968
+ was received -->
969
+ <!ENTITY % date-atts
970
+ "date-type (%date-types;) #IMPLIED" >
971
+
972
+
973
+ <!-- GIVEN NAMES ATTRIBUTES -->
974
+ <!-- initials The initial(s) for the given names of the
975
+ person. Particularly useful in those cases
976
+ that cannot be algorithmically determined. -->
977
+ <!ENTITY % given-names-atts
978
+ "initials CDATA #IMPLIED" >
979
+
980
+
981
+ <!-- ISSN ATTRIBUTES -->
982
+ <!-- Attribute list for <issn> -->
983
+ <!-- Used to record the type of publication, for
984
+ example, a print-only publication versus
985
+ an electronic-only publication, in any of
986
+ several life stages.
987
+ Suggested values include:
988
+ epub - Electronic publication
989
+ ppub - Print publication
990
+ epub-ppub - Published in both print and
991
+ electronic form
992
+ epreprint - Electronic preprint
993
+ dissemination
994
+ ppreprint - Print preprint dissemination
995
+ ecorrected - Corrected in electronic
996
+ pcorrected - Corrected in print
997
+ eretracted - Retracted in electronic
998
+ pretracted - Retracted in print -->
999
+ <!ENTITY % issn-atts
1000
+ "pub-type CDATA #IMPLIED" >
1001
+
1002
+
1003
+ <!-- ISSUE IDENTIFIER ATTRIBUTES -->
1004
+ <!-- Attributes for the <issue-id> element
1005
+ pub-id-type
1006
+ Publication (article) Identifier Type
1007
+ Names the type of identifier, or the
1008
+ organization or system that defined this
1009
+ identifier for the identifier of the journal
1010
+ article or a cited publication. This is an
1011
+ optional CDATA attribute that should be used
1012
+ whenever the type is known.
1013
+ Used on the <article-id> element, which
1014
+ holds an identifier for the entire article.
1015
+ Also used on the <pubid> element, which
1016
+ is an identifier for a publication cited in
1017
+ a bibliographic reference (citation).
1018
+ Suggested values include:
1019
+ coden - Obsolete PDB/CCDC identifier (may
1020
+ be present on older articles)
1021
+ doaj - Directory of Open Access Journals
1022
+ doi - Digital Object Identifier
1023
+ manuscript
1024
+ A manuscript
1025
+ medline- NLM Medline identifier
1026
+ other - None of the named identifiers
1027
+ pii - Publisher Item Identifier, see
1028
+ http://pubs.acs.org/epub/piius.htm
1029
+ or
1030
+ http://www.aip.org/epub/piipr.html
1031
+ pmid - PubMed Central identifier (see
1032
+ www.ncbi.nlm.nih.gov/entrez/
1033
+ query.fcgi?db=PubMed)
1034
+ publisher-id
1035
+ - Publisher's identifier such
1036
+ as an 'article-id', 'artnum',
1037
+ 'identifier', 'article- number',
1038
+ 'pub-id', etc.
1039
+ sici - Serial Item and Contribution
1040
+ Identifier (SICI). A journal
1041
+ article may have more than one
1042
+ SICI, one for a print version and
1043
+ one for an electronic version. -->
1044
+ <!ENTITY % issue-id-atts
1045
+ "pub-id-type
1046
+ CDATA #IMPLIED" >
1047
+
1048
+
1049
+ <!-- JOURNAL IDENTIFIER ATTRIBUTES -->
1050
+ <!-- Attribute list for journal identifier
1051
+ <journal-id> element -->
1052
+ <!-- Indicates whose identifier this is, for
1053
+ example, "pub-id" for a publisher's
1054
+ identifier or "pmc" for PubMed Central.
1055
+ Suggested values include:
1056
+ archive Identifier assigned by an archive
1057
+ or other repository
1058
+ aggregator
1059
+ Identifier assigned by a data
1060
+ aggregator
1061
+ doaj Directory of Open Access Journals
1062
+ doi Digital Object Identifier for the
1063
+ entire journal, not just for the
1064
+ article (rare)
1065
+ index Identifier assigned by an
1066
+ abstracting or indexing service
1067
+ pmc Identifier assigned by PubMed Central
1068
+ for example, the pmc journal
1069
+ abbreviation such as "pnas", "mbc",
1070
+ "nar", "molcellb", which may be the
1071
+ same as the abbreviated journal
1072
+ title
1073
+ publisher-id
1074
+ Identifier assigned by the content
1075
+ publisher, for example, "MOLEC",
1076
+ "MOLCEL"
1077
+ nlm-ta Identifier assigned by the
1078
+ PubMed/Medline, and is typically
1079
+ the journal abbreviation, for
1080
+ example, "Mol Biol Cell", "Nucleic
1081
+ Acids Res", which may be the
1082
+ same as the abbreviated journal
1083
+ title. -->
1084
+ <!ENTITY % journal-id-atts
1085
+ "journal-id-type
1086
+ CDATA #IMPLIED " >
1087
+
1088
+
1089
+ <!-- LICENSE ATTRIBUTES -->
1090
+ <!-- Attributes for the <license> element
1091
+ license-type
1092
+ The type of license granted on a journal
1093
+ article, for example,"open-access" for a
1094
+ license permitting unrestricted use,
1095
+ distribution, and reproduction in any medium,
1096
+ provided the original work is properly cited
1097
+ xlink:href Provides an address or identifier of the
1098
+ object to which the link points, for
1099
+ example a URI or a filename. -->
1100
+ <!ENTITY % license-atts
1101
+ "license-type
1102
+ CDATA #IMPLIED
1103
+ %might-link-atts;" >
1104
+
1105
+
1106
+ <!-- NOTES ATTRIBUTES -->
1107
+ <!-- Attribute list for <note> -->
1108
+ <!-- notes-type To identify the type of note, if the type
1109
+ can be/has been identified, for example,
1110
+ "note-in-proof"
1111
+ id Unique identifier so the element may be
1112
+ referenced -->
1113
+ <!ENTITY % notes-atts
1114
+ "id ID #IMPLIED
1115
+ notes-type CDATA #IMPLIED" >
1116
+
1117
+
1118
+ <!-- OBJECT IDENTIFIER ATTRIBUTES -->
1119
+ <!-- Attributes for the <object-id> element
1120
+ pub-id-type
1121
+ Publication (article) Identifier Type
1122
+ Names the type of identifier, or the
1123
+ organization or system that defined this
1124
+ identifier for the identifier of the journal
1125
+ article or a cited publication. This is an
1126
+ optional CDATA attribute that should be used
1127
+ whenever the type is known.
1128
+ Used on the <article-id> element, which
1129
+ holds an identifier for the entire article.
1130
+ Also used on the <pubid> element, which
1131
+ is an identifier for a publication cited in
1132
+ a bibliographic reference (citation).
1133
+ Suggested values include:
1134
+ coden - Obsolete PDB/CCDC identifier (may
1135
+ be present on older articles)
1136
+ doaj - Directory of Open Access Journals
1137
+ doi - Digital Object Identifier
1138
+ manuscript
1139
+ A manuscript
1140
+ medline- NLM Medline identifier
1141
+ other - None of the named identifiers
1142
+ pii - Publisher Item Identifier, see
1143
+ http://pubs.acs.org/epub/piius.htm
1144
+ or
1145
+ http://www.aip.org/epub/piipr.html
1146
+ pmid - PubMed Central identifier (see
1147
+ www.ncbi.nlm.nih.gov/entrez/
1148
+ query.fcgi?db=PubMed)
1149
+ publisher-id
1150
+ - Publisher's identifier such
1151
+ as an 'article-id', 'artnum',
1152
+ 'identifier', 'article- number',
1153
+ 'pub-id', etc.
1154
+ sici - Serial Item and Contribution
1155
+ Identifier (SICI). A journal
1156
+ article may have more than one
1157
+ SICI, one for a print version and
1158
+ one for an electronic version. -->
1159
+ <!ENTITY % object-id-atts
1160
+ "pub-id-type
1161
+ CDATA #IMPLIED" >
1162
+
1163
+
1164
+ <!-- RELATED ARTICLE ATTRIBUTES -->
1165
+ <!-- Attributes for <related-article>
1166
+ id Unique identifier so the element may be
1167
+ referenced
1168
+ alt-form-of
1169
+ Exactly like the "alt-form-of" attribute
1170
+ used with <graphic>, this is an IDREF
1171
+ attribute which points to the ID of another
1172
+ <related-article> in the same document
1173
+ rather than to an external file.
1174
+ related-article-type
1175
+ Describes how the related article is
1176
+ related to the current article. While any
1177
+ value may be used, suggested values include:
1178
+ addendum Additional material for an
1179
+ article, generated too late
1180
+ to be added to the main text
1181
+ commentary-article
1182
+ Used in an commentary or
1183
+ editorial to link to the
1184
+ article on which it is
1185
+ commenting
1186
+ companion Used in an article to link
1187
+ to a companion (related
1188
+ or sibling) article
1189
+ corrected-article
1190
+ Used in a correction to link
1191
+ to the article being
1192
+ corrected. Sometimes called
1193
+ erratum.
1194
+ in-this-issue Related article in the same
1195
+ journal issue
1196
+ letter A letter to the publication
1197
+ or a reply to such a
1198
+ letter
1199
+ commentary Used in an article to link
1200
+ to its associated commentary
1201
+ or editorial
1202
+ correction-forward
1203
+ Used in an article to link
1204
+ forward to its associated
1205
+ correction (rarely used)
1206
+ partial-retraction Partial retraction of
1207
+ previously published material
1208
+ retracted-article
1209
+ Used in a retraction to link
1210
+ to the article being retracted
1211
+ retraction-forward
1212
+ Used in an article to link
1213
+ forward to its associated
1214
+ retraction (rare)
1215
+ ext-link-type
1216
+ Type of external link used to point to the
1217
+ related article. Use this attribute
1218
+ if the type of external link is one of the
1219
+ ones below or another named type.
1220
+ Suggested values include:
1221
+ aoi Astronomical Object Identifier
1222
+ doi Digital Object Identifier
1223
+ ec Enzyme nomenclature - see
1224
+ http://www.chem.qmw.ac.uk/iubmb/enzyme/
1225
+ ftp File transfer protocol
1226
+ email An email address
1227
+ gen GenBank identifier
1228
+ genpept Translated Protein-encoding
1229
+ sequence Database
1230
+ highwire HighWire press intrajournal
1231
+ pdb Protein data bank. See
1232
+ http://www.rcsb.org/pdb/
1233
+ pgr Plant gene register. See
1234
+ http://www.tarweed.com/pgr/
1235
+ pir Protein Information Resource
1236
+ see http://pir.georgetown.edu
1237
+ pirdb Protein Information Resource
1238
+ see http://pir.georgetown.edu
1239
+ pmc PubMed Central identifier
1240
+ pmid PubMed identifier
1241
+ sprot Swiss-Prot. See
1242
+ http://www.ebi.ac.uk/swissprot/
1243
+ uri Website or web service
1244
+ The next five attributes are used to identify the
1245
+ journal in which the related article was published.
1246
+ vol Volume of the journal in which the related
1247
+ article exists. It is best practice to
1248
+ limit the scope to the current journal,
1249
+ the one in which the current article
1250
+ resides.
1251
+ page Page number of the related article. It is
1252
+ best practice to limit the scope to the
1253
+ current journal, the one in which the
1254
+ current article resides. The values for this
1255
+ attribute should be a first page or a page
1256
+ range.
1257
+ issue Issue number of the related article.
1258
+ journal-id Identifier for the journal which contains the
1259
+ related article.
1260
+ journal-id-type
1261
+ Indicates whose identifier this is, for
1262
+ example, "pub-id" for a publisher's
1263
+ identifier or "pmc" for PubMed Central.
1264
+ Suggested values include:
1265
+ archive Identifier assigned by an archive
1266
+ or other repository
1267
+ aggregator
1268
+ Identifier assigned by a data
1269
+ aggregator
1270
+ doi Digital Object Identifier for the
1271
+ entire journal, not just for the
1272
+ article (rare)
1273
+ index Identifier assigned by an
1274
+ abstracting or indexing service
1275
+ issn International Standard Serial Number
1276
+ of the journal in which the related
1277
+ article was published
1278
+ pmc Identifier assigned by PubMed
1279
+ Central, for example, a pmc journal
1280
+ abbreviation such as "pnas", "mbc",
1281
+ "nar", "molcellb", which may be the
1282
+ same as the abbreviated journal
1283
+ title
1284
+ publisher-id
1285
+ Identifier assigned by the content
1286
+ publisher, for example, "MOLEC",
1287
+ "MOLCEL"
1288
+ nlm-ta Identifier assigned by the
1289
+ PubMed/Medline, and is typically
1290
+ the journal abbreviation, for
1291
+ example, "Mol Biol Cell", "Nucleic
1292
+ Acids Res", which may be the
1293
+ same as the abbreviated journal
1294
+ title.
1295
+ xlink:href Provides an address or identifier of the
1296
+ object to which the link points, for
1297
+ example a URI or a filename. -->
1298
+ <!ENTITY % related-article-atts
1299
+ "id ID #IMPLIED
1300
+ alternate-form-of
1301
+ IDREF #IMPLIED
1302
+ related-article-type
1303
+ CDATA #REQUIRED
1304
+ ext-link-type
1305
+ CDATA #IMPLIED
1306
+ vol CDATA #IMPLIED
1307
+ page CDATA #IMPLIED
1308
+ issue CDATA #IMPLIED
1309
+ journal-id
1310
+ CDATA #IMPLIED
1311
+ %journal-id-atts;
1312
+ %might-link-atts;" >
1313
+
1314
+
1315
+ <!-- RELATED OBJECT ATTRIBUTES -->
1316
+ <!-- Attributes for <related-object>
1317
+ id Unique identifier so the element may be
1318
+ referenced
1319
+ link-type Describes how the related object is related to
1320
+ the current document, for example, to describe
1321
+ the relationship between the current book part
1322
+ and related book parts
1323
+ source-id The identifier of a journal, book, conference
1324
+ proceedings, or other object that is the
1325
+ source of the related material (for
1326
+ example, "PNAS")
1327
+ source-id-type
1328
+ The type of source identifier, such as DOI,
1329
+ ISSN, ISBN, publisher's identifier, etc.
1330
+ source-type
1331
+ What kind of object is this? A book, a
1332
+ journal? A database?
1333
+ document-id
1334
+ The identifier of the document, for example,
1335
+ a journal article that contains the related
1336
+ object
1337
+ document-id-type
1338
+ The type of document identifier, such as DOI,
1339
+ publisher's identifier, etc.
1340
+ document-type
1341
+ What kind of object is this, for example a
1342
+ journal article.
1343
+ object-id The identifier of the object such as a table,
1344
+ figure, boxed text sidebar, etc.
1345
+ object-id-type
1346
+ The type of object identifier, such as an
1347
+ XML ID, a string, the label of the object,
1348
+ etc.
1349
+ object-type
1350
+ What kind of object is this, a table, a
1351
+ figure, a sidebar, etc.?
1352
+ content-type
1353
+ "content-type" attribute provides a way to
1354
+ preserve or add semantic distinctions, for
1355
+ multiple conference dates -->
1356
+ <!ENTITY % related-object-atts
1357
+ "id ID #IMPLIED
1358
+ link-type CDATA #IMPLIED
1359
+ source-id CDATA #IMPLIED
1360
+ source-id-type
1361
+ CDATA #IMPLIED
1362
+ source-type
1363
+ CDATA #IMPLIED
1364
+ document-id
1365
+ CDATA #IMPLIED
1366
+ document-id-type
1367
+ CDATA #IMPLIED
1368
+ document-type
1369
+ CDATA #IMPLIED
1370
+ object-id CDATA #IMPLIED
1371
+ object-id-type
1372
+ CDATA #IMPLIED
1373
+ object-type
1374
+ CDATA #IMPLIED
1375
+ content-type
1376
+ CDATA #IMPLIED" >
1377
+
1378
+
1379
+ <!-- RELATED OBJECT ELEMENTS -->
1380
+ <!-- Elements allowed inside <related-object> -->
1381
+ <!ENTITY % related-object-elements
1382
+ "| %emphasis.class; | %references.class; |
1383
+ %subsup.class; | %size.class;" >
1384
+
1385
+
1386
+ <!-- RELATED OBJECT INFORMATION -->
1387
+ <!-- Wrapper element, used as a container for
1388
+ text links to a related object, possibly
1389
+ accompanied by a very brief description of
1390
+ the object, typically a related book.
1391
+ Remarks: At this time, this element is used
1392
+ only within <collection-member>. That usage
1393
+ may well be expanded in a later version of
1394
+ the DTD Suite. -->
1395
+ <!ELEMENT related-object
1396
+ (#PCDATA %related-object-elements;)* >
1397
+
1398
+ <!ATTLIST related-object
1399
+ %related-object-atts; >
1400
+
1401
+
1402
+ <!-- SURNAME ATTRIBUTES -->
1403
+ <!-- initials The initial(s) for the given names of the
1404
+ person. Particularly useful in those cases
1405
+ that cannot be algorithmically determined. -->
1406
+ <!ENTITY % surname-atts
1407
+ "initials CDATA #IMPLIED" >
1408
+
1409
+
1410
+ <!-- VOLUME IDENTIFIER ATTRIBUTES -->
1411
+ <!-- Attributes for the <issue-id> element
1412
+ pub-id-type
1413
+ Publication (article) Identifier Type
1414
+ Names the type of identifier, or the
1415
+ organization or system that defined this
1416
+ identifier for the identifier of the journal
1417
+ article or a cited publication. This is an
1418
+ optional CDATA attribute that should be used
1419
+ whenever the type is known.
1420
+ Used on the <article-id> element, which
1421
+ holds an identifier for the entire article.
1422
+ Also used on the <pubid> element, which
1423
+ is an identifier for a publication cited in
1424
+ a bibliographic reference (citation).
1425
+ Suggested values include:
1426
+ coden - Obsolete PDB/CCDC identifier (may
1427
+ be present on older articles)
1428
+ doaj - Directory of Open Access Journals
1429
+ doi - Digital Object Identifier
1430
+ manuscript
1431
+ - A manuscript
1432
+ medline- NLM Medline identifier
1433
+ other - None of the named identifiers
1434
+ pii - Publisher Item Identifier, see
1435
+ http://pubs.acs.org/epub/piius.htm
1436
+ or
1437
+ http://www.aip.org/epub/piipr.html
1438
+ pmid - PubMed Central identifier (see
1439
+ www.ncbi.nlm.nih.gov/entrez/
1440
+ query.fcgi?db=PubMed)
1441
+ publisher-id
1442
+ - Publisher's identifier such
1443
+ as an 'article-id', 'artnum',
1444
+ 'identifier', 'article- number',
1445
+ 'pub-id', etc.
1446
+ sici - Serial Item and Contribution
1447
+ Identifier (SICI). A journal
1448
+ article may have more than one
1449
+ SICI, one for a print version and
1450
+ one for an electronic version. -->
1451
+ <!ENTITY % volume-id-atts
1452
+ "pub-id-type
1453
+ CDATA #IMPLIED" >
1454
+
1455
+
1456
+ <!-- ============================================================= -->
1457
+ <!-- ELEMENT USED BY MORE THAN ONE CLASS -->
1458
+ <!-- ============================================================= -->
1459
+
1460
+
1461
+ <!-- ============================================================= -->
1462
+ <!-- SIGNATURE BLOCK ELEMENTS -->
1463
+ <!-- ============================================================= -->
1464
+
1465
+
1466
+ <!-- SIGNATURE BLOCK ELEMENTS -->
1467
+ <!-- Elements to be mixed with data characters
1468
+ inside the content model for the
1469
+ <sig-block> element. -->
1470
+ <!ENTITY % sig-block-elements
1471
+ "| %break.class; | %emphasis.class; |
1472
+ %inline-display.class; |
1473
+ %just-base-display.class; | %sig.class; |
1474
+ %subsup.class;" >
1475
+
1476
+
1477
+ <!-- SIGNATURE BLOCK -->
1478
+ <!-- An area of text and graphic material placed
1479
+ at the end of an article or section to hold
1480
+ the graphical signature or other description
1481
+ of the person responsible for or attesting
1482
+ to the content.
1483
+ Best Practice: Although a <sig-block> is
1484
+ allowed to contain all the same complexity
1485
+ as the Signature <sig>, to allow archives and
1486
+ publishers to capture a published signature
1487
+ block in any way it may have been constructed,
1488
+ best practice is to act as if the Signature
1489
+ Block contained the model (sig+) and build
1490
+ as much of the complexity as possible into
1491
+ the Signatures <sig>s.
1492
+ Remarks: This element was deliberately left
1493
+ out of the original NLM DTDs because analysis
1494
+ seemed to indicate that signature blocks
1495
+ merely duplicated information from the
1496
+ metadata and thus could be generated. However,
1497
+ further samples, especially in published
1498
+ books, have indicated that signature blocks
1499
+ are not as closely tied to contributor
1500
+ metadata as supposed and that a structure to
1501
+ hold signatory material would be useful for
1502
+ for previously published works. -->
1503
+ <!ELEMENT sig-block (#PCDATA %sig-block-elements;)* >
1504
+
1505
+
1506
+ <!-- SIGNATURE ELEMENTS -->
1507
+ <!-- Elements to be mixed with data characters
1508
+ inside the content model for the
1509
+ <sig> element. -->
1510
+ <!ENTITY % sig-elements "%rendition-plus;| %break.class; |
1511
+ %inline-display.class; |
1512
+ %just-base-display.class;" >
1513
+
1514
+
1515
+ <!-- SIGNATURE -->
1516
+ <!-- One contributor signature and associated
1517
+ material (such as a text restatement of the
1518
+ affiliation) inside a signature block.
1519
+ Typically contains the graphical signature or
1520
+ other description of the person responsible
1521
+ for or attesting to the content. -->
1522
+ <!ELEMENT sig (#PCDATA %sig-elements;)* >
1523
+
1524
+
1525
+ <!-- ============================================================= -->
1526
+ <!-- COMMON COPYRIGHT/PERMISSION ELEMENTS -->
1527
+ <!-- ============================================================= -->
1528
+
1529
+
1530
+ <!-- COPYRIGHT HOLDER ELEMENTS -->
1531
+ <!-- Elements to be mixed with data characters
1532
+ inside the content model for the
1533
+ <copyright-holder> element. The elements
1534
+ subscript and superscript were included
1535
+ because the dot com revolution produced some
1536
+ rather unusual business names. -->
1537
+ <!ENTITY % copyright-holder-elements
1538
+ "| %subsup.class;" >
1539
+
1540
+
1541
+ <!-- COPYRIGHT HOLDER -->
1542
+ <!-- Name of the organizational or personal
1543
+ entity that holds the copyright.
1544
+ Remarks: There are three copyright elements,
1545
+ 1) The copyright statement, which is the
1546
+ textual statement of the copyright, worded
1547
+ in any way necessary, 2) the copyright
1548
+ year, pulled out of the statement for
1549
+ use in metadata searching and aggregation,
1550
+ and 3) the copyright holder, pulled out of
1551
+ the statement for the same reasons. -->
1552
+ <!ELEMENT copyright-holder
1553
+ (#PCDATA %copyright-holder-elements;)* >
1554
+
1555
+
1556
+ <!-- COPYRIGHT STATEMENT MODEL -->
1557
+ <!-- Content model for <copyright-statement> -->
1558
+ <!ENTITY % copyright-statement-elements
1559
+ "| %address-link.class;| %emphasis.class; |
1560
+ %subsup.class;" >
1561
+
1562
+
1563
+ <!-- COPYRIGHT STATEMENT -->
1564
+ <!-- Copyright notice or statement, suitable for
1565
+ printing or display. Within the statement the
1566
+ copyright year should be identified, if
1567
+ expected to be displayed. -->
1568
+ <!ELEMENT copyright-statement
1569
+ (#PCDATA %copyright-statement-elements;)* >
1570
+
1571
+
1572
+ <!-- COPYRIGHT YEAR -->
1573
+ <!-- Year of the copyright. Need not be used, if,
1574
+ for example, having the year as part of the
1575
+ copyright statement is sufficient.
1576
+ Note: since Copyright Statement is intended
1577
+ for display, Copyright Year is not expected
1578
+ to be displayed (but will be available for
1579
+ searching). -->
1580
+ <!ELEMENT copyright-year
1581
+ (#PCDATA) >
1582
+
1583
+
1584
+ <!-- LICENSE MODEL -->
1585
+ <!-- Content model for an <license> element -->
1586
+ <!ENTITY % license-model
1587
+ "((%just-para.class;)+)" >
1588
+
1589
+
1590
+ <!-- LICENSE INFORMATION -->
1591
+ <!-- The set of conditions under which people are
1592
+ allowed to use this article or other
1593
+ license-related information or restrictions.
1594
+ For now, this is a place-holder element
1595
+ that may change after the AIT Workgroup has
1596
+ done additional analysis -->
1597
+ <!ELEMENT license %license-model; >
1598
+ <!ATTLIST license
1599
+ %license-atts; >
1600
+
1601
+
1602
+ <!-- PERMISSIONS MODEL -->
1603
+ <!-- Model for <permissions> wrapper element -->
1604
+ <!ENTITY % permissions-model
1605
+ "(copyright-statement?, copyright-year?,
1606
+ copyright-holder*, credits*, license*)" >
1607
+
1608
+
1609
+ <!-- PERMISSIONS -->
1610
+ <!-- Wrapper element to hold the copyright
1611
+ information, license material, and any
1612
+ future similar metadata. -->
1613
+ <!ELEMENT permissions
1614
+ %permissions-model; >
1615
+
1616
+
1617
+ <!-- ============================================================= -->
1618
+ <!-- COMMON METADATA/BIBLIOGRAPHIC ELEMENTS -->
1619
+ <!-- ============================================================= -->
1620
+
1621
+
1622
+ <!-- ARTICLE TITLE -->
1623
+ <!-- The title of the article in the language
1624
+ in which the article was originally
1625
+ published
1626
+ Remarks: The related element Translated Title
1627
+ <trans-title> should be used for a
1628
+ translation of the article into another
1629
+ language, for example, to hold the English
1630
+ version of a Japanese article title. -->
1631
+ <!ELEMENT article-title
1632
+ (#PCDATA %title-elements;)* >
1633
+ <!-- xml:lang The language in which the value of the
1634
+ element is expressed. Recommended best
1635
+ practice is to use values as defined in
1636
+ RFC 1766, typically 2-letter language
1637
+ codes such as "FR" (French), "EN" (English),
1638
+ and "DE" (German). These values are NOT
1639
+ case sensitive, so "EN" = "en". The values
1640
+ may include hyphenated differentiations such
1641
+ as "EN-AU" (Australian English) and "EN-US"
1642
+ (United States English). -->
1643
+ <!ATTLIST article-title
1644
+ xml:lang NMTOKEN #IMPLIED >
1645
+
1646
+
1647
+ <!-- AFFILIATION ELEMENTS -->
1648
+ <!-- Elements for use in the <aff> element -->
1649
+ <!ENTITY % aff-elements "| %address.class; | %address-link.class; |
1650
+ %article-link.class; | %break.class; |
1651
+ %emphasis.class; | %label.class; |
1652
+ %simple-link.class; | %subsup.class;" >
1653
+
1654
+
1655
+ <!-- AFFILIATION -->
1656
+ <!-- Name of a institution or organization such as
1657
+ a university or corporation.
1658
+ Authoring and Conversion Note: In a typical
1659
+ case, the "id" attribute will be pointed to
1660
+ by one or more contributors.
1661
+ Conversion Note: Any explicitly tagged numbers
1662
+ or symbols for author linkages should be
1663
+ discarded, as the linkage will be recreated
1664
+ from the "id" connection.
1665
+ Authoring Note: While this element
1666
+ contains an optional Label element, the
1667
+ Label element should be included only in
1668
+ those circumstances where a formatting
1669
+ override is needed; Label should NOT
1670
+ be used in the ordinary course of
1671
+ tagging. -->
1672
+ <!ELEMENT aff (#PCDATA %aff-elements;)* >
1673
+ <!-- id Unique identifier so that the affiliated
1674
+ institution may be referenced, for example
1675
+ by a contributor
1676
+ rid May be used to point to affiliation-related
1677
+ information within the document
1678
+ -->
1679
+ <!ATTLIST aff
1680
+ %aff-atts; >
1681
+
1682
+
1683
+ <!-- COLLABORATIVE (GROUP) AUTHOR ELEMENTS -->
1684
+ <!-- Elements for use in the <collab> element
1685
+ Design Note: All inline mixes begin with an
1686
+ OR bar, but since %simple-text; is an inline
1687
+ mix, the OR bar is already there.
1688
+ Design Note: All inline mixes begin with an
1689
+ OR bar, but since %simple-text; is an inline
1690
+ mix, the OR bar is already there. -->
1691
+ <!ENTITY % collab-elements
1692
+ "%simple-text; | %address-link.class; |
1693
+ %simple-link.class;" >
1694
+
1695
+
1696
+ <!-- COLLABORATIVE (GROUP) AUTHOR -->
1697
+ <!-- Used for groups of authors credited under
1698
+ one name, either as a collaboration in the
1699
+ strictest sense, or when an organization,
1700
+ institution, or corporation is the group.
1701
+ Remarks: When an author is an organization
1702
+ rather than a person, use the <collab>
1703
+ element rather than <surname>, for
1704
+ example:
1705
+ <collab>Aardvark Institute</collab>
1706
+ -->
1707
+ <!ELEMENT collab (#PCDATA %collab-elements;)* >
1708
+ <!-- collab-type
1709
+ The type or role of the collaborators,
1710
+ what function did they play in the
1711
+ publication.
1712
+ Suggested values include:
1713
+ assignee
1714
+ - Group or company to whom a patent
1715
+ is awarded
1716
+ authors - Content creators
1717
+ editors - Content editors
1718
+ compilers
1719
+ - Put together a composite work
1720
+ from multiple sources
1721
+ guest-editors
1722
+ - A group of editors that have been
1723
+ invited to edit all or part of a
1724
+ work
1725
+ inventors
1726
+ - Idea, software, or machine
1727
+ creators
1728
+ translators
1729
+ - Translated the cited work from
1730
+ one language into another
1731
+ one language into another
1732
+ id unique identifier so that the collaboration
1733
+ can be referenced
1734
+ xlink:href Provides an address or identifier of the
1735
+ object to which the link points, for
1736
+ example a URI or a filename. -->
1737
+ <!ATTLIST collab
1738
+ %collab-atts; >
1739
+
1740
+
1741
+ <!-- CONFERENCE DATE ELEMENTS -->
1742
+ <!-- Elements for use in the <conf-date> element-->
1743
+ <!ENTITY % conf-date-elements
1744
+ " " >
1745
+
1746
+
1747
+ <!-- CONFERENCE DATE -->
1748
+ <!-- The date(s) on which the conference was held.
1749
+ Conference dates in journal headers are
1750
+ traditionally stored in one of two forms:
1751
+ as a single date ("May 1906") or as the
1752
+ first day and last day of the conference.
1753
+ Both types should be stored in this element;
1754
+ the dates that come from separate first and
1755
+ last elements should be combined:
1756
+ <conf-start>August 4, 2002</conf-start>
1757
+ <conf-end>August 9, 2002<conf-end>
1758
+ should become:
1759
+ <conf-date>August 4, 2002 - August 9,
1760
+ 2002</conf-date>
1761
+ -->
1762
+ <!ELEMENT conf-date (#PCDATA %conf-date-elements;)* >
1763
+
1764
+
1765
+ <!-- CONFERENCE LOCATION ELEMENTS -->
1766
+ <!-- Elements for use in the <conf-loc> element
1767
+ Design Note: All inline mixes begin with an
1768
+ OR bar, but since %simple-text; is an inline
1769
+ mix, the OR bar is already there. -->
1770
+ <!ENTITY % conf-loc-elements
1771
+ "%simple-text;" >
1772
+
1773
+
1774
+ <!-- CONFERENCE LOCATION -->
1775
+ <!-- The physical location(s) of the conference.
1776
+ This may include a city, a country, or a
1777
+ campus or organization location if that is
1778
+ the only location available.
1779
+ Authoring and Conversion Note: If the
1780
+ conference is in the United States, the
1781
+ state should also be provided. A specific
1782
+ venue or address (e.g. conference hotel)
1783
+ should not be provided unless there is no
1784
+ other location information. -->
1785
+ <!ELEMENT conf-loc (#PCDATA %conf-loc-elements;)* >
1786
+
1787
+
1788
+ <!-- CONFERENCE NAME ELEMENTS -->
1789
+ <!-- Elements for use in the <conf-name> element.
1790
+ Design Note: All inline mixes begin with an
1791
+ OR bar, but since %simple-text; is an inline
1792
+ mix, the OR bar is already there. -->
1793
+ <!ENTITY % conf-name-elements
1794
+ "%simple-text;" >
1795
+
1796
+
1797
+ <!-- CONFERENCE NAME -->
1798
+ <!-- The full name of the conference, including any
1799
+ qualifiers such as "43rd Annual". When the
1800
+ name includes the year of the conference,
1801
+ (e.g. "Extreme 2002"), the year should appear
1802
+ in both the conference Name and the Conference
1803
+ Date elements. -->
1804
+ <!ELEMENT conf-name (#PCDATA %conf-name-elements;)* >
1805
+
1806
+
1807
+ <!-- OBJECT IDENTIFIER -->
1808
+ <!-- Used to record an identifier such as a DOI
1809
+ for an interior element such as an <abstract>
1810
+ or <figure>.
1811
+ Remarks: Such an identifier may be created
1812
+ by a publisher or archive, and there is no
1813
+ requirement that identifiers be unique. -->
1814
+ <!ELEMENT object-id (#PCDATA) >
1815
+ <!-- pub-id-type
1816
+ Indicates what type of identifier this is or
1817
+ who assigned the identifier, for example,
1818
+ "pub-id" for a publisher's non-DOI
1819
+ identifier or "DOI" for a Digital Object
1820
+ Identifier.
1821
+ In Archival this is a CDATA attribute but
1822
+ suggested values include:
1823
+ archive Identifier assigned by an archive
1824
+ or other repository
1825
+ aggregator
1826
+ Assigned by a data aggregator
1827
+ doaj Directory of Open Access Journals
1828
+ doi Digital Object Identifier
1829
+ index Assigned by an abstracting or
1830
+ indexing service
1831
+ pmc Assigned by PubMed Central
1832
+ publisher-id
1833
+ Non-DOI Identifier assigned by
1834
+ the content publisher -->
1835
+ <!ATTLIST object-id
1836
+ %object-id-atts; >
1837
+
1838
+
1839
+ <!-- ISSUE TITLE ELEMENTS -->
1840
+ <!-- Elements for use with data characters inside
1841
+ the model for the <issue> element -->
1842
+ <!ENTITY % issn-elements
1843
+ " " >
1844
+
1845
+
1846
+ <!-- ISSN -->
1847
+ <!-- International Standard Serial Number -->
1848
+ <!ELEMENT issn (#PCDATA %issn-elements;) >
1849
+ <!-- Used to record the type of publication, for
1850
+ which this ISSN was issued, for example,
1851
+ a print-only publication versus
1852
+ an electronic-only publication, in any of
1853
+ several life stages.
1854
+ Suggested values include:
1855
+ epub - Electronic publication
1856
+ ppub - Print publication
1857
+ epub-ppub - Published in both print and
1858
+ electronic form
1859
+ epreprint - Electronic preprint
1860
+ dissemination
1861
+ ppreprint - Print preprint dissemination
1862
+ ecorrected - Corrected in electronic
1863
+ pcorrected - Corrected in print
1864
+ eretracted - Retracted in electronic
1865
+ pretracted - Retracted in print
1866
+ -->
1867
+ <!ATTLIST issn
1868
+ %issn-atts; >
1869
+
1870
+
1871
+ <!-- ISSUE TITLE ELEMENTS -->
1872
+ <!-- Elements for use with data characters inside
1873
+ the model for the <issue> element -->
1874
+ <!ENTITY % issue-elements
1875
+ "%just-rendition;" >
1876
+
1877
+
1878
+ <!-- ISSUE NUMBER -->
1879
+ <!-- NEW DEFINITION FOR RELEASE 2.0:
1880
+ The issue number, issue name, or other
1881
+ identifier of an issue of a journal that
1882
+ is displayed or printed with the issue.
1883
+ This is not the machine-readable internal
1884
+ identifier such as a DOI or SICI, that is
1885
+ the related element <issue-id> -->
1886
+ <!ELEMENT issue (#PCDATA %issue-elements;)* >
1887
+
1888
+
1889
+ <!-- ISSUE IDENTIFIER -->
1890
+ <!-- Used to record an identifier such as a DOI
1891
+ that describes an entire issue of a
1892
+ journal -->
1893
+ <!ELEMENT issue-id (#PCDATA) >
1894
+ <!-- pub-id-type
1895
+ Indicates what type of identifier this is or
1896
+ who assigned the identifier, for example,
1897
+ "pub-id" for a publisher's non-DOI
1898
+ identifier or "DOI" for a Digital Object
1899
+ Identifier.
1900
+ In Archival this is a CDATA attribute but
1901
+ suggested values include:
1902
+ archive Identifier assigned by an archive
1903
+ or other repository
1904
+ aggregator
1905
+ Assigned by a data aggregator
1906
+ doaj Directory of Open Access Journals
1907
+ doi Digital Object Identifier
1908
+ index Assigned by an abstracting or
1909
+ indexing service
1910
+ pmc Assigned by PubMed Central
1911
+ publisher-id
1912
+ Non-DOI Identifier assigned by
1913
+ the content publisher -->
1914
+ <!ATTLIST issue-id
1915
+ %issue-id-atts; >
1916
+
1917
+ <!-- ISSUE SEQUENCE -->
1918
+ <!-- The issue sequence number of an issue -->
1919
+ <!ELEMENT issue-sequence (#PCDATA %issue-elements;)* >
1920
+
1921
+ <!-- ISSUE TITLE ELEMENTS -->
1922
+ <!-- Elements for use in the <issue-title> element
1923
+ -->
1924
+ <!ENTITY % issue-title-elements
1925
+ "" >
1926
+
1927
+
1928
+ <!-- ISSUE TITLE -->
1929
+ <!-- Used to record the theme or special issue
1930
+ title for an issue of the journal -->
1931
+ <!ELEMENT issue-title (#PCDATA %issue-title-elements;)* >
1932
+
1933
+
1934
+ <!-- ROLE ELEMENTS -->
1935
+ <!-- The elements that can be included along with
1936
+ data characters inside the content model of
1937
+ a <role>
1938
+ Design Note: All inline mixes begin with an
1939
+ OR bar; since %rendition-plus; is an
1940
+ inline mix, the OR bar is already there. -->
1941
+ <!ENTITY % role-elements
1942
+ "%rendition-plus;" >
1943
+
1944
+
1945
+ <!-- ROLE OR FUNCTION TITLE OF CONTRIBUTOR -->
1946
+ <!-- A title or the role of a contributor
1947
+ (such as an author) in this work. For example,
1948
+ Editor-in-Chief, Contributor, Chief
1949
+ Scientist, Photographer, Research Associate,
1950
+ etc.
1951
+ Remarks: Information on the role or type of
1952
+ contribution is collected in two places,
1953
+ in the "contrib-type" attribute on the
1954
+ Contributor element and in the Role element.
1955
+ For example, the Contributor attribute might
1956
+ have a value of "editor", while the content
1957
+ of the role element could be "Associate
1958
+ Editor". As another example, the contributor
1959
+ attribute might be "author" and the role
1960
+ element might be "Principle Author".
1961
+ The <role> element is also more likely to
1962
+ appear on screen or in print than the
1963
+ contributor attribute value. -->
1964
+ <!ELEMENT role (#PCDATA %role-elements;)* >
1965
+
1966
+
1967
+ <!-- VOLUME NUMBER ELEMENTS -->
1968
+ <!-- The elements that can be included along with
1969
+ data characters inside the content model of
1970
+ a <volume> -->
1971
+ <!ENTITY % volume-elements
1972
+ "%just-rendition; " >
1973
+
1974
+
1975
+ <!-- VOLUME NUMBER -->
1976
+ <!-- NEW DEFINITION FOR RELEASE 2.0:
1977
+ The volume number, volume name, or other
1978
+ identifier of an volume of a journal that
1979
+ is displayed or printed with the volume.
1980
+ This is not the machine-readable internal
1981
+ identifier such as a DOI or SICI, that is
1982
+ the related element <volume-id> -->
1983
+ <!ELEMENT volume (#PCDATA %volume-elements;)* >
1984
+
1985
+
1986
+ <!-- TRANSLATED SUBTITLE -->
1987
+ <!-- An alternate version of an article subtitle
1988
+ that has been translated out of the original
1989
+ language of the article subtitle <subtitle>
1990
+ Remarks: The related element <subtitle>
1991
+ should be used for the subtitle of the
1992
+ article in the original language in
1993
+ which it was published. This translated
1994
+ subtitle is used for a translation of the
1995
+ original subtitle, for example an English
1996
+ version of a Japanese subtitle -->
1997
+ <!ELEMENT trans-subtitle
1998
+ (#PCDATA %title-elements;)* >
1999
+ <!-- xml:lang The language in which the value of the
2000
+ element is expressed. Recommended best
2001
+ practice is to use values as defined in
2002
+ RFC 1766, typically 2-letter language
2003
+ codes such as "FR" (French), "EN" (English),
2004
+ and "DE" (German). These values are NOT
2005
+ case sensitive, so "EN" = "en". The values
2006
+ may include hyphenated differentiations such
2007
+ as "EN-AU" (Australian English) and "EN-US"
2008
+ (United States English).
2009
+ Authoring and Conversion Note: For the
2010
+ Translated Title element, the xml:lang
2011
+ attribute should always be set if the
2012
+ value is known. The only reason the
2013
+ attribute was not made #REQUIRED was that
2014
+ there may be cases where the language is
2015
+ not known. -->
2016
+ <!ATTLIST trans-subtitle
2017
+ xml:lang NMTOKEN #IMPLIED >
2018
+
2019
+
2020
+ <!-- TRANSLATED TITLE -->
2021
+ <!-- An alternate version of the title that has
2022
+ been translated into a language other than
2023
+ that of the original article title
2024
+ <article-title>
2025
+ Remarks: The related element Article Title
2026
+ <article-title> should be used for the title
2027
+ of the article in the original language in
2028
+ which it was published. This element is used
2029
+ for a translation of that title, for example
2030
+ the English version of a Japanese article. -->
2031
+ <!ELEMENT trans-title (#PCDATA %title-elements;)* >
2032
+ <!-- xml:lang The language in which the value of the
2033
+ element is expressed. Recommended best
2034
+ practice is to use values as defined in
2035
+ RFC 1766, typically 2-letter language
2036
+ codes such as "FR" (French), "EN" (English),
2037
+ and "DE" (German). These values are NOT
2038
+ case sensitive, so "EN" = "en". The values
2039
+ may include hyphenated differentiations such
2040
+ as "EN-AU" (Australian English) and "EN-US"
2041
+ (United States English).
2042
+ Authoring and Conversion Note: For the
2043
+ Translated Title element, the xml:lang
2044
+ attribute should always be set if the
2045
+ value is known. The only reason the
2046
+ attribute was not made #REQUIRED was that
2047
+ there may be cases where the language is
2048
+ not known. -->
2049
+ <!ATTLIST trans-title
2050
+ xml:lang NMTOKEN #IMPLIED >
2051
+
2052
+
2053
+ <!-- VOLUME IDENTIFIER ELEMENTS -->
2054
+ <!-- The elements that can be included along with
2055
+ data characters inside the content model of
2056
+ a <volume-id> -->
2057
+ <!ENTITY % volume-id-elements
2058
+ "%just-rendition; " >
2059
+
2060
+
2061
+ <!-- VOLUME IDENTIFIER -->
2062
+ <!-- Used to record an identifier such as a DOI
2063
+ that describes an entire volume of a
2064
+ journal.
2065
+ Remarks: The related elements <volume>
2066
+ holds the volume number as published
2067
+ with the journal. -->
2068
+ <!ELEMENT volume-id (#PCDATA %volume-id-elements;)* >
2069
+ <!-- pub-id-type
2070
+ Indicates what type of identifier this is or
2071
+ who assigned the identifier, for example,
2072
+ "pub-id" for a publisher's non-DOI
2073
+ identifier or "DOI" for a Digital Object
2074
+ Identifier.
2075
+ In Archival this is a CDATA attribute but
2076
+ suggested values include:
2077
+ archive Identifier assigned by an archive
2078
+ or other repository
2079
+ aggregator
2080
+ Assigned by a data aggregator
2081
+ doaj Directory of Open Access Journals
2082
+ doi Digital Object Identifier
2083
+ index Assigned by an abstracting or
2084
+ indexing service
2085
+ pmc Assigned by PubMed Central
2086
+ publisher-id
2087
+ Non-DOI Identifier assigned by
2088
+ the content publisher -->
2089
+ <!ATTLIST volume-id
2090
+ %volume-id-atts; >
2091
+
2092
+
2093
+ <!-- ============================================================= -->
2094
+ <!-- COMMON METADATA ELEMENTS CONTINUED -->
2095
+ <!-- PUBLISHER IDENTIFICATION ELEMENTS -->
2096
+ <!-- (COMMON ARTICLE METADATA/BIBLIOGRAPHIC) -->
2097
+ <!-- Used in article metadata and also inside -->
2098
+ <!-- a bibliographic reference (citation) -->
2099
+ <!-- ============================================================= -->
2100
+
2101
+
2102
+ <!-- ET AL ELEMENTS -->
2103
+ <!-- The elements that can be included along with
2104
+ data characters inside the content model of
2105
+ an <etal> -->
2106
+ <!ENTITY % etal-elements
2107
+ "%just-rendition; " >
2108
+
2109
+
2110
+ <!-- ET AL CONTENT MODEL -->
2111
+ <!-- The content model for the <etal> element -->
2112
+ <!ENTITY % etal-model "(#PCDATA %etal-elements;)*" >
2113
+
2114
+
2115
+ <!-- ET AL -->
2116
+ <!-- Most journals model this as an EMPTY element,
2117
+ typically used to generate the text "et al."
2118
+ from a stylesheet. However, a few journal
2119
+ DTDs (Blackwell's, for example) expect
2120
+ content for this element, with such text as
2121
+ "Associates, coworkers, and colleagues".
2122
+ Note: Therefore (as of Version 2.0, this is
2123
+ an EMPTY element in the more prescriptive DTD
2124
+ Publishing, a #PCDATA element in Archiving,
2125
+ and not used at all in the Authoring DTD. -->
2126
+ <!ELEMENT etal %etal-model; >
2127
+
2128
+
2129
+ <!-- PUBLISHER -->
2130
+ <!-- Who published the work -->
2131
+ <!ELEMENT publisher (publisher-name, publisher-loc?) >
2132
+
2133
+
2134
+ <!-- PUBLISHER'S NAME ELEMENTS -->
2135
+ <!-- The elements that can be included along with
2136
+ data characters inside the content model of
2137
+ a <publisher-name>
2138
+ Design Note: All inline mixes begin with an
2139
+ OR bar; since %just-rendition; is an
2140
+ inline mix, the OR bar is already there -->
2141
+ <!ENTITY % publisher-name-elements
2142
+ "%just-rendition; " >
2143
+
2144
+
2145
+ <!-- PUBLISHER'S NAME -->
2146
+ <!-- Name of the publisher of the work -->
2147
+ <!ELEMENT publisher-name
2148
+ (#PCDATA %publisher-name-elements;)* >
2149
+
2150
+
2151
+ <!-- PUBLISHER'S LOCATION ELEMENTS -->
2152
+ <!-- Elements for use in the Publisher Location
2153
+ <publisher-loc> element -->
2154
+ <!ENTITY % publisher-loc-elements
2155
+ "| %address.class; | %address-link.class; |
2156
+ %emphasis.class; | %subsup.class;" >
2157
+
2158
+
2159
+ <!-- PUBLISHER'S LOCATION -->
2160
+ <!-- Place of publication, usually a city such
2161
+ as New York or London -->
2162
+ <!ELEMENT publisher-loc
2163
+ (#PCDATA %publisher-loc-elements;)* >
2164
+
2165
+
2166
+ <!-- ============================================================= -->
2167
+ <!-- COMMON METADATA ELEMENTS CONTINUED -->
2168
+ <!-- PAGE NUMBERING ELEMENTS -->
2169
+ <!-- ============================================================= -->
2170
+
2171
+
2172
+ <!-- FIRST PAGE ATTRIBUTES -->
2173
+ <!-- seq Used for sequence number or letter for
2174
+ journals (such as continuous makeup journals)
2175
+ with more than one article starting on the
2176
+ same page -->
2177
+ <!ENTITY % fpage-atts
2178
+ "seq CDATA #IMPLIED" >
2179
+
2180
+ <!-- FIRST PAGE -->
2181
+ <!-- The page number on which the article starts,
2182
+ for print journals that have page numbers -->
2183
+ <!ELEMENT fpage (#PCDATA) >
2184
+ <!-- seq Used for sequence number or letter for
2185
+ journals (such as continuous makeup journals)
2186
+ with more than one article starting on the
2187
+ same page -->
2188
+ <!ATTLIST fpage
2189
+ %fpage-atts; >
2190
+
2191
+
2192
+ <!-- LAST PAGE -->
2193
+ <!-- The page number on which the article ends,
2194
+ for print journals that have page numbers -->
2195
+ <!ELEMENT lpage (#PCDATA) >
2196
+
2197
+
2198
+ <!-- PAGE RANGES -->
2199
+ <!-- A container element for additional page
2200
+ information (TO BE USED TO SUPPLEMENT AND
2201
+ NOT TO REPLACE <fpage> and <lpage>) to record
2202
+ discontinuous pages ranges such as
2203
+ "8-11, 14-19, 40"
2204
+ meaning that the article begins on page
2205
+ 8, runs 8 through 11, skips to pages 14
2206
+ through 19, and concludes on page 40. -->
2207
+ <!ELEMENT page-range (#PCDATA) >
2208
+
2209
+
2210
+ <!-- ELECTRONIC LOCATION IDENTIFIER ATTRIBUTES -->
2211
+ <!-- seq Used for sequence number or letter for
2212
+ journals (such as continuous makeup journals)
2213
+ so that the publisher's sequence of articles
2214
+ can be preserved, even for electronic
2215
+ publications. -->
2216
+ <!ENTITY % elocation-id-atts
2217
+ "seq CDATA #IMPLIED" >
2218
+
2219
+
2220
+ <!-- ELECTRONIC LOCATION IDENTIFIER -->
2221
+ <!-- Used to identify an article that
2222
+ does not have traditional page numbers.
2223
+ For a printed article, when citations are
2224
+ sent through the Medline matcher to be turned
2225
+ into live links or when the metadata about an
2226
+ article is collected for complete
2227
+ identification, the first page number (and
2228
+ sometimes also the last page number) of the
2229
+ article is recorded to help indicate which
2230
+ article is being referenced. Electronic only
2231
+ journals have no page numbers, so this
2232
+ element is used as the equivalent identifier,
2233
+ the "electronic page number" that helps to
2234
+ identify the article. The value could be an
2235
+ article identifier, a doi, etc., for
2236
+ example, "E70".
2237
+ Remarks: This element is more accurately an
2238
+ electronic identifier, and it was considered
2239
+ renaming this element to that. The purpose
2240
+ of the name is to be a parallel with the
2241
+ <fpage>...<lpage> model. When neither first
2242
+ page or last page is appropriate, because
2243
+ the electronic journal has no pages, the
2244
+ <elocation-id> element is used instead. -->
2245
+ <!ELEMENT elocation-id (#PCDATA) >
2246
+ <!-- seq Used for sequence number or letter for
2247
+ journals (such as continuous makeup journals)
2248
+ with more than one article starting on the
2249
+ same page -->
2250
+ <!ATTLIST elocation-id
2251
+ %elocation-id-atts; >
2252
+
2253
+
2254
+ <!-- ============================================================= -->
2255
+ <!-- CITATION (BIBLIOGRAPHIC REFERENCE) -->
2256
+ <!-- ============================================================= -->
2257
+
2258
+
2259
+ <!-- CITATION ELEMENTS -->
2260
+ <!-- Content model for the <citation> element.
2261
+ Design Note: All inline mixes begin with an
2262
+ OR bar. -->
2263
+ <!ENTITY % citation-elements
2264
+ "| %emphasis.class; | %inline-display.class; |
2265
+ %inline-math.class; | %label.class; |
2266
+ %phrase.class; | %references.class; |
2267
+ %subsup.class;" >
2268
+
2269
+
2270
+ <!-- CITATION -->
2271
+ <!-- A citation is a description of a work, such
2272
+ as a journal article, book, or personal
2273
+ communication, that is cited in the text of
2274
+ the article. Although the DTD does not
2275
+ enforce it, a citation to a journal article
2276
+ *should* be tagged with as many as possible
2277
+ of the following, so that PubMed Central or
2278
+ other matching processing can make the
2279
+ citation into a live link:
2280
+ source The MEDLINE abbreviation of the
2281
+ journal name
2282
+ article-title
2283
+ Title of the article
2284
+ volume Volume of the journal
2285
+ issue Issue of the journal
2286
+ fpage Page number on which the article
2287
+ starts
2288
+ name Of an author or editor
2289
+ year Year of publication
2290
+ month Month of publication (if present)
2291
+ day Date of publication (if present)
2292
+ The other elements may be tagged if
2293
+ desired. The <title> element may be used
2294
+ for titles of books, conference proceedings,
2295
+ etc.
2296
+ Authoring and Conversion Note: In order to
2297
+ make citations into live links, as much
2298
+ of the author and date information as is
2299
+ available should be preserved. The most
2300
+ important date tag is year, and it should
2301
+ always be tagged if possible:
2302
+ <year>2003</year>
2303
+ The <day> and <month> tags will be used
2304
+ more rarely; they are provided because some
2305
+ of the citation matching services can use
2306
+ the month and the day if they are available.
2307
+ -->
2308
+ <!ELEMENT citation (#PCDATA %citation-elements;)* >
2309
+ <!-- citation-type
2310
+ Defines the type of work being referenced.
2311
+ Suggested values include:
2312
+ book Book
2313
+ personal-communication
2314
+ Informal or personal
2315
+ communication, such as a
2316
+ phone call or an email
2317
+ message
2318
+ conf-proceedings
2319
+ Conference proceedings
2320
+ discussion Discussion among a group in
2321
+ some forum - public, private,
2322
+ or electronic, which may or
2323
+ may not be moderated
2324
+ gov Government publication
2325
+ journal Journal article
2326
+ list Listserv
2327
+ other None of the listed types
2328
+ patent Patent or patent application
2329
+ thesis Work written as part of the
2330
+ completion of an advanced
2331
+ degree
2332
+ web Website
2333
+ id Unique identifier so the element may be
2334
+ referenced
2335
+ xlink:href Provides an address or identifier of the
2336
+ object to which the link points, for
2337
+ example a URI or a filename -->
2338
+ <!ATTLIST citation
2339
+ %citation-atts; >
2340
+
2341
+
2342
+ <!-- ============================================================= -->
2343
+ <!-- ADDRESS ELEMENTS (BIBLIOGRAPHIC) -->
2344
+ <!-- ============================================================= -->
2345
+
2346
+
2347
+ <!-- ADDRESS MODEL -->
2348
+ <!-- Content model for the <address> element -->
2349
+ <!ENTITY % address-model
2350
+ "(%address.class; | %address-link.class;)*" >
2351
+
2352
+
2353
+ <!-- ADDRESS/CONTACT INFORMATION -->
2354
+ <!-- Wrapper element for contact information such
2355
+ as address, phone, fax, email, url, country,
2356
+ etc. -->
2357
+ <!ELEMENT address %address-model; >
2358
+ <!-- id Unique identifier so the element may be
2359
+ referenced -->
2360
+ <!ATTLIST address
2361
+ id ID #IMPLIED >
2362
+
2363
+
2364
+ <!-- ADDRESS LINE ELEMENTS -->
2365
+ <!-- Elements for use in the <addr-line> element-->
2366
+ <!ENTITY % addr-line-elements
2367
+ "%simple-text;" >
2368
+
2369
+
2370
+ <!-- ADDRESS LINE -->
2371
+ <!-- One line in an address -->
2372
+ <!-- Conversion Note: If the address is
2373
+ undifferentiated data characters, the entire
2374
+ address may be inside one of these elements.
2375
+ -->
2376
+ <!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
2377
+
2378
+
2379
+ <!-- COUNTRY: IN AN ADDRESS -->
2380
+ <!ELEMENT country (#PCDATA %just-rendition;)* >
2381
+
2382
+
2383
+ <!-- EMAIL ADDRESS ELEMENTS -->
2384
+ <!-- Elements to be mixed with #PCDATA inside the
2385
+ <email> element -->
2386
+ <!ENTITY % email-elements
2387
+ "%just-rendition;" >
2388
+
2389
+
2390
+ <!-- EMAIL ADDRESS -->
2391
+ <!ELEMENT email (#PCDATA %email-elements;)* >
2392
+ <!-- xlink:href Provides an address or identifier of the
2393
+ object to which the link points, for
2394
+ example a URI or a filename -->
2395
+ <!ATTLIST email
2396
+ %might-link-atts; >
2397
+
2398
+
2399
+ <!-- FAX NUMBER ELEMENTS -->
2400
+ <!-- The elements that can be included along with
2401
+ data characters inside the content model of
2402
+ a <fax> -->
2403
+ <!ENTITY % fax-elements
2404
+ "%just-rendition; " >
2405
+
2406
+
2407
+ <!-- FAX NUMBER: IN AN ADDRESS -->
2408
+ <!ELEMENT fax (#PCDATA %fax-elements;)* >
2409
+
2410
+
2411
+ <!-- INSTITUTION NAME ELEMENTS -->
2412
+ <!-- Elements for use in the <institution>
2413
+ element -->
2414
+ <!ENTITY % institution-elements
2415
+ "| %break.class; | %emphasis.class; |
2416
+ %subsup.class;" >
2417
+
2418
+
2419
+ <!-- INSTITUTION NAME: IN AN ADDRESS -->
2420
+ <!-- Name of a institution or organization such as
2421
+ a university or corporation -->
2422
+
2423
+ <!ELEMENT institution (#PCDATA %institution-elements;)* >
2424
+ <!-- id Unique identifier so the element may be
2425
+ referenced
2426
+ xlink:href Provides an address or identifier of the
2427
+ object to which the link points, for
2428
+ example a URI or a filename -->
2429
+ <!ATTLIST institution
2430
+ id ID #IMPLIED
2431
+ %might-link-atts; >
2432
+
2433
+
2434
+ <!-- PHONE NUMBER ELEMENTS -->
2435
+ <!-- The elements that can be included along with
2436
+ data characters inside the content model of
2437
+ a <phone number>
2438
+ Design Note: All inline mixes begin with an
2439
+ OR bar, but since %just-rendition; is an
2440
+ inline mix, the OR bar is already there. -->
2441
+ <!ENTITY % phone-elements
2442
+ "%just-rendition;" >
2443
+
2444
+
2445
+ <!-- PHONE NUMBER: IN AN ADDRESS -->
2446
+ <!-- A callable phone number in some telephone or
2447
+ wireless system somewhere in the world.
2448
+ Typically includes area code; may include
2449
+ country extension, especially for non-US. -->
2450
+ <!ELEMENT phone (#PCDATA %phone-elements;)* >
2451
+
2452
+
2453
+ <!-- URI ELEMENTS -->
2454
+ <!-- The elements that can be included along with
2455
+ data characters inside the content model of
2456
+ a <uri>
2457
+ Design Note: This PE begins with an OR
2458
+ bar because %just-rendition; begins with an
2459
+ OR bar. -->
2460
+ <!ENTITY % uri-elements
2461
+ "%just-rendition;" >
2462
+
2463
+
2464
+ <!-- URI -->
2465
+ <!-- URI such as a URL that may be used as a
2466
+ live link, typically naming a website, such
2467
+ as:
2468
+ <url>http://www.mulberrytech.com</url>
2469
+ Alternatively the element content may name
2470
+ the URL, e.g., "Mulberry's Website" and the
2471
+ "xlink:href" attribute may hold the real
2472
+ URL.
2473
+ <url xlink:href="http://www.mulberrytech.
2474
+ com">Mulberry's Website</url>
2475
+ Related Elements: A URI used outside the
2476
+ context of an address of contributor should
2477
+ be tagged as an External Link <ext-link> -->
2478
+ <!ELEMENT uri (#PCDATA %uri-elements;)* >
2479
+
2480
+ <!ATTLIST uri
2481
+ %might-link-atts; >
2482
+
2483
+
2484
+ <!-- ============================================================= -->
2485
+ <!-- DATE ELEMENTS (PUBLICATION HISTORY) -->
2486
+ <!-- ============================================================= -->
2487
+
2488
+
2489
+ <!-- DATE -->
2490
+ <!-- The elements <day>, <month>, and <year> should
2491
+ ALWAYS be numeric values. The date may be
2492
+ represented as a string in <string-date>, but
2493
+ the numeric values should be present whenever
2494
+ possible. -->
2495
+ <!ELEMENT date %date-model; >
2496
+ <!-- date-type Attribute should only be used if the date
2497
+ is one of the known types, otherwise omit
2498
+ the attribute. Values are:
2499
+ accepted - Date manuscript was
2500
+ accepted
2501
+ received - Date manuscript received
2502
+ rev-request - Date revisions were
2503
+ requested or manuscript
2504
+ was returned
2505
+ rev-recd - Date revised manuscript
2506
+ was received -->
2507
+ <!ATTLIST date
2508
+ %date-atts; >
2509
+
2510
+
2511
+ <!-- DAY -->
2512
+ <!-- The numeric value of a day of the month, used
2513
+ in both article metadata and inside a citation,
2514
+ in two digits as it would be stated in the "DD"
2515
+ in an international date format YYYY-MM-DD, for
2516
+ example "03", "25". -->
2517
+ <!ELEMENT day (#PCDATA) >
2518
+
2519
+
2520
+ <!-- MONTH -->
2521
+ <!-- Names one of the months of the year. Used in
2522
+ both article metadata and inside a citation,
2523
+ this element may contain a full month
2524
+ "December", an abbreviation "Dec", or,
2525
+ preferably, a numeric month such as "12".
2526
+ Authoring and Conversion Note: For ease in
2527
+ comparisons and searching, many archives
2528
+ prefer that months be converted to numeric
2529
+ Suggested values:
2530
+ 1 = January
2531
+ 2 = February
2532
+ 3 = March, etc. -->
2533
+ <!ELEMENT month (#PCDATA) >
2534
+
2535
+
2536
+ <!-- SEASON -->
2537
+ <!-- Season of publication, such as "Spring".
2538
+ Used in both article metadata and inside a
2539
+ citation -->
2540
+ <!ELEMENT season (#PCDATA) >
2541
+
2542
+
2543
+ <!-- YEAR -->
2544
+ <!-- Year of publication, which should be expressed
2545
+ as a 4-digit number: "1776" or "1924" -->
2546
+ <!ELEMENT year (#PCDATA) >
2547
+
2548
+
2549
+ <!-- STRING DATE ELEMENTS -->
2550
+ <!-- The elements that can be included along with
2551
+ data characters inside the content model of
2552
+ the <string-date> element -->
2553
+ <!ENTITY % string-date-elements
2554
+ " | %date-parts.class;" >
2555
+
2556
+
2557
+ <!-- DATE AS A STRING -->
2558
+ <!-- This is a representation of the date as a
2559
+ string. Usually used for dates for which
2560
+ months and years are not given, but may be
2561
+ used for any date as a string (i.e., "January,
2562
+ 2001" "Fall 2001" "March 11, 2001".
2563
+ It is better practice to tag the year
2564
+ and month as numbers with a date such
2565
+ as "January, 2001" or "March 11, 2001". -->
2566
+ <!ELEMENT string-date (#PCDATA %string-date-elements;)* >
2567
+
2568
+
2569
+ <!-- ============================================================= -->
2570
+ <!-- PERSON'S NAME ELEMENTS (BIBLIOGRAPHIC) -->
2571
+ <!-- ============================================================= -->
2572
+
2573
+
2574
+ <!-- STRING NAME ELEMENTS -->
2575
+ <!-- The elements that can be included along with
2576
+ data characters inside the content model of
2577
+ the <string-name> element -->
2578
+ <!ENTITY % string-name-elements
2579
+ " | %person-name.class;" >
2580
+
2581
+
2582
+ <!-- NAME OF PERSON (UNSTRUCTURED) -->
2583
+ <!-- Wrapper element for personal names where the
2584
+ stricter format of the <name> element cannot
2585
+ be followed. This is a very loose element,
2586
+ allowing data characters, generated text,
2587
+ and any or all of the naming elements.
2588
+ Authoring or Conversion Note: Use this
2589
+ element if the name parts are unknown or
2590
+ untagged. -->
2591
+ <!ELEMENT string-name (#PCDATA %string-name-elements;)* >
2592
+
2593
+
2594
+ <!-- NAME OF PERSON (STRUCTURED) -->
2595
+ <!-- Wrapper element for personal names.
2596
+ Authoring or Conversion Note: If the name
2597
+ parts are unknown or untagged, names should
2598
+ be placed within the <string-name> element.
2599
+ -->
2600
+ <!ELEMENT name (%person-name.class; | %x.class;)* >
2601
+ <!-- name-style Used for choosing an inversion algorithm or
2602
+ for sorting or other processing functions. The
2603
+ three values and approximate meanings are:
2604
+ Value Display Sort/Inversion
2605
+ western given family family given
2606
+ eastern family given family given
2607
+ islensk given patronymic given, patronymic
2608
+ -->
2609
+ <!ATTLIST name
2610
+ name-style (western | eastern | islensk) "western"
2611
+ xml:lang NMTOKEN #IMPLIED >
2612
+
2613
+
2614
+ <!-- SURNAME ELEMENTS -->
2615
+ <!-- The elements that can be included along with
2616
+ data characters inside the content model of
2617
+ a <surname>
2618
+ Design Note: This PE begins with an OR
2619
+ bar because %just-rendition; begins with an
2620
+ OR bar. -->
2621
+ <!ENTITY % surname-elements
2622
+ "%just-rendition; " >
2623
+
2624
+
2625
+ <!-- SURNAME -->
2626
+ <!-- The surname of an individual. If there is
2627
+ only one name, for example, "Cher" or
2628
+ "Pele", that is considered to be a surname
2629
+ for consistency purposes. -->
2630
+ <!ELEMENT surname (#PCDATA %surname-elements;)* >
2631
+ <!ATTLIST surname
2632
+ %surname-atts; >
2633
+
2634
+
2635
+ <!-- GIVEN (FIRST) NAMES ELEMENTS -->
2636
+ <!-- The elements that can be included along with
2637
+ data characters inside the content model of
2638
+ a <given-names> -->
2639
+ <!ENTITY % given-names-elements
2640
+ "%just-rendition;" >
2641
+
2642
+
2643
+ <!-- GIVEN (FIRST) NAMES -->
2644
+ <!-- Includes all given names for a person, such
2645
+ as the first name, middle names, maiden
2646
+ name if used as part of the married name,
2647
+ etc.) -->
2648
+ <!ELEMENT given-names (#PCDATA %given-names-elements;)* >
2649
+ <!ATTLIST given-names
2650
+ %given-names-atts; >
2651
+
2652
+
2653
+ <!-- PREFIX ELEMENTS -->
2654
+ <!-- The elements that can be included along with
2655
+ data characters inside the content model of
2656
+ a <prefix>
2657
+ Design Note: This PE begins with an OR
2658
+ bar because %just-rendition; begins with an
2659
+ OR bar. -->
2660
+ <!ENTITY % prefix-elements
2661
+ "%just-rendition;" >
2662
+
2663
+
2664
+ <!-- PREFIX -->
2665
+ <!-- Honorifics or other qualifiers that usually
2666
+ precede the surname, for example, Professor,
2667
+ Rev., President, Senator, Dr., Sir, The
2668
+ Honorable, et al. -->
2669
+ <!ELEMENT prefix (#PCDATA %prefix-elements;)* >
2670
+
2671
+
2672
+
2673
+ <!-- SUFFIX ELEMENTS -->
2674
+ <!-- The elements that can be included along with
2675
+ data characters inside the content model of
2676
+ a <suffix>
2677
+ Design Note: This PE begins with an OR bar,
2678
+ it is inside %just-rendition; -->
2679
+ <!ENTITY % suffix-elements
2680
+ "%just-rendition;" >
2681
+
2682
+
2683
+ <!-- SUFFIX -->
2684
+ <!-- Text used as a suffix to a person's name, for
2685
+ example: Sr. Jr. III, 3rd -->
2686
+ <!ELEMENT suffix (#PCDATA %suffix-elements;)* >
2687
+
2688
+
2689
+ <!-- ============================================================= -->
2690
+ <!-- EXTERNAL LINK ELEMENTS -->
2691
+ <!-- ============================================================= -->
2692
+
2693
+
2694
+ <!-- EXTERNAL LINK ELEMENTS -->
2695
+ <!-- The elements that can be included along with
2696
+ data characters inside the content model of
2697
+ an <ext-link>
2698
+ Design Note: All inline mixes begin with an
2699
+ OR bar, but since %link-elements; is an inline
2700
+ mix, the OR bar is already there. -->
2701
+ <!ENTITY % ext-link-elements
2702
+ "%link-elements;" >
2703
+
2704
+
2705
+ <!-- EXTERNAL LINK -->
2706
+ <!-- Link to an external file, such as Medline,
2707
+ Genbank, etc. Linking may be accomplished
2708
+ using the XLink linking attributes. -->
2709
+ <!ELEMENT ext-link (#PCDATA %ext-link-elements;)* >
2710
+ <!-- ext-link-type
2711
+ Type of external link. Use this attribute
2712
+ if the type of external link is one of the
2713
+ ones below or another named type.
2714
+ Suggested values include:
2715
+ aoi Astronomical Object Identifier
2716
+ doi Digital Object Identifier
2717
+ ec Enzyme nomenclature - see
2718
+ http://www.chem.qmw.ac.uk/iubmb/enzyme/
2719
+ email An email message
2720
+ ftp File transfer protocol
2721
+ gen GenBank identifier
2722
+ genpept Translated Protein-encoding
2723
+ sequence Database
2724
+ highwire HighWire press intrajournal
2725
+ medline Medline or pubmed id
2726
+ pdb Protein data bank. See
2727
+ http://www.rcsb.org/pdb/
2728
+ pgr Plant gene register. See
2729
+ http://www.tarweed.com/pgr/
2730
+ pir Protein Information Resource
2731
+ see http://pir.georgetown.edu
2732
+ pirdb Protein Information Resource
2733
+ see http://pir.georgetown.edu
2734
+ pmc Used to link between articles
2735
+ in PubMed Central access is
2736
+ PMID
2737
+ sprot Swiss-Prot. See
2738
+ http://www.ebi.ac.uk/swissprot/
2739
+ uri Website or web service
2740
+ id Unique identifier so the element may be
2741
+ referenced
2742
+ xlink:href Provides an address or identifier of the
2743
+ object to which the link points, for
2744
+ example a URI or a filename -->
2745
+ <!ATTLIST ext-link
2746
+ %ext-link-atts; >
2747
+
2748
+
2749
+ <!-- ============================================================= -->
2750
+ <!-- STRUCTURAL ELEMENTS -->
2751
+ <!-- ============================================================= -->
2752
+
2753
+
2754
+ <!-- ATTRIBUTION ELEMENTS -->
2755
+ <!-- The elements that can be included along with
2756
+ data characters inside the content model of
2757
+ an attribution
2758
+ Design Note: All inline mixes begin with an
2759
+ OR bar, but since %simple-phrase; is an
2760
+ inline mix, the OR bar is already there. -->
2761
+ <!ENTITY % attrib-elements
2762
+ "%emphasized-text;" >
2763
+
2764
+
2765
+ <!-- ATTRIBUTION -->
2766
+ <!-- Source, author, formal thanks, or other
2767
+ information (other than copyright material)
2768
+ concerning the origins of an extract, a poem
2769
+ <verse-group> or similar element.
2770
+ Formatting Note: Typically displayed on
2771
+ a separate line (or lines) following the
2772
+ material it concerns, inheriting that
2773
+ material's margins. -->
2774
+ <!ELEMENT attrib (#PCDATA %attrib-elements;)* >
2775
+
2776
+
2777
+ <!-- PRICE -->
2778
+ <!-- Sale price of a work, typically a book or
2779
+ software package that is being reviewed -->
2780
+ <!ELEMENT price (#PCDATA | %emphasis.class;)* >
2781
+
2782
+
2783
+ <!-- STRUCTURAL TITLE ELEMENTS -->
2784
+ <!-- The elements that can be included along with
2785
+ data characters inside the content model of
2786
+ the <title> element
2787
+ Design Note: All inline mixes begin with an
2788
+ OR bar, but since %simple-phrase; is an
2789
+ inline mix, the OR bar is already there. -->
2790
+ <!ENTITY % struct-title-elements
2791
+ "%simple-phrase; | %break.class;" >
2792
+
2793
+
2794
+ <!-- TITLE -->
2795
+ <!-- Heading or title for a structural element
2796
+ such as a Section, Figure, Boxed Text, etc.-->
2797
+ <!ELEMENT title (#PCDATA %struct-title-elements;)* >
2798
+
2799
+ <!ATTLIST title
2800
+ format CDATA #IMPLIED>
2801
+
2802
+ <!-- LABEL ELEMENTS -->
2803
+ <!-- The elements that can be included along with
2804
+ data characters inside the content model of
2805
+ the <label> element -->
2806
+ <!ENTITY % label-elements
2807
+ "| %emphasis.class; | %inline-display.class; |
2808
+ %inline-math.class; | %subsup.class; |
2809
+ %x.class; " >
2810
+
2811
+
2812
+ <!-- LABEL OF A FIGURE, REFERENCE, ETC. -->
2813
+ <!-- The number and any prefix word that comes
2814
+ before, for example, the caption of a Figure,
2815
+ such as "Figure 3." or "Exhibit 2.". This
2816
+ element can be used to preserve the prefix
2817
+ number or label of an element, for example
2818
+ for a reference or citation "25." or
2819
+ "[Lapeyre 2002]". This can be useful when
2820
+ reconstructing untagged cross references. -->
2821
+ <!ELEMENT label (#PCDATA %label-elements;)* >
2822
+
2823
+ <!-- CREDITS -->
2824
+ <!-- Photo credits, source, author, formal thanks,
2825
+ or other attribution information (other than
2826
+ the copyright material) concerning the
2827
+ origins, owners, creators, or licensing for
2828
+ an extract, a poem <verse-group> or similar
2829
+ element. -->
2830
+ <!ELEMENT credits (#PCDATA %emphasized-text;)* >
2831
+
2832
+
2833
+ <!-- ============================================================= -->
2834
+ <!-- RELATED ARTICLE ELEMENTS -->
2835
+ <!-- ============================================================= -->
2836
+
2837
+
2838
+ <!-- RELATED ARTICLE ELEMENTS -->
2839
+ <!-- Elements allowed inside <related-article> -->
2840
+ <!ENTITY % related-article-elements
2841
+ "| %emphasis.class; |%references.class; |
2842
+ %subsup.class;" >
2843
+
2844
+
2845
+ <!-- RELATED ARTICLE INFORMATION -->
2846
+ <!-- Wrapper element, used as a container for
2847
+ text links to a related article, possibly
2848
+ accompanied by a very brief description
2849
+ such as "errata (correction)".
2850
+ Remarks: This element is slightly overloaded
2851
+ in that it has 2 uses, one inside the article
2852
+ metadata to name one or more related articles
2853
+ and as part of the link class, which can
2854
+ occur many places in textual content.
2855
+ This allows all such references, to
2856
+ companion articles within the same journal,
2857
+ to a previous part of a multi-part article,
2858
+ to a news item that summarizes the article,
2859
+ to the article for which this article is
2860
+ a correction or addendum, etc. wherever
2861
+ these occur in the article. -->
2862
+ <!ELEMENT related-article
2863
+ (#PCDATA %related-article-elements;)* >
2864
+ <!-- id Unique identifier so the element may be
2865
+ referenced
2866
+ alt-form-of
2867
+ Exactly like the "alt-form-of" attribute
2868
+ used with <graphic>, this is an IDREF
2869
+ attribute which points to the ID of another
2870
+ <related-article> in the same document
2871
+ rather than to an external file.
2872
+ related-article-type
2873
+ This attribute can take any text value,
2874
+ suggested values include:
2875
+ addendum Additional material for an
2876
+ article, generated too late
2877
+ to be added to the main text
2878
+ commentary-article
2879
+ Used in an commentary or
2880
+ editorial to link to the
2881
+ article on which it is
2882
+ commenting
2883
+ companion Used in an article to link
2884
+ to a companion (related
2885
+ or sibling article)
2886
+ corrected-article
2887
+ Used in a correction to link
2888
+ to the article being
2889
+ corrected. Sometimes called
2890
+ erratum.
2891
+ in-this-issue Related article in the same
2892
+ journal issue
2893
+ letter A letter to the publication
2894
+ or a reply to such a
2895
+ letter
2896
+ commentary Used in an article to link
2897
+ to its associated commentary
2898
+ or editorial
2899
+ correction-forward
2900
+ Used in an article to link
2901
+ forward to its associated
2902
+ correction (rarely used)
2903
+ partial-retraction Partial retraction of
2904
+ previously published material
2905
+ retracted-article
2906
+ Used in a retraction to link
2907
+ to the article being retracted
2908
+ retraction-forward
2909
+ Used in an article to link
2910
+ forward to its associated
2911
+ retraction (rare)
2912
+ vol Volume of the journal in which the related
2913
+ article exists. The scope is limited to
2914
+ the journal; in which the current article
2915
+ resides.
2916
+ page Page number of the related article. Scope
2917
+ is limited to the volume of the journal in
2918
+ which the current article resides. The
2919
+ values should be a first page or a page
2920
+ range.
2921
+ xlink:href Provides an address or identifier of the
2922
+ object to which the link points, for
2923
+ example a URI or a filename. -->
2924
+ <!ATTLIST related-article
2925
+ %related-article-atts; >
2926
+
2927
+
2928
+ <!-- ============================================================= -->
2929
+ <!-- FRONT MATTER/BACK MATTER ELEMENTS -->
2930
+ <!-- ============================================================= -->
2931
+
2932
+
2933
+ <!-- ACKNOWLEDGMENTS MODEL -->
2934
+ <!-- Content model for the <ack> element -->
2935
+ <!ENTITY % ack-model "%sec-opt-title-model;" >
2936
+
2937
+
2938
+ <!-- ACKNOWLEDGMENTS -->
2939
+ <!ELEMENT ack %ack-model; >
2940
+ <!-- id Unique identifier so the element may be
2941
+ referenced
2942
+ content-type
2943
+ Identification of the subject, type of
2944
+ content, or reason that this word or phrase
2945
+ is considered semantically special, as a
2946
+ means of preserving the semantic intent of
2947
+ the original tagging. -->
2948
+ <!ATTLIST ack
2949
+ id ID #IMPLIED
2950
+ content-type
2951
+ CDATA #IMPLIED >
2952
+
2953
+
2954
+ <!-- BIOGRAPHY MODEL -->
2955
+ <!-- Content model for the <bio> element -->
2956
+ <!ENTITY % bio-model "(title?, (%just-para.class;)+ ) " >
2957
+
2958
+
2959
+ <!-- BIOGRAPHY -->
2960
+ <!-- Short biography of a person, usually the
2961
+ author
2962
+ Authoring Note: The "xlink:href" attribute
2963
+ may be used to point to a graphic of the
2964
+ author or to his/her website, etc. -->
2965
+ <!ELEMENT bio %bio-model; >
2966
+ <!-- id Unique identifier so the element may be
2967
+ referenced
2968
+ rid Points to the identifier of an author or
2969
+ authors
2970
+ xlink:href Provides an address or identifier of the
2971
+ object to which the link points, for
2972
+ example a URI or a filename. -->
2973
+ <!ATTLIST bio
2974
+ %bio-atts; >
2975
+
2976
+
2977
+ <!-- NOTES MODEL -->
2978
+ <!-- Content model for the <notes> element -->
2979
+ <!ENTITY % notes-model "%sec-opt-title-model;" >
2980
+
2981
+
2982
+ <!-- NOTES -->
2983
+ <!-- A container element for the notes that may
2984
+ appear at the end of an Article or at the
2985
+ end of a Table. For example, a typical
2986
+ end-of-article note is a "Note in Proof".
2987
+ A Note in Proof contains late-breaking news
2988
+ items or other material produced while the
2989
+ article was being typeset or was otherwise
2990
+ in production, that therefore happened too
2991
+ late to be included in the text of the
2992
+ article. This is typically NOT peer-reviewed
2993
+ content and citations to other material is
2994
+ usually just integrated into the text, not
2995
+ listed separately in a References List. -->
2996
+ <!ELEMENT notes %notes-model; >
2997
+ <!-- id Unique identifier so the element may be
2998
+ referenced
2999
+ notes-type To identify the type of note, if the type can
3000
+ be/has been identified, for example,
3001
+ "note-in-proof" -->
3002
+ <!ATTLIST notes
3003
+ %notes-atts; >
3004
+
3005
+
3006
+ <!-- ============================================================= -->
3007
+ <!-- ACCESSIBILITY ELEMENTS -->
3008
+ <!-- ============================================================= -->
3009
+
3010
+
3011
+ <!-- ALT TEXT ELEMENTS -->
3012
+ <!-- Elements to be mixed with data characters
3013
+ inside the <alt-text> element -->
3014
+ <!ENTITY % alt-text-elements
3015
+ " %just-rendition;" >
3016
+
3017
+ <!-- ALTERNATE TITLE TEXT FOR A FIGURE, ETC. -->
3018
+ <!-- Short phrase used to display or pronounce
3019
+ as an alternative to providing the full
3020
+ graphic for accessibility display or
3021
+ graphic-limited websites or devices. For
3022
+ example, <alt-text> may be used to display
3023
+ "behind" a figure or graphic.
3024
+ Authoring and Conversion Note: Not to be used
3025
+ as a replacement for <caption>. -->
3026
+ <!ELEMENT alt-text (#PCDATA %alt-text-elements;)* >
3027
+ <!-- id Unique identifier so the element may be
3028
+ referenced
3029
+ xml:lang The language in which the value of the
3030
+ element is expressed. Recommended best
3031
+ practice is to use values as defined in
3032
+ RFC 1766, typically 2-letter language
3033
+ codes such as "FR" (French), "EN" (English),
3034
+ and "DE" (German). These values are NOT
3035
+ case sensitive, so "EN" = "en". The values
3036
+ may include hyphenated differentiations such
3037
+ as "EN-AU" (Australian English) and "EN-US"
3038
+ (United States English). -->
3039
+ <!ATTLIST alt-text
3040
+ id ID #IMPLIED
3041
+ xml:lang NMTOKEN #IMPLIED >
3042
+
3043
+
3044
+ <!-- LONG DESCRIPTION ELEMENTS -->
3045
+ <!-- Elements to be mixed with data characters
3046
+ inside the <long-desc> element -->
3047
+ <!ENTITY % long-desc-elements
3048
+ " " >
3049
+
3050
+
3051
+ <!-- LONG DESCRIPTION -->
3052
+ <!-- Description or summary of the content of a
3053
+ graphical object, table, or textual object
3054
+ such as a text box, used by some systems to
3055
+ make the object accessible, even to people
3056
+ or systems that cannot read/see/display the
3057
+ object.
3058
+ Authoring and Conversion Note: Not to be used
3059
+ as a replacement for <caption>. -->
3060
+ <!ELEMENT long-desc (#PCDATA %long-desc-elements;)* >
3061
+ <!-- id Unique identifier so the element may be
3062
+ referenced
3063
+ xml:lang The language in which the value of the
3064
+ element is expressed. Recommended best
3065
+ practice is to use values as defined in
3066
+ RFC 1766, typically 2-letter language
3067
+ codes such as "FR" (French), "EN" (English),
3068
+ and "DE" (German). These values are NOT
3069
+ case sensitive, so "EN" = "en". The values
3070
+ may include hyphenated differentiations such
3071
+ as "EN-AU" (Australian English) and "EN-US"
3072
+ (United States English). -->
3073
+ <!ATTLIST long-desc
3074
+ id ID #IMPLIED
3075
+ xml:lang NMTOKEN #IMPLIED >
3076
+
3077
+
3078
+ <!-- DEFINITION LIST: DEFINITION MODEL -->
3079
+ <!-- Content model for the <def> element -->
3080
+ <!ENTITY % def-model "((%just-para.class;)+ )" >
3081
+
3082
+
3083
+ <!-- DEFINITION LIST: DEFINITION -->
3084
+ <!-- Used in two senses:
3085
+ 1) The definition, description, or other
3086
+ explanation of the word, phrase, or picture
3087
+ of a 2-part or definition list
3088
+ 2) The definition or expansion of an
3089
+ abbreviation or acronym <abbrev> -->
3090
+ <!ELEMENT def %def-model; >
3091
+ <!-- id Unique identifier so the element may be
3092
+ referenced
3093
+ rid Points to the identifier of a term,
3094
+ so that a term and definition may be linked
3095
+ -->
3096
+ <!ATTLIST def
3097
+ rid IDREFS #IMPLIED
3098
+ id ID #IMPLIED >
3099
+
3100
+
3101
+ <!-- ============================================================= -->
3102
+ <!-- CUSTOMIZED METADATA ELEMENTS -->
3103
+ <!-- ============================================================= -->
3104
+
3105
+
3106
+ <!-- CUSTOMIZED METADATA WRAPPER MODEL -->
3107
+ <!-- Content model for the <custom-meta-wrap>
3108
+ element -->
3109
+ <!ENTITY % custom-meta-wrap-model
3110
+ "(custom-meta+)" >
3111
+
3112
+
3113
+ <!-- CUSTOMIZED METADATA WRAPPER -->
3114
+ <!-- Some DTDs and schemas allow for metadata
3115
+ above and beyond that which can be specified
3116
+ by this DTD. This element is a wrapper
3117
+ element used to contain all these additional
3118
+ metadata elements. -->
3119
+ <!ELEMENT custom-meta-wrap
3120
+ %custom-meta-wrap-model; >
3121
+
3122
+
3123
+ <!-- CUSTOMIZED METADATA MODEL -->
3124
+ <!-- Content model for the <custom-meta> element-->
3125
+ <!ENTITY % custom-meta-model
3126
+ "(meta-name, meta-value)" >
3127
+
3128
+
3129
+ <!-- CUSTOM METADATA -->
3130
+ <!-- Some DTDs and schemas allow for metadata
3131
+ above and beyond that which can be specified
3132
+ by this DTD. This element is used to capture
3133
+ metadata elements that have not been defined
3134
+ explicitly in the models for this DTD, so
3135
+ that the intellectual content will not be lost.
3136
+ Remarks: The <custom-meta> element allows
3137
+ for an infinite number of name/value pairs,
3138
+ with few constraints on the length or
3139
+ content of the value. This element will
3140
+ probably be used for special cases, product-
3141
+ specific material, or other unusual
3142
+ metadata, for example the journal-history
3143
+ information preserved in at least one
3144
+ publisher's DTD. -->
3145
+ <!ELEMENT custom-meta %custom-meta-model; >
3146
+
3147
+
3148
+ <!-- METADATA DATA NAME ELEMENTS -->
3149
+ <!-- Elements that may be used, along with data
3150
+ characters, inside the <meta-name> element
3151
+ Design Note: All inline mixes begin with an
3152
+ OR bar, but since %simple-phrase; is an
3153
+ inline mix, the OR bar is already there. -->
3154
+ <!ENTITY % meta-name-elements
3155
+ "%simple-phrase;" >
3156
+
3157
+
3158
+ <!-- METADATA DATA NAME FOR CUSTOM METADATA -->
3159
+ <!-- Some DTDs and schemas allow for metadata
3160
+ above and beyond that which can be specified
3161
+ by this DTD. The <custom-meta> element
3162
+ allow for an infinite number of name/value
3163
+ pairs, with few constraints on the length or
3164
+ content of the value. This element contains
3165
+ the name of the metadata field. -->
3166
+ <!ELEMENT meta-name (#PCDATA %meta-name-elements;)* >
3167
+
3168
+
3169
+ <!-- METADATA DATA VALUE ELEMENTS -->
3170
+ <!-- Elements that may be used, along with data
3171
+ characters, inside the <meta-value> element
3172
+ Design Note: All inline mixes begin with an
3173
+ OR bar, but since %simple-phrase; is an
3174
+ inline mix, the OR bar is already there. -->
3175
+ <!ENTITY % meta-value-elements
3176
+ "%simple-phrase;" >
3177
+
3178
+
3179
+ <!-- METADATA DATA VALUE FOR CUSTOM METADATA -->
3180
+ <!-- Some DTDs and schemas allow for metadata
3181
+ above and beyond that which can be specified
3182
+ by this DTD. The <custom-meta> element
3183
+ allow for an infinite number of name/value
3184
+ pairs, with few constraints on the length or
3185
+ content of the value. This element contains
3186
+ the value of the metadata field that is named
3187
+ by the <meta-name> element. -->
3188
+ <!ELEMENT meta-value (#PCDATA %meta-value-elements;)* >
3189
+
3190
+
3191
+
3192
+ <!-- ============================================================= -->
3193
+ <!-- GENERATED TEXT OR PUNCTUATION -->
3194
+ <!-- ============================================================= -->
3195
+
3196
+
3197
+ <!-- X TEXT ATTRIBUTES -->
3198
+ <!-- Attributes for the element <x> -->
3199
+ <!ENTITY % x-atts
3200
+ "xml:space (default | preserve) #FIXED 'preserve'" >
3201
+
3202
+
3203
+ <!-- X ELEMENTS -->
3204
+ <!-- Elements for use inside the <x> element -->
3205
+ <!ENTITY % x-elements "| %emphasis.class;" >
3206
+
3207
+
3208
+ <!-- X - GENERATED TEXT AND PUNCTUATION -->
3209
+ <!-- A container element to hold punctuation or
3210
+ other generated text, typically when 1) an
3211
+ archive decides not to have any text
3212
+ generated and thus to pre-generate such
3213
+ things as commas or semicolons between
3214
+ keywords or 2) when an archive receives text
3215
+ with <x> tags embedded and wishes to retain
3216
+ them.
3217
+ Remarks: This element is called "x" for
3218
+ historical reasons, since DTDs that use an
3219
+ element for generated punctuation have
3220
+ typically called it that. -->
3221
+ <!ELEMENT x (#PCDATA %x-elements;)* >
3222
+ <!-- xml:space Request that, when printing or displaying
3223
+ this element, all white space such as tabs
3224
+ and spaces and line breaks be preserved. -->
3225
+ <!ATTLIST x
3226
+ %x-atts; >
3227
+
3228
+
3229
+ <!-- ================== End Common (Shared) Elements Module ====== -->
3230
+