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,3121 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Common (Shared) Elements Module -->
3
+ <!-- VERSION: 2.2 -->
4
+ <!-- DATE: April 2006 -->
5
+ <!-- -->
6
+ <!-- ============================================================= -->
7
+
8
+ <!-- ============================================================= -->
9
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
10
+ <!-- TYPICAL INVOCATION -->
11
+ <!--
12
+ "-//NLM//DTD Archiving and Interchange DTD Suite Common (Shared) Elements Module v2.2 20060430//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
+ <!-- SURNAME ATTRIBUTES -->
1316
+ <!-- initials The initial(s) for the given names of the
1317
+ person. Particularly useful in those cases
1318
+ that cannot be algorithmically determined. -->
1319
+ <!ENTITY % surname-atts
1320
+ "initials CDATA #IMPLIED" >
1321
+
1322
+
1323
+ <!-- VOLUME IDENTIFIER ATTRIBUTES -->
1324
+ <!-- Attributes for the <issue-id> element
1325
+ pub-id-type
1326
+ Publication (article) Identifier Type
1327
+ Names the type of identifier, or the
1328
+ organization or system that defined this
1329
+ identifier for the identifier of the journal
1330
+ article or a cited publication. This is an
1331
+ optional CDATA attribute that should be used
1332
+ whenever the type is known.
1333
+ Used on the <article-id> element, which
1334
+ holds an identifier for the entire article.
1335
+ Also used on the <pubid> element, which
1336
+ is an identifier for a publication cited in
1337
+ a bibliographic reference (citation).
1338
+ Suggested values include:
1339
+ coden - Obsolete PDB/CCDC identifier (may
1340
+ be present on older articles)
1341
+ doaj - Directory of Open Access Journals
1342
+ doi - Digital Object Identifier
1343
+ manuscript
1344
+ - A manuscript
1345
+ medline- NLM Medline identifier
1346
+ other - None of the named identifiers
1347
+ pii - Publisher Item Identifier, see
1348
+ http://pubs.acs.org/epub/piius.htm
1349
+ or
1350
+ http://www.aip.org/epub/piipr.html
1351
+ pmid - PubMed Central identifier (see
1352
+ www.ncbi.nlm.nih.gov/entrez/
1353
+ query.fcgi?db=PubMed)
1354
+ publisher-id
1355
+ - Publisher's identifier such
1356
+ as an 'article-id', 'artnum',
1357
+ 'identifier', 'article- number',
1358
+ 'pub-id', etc.
1359
+ sici - Serial Item and Contribution
1360
+ Identifier (SICI). A journal
1361
+ article may have more than one
1362
+ SICI, one for a print version and
1363
+ one for an electronic version. -->
1364
+ <!ENTITY % volume-id-atts
1365
+ "pub-id-type
1366
+ CDATA #IMPLIED" >
1367
+
1368
+
1369
+ <!-- ============================================================= -->
1370
+ <!-- ELEMENT USED BY MORE THAN ONE CLASS -->
1371
+ <!-- ============================================================= -->
1372
+
1373
+
1374
+ <!-- ============================================================= -->
1375
+ <!-- SIGNATURE BLOCK ELEMENTS -->
1376
+ <!-- ============================================================= -->
1377
+
1378
+
1379
+ <!-- SIGNATURE BLOCK ELEMENTS -->
1380
+ <!-- Elements to be mixed with data characters
1381
+ inside the content model for the
1382
+ <sig-block> element. -->
1383
+ <!ENTITY % sig-block-elements
1384
+ "| %break.class; | %emphasis.class; |
1385
+ %inline-display.class; |
1386
+ %just-base-display.class; | %sig.class; |
1387
+ %subsup.class;" >
1388
+
1389
+
1390
+ <!-- SIGNATURE BLOCK -->
1391
+ <!-- An area of text and graphic material placed
1392
+ at the end of an article or section to hold
1393
+ the graphical signature or other description
1394
+ of the person responsible for or attesting
1395
+ to the content.
1396
+ Best Practice: Although a <sig-block> is
1397
+ allowed to contain all the same complexity
1398
+ as the Signature <sig>, to allow archives and
1399
+ publishers to capture a published signature
1400
+ block in any way it may have been constructed,
1401
+ best practice is to act as if the Signature
1402
+ Block contained the model (sig+) and build
1403
+ as much of the complexity as possible into
1404
+ the Signatures <sig>s.
1405
+ Remarks: This element was deliberately left
1406
+ out of the original NLM DTDs because analysis
1407
+ seemed to indicate that signature blocks
1408
+ merely duplicated information from the
1409
+ metadata and thus could be generated. However,
1410
+ further samples, especially in published
1411
+ books, have indicated that signature blocks
1412
+ are not as closely tied to contributor
1413
+ metadata as supposed and that a structure to
1414
+ hold signatory material would be useful for
1415
+ for previously published works. -->
1416
+ <!ELEMENT sig-block (#PCDATA %sig-block-elements;)* >
1417
+
1418
+
1419
+ <!-- SIGNATURE ELEMENTS -->
1420
+ <!-- Elements to be mixed with data characters
1421
+ inside the content model for the
1422
+ <sig> element. -->
1423
+ <!ENTITY % sig-elements "%rendition-plus;| %break.class; |
1424
+ %inline-display.class; |
1425
+ %just-base-display.class;" >
1426
+
1427
+
1428
+ <!-- SIGNATURE -->
1429
+ <!-- One contributor signature and associated
1430
+ material (such as a text restatement of the
1431
+ affiliation) inside a signature block.
1432
+ Typically contains the graphical signature or
1433
+ other description of the person responsible
1434
+ for or attesting to the content. -->
1435
+ <!ELEMENT sig (#PCDATA %sig-elements;)* >
1436
+
1437
+
1438
+ <!-- ============================================================= -->
1439
+ <!-- COMMON COPYRIGHT/PERMISSION ELEMENTS -->
1440
+ <!-- ============================================================= -->
1441
+
1442
+
1443
+ <!-- COPYRIGHT HOLDER ELEMENTS -->
1444
+ <!-- Elements to be mixed with data characters
1445
+ inside the content model for the
1446
+ <copyright-holder> element. The elements
1447
+ subscript and superscript were included
1448
+ because the dot com revolution produced some
1449
+ rather unusual business names. -->
1450
+ <!ENTITY % copyright-holder-elements
1451
+ "| %subsup.class;" >
1452
+
1453
+
1454
+ <!-- COPYRIGHT HOLDER -->
1455
+ <!-- Name of the organizational or personal
1456
+ entity that holds the copyright.
1457
+ Remarks: There are three copyright elements,
1458
+ 1) The copyright statement, which is the
1459
+ textual statement of the copyright, worded
1460
+ in any way necessary, 2) the copyright
1461
+ year, pulled out of the statement for
1462
+ use in metadata searching and aggregation,
1463
+ and 3) the copyright holder, pulled out of
1464
+ the statement for the same reasons. -->
1465
+ <!ELEMENT copyright-holder
1466
+ (#PCDATA %copyright-holder-elements;)* >
1467
+
1468
+
1469
+ <!-- COPYRIGHT STATEMENT MODEL -->
1470
+ <!-- Content model for <copyright-statement> -->
1471
+ <!ENTITY % copyright-statement-elements
1472
+ "| %address-link.class;| %emphasis.class; |
1473
+ %subsup.class;" >
1474
+
1475
+
1476
+ <!-- COPYRIGHT STATEMENT -->
1477
+ <!-- Copyright notice or statement, suitable for
1478
+ printing or display. Within the statement the
1479
+ copyright year should be identified, if
1480
+ expected to be displayed. -->
1481
+ <!ELEMENT copyright-statement
1482
+ (#PCDATA %copyright-statement-elements;)* >
1483
+
1484
+
1485
+ <!-- COPYRIGHT YEAR -->
1486
+ <!-- Year of the copyright. Need not be used, if,
1487
+ for example, having the year as part of the
1488
+ copyright statement is sufficient.
1489
+ Note: since Copyright Statement is intended
1490
+ for display, Copyright Year is not expected
1491
+ to be displayed (but will be available for
1492
+ searching). -->
1493
+ <!ELEMENT copyright-year
1494
+ (#PCDATA) >
1495
+
1496
+
1497
+ <!-- LICENSE MODEL -->
1498
+ <!-- Content model for an <license> element -->
1499
+ <!ENTITY % license-model
1500
+ "((%just-para.class;)+)" >
1501
+
1502
+
1503
+ <!-- LICENSE INFORMATION -->
1504
+ <!-- The set of conditions under which people are
1505
+ allowed to use this article or other
1506
+ license-related information or restrictions.
1507
+ For now, this is a place-holder element
1508
+ that may change after the AIT Workgroup has
1509
+ done additional analysis -->
1510
+ <!ELEMENT license %license-model; >
1511
+ <!ATTLIST license
1512
+ %license-atts; >
1513
+
1514
+
1515
+ <!-- PERMISSIONS MODEL -->
1516
+ <!-- Model for <permissions> wrapper element -->
1517
+ <!ENTITY % permissions-model
1518
+ "(copyright-statement?, copyright-year?,
1519
+ copyright-holder?, license?)" >
1520
+
1521
+
1522
+ <!-- PERMISSIONS -->
1523
+ <!-- Wrapper element to hold the copyright
1524
+ information, license material, and any
1525
+ future similar metadata. -->
1526
+ <!ELEMENT permissions
1527
+ %permissions-model; >
1528
+
1529
+
1530
+ <!-- ============================================================= -->
1531
+ <!-- COMMON METADATA/BIBLIOGRAPHIC ELEMENTS -->
1532
+ <!-- ============================================================= -->
1533
+
1534
+
1535
+ <!-- ARTICLE TITLE -->
1536
+ <!-- The title of the article in the language
1537
+ in which the article was originally
1538
+ published
1539
+ Remarks: The related element Translated Title
1540
+ <trans-title> should be used for a
1541
+ translation of the article into another
1542
+ language, for example, to hold the English
1543
+ version of a Japanese article title. -->
1544
+ <!ELEMENT article-title
1545
+ (#PCDATA %title-elements;)* >
1546
+ <!-- xml:lang The language in which the value of the
1547
+ element is expressed. Recommended best
1548
+ practice is to use values as defined in
1549
+ RFC 1766, typically 2-letter language
1550
+ codes such as "FR" (French), "EN" (English),
1551
+ and "DE" (German). These values are NOT
1552
+ case sensitive, so "EN" = "en". The values
1553
+ may include hyphenated differentiations such
1554
+ as "EN-AU" (Australian English) and "EN-US"
1555
+ (United States English). -->
1556
+ <!ATTLIST article-title
1557
+ xml:lang NMTOKEN #IMPLIED >
1558
+
1559
+
1560
+ <!-- AFFILIATION ELEMENTS -->
1561
+ <!-- Elements for use in the <aff> element -->
1562
+ <!ENTITY % aff-elements "| %address.class; | %address-link.class; |
1563
+ %article-link.class; | %break.class; |
1564
+ %emphasis.class; | %label.class; |
1565
+ %simple-link.class; | %subsup.class;" >
1566
+
1567
+
1568
+ <!-- AFFILIATION -->
1569
+ <!-- Name of a institution or organization such as
1570
+ a university or corporation.
1571
+ Authoring and Conversion Note: In a typical
1572
+ case, the "id" attribute will be pointed to
1573
+ by one or more contributors.
1574
+ Conversion Note: Any explicitly tagged numbers
1575
+ or symbols for author linkages should be
1576
+ discarded, as the linkage will be recreated
1577
+ from the "id" connection.
1578
+ Authoring Note: While this element
1579
+ contains an optional Label element, the
1580
+ Label element should be included only in
1581
+ those circumstances where a formatting
1582
+ override is needed; Label should NOT
1583
+ be used in the ordinary course of
1584
+ tagging. -->
1585
+ <!ELEMENT aff (#PCDATA %aff-elements;)* >
1586
+ <!-- id Unique identifier so that the affiliated
1587
+ institution may be referenced, for example
1588
+ by a contributor
1589
+ rid May be used to point to affiliation-related
1590
+ information within the document
1591
+ -->
1592
+ <!ATTLIST aff
1593
+ %aff-atts; >
1594
+
1595
+
1596
+ <!-- COLLABORATIVE (GROUP) AUTHOR ELEMENTS -->
1597
+ <!-- Elements for use in the <collab> element
1598
+ Design Note: All inline mixes begin with an
1599
+ OR bar, but since %simple-text; is an inline
1600
+ mix, the OR bar is already there.
1601
+ Design Note: All inline mixes begin with an
1602
+ OR bar, but since %simple-text; is an inline
1603
+ mix, the OR bar is already there. -->
1604
+ <!ENTITY % collab-elements
1605
+ "%simple-text; | %address-link.class; |
1606
+ %simple-link.class;" >
1607
+
1608
+
1609
+ <!-- COLLABORATIVE (GROUP) AUTHOR -->
1610
+ <!-- Used for groups of authors credited under
1611
+ one name, either as a collaboration in the
1612
+ strictest sense, or when an organization,
1613
+ institution, or corporation is the group.
1614
+ Remarks: When an author is an organization
1615
+ rather than a person, use the <collab>
1616
+ element rather than <surname>, for
1617
+ example:
1618
+ <collab>Aardvark Institute</collab>
1619
+ -->
1620
+ <!ELEMENT collab (#PCDATA %collab-elements;)* >
1621
+ <!-- collab-type
1622
+ The type or role of the collaborators,
1623
+ what function did they play in the
1624
+ publication.
1625
+ Suggested values include:
1626
+ assignee
1627
+ - Group or company to whom a patent
1628
+ is awarded
1629
+ authors - Content creators
1630
+ editors - Content editors
1631
+ compilers
1632
+ - Put together a composite work
1633
+ from multiple sources
1634
+ guest-editors
1635
+ - A group of editors that have been
1636
+ invited to edit all or part of a
1637
+ work
1638
+ inventors
1639
+ - Idea, software, or machine
1640
+ creators
1641
+ translators
1642
+ - Translated the cited work from
1643
+ one language into another
1644
+ one language into another
1645
+ id unique identifier so that the collaboration
1646
+ can be referenced
1647
+ xlink:href Provides an address or identifier of the
1648
+ object to which the link points, for
1649
+ example a URI or a filename. -->
1650
+ <!ATTLIST collab
1651
+ %collab-atts; >
1652
+
1653
+
1654
+ <!-- CONFERENCE DATE ELEMENTS -->
1655
+ <!-- Elements for use in the <conf-date> element-->
1656
+ <!ENTITY % conf-date-elements
1657
+ " " >
1658
+
1659
+
1660
+ <!-- CONFERENCE DATE -->
1661
+ <!-- The date(s) on which the conference was held.
1662
+ Conference dates in journal headers are
1663
+ traditionally stored in one of two forms:
1664
+ as a single date ("May 1906") or as the
1665
+ first day and last day of the conference.
1666
+ Both types should be stored in this element;
1667
+ the dates that come from separate first and
1668
+ last elements should be combined:
1669
+ <conf-start>August 4, 2002</conf-start>
1670
+ <conf-end>August 9, 2002<conf-end>
1671
+ should become:
1672
+ <conf-date>August 4, 2002 - August 9,
1673
+ 2002</conf-date>
1674
+ -->
1675
+ <!ELEMENT conf-date (#PCDATA %conf-date-elements;)* >
1676
+
1677
+
1678
+ <!-- CONFERENCE LOCATION ELEMENTS -->
1679
+ <!-- Elements for use in the <conf-loc> element
1680
+ Design Note: All inline mixes begin with an
1681
+ OR bar, but since %simple-text; is an inline
1682
+ mix, the OR bar is already there. -->
1683
+ <!ENTITY % conf-loc-elements
1684
+ "%simple-text;" >
1685
+
1686
+
1687
+ <!-- CONFERENCE LOCATION -->
1688
+ <!-- The physical location(s) of the conference.
1689
+ This may include a city, a country, or a
1690
+ campus or organization location if that is
1691
+ the only location available.
1692
+ Authoring and Conversion Note: If the
1693
+ conference is in the United States, the
1694
+ state should also be provided. A specific
1695
+ venue or address (e.g. conference hotel)
1696
+ should not be provided unless there is no
1697
+ other location information. -->
1698
+ <!ELEMENT conf-loc (#PCDATA %conf-loc-elements;)* >
1699
+
1700
+
1701
+ <!-- CONFERENCE NAME ELEMENTS -->
1702
+ <!-- Elements for use in the <conf-name> element.
1703
+ Design Note: All inline mixes begin with an
1704
+ OR bar, but since %simple-text; is an inline
1705
+ mix, the OR bar is already there. -->
1706
+ <!ENTITY % conf-name-elements
1707
+ "%simple-text;" >
1708
+
1709
+
1710
+ <!-- CONFERENCE NAME -->
1711
+ <!-- The full name of the conference, including any
1712
+ qualifiers such as "43rd Annual". When the
1713
+ name includes the year of the conference,
1714
+ (e.g. "Extreme 2002"), the year should appear
1715
+ in both the conference Name and the Conference
1716
+ Date elements. -->
1717
+ <!ELEMENT conf-name (#PCDATA %conf-name-elements;)* >
1718
+
1719
+
1720
+ <!-- OBJECT IDENTIFIER -->
1721
+ <!-- Used to record an identifier such as a DOI
1722
+ for an interior element such as an <abstract>
1723
+ or <figure>.
1724
+ Remarks: Such an identifier may be created
1725
+ by a publisher or archive, and there is no
1726
+ requirement that identifiers be unique. -->
1727
+ <!ELEMENT object-id (#PCDATA) >
1728
+ <!-- pub-id-type
1729
+ Indicates what type of identifier this is or
1730
+ who assigned the identifier, for example,
1731
+ "pub-id" for a publisher's non-DOI
1732
+ identifier or "DOI" for a Digital Object
1733
+ Identifier.
1734
+ In Archival this is a CDATA attribute but
1735
+ suggested values include:
1736
+ archive Identifier assigned by an archive
1737
+ or other repository
1738
+ aggregator
1739
+ Assigned by a data aggregator
1740
+ doaj Directory of Open Access Journals
1741
+ doi Digital Object Identifier
1742
+ index Assigned by an abstracting or
1743
+ indexing service
1744
+ pmc Assigned by PubMed Central
1745
+ publisher-id
1746
+ Non-DOI Identifier assigned by
1747
+ the content publisher -->
1748
+ <!ATTLIST object-id
1749
+ %object-id-atts; >
1750
+
1751
+
1752
+ <!-- ISSUE TITLE ELEMENTS -->
1753
+ <!-- Elements for use with data characters inside
1754
+ the model for the <issue> element -->
1755
+ <!ENTITY % issn-elements
1756
+ " " >
1757
+
1758
+
1759
+ <!-- ISSN -->
1760
+ <!-- International Standard Serial Number -->
1761
+ <!ELEMENT issn (#PCDATA %issn-elements;) >
1762
+ <!-- Used to record the type of publication, for
1763
+ which this ISSN was issued, for example,
1764
+ a print-only publication versus
1765
+ an electronic-only publication, in any of
1766
+ several life stages.
1767
+ Suggested values include:
1768
+ epub - Electronic publication
1769
+ ppub - Print publication
1770
+ epub-ppub - Published in both print and
1771
+ electronic form
1772
+ epreprint - Electronic preprint
1773
+ dissemination
1774
+ ppreprint - Print preprint dissemination
1775
+ ecorrected - Corrected in electronic
1776
+ pcorrected - Corrected in print
1777
+ eretracted - Retracted in electronic
1778
+ pretracted - Retracted in print
1779
+ -->
1780
+ <!ATTLIST issn
1781
+ %issn-atts; >
1782
+
1783
+
1784
+ <!-- ISSUE TITLE ELEMENTS -->
1785
+ <!-- Elements for use with data characters inside
1786
+ the model for the <issue> element -->
1787
+ <!ENTITY % issue-elements
1788
+ "%just-rendition;" >
1789
+
1790
+
1791
+ <!-- ISSUE NUMBER -->
1792
+ <!-- NEW DEFINITION FOR RELEASE 2.0:
1793
+ The issue number, issue name, or other
1794
+ identifier of an issue of a journal that
1795
+ is displayed or printed with the issue.
1796
+ This is not the machine-readable internal
1797
+ identifier such as a DOI or SICI, that is
1798
+ the related element <issue-id> -->
1799
+ <!ELEMENT issue (#PCDATA %issue-elements;)* >
1800
+
1801
+
1802
+ <!-- ISSUE IDENTIFIER -->
1803
+ <!-- Used to record an identifier such as a DOI
1804
+ that describes an entire issue of a
1805
+ journal -->
1806
+ <!ELEMENT issue-id (#PCDATA) >
1807
+ <!-- pub-id-type
1808
+ Indicates what type of identifier this is or
1809
+ who assigned the identifier, for example,
1810
+ "pub-id" for a publisher's non-DOI
1811
+ identifier or "DOI" for a Digital Object
1812
+ Identifier.
1813
+ In Archival this is a CDATA attribute but
1814
+ suggested values include:
1815
+ archive Identifier assigned by an archive
1816
+ or other repository
1817
+ aggregator
1818
+ Assigned by a data aggregator
1819
+ doaj Directory of Open Access Journals
1820
+ doi Digital Object Identifier
1821
+ index Assigned by an abstracting or
1822
+ indexing service
1823
+ pmc Assigned by PubMed Central
1824
+ publisher-id
1825
+ Non-DOI Identifier assigned by
1826
+ the content publisher -->
1827
+ <!ATTLIST issue-id
1828
+ %issue-id-atts; >
1829
+
1830
+
1831
+ <!-- ISSUE TITLE ELEMENTS -->
1832
+ <!-- Elements for use in the <issue-title> element
1833
+ -->
1834
+ <!ENTITY % issue-title-elements
1835
+ "" >
1836
+
1837
+
1838
+ <!-- ISSUE TITLE -->
1839
+ <!-- Used to record the theme or special issue
1840
+ title for an issue of the journal -->
1841
+ <!ELEMENT issue-title (#PCDATA %issue-title-elements;)* >
1842
+
1843
+
1844
+ <!-- ROLE ELEMENTS -->
1845
+ <!-- The elements that can be included along with
1846
+ data characters inside the content model of
1847
+ a <role>
1848
+ Design Note: All inline mixes begin with an
1849
+ OR bar; since %rendition-plus; is an
1850
+ inline mix, the OR bar is already there. -->
1851
+ <!ENTITY % role-elements
1852
+ "%rendition-plus;" >
1853
+
1854
+
1855
+ <!-- ROLE OR FUNCTION TITLE OF CONTRIBUTOR -->
1856
+ <!-- A title or the role of a contributor
1857
+ (such as an author) in this work. For example,
1858
+ Editor-in-Chief, Contributor, Chief
1859
+ Scientist, Photographer, Research Associate,
1860
+ etc.
1861
+ Remarks: Information on the role or type of
1862
+ contribution is collected in two places,
1863
+ in the "contrib-type" attribute on the
1864
+ Contributor element and in the Role element.
1865
+ For example, the Contributor attribute might
1866
+ have a value of "editor", while the content
1867
+ of the role element could be "Associate
1868
+ Editor". As another example, the contributor
1869
+ attribute might be "author" and the role
1870
+ element might be "Principle Author".
1871
+ The <role> element is also more likely to
1872
+ appear on screen or in print than the
1873
+ contributor attribute value. -->
1874
+ <!ELEMENT role (#PCDATA %role-elements;)* >
1875
+
1876
+
1877
+ <!-- VOLUME NUMBER ELEMENTS -->
1878
+ <!-- The elements that can be included along with
1879
+ data characters inside the content model of
1880
+ a <volume> -->
1881
+ <!ENTITY % volume-elements
1882
+ "%just-rendition; " >
1883
+
1884
+
1885
+ <!-- VOLUME NUMBER -->
1886
+ <!-- NEW DEFINITION FOR RELEASE 2.0:
1887
+ The volume number, volume name, or other
1888
+ identifier of an volume of a journal that
1889
+ is displayed or printed with the volume.
1890
+ This is not the machine-readable internal
1891
+ identifier such as a DOI or SICI, that is
1892
+ the related element <volume-id> -->
1893
+ <!ELEMENT volume (#PCDATA %volume-elements;)* >
1894
+
1895
+
1896
+ <!-- TRANSLATED SUBTITLE -->
1897
+ <!-- An alternate version of an article subtitle
1898
+ that has been translated out of the original
1899
+ language of the article subtitle <subtitle>
1900
+ Remarks: The related element <subtitle>
1901
+ should be used for the subtitle of the
1902
+ article in the original language in
1903
+ which it was published. This translated
1904
+ subtitle is used for a translation of the
1905
+ original subtitle, for example an English
1906
+ version of a Japanese subtitle -->
1907
+ <!ELEMENT trans-subtitle
1908
+ (#PCDATA %title-elements;)* >
1909
+ <!-- xml:lang The language in which the value of the
1910
+ element is expressed. Recommended best
1911
+ practice is to use values as defined in
1912
+ RFC 1766, typically 2-letter language
1913
+ codes such as "FR" (French), "EN" (English),
1914
+ and "DE" (German). These values are NOT
1915
+ case sensitive, so "EN" = "en". The values
1916
+ may include hyphenated differentiations such
1917
+ as "EN-AU" (Australian English) and "EN-US"
1918
+ (United States English).
1919
+ Authoring and Conversion Note: For the
1920
+ Translated Title element, the xml:lang
1921
+ attribute should always be set if the
1922
+ value is known. The only reason the
1923
+ attribute was not made #REQUIRED was that
1924
+ there may be cases where the language is
1925
+ not known. -->
1926
+ <!ATTLIST trans-subtitle
1927
+ xml:lang NMTOKEN #IMPLIED >
1928
+
1929
+
1930
+ <!-- TRANSLATED TITLE -->
1931
+ <!-- An alternate version of the title that has
1932
+ been translated into a language other than
1933
+ that of the original article title
1934
+ <article-title>
1935
+ Remarks: The related element Article Title
1936
+ <article-title> should be used for the title
1937
+ of the article in the original language in
1938
+ which it was published. This element is used
1939
+ for a translation of that title, for example
1940
+ the English version of a Japanese article. -->
1941
+ <!ELEMENT trans-title (#PCDATA %title-elements;)* >
1942
+ <!-- xml:lang The language in which the value of the
1943
+ element is expressed. Recommended best
1944
+ practice is to use values as defined in
1945
+ RFC 1766, typically 2-letter language
1946
+ codes such as "FR" (French), "EN" (English),
1947
+ and "DE" (German). These values are NOT
1948
+ case sensitive, so "EN" = "en". The values
1949
+ may include hyphenated differentiations such
1950
+ as "EN-AU" (Australian English) and "EN-US"
1951
+ (United States English).
1952
+ Authoring and Conversion Note: For the
1953
+ Translated Title element, the xml:lang
1954
+ attribute should always be set if the
1955
+ value is known. The only reason the
1956
+ attribute was not made #REQUIRED was that
1957
+ there may be cases where the language is
1958
+ not known. -->
1959
+ <!ATTLIST trans-title
1960
+ xml:lang NMTOKEN #IMPLIED >
1961
+
1962
+
1963
+ <!-- VOLUME IDENTIFIER ELEMENTS -->
1964
+ <!-- The elements that can be included along with
1965
+ data characters inside the content model of
1966
+ a <volume-id> -->
1967
+ <!ENTITY % volume-id-elements
1968
+ "%just-rendition; " >
1969
+
1970
+
1971
+ <!-- VOLUME IDENTIFIER -->
1972
+ <!-- Used to record an identifier such as a DOI
1973
+ that describes an entire volume of a
1974
+ journal.
1975
+ Remarks: The related elements <volume>
1976
+ holds the volume number as published
1977
+ with the journal. -->
1978
+ <!ELEMENT volume-id (#PCDATA %volume-id-elements;)* >
1979
+ <!-- pub-id-type
1980
+ Indicates what type of identifier this is or
1981
+ who assigned the identifier, for example,
1982
+ "pub-id" for a publisher's non-DOI
1983
+ identifier or "DOI" for a Digital Object
1984
+ Identifier.
1985
+ In Archival this is a CDATA attribute but
1986
+ suggested values include:
1987
+ archive Identifier assigned by an archive
1988
+ or other repository
1989
+ aggregator
1990
+ Assigned by a data aggregator
1991
+ doaj Directory of Open Access Journals
1992
+ doi Digital Object Identifier
1993
+ index Assigned by an abstracting or
1994
+ indexing service
1995
+ pmc Assigned by PubMed Central
1996
+ publisher-id
1997
+ Non-DOI Identifier assigned by
1998
+ the content publisher -->
1999
+ <!ATTLIST volume-id
2000
+ %volume-id-atts; >
2001
+
2002
+
2003
+ <!-- ============================================================= -->
2004
+ <!-- COMMON METADATA ELEMENTS CONTINUED -->
2005
+ <!-- PUBLISHER IDENTIFICATION ELEMENTS -->
2006
+ <!-- (COMMON ARTICLE METADATA/BIBLIOGRAPHIC) -->
2007
+ <!-- Used in article metadata and also inside -->
2008
+ <!-- a bibliographic reference (citation) -->
2009
+ <!-- ============================================================= -->
2010
+
2011
+
2012
+ <!-- ET AL ELEMENTS -->
2013
+ <!-- The elements that can be included along with
2014
+ data characters inside the content model of
2015
+ an <etal> -->
2016
+ <!ENTITY % etal-elements
2017
+ "%just-rendition; " >
2018
+
2019
+
2020
+ <!-- ET AL CONTENT MODEL -->
2021
+ <!-- The content model for the <etal> element -->
2022
+ <!ENTITY % etal-model "(#PCDATA %etal-elements;)*" >
2023
+
2024
+
2025
+ <!-- ET AL -->
2026
+ <!-- Most journals model this as an EMPTY element,
2027
+ typically used to generate the text "et al."
2028
+ from a stylesheet. However, a few journal
2029
+ DTDs (Blackwell's, for example) expect
2030
+ content for this element, with such text as
2031
+ "Associates, coworkers, and colleagues".
2032
+ Note: Therefore (as of Version 2.0, this is
2033
+ an EMPTY element in the more prescriptive DTD
2034
+ Publishing, a #PCDATA element in Archiving,
2035
+ and not used at all in the Authoring DTD. -->
2036
+ <!ELEMENT etal %etal-model; >
2037
+
2038
+
2039
+ <!-- PUBLISHER -->
2040
+ <!-- Who published the work -->
2041
+ <!ELEMENT publisher (publisher-name, publisher-loc?) >
2042
+
2043
+
2044
+ <!-- PUBLISHER'S NAME ELEMENTS -->
2045
+ <!-- The elements that can be included along with
2046
+ data characters inside the content model of
2047
+ a <publisher-name>
2048
+ Design Note: All inline mixes begin with an
2049
+ OR bar; since %just-rendition; is an
2050
+ inline mix, the OR bar is already there -->
2051
+ <!ENTITY % publisher-name-elements
2052
+ "%just-rendition; " >
2053
+
2054
+
2055
+ <!-- PUBLISHER'S NAME -->
2056
+ <!-- Name of the publisher of the work -->
2057
+ <!ELEMENT publisher-name
2058
+ (#PCDATA %publisher-name-elements;)* >
2059
+
2060
+
2061
+ <!-- PUBLISHER'S LOCATION ELEMENTS -->
2062
+ <!-- Elements for use in the Publisher Location
2063
+ <publisher-loc> element -->
2064
+ <!ENTITY % publisher-loc-elements
2065
+ "| %address.class; | %address-link.class; |
2066
+ %emphasis.class; | %subsup.class;" >
2067
+
2068
+
2069
+ <!-- PUBLISHER'S LOCATION -->
2070
+ <!-- Place of publication, usually a city such
2071
+ as New York or London -->
2072
+ <!ELEMENT publisher-loc
2073
+ (#PCDATA %publisher-loc-elements;)* >
2074
+
2075
+
2076
+ <!-- ============================================================= -->
2077
+ <!-- COMMON METADATA ELEMENTS CONTINUED -->
2078
+ <!-- PAGE NUMBERING ELEMENTS -->
2079
+ <!-- ============================================================= -->
2080
+
2081
+
2082
+ <!-- FIRST PAGE ATTRIBUTES -->
2083
+ <!-- seq Used for sequence number or letter for
2084
+ journals (such as continuous makeup journals)
2085
+ with more than one article starting on the
2086
+ same page -->
2087
+ <!ENTITY % fpage-atts
2088
+ "seq CDATA #IMPLIED" >
2089
+
2090
+ <!-- FIRST PAGE -->
2091
+ <!-- The page number on which the article starts,
2092
+ for print journals that have page numbers -->
2093
+ <!ELEMENT fpage (#PCDATA) >
2094
+ <!-- seq Used for sequence number or letter for
2095
+ journals (such as continuous makeup journals)
2096
+ with more than one article starting on the
2097
+ same page -->
2098
+ <!ATTLIST fpage
2099
+ %fpage-atts; >
2100
+
2101
+
2102
+ <!-- LAST PAGE -->
2103
+ <!-- The page number on which the article ends,
2104
+ for print journals that have page numbers -->
2105
+ <!ELEMENT lpage (#PCDATA) >
2106
+
2107
+
2108
+ <!-- PAGE RANGES -->
2109
+ <!-- A container element for additional page
2110
+ information (TO BE USED TO SUPPLEMENT AND
2111
+ NOT TO REPLACE <fpage> and <lpage>) to record
2112
+ discontinuous pages ranges such as
2113
+ "8-11, 14-19, 40"
2114
+ meaning that the article begins on page
2115
+ 8, runs 8 through 11, skips to pages 14
2116
+ through 19, and concludes on page 40. -->
2117
+ <!ELEMENT page-range (#PCDATA) >
2118
+
2119
+
2120
+ <!-- ELECTRONIC LOCATION IDENTIFIER ATTRIBUTES -->
2121
+ <!-- seq Used for sequence number or letter for
2122
+ journals (such as continuous makeup journals)
2123
+ so that the publisher's sequence of articles
2124
+ can be preserved, even for electronic
2125
+ publications. -->
2126
+ <!ENTITY % elocation-id-atts
2127
+ "seq CDATA #IMPLIED" >
2128
+
2129
+
2130
+ <!-- ELECTRONIC LOCATION IDENTIFIER -->
2131
+ <!-- Used to identify an article that
2132
+ does not have traditional page numbers.
2133
+ For a printed article, when citations are
2134
+ sent through the Medline matcher to be turned
2135
+ into live links or when the metadata about an
2136
+ article is collected for complete
2137
+ identification, the first page number (and
2138
+ sometimes also the last page number) of the
2139
+ article is recorded to help indicate which
2140
+ article is being referenced. Electronic only
2141
+ journals have no page numbers, so this
2142
+ element is used as the equivalent identifier,
2143
+ the "electronic page number" that helps to
2144
+ identify the article. The value could be an
2145
+ article identifier, a doi, etc., for
2146
+ example, "E70".
2147
+ Remarks: This element is more accurately an
2148
+ electronic identifier, and it was considered
2149
+ renaming this element to that. The purpose
2150
+ of the name is to be a parallel with the
2151
+ <fpage>...<lpage> model. When neither first
2152
+ page or last page is appropriate, because
2153
+ the electronic journal has no pages, the
2154
+ <elocation-id> element is used instead. -->
2155
+ <!ELEMENT elocation-id (#PCDATA) >
2156
+ <!-- seq Used for sequence number or letter for
2157
+ journals (such as continuous makeup journals)
2158
+ with more than one article starting on the
2159
+ same page -->
2160
+ <!ATTLIST elocation-id
2161
+ %elocation-id-atts; >
2162
+
2163
+
2164
+ <!-- ============================================================= -->
2165
+ <!-- CITATION (BIBLIOGRAPHIC REFERENCE) -->
2166
+ <!-- ============================================================= -->
2167
+
2168
+
2169
+ <!-- CITATION ELEMENTS -->
2170
+ <!-- Content model for the <citation> element.
2171
+ Design Note: All inline mixes begin with an
2172
+ OR bar. -->
2173
+ <!ENTITY % citation-elements
2174
+ "| %emphasis.class; | %inline-display.class; |
2175
+ %inline-math.class; | %label.class; |
2176
+ %phrase.class; | %references.class; |
2177
+ %subsup.class;" >
2178
+
2179
+
2180
+ <!-- CITATION -->
2181
+ <!-- A citation is a description of a work, such
2182
+ as a journal article, book, or personal
2183
+ communication, that is cited in the text of
2184
+ the article. Although the DTD does not
2185
+ enforce it, a citation to a journal article
2186
+ *should* be tagged with as many as possible
2187
+ of the following, so that PubMed Central or
2188
+ other matching processing can make the
2189
+ citation into a live link:
2190
+ source The MEDLINE abbreviation of the
2191
+ journal name
2192
+ article-title
2193
+ Title of the article
2194
+ volume Volume of the journal
2195
+ issue Issue of the journal
2196
+ fpage Page number on which the article
2197
+ starts
2198
+ name Of an author or editor
2199
+ year Year of publication
2200
+ month Month of publication (if present)
2201
+ day Date of publication (if present)
2202
+ The other elements may be tagged if
2203
+ desired. The <title> element may be used
2204
+ for titles of books, conference proceedings,
2205
+ etc.
2206
+ Authoring and Conversion Note: In order to
2207
+ make citations into live links, as much
2208
+ of the author and date information as is
2209
+ available should be preserved. The most
2210
+ important date tag is year, and it should
2211
+ always be tagged if possible:
2212
+ <year>2003</year>
2213
+ The <day> and <month> tags will be used
2214
+ more rarely; they are provided because some
2215
+ of the citation matching services can use
2216
+ the month and the day if they are available.
2217
+ -->
2218
+ <!ELEMENT citation (#PCDATA %citation-elements;)* >
2219
+ <!-- citation-type
2220
+ Defines the type of work being referenced.
2221
+ Suggested values include:
2222
+ book Book
2223
+ personal-communication
2224
+ Informal or personal
2225
+ communication, such as a
2226
+ phone call or an email
2227
+ message
2228
+ conf-proceedings
2229
+ Conference proceedings
2230
+ discussion Discussion among a group in
2231
+ some forum - public, private,
2232
+ or electronic, which may or
2233
+ may not be moderated
2234
+ gov Government publication
2235
+ journal Journal article
2236
+ list Listserv
2237
+ other None of the listed types
2238
+ patent Patent or patent application
2239
+ thesis Work written as part of the
2240
+ completion of an advanced
2241
+ degree
2242
+ web Website
2243
+ id Unique identifier so the element may be
2244
+ referenced
2245
+ xlink:href Provides an address or identifier of the
2246
+ object to which the link points, for
2247
+ example a URI or a filename -->
2248
+ <!ATTLIST citation
2249
+ %citation-atts; >
2250
+
2251
+
2252
+ <!-- ============================================================= -->
2253
+ <!-- ADDRESS ELEMENTS (BIBLIOGRAPHIC) -->
2254
+ <!-- ============================================================= -->
2255
+
2256
+
2257
+ <!-- ADDRESS MODEL -->
2258
+ <!-- Content model for the <address> element -->
2259
+ <!ENTITY % address-model
2260
+ "(%address.class; | %address-link.class;)*" >
2261
+
2262
+
2263
+ <!-- ADDRESS/CONTACT INFORMATION -->
2264
+ <!-- Wrapper element for contact information such
2265
+ as address, phone, fax, email, url, country,
2266
+ etc. -->
2267
+ <!ELEMENT address %address-model; >
2268
+ <!-- id Unique identifier so the element may be
2269
+ referenced -->
2270
+ <!ATTLIST address
2271
+ id ID #IMPLIED >
2272
+
2273
+
2274
+ <!-- ADDRESS LINE ELEMENTS -->
2275
+ <!-- Elements for use in the <addr-line> element-->
2276
+ <!ENTITY % addr-line-elements
2277
+ "%simple-text;" >
2278
+
2279
+
2280
+ <!-- ADDRESS LINE -->
2281
+ <!-- One line in an address -->
2282
+ <!-- Conversion Note: If the address is
2283
+ undifferentiated data characters, the entire
2284
+ address may be inside one of these elements.
2285
+ -->
2286
+ <!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
2287
+
2288
+
2289
+ <!-- COUNTRY: IN AN ADDRESS -->
2290
+ <!ELEMENT country (#PCDATA) >
2291
+
2292
+
2293
+ <!-- EMAIL ADDRESS ELEMENTS -->
2294
+ <!-- Elements to be mixed with #PCDATA inside the
2295
+ <email> element -->
2296
+ <!ENTITY % email-elements
2297
+ " " >
2298
+
2299
+
2300
+ <!-- EMAIL ADDRESS -->
2301
+ <!ELEMENT email (#PCDATA %email-elements;)* >
2302
+ <!-- xlink:href Provides an address or identifier of the
2303
+ object to which the link points, for
2304
+ example a URI or a filename -->
2305
+ <!ATTLIST email
2306
+ %might-link-atts; >
2307
+
2308
+
2309
+ <!-- FAX NUMBER ELEMENTS -->
2310
+ <!-- The elements that can be included along with
2311
+ data characters inside the content model of
2312
+ a <fax> -->
2313
+ <!ENTITY % fax-elements
2314
+ "%just-rendition; " >
2315
+
2316
+
2317
+ <!-- FAX NUMBER: IN AN ADDRESS -->
2318
+ <!ELEMENT fax (#PCDATA %fax-elements;)* >
2319
+
2320
+
2321
+ <!-- INSTITUTION NAME ELEMENTS -->
2322
+ <!-- Elements for use in the <institution>
2323
+ element -->
2324
+ <!ENTITY % institution-elements
2325
+ "| %break.class; | %emphasis.class; |
2326
+ %subsup.class;" >
2327
+
2328
+
2329
+ <!-- INSTITUTION NAME: IN AN ADDRESS -->
2330
+ <!-- Name of a institution or organization such as
2331
+ a university or corporation -->
2332
+
2333
+ <!ELEMENT institution (#PCDATA %institution-elements;)* >
2334
+ <!-- id Unique identifier so the element may be
2335
+ referenced
2336
+ xlink:href Provides an address or identifier of the
2337
+ object to which the link points, for
2338
+ example a URI or a filename -->
2339
+ <!ATTLIST institution
2340
+ id ID #IMPLIED
2341
+ %might-link-atts; >
2342
+
2343
+
2344
+ <!-- PHONE NUMBER ELEMENTS -->
2345
+ <!-- The elements that can be included along with
2346
+ data characters inside the content model of
2347
+ a <phone number>
2348
+ Design Note: All inline mixes begin with an
2349
+ OR bar, but since %just-rendition; is an
2350
+ inline mix, the OR bar is already there. -->
2351
+ <!ENTITY % phone-elements
2352
+ "%just-rendition;" >
2353
+
2354
+
2355
+ <!-- PHONE NUMBER: IN AN ADDRESS -->
2356
+ <!-- A callable phone number in some telephone or
2357
+ wireless system somewhere in the world.
2358
+ Typically includes area code; may include
2359
+ country extension, especially for non-US. -->
2360
+ <!ELEMENT phone (#PCDATA %phone-elements;)* >
2361
+
2362
+
2363
+ <!-- URI ELEMENTS -->
2364
+ <!-- The elements that can be included along with
2365
+ data characters inside the content model of
2366
+ a <uri>
2367
+ Design Note: This PE begins with an OR
2368
+ bar because %just-rendition; begins with an
2369
+ OR bar. -->
2370
+ <!ENTITY % uri-elements
2371
+ "%just-rendition;" >
2372
+
2373
+
2374
+ <!-- URI -->
2375
+ <!-- URI such as a URL that may be used as a
2376
+ live link, typically naming a website, such
2377
+ as:
2378
+ <url>http://www.mulberrytech.com</url>
2379
+ Alternatively the element content may name
2380
+ the URL, e.g., "Mulberry's Website" and the
2381
+ "xlink:href" attribute may hold the real
2382
+ URL.
2383
+ <url xlink:href="http://www.mulberrytech.
2384
+ com">Mulberry's Website</url>
2385
+ Related Elements: A URI used outside the
2386
+ context of an address of contributor should
2387
+ be tagged as an External Link <ext-link> -->
2388
+ <!ELEMENT uri (#PCDATA %uri-elements;)* >
2389
+
2390
+ <!ATTLIST uri
2391
+ %might-link-atts; >
2392
+
2393
+
2394
+ <!-- ============================================================= -->
2395
+ <!-- DATE ELEMENTS (PUBLICATION HISTORY) -->
2396
+ <!-- ============================================================= -->
2397
+
2398
+
2399
+ <!-- DATE -->
2400
+ <!-- The elements <day>, <month>, and <year> should
2401
+ ALWAYS be numeric values. The date may be
2402
+ represented as a string in <string-date>, but
2403
+ the numeric values should be present whenever
2404
+ possible. -->
2405
+ <!ELEMENT date %date-model; >
2406
+ <!-- date-type Attribute should only be used if the date
2407
+ is one of the known types, otherwise omit
2408
+ the attribute. Values are:
2409
+ accepted - Date manuscript was
2410
+ accepted
2411
+ received - Date manuscript received
2412
+ rev-request - Date revisions were
2413
+ requested or manuscript
2414
+ was returned
2415
+ rev-recd - Date revised manuscript
2416
+ was received -->
2417
+ <!ATTLIST date
2418
+ %date-atts; >
2419
+
2420
+
2421
+ <!-- DAY -->
2422
+ <!-- The numeric value of a day of the month, used
2423
+ in both article metadata and inside a citation,
2424
+ in two digits as it would be stated in the "DD"
2425
+ in an international date format YYYY-MM-DD, for
2426
+ example "03", "25". -->
2427
+ <!ELEMENT day (#PCDATA) >
2428
+
2429
+
2430
+ <!-- MONTH -->
2431
+ <!-- Names one of the months of the year. Used in
2432
+ both article metadata and inside a citation,
2433
+ this element may contain a full month
2434
+ "December", an abbreviation "Dec", or,
2435
+ preferably, a numeric month such as "12".
2436
+ Authoring and Conversion Note: For ease in
2437
+ comparisons and searching, many archives
2438
+ prefer that months be converted to numeric
2439
+ Suggested values:
2440
+ 1 = January
2441
+ 2 = February
2442
+ 3 = March, etc. -->
2443
+ <!ELEMENT month (#PCDATA) >
2444
+
2445
+
2446
+ <!-- SEASON -->
2447
+ <!-- Season of publication, such as "Spring".
2448
+ Used in both article metadata and inside a
2449
+ citation -->
2450
+ <!ELEMENT season (#PCDATA) >
2451
+
2452
+
2453
+ <!-- YEAR -->
2454
+ <!-- Year of publication, which should be expressed
2455
+ as a 4-digit number: "1776" or "1924" -->
2456
+ <!ELEMENT year (#PCDATA) >
2457
+
2458
+
2459
+ <!-- STRING DATE ELEMENTS -->
2460
+ <!-- The elements that can be included along with
2461
+ data characters inside the content model of
2462
+ the <string-date> element -->
2463
+ <!ENTITY % string-date-elements
2464
+ " | %date-parts.class;" >
2465
+
2466
+
2467
+ <!-- DATE AS A STRING -->
2468
+ <!-- This is a representation of the date as a
2469
+ string. Usually used for dates for which
2470
+ months and years are not given, but may be
2471
+ used for any date as a string (i.e., "January,
2472
+ 2001" "Fall 2001" "March 11, 2001".
2473
+ It is better practice to tag the year
2474
+ and month as numbers with a date such
2475
+ as "January, 2001" or "March 11, 2001". -->
2476
+ <!ELEMENT string-date (#PCDATA %string-date-elements;)* >
2477
+
2478
+
2479
+ <!-- ============================================================= -->
2480
+ <!-- PERSON'S NAME ELEMENTS (BIBLIOGRAPHIC) -->
2481
+ <!-- ============================================================= -->
2482
+
2483
+
2484
+ <!-- STRING NAME ELEMENTS -->
2485
+ <!-- The elements that can be included along with
2486
+ data characters inside the content model of
2487
+ the <string-name> element -->
2488
+ <!ENTITY % string-name-elements
2489
+ " | %person-name.class;" >
2490
+
2491
+
2492
+ <!-- NAME OF PERSON (UNSTRUCTURED) -->
2493
+ <!-- Wrapper element for personal names where the
2494
+ stricter format of the <name> element cannot
2495
+ be followed. This is a very loose element,
2496
+ allowing data characters, generated text,
2497
+ and any or all of the naming elements.
2498
+ Authoring or Conversion Note: Use this
2499
+ element if the name parts are unknown or
2500
+ untagged. -->
2501
+ <!ELEMENT string-name (#PCDATA %string-name-elements;)* >
2502
+
2503
+
2504
+ <!-- NAME OF PERSON (STRUCTURED) -->
2505
+ <!-- Wrapper element for personal names.
2506
+ Authoring or Conversion Note: If the name
2507
+ parts are unknown or untagged, names should
2508
+ be placed within the <string-name> element.
2509
+ -->
2510
+ <!ELEMENT name (surname, given-names?, prefix?, suffix?) >
2511
+ <!-- name-style Used for choosing an inversion algorithm or
2512
+ for sorting or other processing functions. The
2513
+ three values and approximate meanings are:
2514
+ Value Display Sort/Inversion
2515
+ western given family family given
2516
+ eastern family given family given
2517
+ islensk given patronymic given, patronymic
2518
+ -->
2519
+ <!ATTLIST name
2520
+ name-style (western | eastern | islensk) "western" >
2521
+
2522
+
2523
+ <!-- SURNAME ELEMENTS -->
2524
+ <!-- The elements that can be included along with
2525
+ data characters inside the content model of
2526
+ a <surname>
2527
+ Design Note: This PE begins with an OR
2528
+ bar because %just-rendition; begins with an
2529
+ OR bar. -->
2530
+ <!ENTITY % surname-elements
2531
+ "%just-rendition; " >
2532
+
2533
+
2534
+ <!-- SURNAME -->
2535
+ <!-- The surname of an individual. If there is
2536
+ only one name, for example, "Cher" or
2537
+ "Pele", that is considered to be a surname
2538
+ for consistency purposes. -->
2539
+ <!ELEMENT surname (#PCDATA %surname-elements;)* >
2540
+ <!ATTLIST surname
2541
+ %surname-atts; >
2542
+
2543
+
2544
+ <!-- GIVEN (FIRST) NAMES ELEMENTS -->
2545
+ <!-- The elements that can be included along with
2546
+ data characters inside the content model of
2547
+ a <given-names> -->
2548
+ <!ENTITY % given-names-elements
2549
+ "%just-rendition;" >
2550
+
2551
+
2552
+ <!-- GIVEN (FIRST) NAMES -->
2553
+ <!-- Includes all given names for a person, such
2554
+ as the first name, middle names, maiden
2555
+ name if used as part of the married name,
2556
+ etc.) -->
2557
+ <!ELEMENT given-names (#PCDATA %given-names-elements;)* >
2558
+ <!ATTLIST given-names
2559
+ %given-names-atts; >
2560
+
2561
+
2562
+ <!-- PREFIX ELEMENTS -->
2563
+ <!-- The elements that can be included along with
2564
+ data characters inside the content model of
2565
+ a <prefix>
2566
+ Design Note: This PE begins with an OR
2567
+ bar because %just-rendition; begins with an
2568
+ OR bar. -->
2569
+ <!ENTITY % prefix-elements
2570
+ "%just-rendition;" >
2571
+
2572
+
2573
+ <!-- PREFIX -->
2574
+ <!-- Honorifics or other qualifiers that usually
2575
+ precede the surname, for example, Professor,
2576
+ Rev., President, Senator, Dr., Sir, The
2577
+ Honorable, et al. -->
2578
+ <!ELEMENT prefix (#PCDATA %prefix-elements;)* >
2579
+
2580
+
2581
+
2582
+ <!-- SUFFIX ELEMENTS -->
2583
+ <!-- The elements that can be included along with
2584
+ data characters inside the content model of
2585
+ a <suffix>
2586
+ Design Note: This PE begins with an OR bar,
2587
+ it is inside %just-rendition; -->
2588
+ <!ENTITY % suffix-elements
2589
+ "%just-rendition;" >
2590
+
2591
+
2592
+ <!-- SUFFIX -->
2593
+ <!-- Text used as a suffix to a person's name, for
2594
+ example: Sr. Jr. III, 3rd -->
2595
+ <!ELEMENT suffix (#PCDATA %suffix-elements;)* >
2596
+
2597
+
2598
+ <!-- ============================================================= -->
2599
+ <!-- EXTERNAL LINK ELEMENTS -->
2600
+ <!-- ============================================================= -->
2601
+
2602
+
2603
+ <!-- EXTERNAL LINK ELEMENTS -->
2604
+ <!-- The elements that can be included along with
2605
+ data characters inside the content model of
2606
+ an <ext-link>
2607
+ Design Note: All inline mixes begin with an
2608
+ OR bar, but since %link-elements; is an inline
2609
+ mix, the OR bar is already there. -->
2610
+ <!ENTITY % ext-link-elements
2611
+ "%link-elements;" >
2612
+
2613
+
2614
+ <!-- EXTERNAL LINK -->
2615
+ <!-- Link to an external file, such as Medline,
2616
+ Genbank, etc. Linking may be accomplished
2617
+ using the XLink linking attributes. -->
2618
+ <!ELEMENT ext-link (#PCDATA %ext-link-elements;)* >
2619
+ <!-- ext-link-type
2620
+ Type of external link. Use this attribute
2621
+ if the type of external link is one of the
2622
+ ones below or another named type.
2623
+ Suggested values include:
2624
+ aoi Astronomical Object Identifier
2625
+ doi Digital Object Identifier
2626
+ ec Enzyme nomenclature - see
2627
+ http://www.chem.qmw.ac.uk/iubmb/enzyme/
2628
+ email An email message
2629
+ ftp File transfer protocol
2630
+ gen GenBank identifier
2631
+ genpept Translated Protein-encoding
2632
+ sequence Database
2633
+ highwire HighWire press intrajournal
2634
+ medline Medline or pubmed id
2635
+ pdb Protein data bank. See
2636
+ http://www.rcsb.org/pdb/
2637
+ pgr Plant gene register. See
2638
+ http://www.tarweed.com/pgr/
2639
+ pir Protein Information Resource
2640
+ see http://pir.georgetown.edu
2641
+ pirdb Protein Information Resource
2642
+ see http://pir.georgetown.edu
2643
+ pmc Used to link between articles
2644
+ in PubMed Central access is
2645
+ PMID
2646
+ sprot Swiss-Prot. See
2647
+ http://www.ebi.ac.uk/swissprot/
2648
+ uri Website or web service
2649
+ id Unique identifier so the element may be
2650
+ referenced
2651
+ xlink:href Provides an address or identifier of the
2652
+ object to which the link points, for
2653
+ example a URI or a filename -->
2654
+ <!ATTLIST ext-link
2655
+ %ext-link-atts; >
2656
+
2657
+
2658
+ <!-- ============================================================= -->
2659
+ <!-- STRUCTURAL ELEMENTS -->
2660
+ <!-- ============================================================= -->
2661
+
2662
+
2663
+ <!-- ATTRIBUTION ELEMENTS -->
2664
+ <!-- The elements that can be included along with
2665
+ data characters inside the content model of
2666
+ an attribution
2667
+ Design Note: All inline mixes begin with an
2668
+ OR bar, but since %simple-phrase; is an
2669
+ inline mix, the OR bar is already there. -->
2670
+ <!ENTITY % attrib-elements
2671
+ "%emphasized-text;" >
2672
+
2673
+
2674
+ <!-- ATTRIBUTION -->
2675
+ <!-- Source, author, formal thanks, or other
2676
+ information (other than copyright material)
2677
+ concerning the origins of an extract, a poem
2678
+ <verse-group> or similar element.
2679
+ Formatting Note: Typically displayed on
2680
+ a separate line (or lines) following the
2681
+ material it concerns, inheriting that
2682
+ material's margins. -->
2683
+ <!ELEMENT attrib (#PCDATA %attrib-elements;)* >
2684
+
2685
+
2686
+ <!-- PRICE -->
2687
+ <!-- Sale price of a work, typically a book or
2688
+ software package that is being reviewed -->
2689
+ <!ELEMENT price (#PCDATA | %emphasis.class;)* >
2690
+
2691
+
2692
+ <!-- STRUCTURAL TITLE ELEMENTS -->
2693
+ <!-- The elements that can be included along with
2694
+ data characters inside the content model of
2695
+ the <title> element
2696
+ Design Note: All inline mixes begin with an
2697
+ OR bar, but since %simple-phrase; is an
2698
+ inline mix, the OR bar is already there. -->
2699
+ <!ENTITY % struct-title-elements
2700
+ "%simple-phrase; | %break.class;" >
2701
+
2702
+
2703
+ <!-- TITLE -->
2704
+ <!-- Heading or title for a structural element
2705
+ such as a Section, Figure, Boxed Text, etc.-->
2706
+ <!ELEMENT title (#PCDATA %struct-title-elements;)* >
2707
+
2708
+
2709
+ <!-- LABEL ELEMENTS -->
2710
+ <!-- The elements that can be included along with
2711
+ data characters inside the content model of
2712
+ the <label> element -->
2713
+ <!ENTITY % label-elements
2714
+ "| %emphasis.class; | %inline-display.class; |
2715
+ %inline-math.class; | %subsup.class;" >
2716
+
2717
+
2718
+ <!-- LABEL OF A FIGURE, REFERENCE, ETC. -->
2719
+ <!-- The number and any prefix word that comes
2720
+ before, for example, the caption of a Figure,
2721
+ such as "Figure 3." or "Exhibit 2.". This
2722
+ element can be used to preserve the prefix
2723
+ number or label of an element, for example
2724
+ for a reference or citation "25." or
2725
+ "[Lapeyre 2002]". This can be useful when
2726
+ reconstructing untagged cross references. -->
2727
+ <!ELEMENT label (#PCDATA %label-elements;)* >
2728
+
2729
+
2730
+ <!-- ============================================================= -->
2731
+ <!-- RELATED ARTICLE ELEMENTS -->
2732
+ <!-- ============================================================= -->
2733
+
2734
+
2735
+ <!-- RELATED ARTICLE ELEMENTS -->
2736
+ <!-- Elements allowed inside <related-article> -->
2737
+ <!ENTITY % related-article-elements
2738
+ "| %emphasis.class; |%references.class; |
2739
+ %subsup.class;" >
2740
+
2741
+
2742
+ <!-- RELATED ARTICLE INFORMATION -->
2743
+ <!-- Wrapper element, used as a container for
2744
+ text links to a related article, possibly
2745
+ accompanied by a very brief description
2746
+ such as "errata (correction)".
2747
+ Remarks: This element is slightly overloaded
2748
+ in that it has 2 uses, one inside the article
2749
+ metadata to name one or more related articles
2750
+ and as part of the link class, which can
2751
+ occur many places in textual content.
2752
+ This allows all such references, to
2753
+ companion articles within the same journal,
2754
+ to a previous part of a multi-part article,
2755
+ to a news item that summarizes the article,
2756
+ to the article for which this article is
2757
+ a correction or addendum, etc. wherever
2758
+ these occur in the article. -->
2759
+ <!ELEMENT related-article
2760
+ (#PCDATA %related-article-elements;)* >
2761
+ <!-- id Unique identifier so the element may be
2762
+ referenced
2763
+ alt-form-of
2764
+ Exactly like the "alt-form-of" attribute
2765
+ used with <graphic>, this is an IDREF
2766
+ attribute which points to the ID of another
2767
+ <related-article> in the same document
2768
+ rather than to an external file.
2769
+ related-article-type
2770
+ This attribute can take any text value,
2771
+ suggested values include:
2772
+ addendum Additional material for an
2773
+ article, generated too late
2774
+ to be added to the main text
2775
+ commentary-article
2776
+ Used in an commentary or
2777
+ editorial to link to the
2778
+ article on which it is
2779
+ commenting
2780
+ companion Used in an article to link
2781
+ to a companion (related
2782
+ or sibling article)
2783
+ corrected-article
2784
+ Used in a correction to link
2785
+ to the article being
2786
+ corrected. Sometimes called
2787
+ erratum.
2788
+ in-this-issue Related article in the same
2789
+ journal issue
2790
+ letter A letter to the publication
2791
+ or a reply to such a
2792
+ letter
2793
+ commentary Used in an article to link
2794
+ to its associated commentary
2795
+ or editorial
2796
+ correction-forward
2797
+ Used in an article to link
2798
+ forward to its associated
2799
+ correction (rarely used)
2800
+ partial-retraction Partial retraction of
2801
+ previously published material
2802
+ retracted-article
2803
+ Used in a retraction to link
2804
+ to the article being retracted
2805
+ retraction-forward
2806
+ Used in an article to link
2807
+ forward to its associated
2808
+ retraction (rare)
2809
+ vol Volume of the journal in which the related
2810
+ article exists. The scope is limited to
2811
+ the journal; in which the current article
2812
+ resides.
2813
+ page Page number of the related article. Scope
2814
+ is limited to the volume of the journal in
2815
+ which the current article resides. The
2816
+ values should be a first page or a page
2817
+ range.
2818
+ xlink:href Provides an address or identifier of the
2819
+ object to which the link points, for
2820
+ example a URI or a filename. -->
2821
+ <!ATTLIST related-article
2822
+ %related-article-atts; >
2823
+
2824
+
2825
+ <!-- ============================================================= -->
2826
+ <!-- FRONT MATTER/BACK MATTER ELEMENTS -->
2827
+ <!-- ============================================================= -->
2828
+
2829
+
2830
+ <!-- ACKNOWLEDGMENTS MODEL -->
2831
+ <!-- Content model for the <ack> element -->
2832
+ <!ENTITY % ack-model "%sec-opt-title-model;" >
2833
+
2834
+
2835
+ <!-- ACKNOWLEDGMENTS -->
2836
+ <!ELEMENT ack %ack-model; >
2837
+ <!-- id Unique identifier so the element may be
2838
+ referenced
2839
+ content-type
2840
+ Identification of the subject, type of
2841
+ content, or reason that this word or phrase
2842
+ is considered semantically special, as a
2843
+ means of preserving the semantic intent of
2844
+ the original tagging. -->
2845
+ <!ATTLIST ack
2846
+ id ID #IMPLIED
2847
+ content-type
2848
+ CDATA #IMPLIED >
2849
+
2850
+
2851
+ <!-- BIOGRAPHY MODEL -->
2852
+ <!-- Content model for the <bio> element -->
2853
+ <!ENTITY % bio-model "(title?, (%just-para.class;)+ ) " >
2854
+
2855
+
2856
+ <!-- BIOGRAPHY -->
2857
+ <!-- Short biography of a person, usually the
2858
+ author
2859
+ Authoring Note: The "xlink:href" attribute
2860
+ may be used to point to a graphic of the
2861
+ author or to his/her website, etc. -->
2862
+ <!ELEMENT bio %bio-model; >
2863
+ <!-- id Unique identifier so the element may be
2864
+ referenced
2865
+ rid Points to the identifier of an author or
2866
+ authors
2867
+ xlink:href Provides an address or identifier of the
2868
+ object to which the link points, for
2869
+ example a URI or a filename. -->
2870
+ <!ATTLIST bio
2871
+ %bio-atts; >
2872
+
2873
+
2874
+ <!-- NOTES MODEL -->
2875
+ <!-- Content model for the <notes> element -->
2876
+ <!ENTITY % notes-model "%sec-opt-title-model;" >
2877
+
2878
+
2879
+ <!-- NOTES -->
2880
+ <!-- A container element for the notes that may
2881
+ appear at the end of an Article or at the
2882
+ end of a Table. For example, a typical
2883
+ end-of-article note is a "Note in Proof".
2884
+ A Note in Proof contains late-breaking news
2885
+ items or other material produced while the
2886
+ article was being typeset or was otherwise
2887
+ in production, that therefore happened too
2888
+ late to be included in the text of the
2889
+ article. This is typically NOT peer-reviewed
2890
+ content and citations to other material is
2891
+ usually just integrated into the text, not
2892
+ listed separately in a References List. -->
2893
+ <!ELEMENT notes %notes-model; >
2894
+ <!-- id Unique identifier so the element may be
2895
+ referenced
2896
+ notes-type To identify the type of note, if the type can
2897
+ be/has been identified, for example,
2898
+ "note-in-proof" -->
2899
+ <!ATTLIST notes
2900
+ %notes-atts; >
2901
+
2902
+
2903
+ <!-- ============================================================= -->
2904
+ <!-- ACCESSIBILITY ELEMENTS -->
2905
+ <!-- ============================================================= -->
2906
+
2907
+
2908
+ <!-- ALTERNATE TITLE TEXT FOR A FIGURE, ETC. -->
2909
+ <!-- Short phrase used to display or pronounce
2910
+ as an alternative to providing the full
2911
+ graphic for accessibility display or
2912
+ graphic-limited websites or devices. For
2913
+ example, <alt-text> may be used to display
2914
+ "behind" a figure or graphic.
2915
+ Authoring and Conversion Note: Not to be used
2916
+ as a replacement for <caption>. -->
2917
+ <!ELEMENT alt-text (#PCDATA) >
2918
+ <!-- id Unique identifier so the element may be
2919
+ referenced
2920
+ xml:lang The language in which the value of the
2921
+ element is expressed. Recommended best
2922
+ practice is to use values as defined in
2923
+ RFC 1766, typically 2-letter language
2924
+ codes such as "FR" (French), "EN" (English),
2925
+ and "DE" (German). These values are NOT
2926
+ case sensitive, so "EN" = "en". The values
2927
+ may include hyphenated differentiations such
2928
+ as "EN-AU" (Australian English) and "EN-US"
2929
+ (United States English). -->
2930
+ <!ATTLIST alt-text
2931
+ id ID #IMPLIED
2932
+ xml:lang NMTOKEN #IMPLIED >
2933
+
2934
+
2935
+ <!-- LONG DESCRIPTION ELEMENTS -->
2936
+ <!-- Elements to be mixed with data characters
2937
+ inside the <long-desc> element -->
2938
+ <!ENTITY % long-desc-elements
2939
+ " " >
2940
+
2941
+
2942
+ <!-- LONG DESCRIPTION -->
2943
+ <!-- Description or summary of the content of a
2944
+ graphical object, table, or textual object
2945
+ such as a text box, used by some systems to
2946
+ make the object accessible, even to people
2947
+ or systems that cannot read/see/display the
2948
+ object.
2949
+ Authoring and Conversion Note: Not to be used
2950
+ as a replacement for <caption>. -->
2951
+ <!ELEMENT long-desc (#PCDATA %long-desc-elements;)* >
2952
+ <!-- id Unique identifier so the element may be
2953
+ referenced
2954
+ xml:lang The language in which the value of the
2955
+ element is expressed. Recommended best
2956
+ practice is to use values as defined in
2957
+ RFC 1766, typically 2-letter language
2958
+ codes such as "FR" (French), "EN" (English),
2959
+ and "DE" (German). These values are NOT
2960
+ case sensitive, so "EN" = "en". The values
2961
+ may include hyphenated differentiations such
2962
+ as "EN-AU" (Australian English) and "EN-US"
2963
+ (United States English). -->
2964
+ <!ATTLIST long-desc
2965
+ id ID #IMPLIED
2966
+ xml:lang NMTOKEN #IMPLIED >
2967
+
2968
+
2969
+ <!-- DEFINITION LIST: DEFINITION MODEL -->
2970
+ <!-- Content model for the <def> element -->
2971
+ <!ENTITY % def-model "((%just-para.class;)+ )" >
2972
+
2973
+
2974
+ <!-- DEFINITION LIST: DEFINITION -->
2975
+ <!-- Used in two senses:
2976
+ 1) The definition, description, or other
2977
+ explanation of the word, phrase, or picture
2978
+ of a 2-part or definition list
2979
+ 2) The definition or expansion of an
2980
+ abbreviation or acronym <abbrev> -->
2981
+ <!ELEMENT def %def-model; >
2982
+ <!-- id Unique identifier so the element may be
2983
+ referenced
2984
+ rid Points to the identifier of a term,
2985
+ so that a term and definition may be linked
2986
+ -->
2987
+ <!ATTLIST def
2988
+ rid IDREFS #IMPLIED
2989
+ id ID #IMPLIED >
2990
+
2991
+
2992
+ <!-- ============================================================= -->
2993
+ <!-- CUSTOMIZED METADATA ELEMENTS -->
2994
+ <!-- ============================================================= -->
2995
+
2996
+
2997
+ <!-- CUSTOMIZED METADATA WRAPPER MODEL -->
2998
+ <!-- Content model for the <custom-meta-wrap>
2999
+ element -->
3000
+ <!ENTITY % custom-meta-wrap-model
3001
+ "(custom-meta+)" >
3002
+
3003
+
3004
+ <!-- CUSTOMIZED METADATA WRAPPER -->
3005
+ <!-- Some DTDs and schemas allow for metadata
3006
+ above and beyond that which can be specified
3007
+ by this DTD. This element is a wrapper
3008
+ element used to contain all these additional
3009
+ metadata elements. -->
3010
+ <!ELEMENT custom-meta-wrap
3011
+ %custom-meta-wrap-model; >
3012
+
3013
+
3014
+ <!-- CUSTOMIZED METADATA MODEL -->
3015
+ <!-- Content model for the <custom-meta> element-->
3016
+ <!ENTITY % custom-meta-model
3017
+ "(meta-name, meta-value)" >
3018
+
3019
+
3020
+ <!-- CUSTOM METADATA -->
3021
+ <!-- Some DTDs and schemas allow for metadata
3022
+ above and beyond that which can be specified
3023
+ by this DTD. This element is used to capture
3024
+ metadata elements that have not been defined
3025
+ explicitly in the models for this DTD, so
3026
+ that the intellectual content will not be lost.
3027
+ Remarks: The <custom-meta> element allows
3028
+ for an infinite number of name/value pairs,
3029
+ with few constraints on the length or
3030
+ content of the value. This element will
3031
+ probably be used for special cases, product-
3032
+ specific material, or other unusual
3033
+ metadata, for example the journal-history
3034
+ information preserved in at least one
3035
+ publisher's DTD. -->
3036
+ <!ELEMENT custom-meta %custom-meta-model; >
3037
+
3038
+
3039
+ <!-- METADATA DATA NAME ELEMENTS -->
3040
+ <!-- Elements that may be used, along with data
3041
+ characters, inside the <meta-name> element
3042
+ Design Note: All inline mixes begin with an
3043
+ OR bar, but since %simple-phrase; is an
3044
+ inline mix, the OR bar is already there. -->
3045
+ <!ENTITY % meta-name-elements
3046
+ "%simple-phrase;" >
3047
+
3048
+
3049
+ <!-- METADATA DATA NAME FOR CUSTOM METADATA -->
3050
+ <!-- Some DTDs and schemas allow for metadata
3051
+ above and beyond that which can be specified
3052
+ by this DTD. The <custom-meta> element
3053
+ allow for an infinite number of name/value
3054
+ pairs, with few constraints on the length or
3055
+ content of the value. This element contains
3056
+ the name of the metadata field. -->
3057
+ <!ELEMENT meta-name (#PCDATA %meta-name-elements;)* >
3058
+
3059
+
3060
+ <!-- METADATA DATA VALUE ELEMENTS -->
3061
+ <!-- Elements that may be used, along with data
3062
+ characters, inside the <meta-value> element
3063
+ Design Note: All inline mixes begin with an
3064
+ OR bar, but since %simple-phrase; is an
3065
+ inline mix, the OR bar is already there. -->
3066
+ <!ENTITY % meta-value-elements
3067
+ "%simple-phrase;" >
3068
+
3069
+
3070
+ <!-- METADATA DATA VALUE FOR CUSTOM METADATA -->
3071
+ <!-- Some DTDs and schemas allow for metadata
3072
+ above and beyond that which can be specified
3073
+ by this DTD. The <custom-meta> element
3074
+ allow for an infinite number of name/value
3075
+ pairs, with few constraints on the length or
3076
+ content of the value. This element contains
3077
+ the value of the metadata field that is named
3078
+ by the <meta-name> element. -->
3079
+ <!ELEMENT meta-value (#PCDATA %meta-value-elements;)* >
3080
+
3081
+
3082
+
3083
+ <!-- ============================================================= -->
3084
+ <!-- GENERATED TEXT OR PUNCTUATION -->
3085
+ <!-- ============================================================= -->
3086
+
3087
+
3088
+ <!-- X TEXT ATTRIBUTES -->
3089
+ <!-- Attributes for the element <x> -->
3090
+ <!ENTITY % x-atts
3091
+ "xml:space (default | preserve) #FIXED 'preserve'" >
3092
+
3093
+
3094
+ <!-- X ELEMENTS -->
3095
+ <!-- Elements for use inside the <x> element -->
3096
+ <!ENTITY % x-elements " " >
3097
+
3098
+
3099
+ <!-- X - GENERATED TEXT AND PUNCTUATION -->
3100
+ <!-- A container element to hold punctuation or
3101
+ other generated text, typically when 1) an
3102
+ archive decides not to have any text
3103
+ generated and thus to pre-generate such
3104
+ things as commas or semicolons between
3105
+ keywords or 2) when an archive receives text
3106
+ with <x> tags embedded and wishes to retain
3107
+ them.
3108
+ Remarks: This element is called "x" for
3109
+ historical reasons, since DTDs that use an
3110
+ element for generated punctuation have
3111
+ typically called it that. -->
3112
+ <!ELEMENT x (#PCDATA %x-elements;)* >
3113
+ <!-- xml:space Request that, when printing or displaying
3114
+ this element, all white space such as tabs
3115
+ and spaces and line breaks be preserved. -->
3116
+ <!ATTLIST x
3117
+ %x-atts; >
3118
+
3119
+
3120
+ <!-- ================== End Common (Shared) Elements Module ====== -->
3121
+