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,4273 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Common (Shared) Elements Module -->
3
+ <!-- VERSION: ANSI/NISO JATS Version 1.1 (Z39.96-2015) -->
4
+ <!-- DATE: December 2015 -->
5
+ <!-- -->
6
+ <!-- ============================================================= -->
7
+
8
+ <!-- ============================================================= -->
9
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
10
+ <!-- TYPICAL INVOCATION -->
11
+ <!--
12
+ "-//NLM//DTD JATS (Z39.96) JATS DTD Suite Common (Shared) Elements Module v1.1 20151215//EN"
13
+ Delivered as file "JATS-common1.ent" -->
14
+ <!-- ============================================================= -->
15
+
16
+
17
+ <!-- ============================================================= -->
18
+ <!-- SYSTEM: JATS DTD Suite -->
19
+ <!-- -->
20
+ <!-- PURPOSE: Defines the common parameter entities, calls the -->
21
+ <!-- shared modules (such as special characters and -->
22
+ <!-- notations) and provides declarations for elements -->
23
+ <!-- that do not properly fit into one class, since -->
24
+ <!-- they can be used at more than one structural level-->
25
+ <!-- -->
26
+ <!-- MODULES REQUIRED: -->
27
+ <!-- 1) Standard XML Special Characters Module -->
28
+ <!-- (%xmlspecchars.ent;) -->
29
+ <!-- 2) Custom XML Special Characters (%chars.ent;) -->
30
+ <!-- 3) Notation Declarations (%notat.ent;) -->
31
+ <!-- -->
32
+ <!-- TAG SET SPONSOR -->
33
+ <!-- National Center for Biotechnology -->
34
+ <!-- Information (NCBI) -->
35
+ <!-- National Library of Medicine (NLM) -->
36
+ <!-- -->
37
+ <!-- CREATED FOR: -->
38
+ <!-- This module was created for the JATS DTD Suite. -->
39
+ <!-- Digital archives and publishers may use the -->
40
+ <!-- DTD as is for markup of journal literature or -->
41
+ <!-- related material for archiving and transferring -->
42
+ <!-- such material between archives or create a -->
43
+ <!-- custom XML DTD from the Suite for -->
44
+ <!-- these purposes. -->
45
+ <!-- -->
46
+ <!-- This DTD is in the public domain. An organization -->
47
+ <!-- that wishes to create its own DTD from the suite -->
48
+ <!-- may do so without permission from NLM. -->
49
+ <!-- -->
50
+ <!-- The suite has been set up to be extended using a -->
51
+ <!-- new DTD file and a new DTD-specific customization -->
52
+ <!-- module to redefine the many Parameter Entities. -->
53
+ <!-- Do not modify the suite directly or redistribute -->
54
+ <!-- modified versions of the suite. -->
55
+ <!-- -->
56
+ <!-- In the interest of maintaining consistency and -->
57
+ <!-- clarity for potential users, NLM requests: -->
58
+ <!-- -->
59
+ <!-- 1. If you create a DTD from the JATS DTD Suite -->
60
+ <!-- and intend to stay compatible with the suite, -->
61
+ <!-- then please include the following statement -->
62
+ <!-- as a comment in all of your DTD modules: -->
63
+ <!-- "Created from, and fully compatible with, -->
64
+ <!-- the ANSI/NISO Z39.96 Journal Article Tag -->
65
+ <!-- Suite (JATS)." -->
66
+ <!-- -->
67
+ <!-- 2. If you alter one or more modules of the suite, -->
68
+ <!-- then please rename your version and all its -->
69
+ <!-- modules to avoid any confusion with the -->
70
+ <!-- original suite. Also, please include the -->
71
+ <!-- following statement as a comment in all your -->
72
+ <!-- DTD modules: -->
73
+ <!-- "Based in part on, but not fully compatible -->
74
+ <!-- with, the ANSI/NISO Z39.96 Journal Article -->
75
+ <!-- Tag Suite (JATS)." -->
76
+ <!-- -->
77
+ <!-- ORIGINAL CREATION DATE: -->
78
+ <!-- December 2002 -->
79
+ <!-- -->
80
+ <!-- CREATED BY: Mulberry Technologies, Inc. for the NISO Z39.96 -->
81
+ <!-- Working Group. Mulberry Technologies was -->
82
+ <!-- supported by National Center for Biotechnology -->
83
+ <!-- Information (NCBI), a center of the US National -->
84
+ <!-- Library of Medicine (NLM). -->
85
+ <!-- -->
86
+ <!-- This module is part of the JATS DTD Suite. The -->
87
+ <!-- Suite is a continuation of work done by NCBI, -->
88
+ <!-- Mulberry Technologies, and Inera, Inc. on the NLM -->
89
+ <!-- Journal Archiving and Interchange DTD Suite, which-->
90
+ <!-- was originally released in December, 2002. -->
91
+ <!-- -->
92
+ <!-- NLM thanks the Harvard University Libraries, both -->
93
+ <!-- for proposing that a draft archiving NLM DTD for -->
94
+ <!-- life sciences journals be extended to accommodate -->
95
+ <!-- journals in all disciplines and for sponsoring -->
96
+ <!-- Inera Inc.'s collaboration with other DTD -->
97
+ <!-- authors in completing NLM Version 1.0. The -->
98
+ <!-- Andrew W. Mellon Foundation provided support for -->
99
+ <!-- these important contributions. -->
100
+ <!-- -->
101
+ <!-- Suggestions for refinements and enhancements to -->
102
+ <!-- this DTD should be sent in email to: -->
103
+ <!-- jats@ncbi.nlm.nih.gov -->
104
+ <!-- ============================================================= -->
105
+
106
+
107
+ <!-- ============================================================= -->
108
+ <!-- DTD VERSION/CHANGE HISTORY -->
109
+ <!-- ============================================================= -->
110
+ <!--
111
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
112
+ =============================================================
113
+ JATS Version 1.1 (DAL/BTU) v1.1 (2015-12-15)
114
+
115
+ JATS is a continuing maintenance NISO Standard, which
116
+ requires voting by the ANSI and NISO memberships to be changed.
117
+ JATS 1.1 was approved in late 2015, so the formal public
118
+ identifiers were changed in the modules and the catalogs.
119
+ No model or attribute changes were made at this time.
120
+
121
+ 51. JATS became version "1.1" and "v1.1 20151215"
122
+
123
+ =============================================================
124
+ JATS Version 1.1d3 (DAL/BTU) v1.1d3 (2015-03-01)
125
+
126
+ The changes in this release are in response to NISO
127
+ License and Indicators Recommended Practice.
128
+
129
+ NISO JATS is a continuing maintenance NISO Standard, which
130
+ requires voting by the NISO membership to be changed. This
131
+ Committee Draft 1.1d3 will be sent to the NISO voting
132
+ membership, to become (if approved) NISO JATS 1.1.
133
+
134
+ This draft DTD represents an interim version of the
135
+ non-normative JATS DTD Suite, as an indication to JATS users
136
+ the decisions that have been made by the JATS Standing
137
+ Committee.
138
+
139
+ 50. ALI (NISO Access and License Indicators)
140
+ - Added <ali:license_ref> to license-p.class, as
141
+ alternatives inside <license>
142
+ - Use the new class: license.class to hold the new ALI
143
+ element <ali:free_to_read>, as an alternative to
144
+ <license> inside <permissions>.
145
+ - Created new parameter entity 'anyURI' to act as
146
+ documentation concerning the content of any element whose
147
+ content is intended to be a URI.
148
+
149
+ 49. JATS became version "1.1d3" and "v1.1d3 20150301"
150
+
151
+ =============================================================
152
+ JATS Version 1.1d2 (DAL/BTU) v1.1d2 (2014-09-30)
153
+
154
+ NISO JATS is a continuing maintenance NISO Standard, which
155
+ requires voting by the NISO membership to be changed. This
156
+ Committee Draft 1.1d2 will be sent to the NISO voting
157
+ membership, to become (if approved) NISO JATS 1.1.
158
+
159
+ This catalog represents an interim version of the
160
+ non-normative JATS DTD Suite, as an indication to JATS users
161
+ the decisions that have been made by the JATS Standing
162
+
163
+ 48. VOLUME ISSUE GROUPING
164
+ - Added new optional element <volume-issue-group> inside
165
+ <article-meta), following all volume and issue elements,
166
+ to hold volume-issue pairs (or n-tuples) when a second
167
+ and subsequent <volume> has its own related issue
168
+ information.
169
+
170
+ 47. NEW ATTRIBUTE VALUES FOR @PUB-ID-TYPE
171
+ Added three new values to @pub-id-types:
172
+ - accession
173
+ - arc
174
+ - handle
175
+
176
+ 46. NEW ATTRIBUTE FOR EXT-LINK
177
+ Added the CDATA attribute @assigning-authority to <ext-link>
178
+ to the authority (such as CrossRef) responsible for the
179
+ link
180
+
181
+ 45. NEW ATTRIBUTE FOR CONTRIB-ID
182
+ Added the boolean attribute @authenticated to <contrib-id> to
183
+ record whether the agency that assigned the <contrib-id>
184
+ says the identifier is authenticated. The default value
185
+ is "false"
186
+
187
+ 44. MORE LINKING POSSIBILITIES
188
+ Added the might-link-atts to:
189
+ - volume-id
190
+ - issue-id
191
+ so that these potentially external identifiers can link,
192
+ for example to a DOI.
193
+
194
+ 43. JATS became version "1.1d2" and "v1.1d2 20140930//EN"
195
+
196
+ 42. NEW ADDRESS ELEMENTS
197
+ - Added 3 new elements: <city>, <state>, <postal-code>
198
+ - Therefore introduced new PEs: city-element, state-elements,
199
+ and postal-code-elements, all set initially to null strings.
200
+ - Therefore introduced new PEs: city-atts, state-atts,
201
+ and postal-code-atts.
202
+ - Added the elements (in the default classes module) to:
203
+ - address.class
204
+ - addrress-line.class
205
+ which adds then to: address, addr-line, aff, collab,
206
+ conf-loc, corresp, publisher-loc
207
+
208
+ 41. CHANGES TO <collab>
209
+ Added @symbol attribute.
210
+
211
+ =============================================================
212
+ NISO JATS Version 1.1d1 (DAL/BTU) v1.1 (2013-11-15)
213
+
214
+ ANSI/NISO Z39.96-2012 (pre-release for V1.0 BITS; Version 1.1d1)
215
+
216
+ NISO JATS Standing Committee met and answered the requests and
217
+ suggestions from the NISO request forms.
218
+
219
+ Details concerning ANSI/NISO Z39.96-2012 JATS-based DTDs,
220
+ XSDs, RNGs and supporting documentation are available at
221
+ http://jats.nlm.nih.gov/1.0/
222
+
223
+ 40. CHANGES TO <on-behalf-of>
224
+ Added <institution>, <institution-wrap>, and <xref>
225
+
226
+ 39. NEW <contrib> ATTRIBUTE
227
+ Added @xml:lang as requested with <institution-id>
228
+
229
+ 38. NEW <era> ELEMENT
230
+ Added <era> through date-parts.class to:
231
+ - <string-date>
232
+
233
+ 37. NEW ELEMENT <era>
234
+ Added to the model of <date>, optional following year,
235
+ through date-model.
236
+
237
+ 36. XML Base
238
+ Added the attribute @xml:base to the Global (common)
239
+ attributes used on all elements.
240
+
241
+ 35. INSTITUTION WRAP ADDED
242
+ Added the elements <institution-wrap> to the following elements
243
+ through the institution-wrap.class:
244
+ - <copyright-holder>
245
+ - <on-behalf-of>
246
+ - <publisher-name>
247
+ - <std-organization>
248
+
249
+ 34. GLOBAL ATTRIBUTES - Added the new parameter entity
250
+ %jats-common-atts;
251
+ to every element in this module. This PE adds (for now) the
252
+ @id attribute and the @xml:base attribute to every element,
253
+ whether metadata or narrative.
254
+ Since the @id in this parameter entity is optional, a second
255
+ parameter entity jats-common-atts-id-required was also added.
256
+ The two are kept in sync with the jats-base-atts parameter
257
+ entity.
258
+ This added a new attribute list to:
259
+ - aff-alternatives
260
+ - alternatives
261
+ - citation-alternatives
262
+ - collab-alternatives
263
+ - custom-meta-group
264
+ - institution-wrap
265
+ - meta-name
266
+ - meta-value
267
+ - name-alternatives
268
+ - permissions
269
+
270
+ 33. INSTITUTIONAL IDENTIFIERS
271
+ - Added <institution-id> to hold institutional identifiers
272
+ whether publisher specific ("AIP") or from an established
273
+ authorities ("Ringgold" and "ISNI").
274
+
275
+ - Added <institution-wrap> to hold both the name of an
276
+ institution <institution> and all of its institutional
277
+ identifiers <institution-id>. This element will be allowed
278
+ everywhere institution is allowed.
279
+
280
+
281
+ 32. ABSTRACTS AND KEYWORDS ON NEW STRUCTURES
282
+ - Added <abstract> (through %abstract.class;) and <kwd-group>
283
+ (through %kwd-group.class;) to the following elements:
284
+ - sec-meta (through %sec-meta-model;)
285
+
286
+ 31. ATTRIBUTE ALIGNMENT
287
+ - Added @publication-format and @content-type to <issn>
288
+ through %issn-atts The idea is to make the attributes
289
+ for <issn> and <isbn> as similar as possible.
290
+
291
+ - Added @publication-format to <isbn> through %isbn-atts
292
+
293
+ The idea is to make the attributes for <issn> and <isbn> as
294
+ similar as possible. <issn> retains @pub-type for historical
295
+ reasons. <issn-l> attributes do not change.
296
+
297
+ =============================================================
298
+ NISO JATS Version 1.0 (DAL/BTU) v1.0 (2012-xx-xx)
299
+
300
+ ANSI/NISO Z39.96-2012 (Version 1.0)
301
+
302
+ Details concerning ANSI/NISO Z39.96-2012 JATS-based DTDs,
303
+ XSDs, RNGs and supporting documentation are available at
304
+ http://jats.nlm.nih.gov/1.0/
305
+
306
+ 30. CONTRIB-GROUP AND CONTRIB MODULE SHIFT - Moved <contrib>
307
+ and <contrib-group> to common.ent from the module
308
+ articlemeta.ent, since they are now used
309
+ in both article metadata and journal metadata.
310
+
311
+ 29. CONTRIB ID - Added new element <contrib-id> using new PE
312
+ contrib-id.class, contrib-id-atts, contrib-id-model.
313
+ Element holds one identifier, such as an ORCID, for a
314
+ person such as a contributor or principal investigator.
315
+
316
+ 28. COLLABORATION ALTERNATIVES - Added new element
317
+ <collab-alternatives> using new PE %collab-alternatives-model;.
318
+ Element holds different versions (for example, different
319
+ language renderings) of a single collaboration.
320
+
321
+ 27. DATE ATTRIBUTES - Added date attributes
322
+ - to <conf-date> through %conf-date-atts
323
+ - to <date> through %date-atts
324
+ - to <string-date> through %string-date-atts
325
+ - to <year> through %year-atts
326
+
327
+ a) @iso-8601-date - ISO 8601 standard date format
328
+ of the publication date. Format YYYY-MM-DDThh:mm:ss
329
+
330
+ b) @calendar - Name of the calendar used (@calendar) in
331
+ naming this publication date (such as "Gregorian",
332
+ "Japanese" (Emperor years), or "Islamic").
333
+
334
+ c) Added @publication-format, so that both publication
335
+ dates and history dates can separate the for amt of the
336
+ publication from the version/lifecycle event. Thus
337
+ both an "article" and a "manuscript" might be received.
338
+
339
+ 27. PUBLICATION IDENTIFIER @pub-id-type
340
+ - Added "std-designation" as value in predefined list
341
+ for @pub-id-type (%pub-id-types;).
342
+ - Added new value "arxiv" as value in predefined list
343
+ for @pub-id-type (%pub-id-types;).
344
+ "pub-id-types" are used within citations for
345
+ <object-id> and <pub-id>;
346
+ used within the article metadata for <article-id>,
347
+ <issue-id>, and <volume-id>;
348
+ used within many body elements for <object-id>.
349
+
350
+ 26. LONG DESCRIPTION - Added the might-link attributes to
351
+ <long-desc> because of an argument over what <long-desc>
352
+ should be. The semantic web folks want it to be a URI, the
353
+ librarians and accessibility (for pronouncing readers) want
354
+ to find a real description there, not a link. So JATS needs
355
+ to handle both.
356
+
357
+ 25. ISSN Linking - Added new element <issn-l> with the usual
358
+ %issn-l-elements; and %issn-l-atts;.
359
+
360
+ 24. MODULE MOVEMENT (from increased reference content)
361
+
362
+ a) Element <degrees> - Moved <degrees> and its parameter
363
+ entities into this module from JATS-articlemeta.ent.
364
+
365
+ b) Element <supplement> - Moved <supplement> and its parameter
366
+ entities into this module from JATS-articlemeta.ent.
367
+
368
+ c) Element <conf-sponsor> - Moved <conf-sponsor> and its parameter
369
+ entities into this module from JATS-articlemeta.ent.
370
+
371
+ d) Element <on-behalf-of> - Moved <on-behalf-of> and its parameter
372
+ entities into this module from JATS-articlemeta.ent.
373
+
374
+ 23. Element <license-p> - Added @content-type, which can hold
375
+ values such as "open-access", "CCC-statement",
376
+ "non-commercial-use".
377
+
378
+ 22. Updated the DTD-version attribute to "1.0" and the formal
379
+ public identifier to the date: "v1.0 20120330//EN".
380
+
381
+ =============================================================
382
+ Version 0.4 (DAL/BTU) v0.4 (2011-01-31)
383
+
384
+ This Tag Set is in the process of becoming a NISO standard.
385
+ The version numbers are starting over from 0.4", as a Trial
386
+ Use Draft, to be made into "Version 1.0" when the Tag Suite
387
+ becomes a NISO standard. Thus, the version number that would
388
+ have been "NLM Version 3.1 Draft" has become NISO JATS
389
+ "Version 0.4".
390
+
391
+ Details on NISO Trial Use Draft Version 0.4 are available at
392
+ http://jats.nlm.nih.gov/JATS-0.4.
393
+
394
+ 21. Updated the DTD-version attribute to "0.4"
395
+
396
+ 18. Updated the public identifier to "v0.4 20110131",
397
+ modified the formal public identifier to include "JATS (Z39.96)",
398
+ and the filename as delivered to include "JATS" and the
399
+ new version number "0".
400
+ http://jats.nlm.nih.gov/0.4.
401
+
402
+ 17. MIXED CITATION ATTS PE - Was defined twice, identically,
403
+ deleted one of them.
404
+
405
+ 16. ACCESSIBILITY - Added @alt to <label> thru %label-atts;
406
+
407
+ 15. ALTERNATIVES ATTRIBUTES- Created a new parameter entity for
408
+ attributes for <alternatives>; currently null
409
+
410
+ 14. @SPECIFIC-USE and @XML:LANG - Added the @specific-use and
411
+ @xml:lang to the following elements:
412
+ - anonymous through anonymous-atts (both) NEW PE
413
+ - conf-acronym through conf-acronym-atts (both)
414
+ - conf-date through conf-date-atts (both)
415
+ - conf-loc through conf-loc-atts (both)
416
+ - conf-name through conf-name-atts (both)
417
+ - conf-num through conf-num-atts (both)
418
+ - conf-sponsor through conf-sponsor-atts (both)
419
+ - conf-theme through conf-theme-atts (both)
420
+ - day through day-atts (@specific-use)
421
+ - degrees through degrees-atts (both)
422
+ - element-citation through citation-atts (both)
423
+ - etal through etal-atts (both) NEW PE
424
+ - ext-link through ext-link-atts (@xml:lang; @specific-use
425
+ already)
426
+ - institution through institution-atts (both)
427
+ - issue-part through issue-part (both + content-type) NEW PE
428
+ - isbn through isbn-atts (both) NEW PE
429
+ - label through label-atts (both) NEW PE
430
+ - mixed-citation through citation-atts (both)
431
+ - name through name-atts (@xml:lang; @specific-use already)
432
+ - notes through notes-atts (both)
433
+ - prefix through prefix-atts (both)
434
+ - publisher-loc through publisher-loc-atts (both)
435
+ - publisher-name through publisher-name-atts (both)
436
+ - string-name through string-name-atts (both and
437
+ content-type and name-style) NEW PE
438
+ - suffix through suffix-atts (both)
439
+ - textual-form through textual-form-atts (both)
440
+ - trans-subtitle through trans-subtitle-atts
441
+ (@xml:lang only) NEW PE
442
+ - x through x-atts (both)
443
+
444
+ 13. AFFILIATION ALTERNATIVES - Created new the element
445
+ <aff-alternatives> to hold multiple <aff>s that are
446
+ representations of a single affiliation, for example, the
447
+ name of an institution in two languages or two scripts.
448
+ New PE; New attribute PE (currently null)
449
+
450
+ 12. RELATED-ARTICLE-ATTS - Removed the dependency that tied
451
+ %related-article-atts to journal-id-atts and added all
452
+ the journal-id attributes to related-article-atts explicitly.
453
+
454
+ 11. TITLE ELEMENTS - Removed the dependency which had both
455
+ <subtitle> and <alt-title> modeled with the same parameter
456
+ entity %title-elements;. Created new PEs for each element
457
+ but set them (as the default) to %title-elements so that no
458
+ customization would break. Models changed:
459
+ - alt-title %alt-title-elements;
460
+ - subtitle %subtitle-elements; (defined in
461
+ article-meta3.ent;)
462
+ - trans-title %trans-title-elements;
463
+ - trans-subtitle %trans-subtitle-elements;
464
+
465
+ 10. TEXTUAL FORM MODEL - Changed the textual-form-elements
466
+ parameter entity to begin with an OR bar, since it names
467
+ elements to be mixed with #PCDATA.
468
+ *****Customization Alert: New parameter entity could break some
469
+ customizations. Check your %textual-form-elements parameter
470
+ entity. *****
471
+
472
+ 9. PUBLISHER - Allowed <publisher-name> and <publisher-loc> to
473
+ repeat (as an unnamed-parenthetical) inside <publisher>.
474
+ This will allow co-publishers and publisher names and locations
475
+ in more than one language. Added to facilitate multiple
476
+ languages. Also added @specific-use and @xml:lang to
477
+ both publisher-name and publisher-loc.
478
+
479
+ 8. ATTLIST PARAMETER ENTITIES - Changed the attribute lists
480
+ from using the same parameter entity (%day-atts;) to using:
481
+ - day %day-atts; (no change)
482
+ - month %month-atts;
483
+ - season %season-atts;
484
+
485
+ 7. ISBN - Added "isbn" as value in predefined list for
486
+ @pub-id-type (%pub-id-types;)
487
+
488
+ 6. TEXTUAL FORM - Added the following attributes: (new)
489
+ - @specific-use
490
+ - @xml:lang
491
+
492
+ 5. NAME ALTERNATIVES - Created a new wrapper element for more
493
+ than one version of a personal name, for example, the name in
494
+ Japanese kana characters and a transliterated form of the name
495
+ in Latin alphabet, or a regular name and a search version
496
+ that transliterates umlauts to unaccented characters.
497
+ - new element <name-alternatives>
498
+ - new PE name-alternatives-model
499
+ - new PE name-alternatives-atts (currently null)
500
+
501
+ 4. STRING NAME - Added the following attributes: (new)
502
+ - @content-type
503
+ - @specific-use
504
+ - @name-style
505
+ - @xml:lang
506
+
507
+ 3. PERSON'S NAME STYLE
508
+ - Added the value "given-only" to the @name-style on <name>
509
+
510
+ 2. PERSON'S NAME - Allowed <given-names> as an alternative
511
+ to <surname, given-names?) to accommodate the Indian
512
+ names that are only a given name.
513
+
514
+ =============================================================
515
+ Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
516
+
517
+ Version 3.0 is the first non-backward-compatible release.
518
+ In addition to the usual incremental changes, some
519
+ elements and attributes have been renamed and/or remodeled
520
+ to better meet user needs and to increase tag set consistency.
521
+ All module change histories are available through the Tag Suite
522
+ web site at http://dtd.nlm.nih.gov.
523
+
524
+ Details on version 3.0 are available at
525
+ http://dtd.nlm.nih.gov/3.0.
526
+
527
+ 1. Updated public identifier to "v3.0 20080202//EN" -->
528
+
529
+ <!-- ============================================================= -->
530
+ <!-- Details concerning
531
+ ANSI/NISO Z39.96-2015 JATS-based DTDs, XSDs,
532
+ RNGs and supporting documentation are available at
533
+ http://jats.nlm.nih.gov/1.1/ -->
534
+
535
+ <!-- ============================================================= -->
536
+ <!-- PARAMETER ENTITIES FOR CONTENT MODELS -->
537
+ <!-- ============================================================= -->
538
+
539
+
540
+ <!-- ANY URI SCHEMA TYPE (as documentation) -->
541
+ <!-- Indicates that in an XSD or RNG Schema, this
542
+ element would be typed as the simple type
543
+ 'anyURI". This has no enforcement power in a
544
+ DTD, it is intended for human guidance.
545
+ but is only for human guidance in a DTD -->
546
+ <!ENTITY % anyURI "(#PCDATA)" >
547
+
548
+
549
+ <!-- ============================================================= -->
550
+ <!-- PARAMETER ENTITIES FOR ATTRIBUTE VALUES -->
551
+ <!-- ============================================================= -->
552
+
553
+
554
+ <!-- ARTICLE/PUBLICATION IDENTIFIER TYPES -->
555
+ <!-- Values for the @pub-id attribute. Used:
556
+ 1) Within citations with the <pub-id> and
557
+ <object-id> elements to name the type of
558
+ identifier (such as DOI) or the organization
559
+ or system that defined the identifier for the
560
+ identifier of the journal article or a cited
561
+ publication, such as a book or standard.
562
+ 2) Within article metadata with the
563
+ <article-id>, <issue-id>, and <volume-id>
564
+ elements to name the type of identifier or
565
+ identifying agency.
566
+ 4) Within many body elements to perform a
567
+ similar function for the <object-id> element.
568
+ -->
569
+ <!ENTITY % pub-id-types "accession | ark | art-access-id | arxiv |
570
+ coden | doaj | doi | handle | isbn |
571
+ manuscript | medline | other |
572
+ pii | pmcid | pmid | publisher-id | sici |
573
+ std-designation" >
574
+
575
+
576
+ <!-- ============================================================= -->
577
+ <!-- PARAMETER ENTITIES FOR FULL CONTENT MODELS -->
578
+ <!-- ============================================================= -->
579
+
580
+
581
+ <!-- DATE ELEMENTS MODEL -->
582
+ <!-- The content models for elements that describe
583
+ dates, such as Publication Date <pub-date>
584
+ and History Dates <date>. -->
585
+ <!ENTITY % date-model "( ( (day?, month?) | season)?,
586
+ year?, era?, string-date?)" >
587
+
588
+
589
+ <!-- CONTENT MODEL FOR A STRUCTURAL SECTION -->
590
+ <!-- The model for a section that requires that a
591
+ section title be present, used for elements
592
+ such as Section and Appendix. -->
593
+ <!ENTITY % sec-model "(sec-meta?, label?, title, (%para-level;)*,
594
+ (%sec-level;)*,
595
+ (%sec-back-matter-mix;)* )" >
596
+
597
+
598
+ <!-- CONTENT MODEL FOR A SECTION METADATA -->
599
+ <!-- In some works, each section has a different
600
+ author or some sections are authored by
601
+ different contributors from the enclosing
602
+ article. This wrapper element for
603
+ section-level metadata is used to capture
604
+ information such as those contributors.
605
+ -->
606
+ <!ENTITY % sec-meta-model
607
+ "((%contrib-group.class;)*,
608
+ (%abstract.class;)*, (%kwd-group.class;)*,
609
+ permissions?)" >
610
+
611
+
612
+ <!-- CONTENT MODEL FOR AN UNTITLED SECTION -->
613
+ <!-- The model for a section-like structure that
614
+ may or may not have an initial title -->
615
+ <!ENTITY % sec-opt-title-model
616
+ "(sec-meta?, label?, title?, (%para-level;)*,
617
+ (%sec-level;)*,
618
+ (%sec-back-matter-mix;)* )" >
619
+
620
+
621
+ <!-- ============================================================= -->
622
+ <!-- PARAMETER ENTITIES FOR MIXED CONTENT -->
623
+ <!-- ============================================================= -->
624
+
625
+
626
+ <!-- LINK ELEMENTS -->
627
+ <!-- Elements for use in the linking elements
628
+ such as <xref>, <target>, and <ext-link> -->
629
+ <!ENTITY % link-elements
630
+ "| %emphasis.class; | %phrase-content.class; |
631
+ %subsup.class;" >
632
+
633
+
634
+ <!-- PARAGRAPH ELEMENTS -->
635
+ <!-- The elements that can be included along with
636
+ data characters inside the content model of
637
+ a paragraph <p>.
638
+ Design Note: There is a major overlap between
639
+ this parameter entity and the mix for elements
640
+ that are at the same level as a paragraph.
641
+ Inline elements appear only inside a
642
+ paragraph, but block elements such as quotes
643
+ and lists may appear either within a
644
+ paragraph or at the same level as a
645
+ paragraph. This serves a requirement in a
646
+ repository DTD, since some incoming material
647
+ will have restricted such elements to only
648
+ inside a paragraph, some incoming material
649
+ will have restricted them to only outside a
650
+ paragraph and some may allow them in both
651
+ places. Thus the DTD must allow for them to
652
+ be in either or both.
653
+ Design Note: Inline mixes begin with an
654
+ OR bar -->
655
+ <!ENTITY % p-elements "| %address-link.class; |
656
+ %article-link.class; |
657
+ %block-display.class; | %block-math.class; |
658
+ %citation.class; | %emphasis.class; |
659
+ %funding.class; | %inline-math.class; |
660
+ %inline-display-noalt.class; |
661
+ %list.class; | %math.class; |
662
+ %phrase.class; | %rest-of-para.class; |
663
+ %simple-link.class; |
664
+ %subsup.class;" >
665
+
666
+
667
+ <!-- ============================================================= -->
668
+ <!-- PARAMETER ENTITIES FOR TITLES -->
669
+ <!-- ============================================================= -->
670
+
671
+
672
+ <!-- TITLE ELEMENTS -->
673
+ <!-- The elements that can be included along with
674
+ data characters inside the content model of
675
+ a paragraph <title>.
676
+ Design Note: All inline mixes begin with an
677
+ OR bar, but since %simple-phrase; is an
678
+ inline mix, the OR bar is already there. -->
679
+ <!ENTITY % title-elements
680
+ "%simple-phrase; | %break.class;" >
681
+
682
+
683
+ <!-- ALTERNATE TITLE ELEMENTS -->
684
+ <!-- The elements that can be included along with
685
+ data characters inside the content model of
686
+ a paragraph <alt-title>.
687
+ An earlier version of this tag set used the
688
+ parameter entity %title-elements; for many
689
+ title elements including <alt-title>. -->
690
+ <!ENTITY % alt-title-elements
691
+ "%title-elements;" >
692
+
693
+
694
+ <!-- TRANSLATED TITLE ELEMENTS -->
695
+ <!-- The elements that can be included along with
696
+ data characters inside the content model of
697
+ a paragraph <trans-title>.
698
+ An earlier version of this tag set used the
699
+ parameter entity %title-elements; for many
700
+ title elements including <trans-title>. -->
701
+ <!ENTITY % trans-title-elements
702
+ "%title-elements;" >
703
+
704
+
705
+ <!-- TRANSLATED SUBTITLE ELEMENTS -->
706
+ <!-- The elements that can be included along with
707
+ data characters inside the content model of
708
+ a paragraph <subtitle>.
709
+ An earlier version of this tag set used the
710
+ parameter entity %title-elements; for many
711
+ title elements including <trans-subtitle>. -->
712
+ <!ENTITY % trans-subtitle-elements
713
+ "%title-elements;" >
714
+
715
+
716
+ <!-- ============================================================= -->
717
+ <!-- PARAMETER ENTITIES FOR LINKING ATTRIBUTES -->
718
+ <!-- THE FOLLOWING FEW ARE SHARED ATTRIBUTES -->
719
+ <!-- ============================================================= -->
720
+
721
+
722
+ <!-- COMMON ATTRIBUTES -->
723
+ <!-- These lists of attributes will be added to
724
+ nearly every element, in both the document
725
+ metadata and the document body, of the entire
726
+ Tag Set:
727
+ - including table elements for both the
728
+ XHTML-inspired and OASIS-inspired
729
+ table model elements
730
+ - excluding only <mml:math> and
731
+ <xi:include> (whose namespaces JATS
732
+ does not control).
733
+ Great care should be taken to use these
734
+ attributes judiciously, not as a shortcut to
735
+ thinking through where an attribute should be
736
+ used. Potential use cases include adding
737
+ @xml:lang or some RDFa attribute to every
738
+ elements. -->
739
+
740
+
741
+ <!-- BASE ATTRIBUTES -->
742
+ <!-- Holds all the common attributes except @id.
743
+ Used to keep the two common attribute lists
744
+ in sync. To add a global attribute, modify
745
+ this list. -->
746
+ <!ENTITY % jats-base-atts
747
+ "xml:base CDATA #IMPLIED" >
748
+
749
+
750
+ <!-- JATS COMMON ATTRIBUTES -->
751
+ <!-- Holds all the common attributes, as defined in
752
+ the base attribute parameter entity, plus an
753
+ optional @id. -->
754
+ <!ENTITY % jats-common-atts
755
+ "id ID #IMPLIED
756
+ %jats-base-atts;" >
757
+
758
+
759
+ <!-- JATS COMMON ATTRIBUTES (ID REQUIRED) -->
760
+ <!-- Holds all the common attributes, as defined in
761
+ the base attribute parameter entity, plus a
762
+ required @id. -->
763
+ <!ENTITY % jats-common-atts-id-required
764
+ "id ID #REQUIRED
765
+ %jats-base-atts;" >
766
+
767
+
768
+
769
+ <!-- XLINK LINK ATTRIBUTES -->
770
+ <!-- Used for elements that are a link by
771
+ definition, such as the <xref> element. -->
772
+ <!ENTITY % link-atts
773
+ "xmlns:xlink CDATA #IMPLIED
774
+ xlink:type (simple) #IMPLIED
775
+ xlink:href CDATA #REQUIRED
776
+ xlink:role CDATA #IMPLIED
777
+ xlink:title CDATA #IMPLIED
778
+ xlink:show (embed | new | none | other | replace)
779
+ #IMPLIED
780
+ xlink:actuate
781
+ (none | onLoad | onRequest | other)
782
+ #IMPLIED" >
783
+
784
+
785
+ <!-- MIGHT LINK XLINK ATTRIBUTES -->
786
+ <!-- Used for elements which may need to link to
787
+ external sources or other objects within
788
+ the document, but may not necessarily act
789
+ as a link at all. The attribute
790
+ "xlink:href" identifies the object to which
791
+ the link points. -->
792
+ <!ENTITY % might-link-atts
793
+ "xmlns:xlink CDATA #IMPLIED
794
+ xlink:type (simple) #IMPLIED
795
+ xlink:href CDATA #IMPLIED
796
+ xlink:role CDATA #IMPLIED
797
+ xlink:title CDATA #IMPLIED
798
+ xlink:show (embed | new | none | other | replace)
799
+ #IMPLIED
800
+ xlink:actuate
801
+ (none | onLoad | onRequest | other)
802
+ #IMPLIED" >
803
+
804
+
805
+ <!-- CITATION ATTRIBUTES -->
806
+ <!-- Attributes for all two kinds of citations:
807
+ <element-citation> and <mixed-citation> -->
808
+ <!ENTITY % citation-atts
809
+ "%jats-common-atts;
810
+ publication-type
811
+ CDATA #IMPLIED
812
+ publisher-type
813
+ CDATA #IMPLIED
814
+ publication-format
815
+ CDATA #IMPLIED
816
+ specific-use
817
+ CDATA #IMPLIED
818
+ xml:lang NMTOKEN #IMPLIED
819
+ %might-link-atts;" >
820
+
821
+
822
+ <!-- ============================================================= -->
823
+ <!-- PARAMETER ENTITIES FOR ATTRIBUTES LISTS -->
824
+ <!-- (ALPHABETICAL ORDER) -->
825
+ <!-- ============================================================= -->
826
+
827
+
828
+ <!-- AFFILIATION ATTRIBUTES -->
829
+ <!-- Attributes for the <ack> element -->
830
+ <!ENTITY % ack-atts
831
+ "%jats-common-atts;
832
+ specific-use
833
+ CDATA #IMPLIED
834
+ content-type
835
+ CDATA #IMPLIED
836
+ xml:lang NMTOKEN #IMPLIED" >
837
+
838
+
839
+ <!-- ADDRESS ATTRIBUTES -->
840
+ <!-- Attributes for the <address> element -->
841
+ <!ENTITY % address-atts
842
+ "%jats-common-atts;
843
+ content-type
844
+ CDATA #IMPLIED
845
+ specific-use
846
+ CDATA #IMPLIED
847
+ xml:lang NMTOKEN #IMPLIED" >
848
+
849
+
850
+ <!-- ADDRESS LINE ATTRIBUTES -->
851
+ <!-- Attributes for the <addr-line> element -->
852
+ <!ENTITY % addr-line-atts
853
+ "%jats-common-atts;
854
+ content-type
855
+ CDATA #IMPLIED
856
+ specific-use
857
+ CDATA #IMPLIED
858
+ xml:lang NMTOKEN #IMPLIED" >
859
+
860
+
861
+ <!-- AFFILIATION ATTRIBUTES -->
862
+ <!-- Attributes for the Affiliation <aff>
863
+ element -->
864
+ <!ENTITY % aff-atts
865
+ "%jats-common-atts;
866
+ content-type
867
+ CDATA #IMPLIED
868
+ rid IDREFS #IMPLIED
869
+ specific-use
870
+ CDATA #IMPLIED
871
+ xml:lang NMTOKEN #IMPLIED" >
872
+
873
+
874
+ <!-- AFFILIATION ALTERNATIVES ATTRIBUTES -->
875
+ <!-- Attributes for the <aff-alternatives>
876
+ element -->
877
+ <!ENTITY % aff-alternatives-atts
878
+ "%jats-common-atts;" >
879
+
880
+
881
+ <!-- ALTERNATE TEXT ATTRIBUTES -->
882
+ <!-- Attributes for the <alt-text> element -->
883
+ <!ENTITY % alt-text-atts
884
+ "%jats-common-atts;
885
+ content-type
886
+ CDATA #IMPLIED
887
+ specific-use
888
+ CDATA #IMPLIED
889
+ xml:lang NMTOKEN #IMPLIED" >
890
+
891
+
892
+ <!-- ANONYMOUS ATTRIBUTES -->
893
+ <!-- Attributes for the <anonymous> element -->
894
+ <!ENTITY % anonymous-atts
895
+ "%jats-common-atts;
896
+ specific-use
897
+ CDATA #IMPLIED
898
+ xml:lang NMTOKEN #IMPLIED" >
899
+
900
+
901
+ <!-- ALTERNATIVES ATTRIBUTES -->
902
+ <!-- Attributes for the <alternatives> element -->
903
+ <!ENTITY % alternatives-atts
904
+ "%jats-common-atts;" >
905
+
906
+
907
+ <!-- ARTICLE TITLE ATTRIBUTES -->
908
+ <!-- Attributes for the <article-title> element -->
909
+ <!ENTITY % article-title-atts
910
+ "%jats-common-atts;
911
+ xml:lang NMTOKEN #IMPLIED" >
912
+
913
+
914
+ <!-- ATTRIBUTION ATTRIBUTES -->
915
+ <!-- Attributes for the <attrib> element -->
916
+ <!ENTITY % attrib-atts
917
+ "%jats-common-atts;
918
+ specific-use
919
+ CDATA #IMPLIED
920
+ xml:lang NMTOKEN #IMPLIED" >
921
+
922
+
923
+ <!-- BIOGRAPHY ATTRIBUTES -->
924
+ <!-- Attributes for <bio> element -->
925
+ <!ENTITY % bio-atts
926
+ "%jats-common-atts;
927
+ rid IDREFS #IMPLIED
928
+ content-type
929
+ CDATA #IMPLIED
930
+ specific-use
931
+ CDATA #IMPLIED
932
+ xml:lang NMTOKEN #IMPLIED
933
+ %might-link-atts;" >
934
+
935
+
936
+ <!-- CITATION ALTERNATIVES ATTRIBUTES -->
937
+ <!-- Attributes for the <citation-alternatives>
938
+ element -->
939
+ <!ENTITY % citation-alternatives-atts
940
+ "%jats-common-atts;" >
941
+
942
+
943
+ <!-- CITY ATTRIBUTES -->
944
+ <!-- Attributes for the <city> element -->
945
+ <!ENTITY % city-atts
946
+ "%jats-common-atts;
947
+ content-type
948
+ CDATA #IMPLIED
949
+ specific-use
950
+ CDATA #IMPLIED
951
+ xml:lang NMTOKEN #IMPLIED" >
952
+
953
+
954
+ <!-- COLLABORATION ATTRIBUTES -->
955
+ <!-- Attributes for <collab> -->
956
+ <!ENTITY % collab-atts
957
+ "%jats-common-atts;
958
+ collab-type
959
+ CDATA #IMPLIED
960
+ symbol CDATA #IMPLIED
961
+ specific-use
962
+ CDATA #IMPLIED
963
+ xml:lang NMTOKEN #IMPLIED
964
+ %might-link-atts;" >
965
+
966
+
967
+ <!-- COLLABORATION ALTERNATIVES ATTRIBUTES -->
968
+ <!-- Attributes for the <collab-alternatives>
969
+ element -->
970
+ <!ENTITY % collab-alternatives-atts
971
+ "%jats-common-atts;" >
972
+
973
+
974
+ <!-- CONFERENCE DATE ATTRIBUTES -->
975
+ <!-- Attributes for the <conf-date> element -->
976
+ <!ENTITY % conf-date-atts
977
+ "%jats-common-atts;
978
+ iso-8601-date
979
+ CDATA #IMPLIED
980
+ calendar CDATA #IMPLIED
981
+ content-type
982
+ CDATA #IMPLIED
983
+ specific-use
984
+ CDATA #IMPLIED
985
+ xml:lang NMTOKEN #IMPLIED" >
986
+
987
+
988
+ <!-- CONFERENCE LOCATION ATTRIBUTES -->
989
+ <!-- Attributes for the <conf-loc> element -->
990
+ <!ENTITY % conf-loc-atts
991
+ "%jats-common-atts;
992
+ content-type
993
+ CDATA #IMPLIED
994
+ specific-use
995
+ CDATA #IMPLIED
996
+ xml:lang NMTOKEN #IMPLIED" >
997
+
998
+
999
+ <!-- CONFERENCE NAME ATTRIBUTES -->
1000
+ <!-- Attributes for the <conf-name> element. -->
1001
+ <!ENTITY % conf-name-atts
1002
+ "%jats-common-atts;
1003
+ content-type
1004
+ CDATA #IMPLIED
1005
+ specific-use
1006
+ CDATA #IMPLIED
1007
+ xml:lang NMTOKEN #IMPLIED" >
1008
+
1009
+
1010
+ <!-- CONFERENCE SPONSOR ATTRIBUTES -->
1011
+ <!-- Attributes for the <conf-sponsor> element. -->
1012
+ <!ENTITY % conf-sponsor-atts
1013
+ "%jats-common-atts;
1014
+ content-type
1015
+ CDATA #IMPLIED
1016
+ specific-use
1017
+ CDATA #IMPLIED
1018
+ xml:lang NMTOKEN #IMPLIED" >
1019
+
1020
+
1021
+ <!-- CONTRIBUTOR ATTRIBUTES -->
1022
+ <!-- Attributes for the <contrib> element -->
1023
+ <!ENTITY % contrib-atts
1024
+ "%jats-common-atts;
1025
+ contrib-type
1026
+ CDATA #IMPLIED
1027
+ corresp (no | yes) #IMPLIED
1028
+ equal-contrib
1029
+ (no | yes) #IMPLIED
1030
+ deceased (no | yes) #IMPLIED
1031
+ rid IDREFS #IMPLIED
1032
+ specific-use
1033
+ CDATA #IMPLIED
1034
+ %might-link-atts;" >
1035
+
1036
+
1037
+ <!-- CONTRIBUTOR GROUP ATTRIBUTES -->
1038
+ <!-- Attributes for the <contrib-group> element -->
1039
+ <!ENTITY % contrib-group-atts
1040
+ "%jats-common-atts;
1041
+ content-type
1042
+ CDATA #IMPLIED
1043
+ specific-use
1044
+ CDATA #IMPLIED" >
1045
+
1046
+
1047
+ <!-- CONTRIBUTOR IDENTIFIER ATTRIBUTES -->
1048
+ <!-- Attributes for the <contrib-id>
1049
+ element. -->
1050
+ <!ENTITY % contrib-id-atts
1051
+ "%jats-common-atts;
1052
+ contrib-id-type
1053
+ CDATA #IMPLIED
1054
+ authenticated
1055
+ (true | false) 'false'
1056
+ content-type
1057
+ CDATA #IMPLIED
1058
+ specific-use
1059
+ CDATA #IMPLIED
1060
+ xml:lang NMTOKEN #IMPLIED" >
1061
+
1062
+
1063
+ <!-- COPYRIGHT HOLDER ATTRIBUTES -->
1064
+ <!-- Attributes for the <copyright-holder>
1065
+ element. -->
1066
+ <!ENTITY % copyright-holder-atts
1067
+ "%jats-common-atts;
1068
+ content-type
1069
+ CDATA #IMPLIED
1070
+ specific-use
1071
+ CDATA #IMPLIED
1072
+ xml:lang NMTOKEN #IMPLIED" >
1073
+
1074
+
1075
+ <!-- COPYRIGHT STATEMENT ATTRIBUTES -->
1076
+ <!-- Attributes for the <copyright-statement>
1077
+ element. -->
1078
+ <!ENTITY % copyright-statement-atts
1079
+ "%jats-common-atts;
1080
+ content-type
1081
+ CDATA #IMPLIED
1082
+ specific-use
1083
+ CDATA #IMPLIED
1084
+ xml:lang NMTOKEN #IMPLIED" >
1085
+
1086
+
1087
+ <!-- COPYRIGHT YEAR ATTRIBUTES -->
1088
+ <!-- Attributes for the <copyright-year>
1089
+ element -->
1090
+ <!ENTITY % copyright-year-atts
1091
+ "%jats-common-atts;
1092
+ content-type
1093
+ CDATA #IMPLIED
1094
+ specific-use
1095
+ CDATA #IMPLIED" >
1096
+
1097
+
1098
+ <!-- COUNTRY ATTRIBUTES -->
1099
+ <!-- Attributes for the <country> element -->
1100
+ <!ENTITY % country-atts
1101
+ "%jats-common-atts;
1102
+ content-type
1103
+ CDATA #IMPLIED
1104
+ country CDATA #IMPLIED
1105
+ specific-use
1106
+ CDATA #IMPLIED
1107
+ xml:lang NMTOKEN #IMPLIED" >
1108
+
1109
+
1110
+ <!-- CUSTOM METADATA ATTRIBUTES -->
1111
+ <!-- Attributes for the <custom-meta> element -->
1112
+ <!ENTITY % custom-meta-atts
1113
+ "%jats-common-atts;
1114
+ specific-use
1115
+ CDATA #IMPLIED
1116
+ xml:lang NMTOKEN #IMPLIED
1117
+ %might-link-atts;" >
1118
+
1119
+
1120
+ <!-- CUSTOM METADATA GROUP ATTRIBUTES -->
1121
+ <!-- Attributes for the <custom-meta-group>
1122
+ element -->
1123
+ <!ENTITY % custom-meta-group-atts
1124
+ "%jats-common-atts;" >
1125
+
1126
+
1127
+ <!-- DATE (HISTORICAL) ATTRIBUTES -->
1128
+ <!-- Attributes for the <date> element -->
1129
+ <!ENTITY % date-atts
1130
+ "%jats-common-atts;
1131
+ date-type CDATA #IMPLIED
1132
+ publication-format
1133
+ CDATA #IMPLIED
1134
+ iso-8601-date
1135
+ CDATA #IMPLIED
1136
+ calendar CDATA #IMPLIED
1137
+ specific-use
1138
+ CDATA #IMPLIED" >
1139
+
1140
+
1141
+ <!-- DAY ATTRIBUTES -->
1142
+ <!-- Attributes for the <day> element -->
1143
+ <!ENTITY % day-atts
1144
+ "%jats-common-atts;
1145
+ content-type
1146
+ CDATA #IMPLIED
1147
+ specific-use
1148
+ CDATA #IMPLIED
1149
+ xml:lang NMTOKEN #IMPLIED" >
1150
+
1151
+
1152
+ <!-- DEFINITION LIST: DEFINITION ATTRIBUTES -->
1153
+ <!-- Attribute list for the <def> element -->
1154
+ <!ENTITY % def-atts
1155
+ "%jats-common-atts;
1156
+ rid IDREFS #IMPLIED
1157
+ specific-use
1158
+ CDATA #IMPLIED
1159
+ xml:lang NMTOKEN #IMPLIED" >
1160
+
1161
+
1162
+ <!-- DEGREES ATTRIBUTES -->
1163
+ <!-- Attributes for the <degrees> element -->
1164
+ <!ENTITY % degrees-atts
1165
+ "%jats-common-atts;
1166
+ content-type
1167
+ CDATA #IMPLIED
1168
+ specific-use
1169
+ CDATA #IMPLIED
1170
+ xml:lang NMTOKEN #IMPLIED" >
1171
+
1172
+
1173
+ <!-- ELEMENT CITATION ATTRIBUTES -->
1174
+ <!-- Attributes for <element-citation> -->
1175
+ <!ENTITY % element-citation-atts
1176
+ "%citation-atts;" >
1177
+
1178
+
1179
+ <!-- ELECTRONIC LOCATION IDENTIFIER ATTRIBUTES
1180
+ Attribute list for the <elocation-id>
1181
+ element -->
1182
+ <!ENTITY % elocation-id-atts
1183
+ "%jats-common-atts;
1184
+ content-type
1185
+ CDATA #IMPLIED
1186
+ seq CDATA #IMPLIED
1187
+ specific-use
1188
+ CDATA #IMPLIED" >
1189
+
1190
+
1191
+ <!-- EMAIL ATTRIBUTES -->
1192
+ <!-- Attribute list for the <email> element -->
1193
+ <!ENTITY % email-atts
1194
+ "%jats-common-atts;
1195
+ content-type
1196
+ CDATA #IMPLIED
1197
+ specific-use
1198
+ CDATA #IMPLIED
1199
+ xml:lang NMTOKEN #IMPLIED
1200
+ %might-link-atts;" >
1201
+
1202
+
1203
+ <!-- ERA ATTRIBUTES -->
1204
+ <!-- Attributes for the <era> element -->
1205
+ <!ENTITY % era-atts
1206
+ "%jats-common-atts;
1207
+ content-type
1208
+ CDATA #IMPLIED
1209
+ specific-use
1210
+ CDATA #IMPLIED
1211
+ xml:lang NMTOKEN #IMPLIED" >
1212
+
1213
+
1214
+ <!-- ET AL. ATTRIBUTES -->
1215
+ <!-- Attribute list for the <etal> element -->
1216
+ <!ENTITY % etal-atts
1217
+ "%jats-common-atts;
1218
+ specific-use
1219
+ CDATA #IMPLIED
1220
+ xml:lang NMTOKEN #IMPLIED" >
1221
+
1222
+
1223
+ <!-- EXTERNAL LINK ATTRIBUTES -->
1224
+ <!-- Attribute list for external links, such as
1225
+ <ext-link> -->
1226
+ <!ENTITY % ext-link-atts
1227
+ "%jats-common-atts;
1228
+ ext-link-type
1229
+ CDATA #IMPLIED
1230
+ assigning-authority
1231
+ CDATA #IMPLIED
1232
+ specific-use
1233
+ CDATA #IMPLIED
1234
+ xml:lang NMTOKEN #IMPLIED
1235
+ %might-link-atts;" >
1236
+
1237
+
1238
+ <!-- FAX ATTRIBUTES -->
1239
+ <!-- Attribute list for the <fax> element -->
1240
+ <!ENTITY % fax-atts
1241
+ "%jats-common-atts;
1242
+ content-type
1243
+ CDATA #IMPLIED
1244
+ specific-use
1245
+ CDATA #IMPLIED" >
1246
+
1247
+
1248
+ <!-- FIRST PAGE ATTRIBUTES -->
1249
+ <!-- Attribute list for the <fpage> element -->
1250
+ <!ENTITY % fpage-atts
1251
+ "%jats-common-atts;
1252
+ content-type
1253
+ CDATA #IMPLIED
1254
+ seq CDATA #IMPLIED
1255
+ specific-use
1256
+ CDATA #IMPLIED
1257
+ xml:lang NMTOKEN #IMPLIED" >
1258
+
1259
+
1260
+ <!-- FREE TO READ ATTRIBUTES -->
1261
+ <!-- Attributes for the ALI namespaced
1262
+ <ali:free_to_read> element -->
1263
+ <!ENTITY % free-to-read-atts
1264
+ "%jats-common-atts;
1265
+ content-type
1266
+ CDATA #IMPLIED
1267
+ specific-use
1268
+ CDATA #IMPLIED
1269
+ end_date CDATA #IMPLIED
1270
+ start_date CDATA #IMPLIED
1271
+ %ali.xmlns.attrib;" >
1272
+
1273
+
1274
+ <!-- GIVEN NAMES ATTRIBUTES -->
1275
+ <!-- Attribute list for the <given-names> element
1276
+ -->
1277
+ <!ENTITY % given-names-atts
1278
+ "%jats-common-atts;
1279
+ initials CDATA #IMPLIED" >
1280
+
1281
+
1282
+ <!-- INSTITUTION ATTRIBUTES -->
1283
+ <!-- Attribute list for <institution> -->
1284
+ <!ENTITY % institution-atts
1285
+ "%jats-common-atts;
1286
+ content-type
1287
+ CDATA #IMPLIED
1288
+ specific-use
1289
+ CDATA #IMPLIED
1290
+ xml:lang NMTOKEN #IMPLIED
1291
+ %might-link-atts;" >
1292
+
1293
+
1294
+ <!-- INSTITUTION IDENTIFIER ATTRIBUTES -->
1295
+ <!-- Attribute list for <institution-id> -->
1296
+ <!ENTITY % institution-id-atts
1297
+ "%jats-common-atts;
1298
+ institution-id-type
1299
+ CDATA #IMPLIED
1300
+ content-type
1301
+ CDATA #IMPLIED
1302
+ specific-use
1303
+ CDATA #IMPLIED
1304
+ xml:lang NMTOKEN #IMPLIED" >
1305
+
1306
+
1307
+ <!-- INSTITUTION WRAPPER ATTRIBUTES -->
1308
+ <!-- Attributes for the <institution-wrap>
1309
+ element -->
1310
+ <!ENTITY % institution-wrap-atts
1311
+ "%jats-common-atts;" >
1312
+
1313
+
1314
+ <!-- ISBN ATTRIBUTES -->
1315
+ <!-- Attributes for the <isbn> element -->
1316
+ <!ENTITY % isbn-atts
1317
+ "%jats-common-atts;
1318
+ publication-format
1319
+ CDATA #IMPLIED
1320
+ content-type
1321
+ CDATA #IMPLIED
1322
+ specific-use
1323
+ CDATA #IMPLIED" >
1324
+
1325
+
1326
+ <!-- ISSN ATTRIBUTES -->
1327
+ <!-- Attribute list for the <issn> element -->
1328
+ <!ENTITY % issn-atts
1329
+ "%jats-common-atts;
1330
+ pub-type CDATA #IMPLIED
1331
+ publication-format
1332
+ CDATA #IMPLIED
1333
+ content-type
1334
+ CDATA #IMPLIED
1335
+ specific-use
1336
+ CDATA #IMPLIED" >
1337
+
1338
+
1339
+ <!-- ISSN-L (INKING ISSN) ATTRIBUTES -->
1340
+ <!-- Attribute list for the <issn-l> element -->
1341
+ <!ENTITY % issn-l-atts
1342
+ "%jats-common-atts;
1343
+ specific-use
1344
+ CDATA #IMPLIED" >
1345
+
1346
+
1347
+ <!-- ISSUE ATTRIBUTES -->
1348
+ <!-- Attribute list for the <issue> element -->
1349
+ <!ENTITY % issue-atts
1350
+ "%jats-common-atts;
1351
+ content-type
1352
+ CDATA #IMPLIED
1353
+ seq CDATA #IMPLIED
1354
+ specific-use
1355
+ CDATA #IMPLIED
1356
+ xml:lang NMTOKEN #IMPLIED" >
1357
+
1358
+
1359
+ <!-- ISSUE IDENTIFIER ATTRIBUTES -->
1360
+ <!-- Attributes for the <issue-id> element -->
1361
+ <!ENTITY % issue-id-atts
1362
+ "%jats-common-atts;
1363
+ pub-id-type
1364
+ CDATA #IMPLIED
1365
+ content-type
1366
+ CDATA #IMPLIED
1367
+ specific-use
1368
+ CDATA #IMPLIED
1369
+ xml:lang NMTOKEN #IMPLIED
1370
+ %might-link-atts;" >
1371
+
1372
+
1373
+ <!-- ISSUE PART ATTRIBUTES -->
1374
+ <!-- Attribute list for <issue-part> element -->
1375
+ <!ENTITY % issue-part-atts
1376
+ "%jats-common-atts;
1377
+ content-type
1378
+ CDATA #IMPLIED
1379
+ specific-use
1380
+ CDATA #IMPLIED
1381
+ xml:lang NMTOKEN #IMPLIED" >
1382
+
1383
+
1384
+ <!-- ISSUE SPONSOR ATTRIBUTES -->
1385
+ <!-- Attribute list for <issue-sponsor> element -->
1386
+ <!ENTITY % issue-sponsor-atts
1387
+ "%jats-common-atts;
1388
+ content-type
1389
+ CDATA #IMPLIED
1390
+ specific-use
1391
+ CDATA #IMPLIED
1392
+ xml:lang NMTOKEN #IMPLIED" >
1393
+
1394
+
1395
+ <!-- ISSUE TITLE ATTRIBUTES -->
1396
+ <!-- Attribute list for <issue-title> element -->
1397
+ <!ENTITY % issue-title-atts
1398
+ "%jats-common-atts;
1399
+ content-type
1400
+ CDATA #IMPLIED
1401
+ specific-use
1402
+ CDATA #IMPLIED
1403
+ xml:lang NMTOKEN #IMPLIED" >
1404
+
1405
+
1406
+ <!-- JOURNAL IDENTIFIER ATTRIBUTES -->
1407
+ <!-- Attribute list for journal identifier
1408
+ <journal-id> element -->
1409
+ <!ENTITY % journal-id-atts
1410
+ "%jats-common-atts;
1411
+ journal-id-type
1412
+ CDATA #IMPLIED
1413
+ specific-use
1414
+ CDATA #IMPLIED
1415
+ xml:lang NMTOKEN #IMPLIED" >
1416
+
1417
+
1418
+ <!-- LABEL ATTRIBUTES -->
1419
+ <!-- Attributes for the <label> element -->
1420
+ <!ENTITY % label-atts
1421
+ "%jats-common-atts;
1422
+ alt CDATA #IMPLIED
1423
+ xml:lang NMTOKEN #IMPLIED" >
1424
+
1425
+
1426
+ <!-- LICENSE ATTRIBUTES -->
1427
+ <!-- Attributes for the <license> element -->
1428
+ <!ENTITY % license-atts
1429
+ "%jats-common-atts;
1430
+ license-type
1431
+ CDATA #IMPLIED
1432
+ specific-use
1433
+ CDATA #IMPLIED
1434
+ xml:lang NMTOKEN #IMPLIED
1435
+ %might-link-atts;" >
1436
+
1437
+
1438
+ <!-- LICENSE PARAGRAPH ATTRIBUTES -->
1439
+ <!-- Attributes for the <license> element -->
1440
+ <!ENTITY % license-p-atts
1441
+ "%jats-common-atts;
1442
+ content-type
1443
+ CDATA #IMPLIED
1444
+ specific-use
1445
+ CDATA #IMPLIED" >
1446
+
1447
+
1448
+ <!-- LICENSE REFERENCE ATTRIBUTES -->
1449
+ <!-- Attributes for the ALI namespaced
1450
+ <ali:license_ref> element -->
1451
+ <!ENTITY % license-ref-atts
1452
+ "%jats-common-atts;
1453
+ content-type
1454
+ CDATA #IMPLIED
1455
+ specific-use
1456
+ CDATA #IMPLIED
1457
+ start_date CDATA #IMPLIED
1458
+ %ali.xmlns.attrib;" >
1459
+
1460
+
1461
+ <!-- LONG DESCRIPTION ATTRIBUTES -->
1462
+ <!-- Attributes for the <long-desc> element -->
1463
+ <!ENTITY % long-desc-atts
1464
+ "%jats-common-atts;
1465
+ content-type
1466
+ CDATA #IMPLIED
1467
+ specific-use
1468
+ CDATA #IMPLIED
1469
+ xml:lang NMTOKEN #IMPLIED
1470
+ %might-link-atts;" >
1471
+
1472
+
1473
+ <!-- LPAGE ATTRIBUTES -->
1474
+ <!-- Attributes for the <lpage> element -->
1475
+ <!ENTITY % lpage-atts
1476
+ "%jats-common-atts;
1477
+ content-type
1478
+ CDATA #IMPLIED
1479
+ specific-use
1480
+ CDATA #IMPLIED
1481
+ xml:lang NMTOKEN #IMPLIED" >
1482
+
1483
+
1484
+ <!-- METADATA NAME (CUSTOM) ATTRIBUTES -->
1485
+ <!-- Attributes for <meta-name> element -->
1486
+ <!ENTITY % meta-name-atts
1487
+ "%jats-common-atts;" >
1488
+
1489
+
1490
+ <!-- METADATA VALUE (CUSTOM) ATTRIBUTES -->
1491
+ <!-- Attributes for <meta-value> element -->
1492
+ <!ENTITY % meta-value-atts
1493
+ "%jats-common-atts;" >
1494
+
1495
+
1496
+ <!-- MIXED CITATION ATTRIBUTES -->
1497
+ <!-- Attributes for <mixed-citation> element -->
1498
+ <!ENTITY % mixed-citation-atts
1499
+ "%citation-atts;" >
1500
+
1501
+
1502
+ <!-- MONTH ATTRIBUTES -->
1503
+ <!-- Attributes for the <month> element -->
1504
+ <!ENTITY % month-atts
1505
+ "%jats-common-atts;
1506
+ content-type
1507
+ CDATA #IMPLIED
1508
+ specific-use
1509
+ CDATA #IMPLIED
1510
+ xml:lang NMTOKEN #IMPLIED" >
1511
+
1512
+
1513
+ <!-- NAME ATTRIBUTES -->
1514
+ <!-- Attribute list for the <name> element -->
1515
+ <!ENTITY % name-atts
1516
+ "%jats-common-atts;
1517
+ content-type
1518
+ CDATA #IMPLIED
1519
+ name-style (western | eastern | islensk |
1520
+ given-only) 'western'
1521
+ specific-use
1522
+ CDATA #IMPLIED
1523
+ xml:lang NMTOKEN #IMPLIED" >
1524
+
1525
+
1526
+ <!-- NAME ALTERNATIVES ATTRIBUTES -->
1527
+ <!-- Attributes for the <name-alternatives>
1528
+ element -->
1529
+ <!ENTITY % name-alternatives-atts
1530
+ "%jats-common-atts;" >
1531
+
1532
+
1533
+ <!-- NOTES ATTRIBUTES -->
1534
+ <!-- Attribute list for the <note> element -->
1535
+ <!ENTITY % notes-atts
1536
+ "%jats-common-atts;
1537
+ notes-type CDATA #IMPLIED
1538
+ specific-use
1539
+ CDATA #IMPLIED
1540
+ xml:lang NMTOKEN #IMPLIED" >
1541
+
1542
+
1543
+ <!-- OBJECT IDENTIFIER ATTRIBUTES -->
1544
+ <!-- Attributes for the <object-id> element -->
1545
+ <!ENTITY % object-id-atts
1546
+ "%jats-common-atts;
1547
+ pub-id-type
1548
+ CDATA #IMPLIED
1549
+ content-type
1550
+ CDATA #IMPLIED
1551
+ specific-use
1552
+ CDATA #IMPLIED" >
1553
+
1554
+
1555
+ <!-- ON BEHALF OF ATTRIBUTES -->
1556
+ <!-- Attributes for the <on-behalf-of> element -->
1557
+ <!ENTITY % on-behalf-of-atts
1558
+ "%jats-common-atts;
1559
+ specific-use
1560
+ CDATA #IMPLIED
1561
+ xml:lang NMTOKEN #IMPLIED" >
1562
+
1563
+
1564
+ <!-- PAGE RANGE ATTRIBUTES -->
1565
+ <!-- Attributes for the <page-range> element -->
1566
+ <!ENTITY % page-range-atts
1567
+ "%jats-common-atts;
1568
+ content-type
1569
+ CDATA #IMPLIED
1570
+ specific-use
1571
+ CDATA #IMPLIED
1572
+ xml:lang NMTOKEN #IMPLIED" >
1573
+
1574
+
1575
+ <!-- PERMISSIONS ATTRIBUTES -->
1576
+ <!-- Attributes for the <permission> element -->
1577
+ <!ENTITY % permissions-atts
1578
+ "%jats-common-atts;" >
1579
+
1580
+
1581
+ <!-- PHONE ATTRIBUTES -->
1582
+ <!-- Attributes for the <phone> element -->
1583
+ <!ENTITY % phone-atts
1584
+ "%jats-common-atts;
1585
+ content-type
1586
+ CDATA #IMPLIED
1587
+ specific-use
1588
+ CDATA #IMPLIED" >
1589
+
1590
+
1591
+ <!-- POSTAL CODE ATTRIBUTES -->
1592
+ <!-- Attributes for the <postal-code> element -->
1593
+ <!ENTITY % postal-code-atts
1594
+ "%jats-common-atts;
1595
+ content-type
1596
+ CDATA #IMPLIED
1597
+ specific-use
1598
+ CDATA #IMPLIED
1599
+ xml:lang NMTOKEN #IMPLIED" >
1600
+
1601
+
1602
+ <!-- PREFIX ATTRIBUTES -->
1603
+ <!-- Attributes for the <prefix> element -->
1604
+ <!ENTITY % prefix-atts
1605
+ "%jats-common-atts;
1606
+ content-type
1607
+ CDATA #IMPLIED
1608
+ specific-use
1609
+ CDATA #IMPLIED
1610
+ xml:lang NMTOKEN #IMPLIED" >
1611
+
1612
+
1613
+ <!-- PRICE ATTRIBUTES -->
1614
+ <!-- Attributes for the <price> element -->
1615
+ <!ENTITY % price-atts
1616
+ "%jats-common-atts;
1617
+ currency CDATA #IMPLIED
1618
+ content-type
1619
+ CDATA #IMPLIED
1620
+ specific-use
1621
+ CDATA #IMPLIED
1622
+ xml:lang NMTOKEN #IMPLIED" >
1623
+
1624
+
1625
+ <!-- PUBLISHER ATTRIBUTES -->
1626
+ <!-- Attributes for the <publisher> element -->
1627
+ <!ENTITY % publisher-atts
1628
+ "%jats-common-atts;
1629
+ content-type
1630
+ CDATA #IMPLIED" >
1631
+
1632
+
1633
+ <!-- PUBLISHER LOCATION ATTRIBUTES -->
1634
+ <!-- Attributes for the <publisher-loc> element -->
1635
+ <!ENTITY % publisher-loc-atts
1636
+ "%jats-common-atts;
1637
+ specific-use
1638
+ CDATA #IMPLIED
1639
+ xml:lang NMTOKEN #IMPLIED" >
1640
+
1641
+
1642
+ <!-- PUBLISHER NAME ATTRIBUTES -->
1643
+ <!-- Attributes for the <publisher-name> element-->
1644
+ <!ENTITY % publisher-name-atts
1645
+ "%jats-common-atts;
1646
+ specific-use
1647
+ CDATA #IMPLIED
1648
+ xml:lang NMTOKEN #IMPLIED" >
1649
+
1650
+
1651
+ <!-- RELATED ARTICLE ATTRIBUTES -->
1652
+ <!-- Attributes for <related-article> -->
1653
+ <!ENTITY % related-article-atts
1654
+ "%jats-common-atts;
1655
+ related-article-type
1656
+ CDATA #REQUIRED
1657
+ ext-link-type
1658
+ CDATA #IMPLIED
1659
+ vol CDATA #IMPLIED
1660
+ page CDATA #IMPLIED
1661
+ issue CDATA #IMPLIED
1662
+ elocation-id
1663
+ CDATA #IMPLIED
1664
+ journal-id
1665
+ CDATA #IMPLIED
1666
+ journal-id-type
1667
+ CDATA #IMPLIED
1668
+ specific-use
1669
+ CDATA #IMPLIED
1670
+ xml:lang NMTOKEN #IMPLIED
1671
+ %might-link-atts;" >
1672
+
1673
+
1674
+ <!-- ROLE ATTRIBUTES -->
1675
+ <!-- Attributes for the <role> element -->
1676
+ <!ENTITY % role-atts
1677
+ "%jats-common-atts;
1678
+ content-type
1679
+ CDATA #IMPLIED
1680
+ specific-use
1681
+ CDATA #IMPLIED
1682
+ xml:lang NMTOKEN #IMPLIED" >
1683
+
1684
+
1685
+ <!-- SEASON ATTRIBUTES -->
1686
+ <!-- Attributes for the <season> element -->
1687
+ <!ENTITY % season-atts
1688
+ "%jats-common-atts;
1689
+ content-type
1690
+ CDATA #IMPLIED
1691
+ specific-use
1692
+ CDATA #IMPLIED
1693
+ xml:lang NMTOKEN #IMPLIED" >
1694
+
1695
+
1696
+ <!-- SIGNATURE ATTRIBUTES -->
1697
+ <!-- Attributes for the <sig> element -->
1698
+ <!ENTITY % sig-atts
1699
+ "%jats-common-atts;
1700
+ rid IDREFS #IMPLIED
1701
+ content-type
1702
+ CDATA #IMPLIED
1703
+ specific-use
1704
+ CDATA #IMPLIED
1705
+ xml:lang NMTOKEN #IMPLIED" >
1706
+
1707
+
1708
+ <!-- SIGNATURE BLOCK ATTRIBUTES -->
1709
+ <!-- Attributes for the <sig-block> element -->
1710
+ <!ENTITY % sig-block-atts
1711
+ "%jats-common-atts;
1712
+ rid IDREFS #IMPLIED
1713
+ content-type
1714
+ CDATA #IMPLIED
1715
+ specific-use
1716
+ CDATA #IMPLIED" >
1717
+
1718
+
1719
+ <!-- SIZE ATTRIBUTES -->
1720
+ <!-- Attribute list for the <size> element -->
1721
+ <!ENTITY % size-atts
1722
+ "%jats-common-atts;
1723
+ units CDATA #REQUIRED
1724
+ specific-use
1725
+ CDATA #IMPLIED
1726
+ xml:lang NMTOKEN #IMPLIED" >
1727
+
1728
+
1729
+ <!-- STATE ATTRIBUTES -->
1730
+ <!-- Attributes for the <state> element -->
1731
+ <!ENTITY % state-atts
1732
+ "%jats-common-atts;
1733
+ content-type
1734
+ CDATA #IMPLIED
1735
+ specific-use
1736
+ CDATA #IMPLIED
1737
+ xml:lang NMTOKEN #IMPLIED" >
1738
+
1739
+
1740
+ <!-- STRING DATE ATTRIBUTES -->
1741
+ <!-- Attributes for the <string-date> element -->
1742
+ <!ENTITY % string-date-atts
1743
+ "%jats-common-atts;
1744
+ iso-8601-date
1745
+ CDATA #IMPLIED
1746
+ calendar CDATA #IMPLIED
1747
+ content-type
1748
+ CDATA #IMPLIED
1749
+ specific-use
1750
+ CDATA #IMPLIED
1751
+ xml:lang NMTOKEN #IMPLIED" >
1752
+
1753
+
1754
+ <!-- STRING NAME ATTRIBUTES -->
1755
+ <!-- Attribute list for the <string-name> element
1756
+ -->
1757
+ <!ENTITY % string-name-atts
1758
+ "%jats-common-atts;
1759
+ content-type
1760
+ CDATA #IMPLIED
1761
+ name-style
1762
+ (western | eastern | islensk | given-only)
1763
+ 'western'
1764
+ specific-use
1765
+ CDATA #IMPLIED
1766
+ xml:lang NMTOKEN #IMPLIED" >
1767
+
1768
+
1769
+ <!-- SUFFIX ATTRIBUTES -->
1770
+ <!-- Attributes for the <suffix> element -->
1771
+ <!ENTITY % suffix-atts
1772
+ "%jats-common-atts;
1773
+ content-type
1774
+ CDATA #IMPLIED
1775
+ specific-use
1776
+ CDATA #IMPLIED
1777
+ xml:lang NMTOKEN #IMPLIED" >
1778
+
1779
+
1780
+ <!-- SUPPLEMENT ATTRIBUTES -->
1781
+ <!-- Attributes for the <supplement> element -->
1782
+ <!ENTITY % supplement-atts
1783
+ "%jats-common-atts;
1784
+ supplement-type
1785
+ CDATA #IMPLIED
1786
+ specific-use
1787
+ CDATA #IMPLIED
1788
+ xml:lang NMTOKEN #IMPLIED" >
1789
+
1790
+
1791
+ <!-- SURNAME ATTRIBUTES -->
1792
+ <!-- Attribute list for the <surname> element -->
1793
+ <!ENTITY % surname-atts
1794
+ "%jats-common-atts;
1795
+ initials CDATA #IMPLIED" >
1796
+
1797
+
1798
+ <!-- TEXTUAL FORM ATTRIBUTES -->
1799
+ <!-- Attributes for the <textual-form> element -->
1800
+ <!ENTITY % textual-form-atts
1801
+ "%jats-common-atts;
1802
+ specific-use
1803
+ CDATA #IMPLIED
1804
+ xml:lang NMTOKEN #IMPLIED" >
1805
+
1806
+
1807
+ <!-- TITLE ATTRIBUTES -->
1808
+ <!-- Attributes for the <title> element -->
1809
+ <!ENTITY % title-atts
1810
+ "%jats-common-atts;
1811
+ content-type
1812
+ CDATA #IMPLIED
1813
+ specific-use
1814
+ CDATA #IMPLIED" >
1815
+
1816
+
1817
+ <!-- TRANSLATED SUBTITLE ATTRIBUTES -->
1818
+ <!-- Attributes for the <trans-subtitle>
1819
+ element -->
1820
+ <!ENTITY % trans-subtitle-atts
1821
+ "%jats-common-atts;
1822
+ specific-use
1823
+ CDATA #IMPLIED
1824
+ xml:lang NMTOKEN #IMPLIED" >
1825
+
1826
+
1827
+ <!-- TRANSLATED TITLE ATTRIBUTES -->
1828
+ <!-- Attribute list for the <trans-title> -->
1829
+ <!ENTITY % trans-title-atts
1830
+ "%jats-common-atts;
1831
+ content-type
1832
+ CDATA #IMPLIED
1833
+ specific-use
1834
+ CDATA #IMPLIED
1835
+ xml:lang NMTOKEN #IMPLIED" >
1836
+
1837
+
1838
+ <!-- TRANSLATED TITLE GROUP ATTRIBUTES -->
1839
+ <!-- Attribute list for the <trans-title-group> -->
1840
+ <!ENTITY % trans-title-group-atts
1841
+ "%jats-common-atts;
1842
+ content-type
1843
+ CDATA #IMPLIED
1844
+ specific-use
1845
+ CDATA #IMPLIED
1846
+ xml:lang NMTOKEN #IMPLIED" >
1847
+
1848
+
1849
+ <!-- URI ATTRIBUTES -->
1850
+ <!-- Attributes for the <uri> element -->
1851
+ <!ENTITY % uri-atts
1852
+ "%jats-common-atts;
1853
+ content-type
1854
+ CDATA #IMPLIED
1855
+ specific-use
1856
+ CDATA #IMPLIED
1857
+ xml:lang NMTOKEN #IMPLIED
1858
+ %might-link-atts;" >
1859
+
1860
+
1861
+ <!-- VOLUME NUMBER ATTRIBUTES -->
1862
+ <!-- Attribute list for the <volume> element -->
1863
+ <!ENTITY % volume-atts
1864
+ "%jats-common-atts;
1865
+ seq CDATA #IMPLIED
1866
+ content-type
1867
+ CDATA #IMPLIED
1868
+ specific-use
1869
+ CDATA #IMPLIED
1870
+ xml:lang NMTOKEN #IMPLIED" >
1871
+
1872
+
1873
+ <!-- VOLUME IDENTIFIER ATTRIBUTES -->
1874
+ <!-- Attributes for the <volume-id> element -->
1875
+ <!ENTITY % volume-id-atts
1876
+ "%jats-common-atts;
1877
+ pub-id-type
1878
+ CDATA #IMPLIED
1879
+ content-type
1880
+ CDATA #IMPLIED
1881
+ specific-use
1882
+ CDATA #IMPLIED
1883
+ xml:lang NMTOKEN #IMPLIED
1884
+ %might-link-atts;" >
1885
+
1886
+
1887
+ <!-- VOLUME ISSUE GROUPING ATTRIBUTES -->
1888
+ <!-- Attribute list for the <volume-issue-group>
1889
+ element -->
1890
+ <!ENTITY % volume-issue-group-atts
1891
+ "%jats-common-atts;
1892
+ content-type
1893
+ CDATA #IMPLIED
1894
+ specific-use
1895
+ CDATA #IMPLIED
1896
+ xml:lang NMTOKEN #IMPLIED" >
1897
+
1898
+
1899
+ <!-- VOLUME SERIES ATTRIBUTES -->
1900
+ <!-- Attribute list for the <volume-series>
1901
+ element -->
1902
+ <!ENTITY % volume-series-atts
1903
+ "%jats-common-atts;
1904
+ content-type
1905
+ CDATA #IMPLIED
1906
+ specific-use
1907
+ CDATA #IMPLIED
1908
+ xml:lang NMTOKEN #IMPLIED" >
1909
+
1910
+
1911
+ <!-- YEAR ATTRIBUTES -->
1912
+ <!-- Attributes for the <year> element -->
1913
+ <!ENTITY % year-atts
1914
+ "%jats-common-atts;
1915
+ content-type
1916
+ CDATA #IMPLIED
1917
+ iso-8601-date
1918
+ CDATA #IMPLIED
1919
+ calendar CDATA #IMPLIED
1920
+ specific-use
1921
+ CDATA #IMPLIED
1922
+ xml:lang NMTOKEN #IMPLIED" >
1923
+
1924
+
1925
+ <!-- ============================================================= -->
1926
+ <!-- METADATA USED BY MORE THAN ONE CLASS -->
1927
+ <!-- ============================================================= -->
1928
+
1929
+ <!-- ============================================================= -->
1930
+ <!-- NISO ACCESS AND INDICATOR ELEMENTS -->
1931
+ <!-- ============================================================= -->
1932
+
1933
+
1934
+ <!-- FREE TO READ (NISO ALI) MODEL -->
1935
+ <!-- Content model for the ALI namespaced
1936
+ <ali:free_to_read> element. -->
1937
+ <!ENTITY % free-to-read-model
1938
+ "EMPTY" >
1939
+
1940
+
1941
+ <!-- FREE TO READ (NISO ALI) -->
1942
+ <!-- An EMPTY element whose presence indicates
1943
+ that a document or portion of a document
1944
+ is free to be read.
1945
+ Remarks: Defined in "NISO Access License and
1946
+ Indicators (ALI) NISO RP-22-2015".
1947
+ Details at:
1948
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=ali:free_to_read
1949
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=ali:free_to_read
1950
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=ali:free_to_read
1951
+ -->
1952
+ <!ELEMENT ali:free_to_read
1953
+ %free-to-read-model; >
1954
+ <!ATTLIST ali:free_to_read
1955
+ %free-to-read-atts; >
1956
+
1957
+
1958
+ <!-- LICENSE REFERENCE (NISO ALI) MODEL -->
1959
+ <!-- Content model for the ALI namespaced
1960
+ <ali:license_ref> element. -->
1961
+ <!ENTITY % license-ref-model
1962
+ "%anyURI;" >
1963
+
1964
+
1965
+ <!-- LICENSE REFERENCE (NISO ALI) -->
1966
+ <!-- A URI that is a pointer to a public license
1967
+ or waiver. If the element has content, it
1968
+ must be a URI.
1969
+ Remarks: Defined in "NISO Access License and
1970
+ Indicators (ALI) NISO RP-22-2015".
1971
+ Details at:
1972
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=ali:license_ref
1973
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=ali:license_ref
1974
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=ali:license_ref
1975
+ -->
1976
+ <!ELEMENT ali:license_ref
1977
+ %license-ref-model; >
1978
+ <!ATTLIST ali:license_ref
1979
+ %license-ref-atts; >
1980
+
1981
+
1982
+ <!-- ============================================================= -->
1983
+ <!-- CONTRIBUTOR GROUP (AUTHOR/EDITOR) ELEMENTS -->
1984
+ <!-- ============================================================= -->
1985
+
1986
+
1987
+ <!-- CONTRIBUTOR GROUP MODEL -->
1988
+ <!-- Content model for the <contrib-group>
1989
+ element -->
1990
+ <!ENTITY % contrib-group-model
1991
+ "((%contrib.class;)+,
1992
+ (%contrib-info.class;)* )" >
1993
+
1994
+
1995
+ <!-- CONTRIBUTOR GROUP -->
1996
+ <!-- Wrapper element for information concerning
1997
+ a grouping of contributors, such as the
1998
+ primary authors
1999
+ Details at:
2000
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=contrib-group
2001
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=contrib-group
2002
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=contrib-group
2003
+ -->
2004
+ <!ELEMENT contrib-group
2005
+ %contrib-group-model; >
2006
+ <!ATTLIST contrib-group
2007
+ %contrib-group-atts; >
2008
+
2009
+
2010
+ <!-- CONTRIBUTOR MODEL -->
2011
+ <!-- Content model for the <contrib> element -->
2012
+ <!ENTITY % contrib-model
2013
+ "((%contrib-id.class;)*, (%name.class;)*,
2014
+ (%degree.class; | %contrib-info.class;)* )">
2015
+
2016
+
2017
+ <!-- CONTRIBUTOR -->
2018
+ <!-- Wrapper element to contain the information
2019
+ about a single contributor, for example an
2020
+ author or editor.
2021
+ Details at:
2022
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=contrib
2023
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=contrib
2024
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=contrib
2025
+ -->
2026
+ <!ELEMENT contrib %contrib-model; >
2027
+ <!ATTLIST contrib
2028
+ %contrib-atts; >
2029
+
2030
+
2031
+ <!-- ============================================================= -->
2032
+ <!-- COMMON COPYRIGHT/PERMISSION ELEMENTS -->
2033
+ <!-- ============================================================= -->
2034
+
2035
+
2036
+ <!-- COPYRIGHT HOLDER ELEMENTS -->
2037
+ <!-- Elements to be mixed with data characters
2038
+ inside the content model for the
2039
+ <copyright-holder> element. -->
2040
+ <!ENTITY % copyright-holder-elements
2041
+ "| %institution-wrap.class; | %subsup.class;">
2042
+
2043
+
2044
+ <!-- COPYRIGHT HOLDER -->
2045
+ <!-- Name of the organizational or personal
2046
+ entity that holds the copyright.
2047
+ Details at:
2048
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=copyright-holder
2049
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=copyright-holder
2050
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=copyright-holder
2051
+ -->
2052
+ <!ELEMENT copyright-holder
2053
+ (#PCDATA %copyright-holder-elements;)* >
2054
+ <!ATTLIST copyright-holder
2055
+ %copyright-holder-atts; >
2056
+
2057
+
2058
+ <!-- COPYRIGHT STATEMENT ELEMENTS -->
2059
+ <!-- Content model for <copyright-statement> -->
2060
+ <!ENTITY % copyright-statement-elements
2061
+ "| %address-link.class; | %emphasis.class; |
2062
+ %phrase-content.class; | %subsup.class;" >
2063
+
2064
+
2065
+ <!-- COPYRIGHT STATEMENT -->
2066
+ <!-- Copyright notice or statement, suitable for
2067
+ printing or display. Within the statement the
2068
+ copyright year should be identified, if
2069
+ expected to be displayed.
2070
+ Details at:
2071
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=copyright-statement
2072
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=copyright-statement
2073
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=copyright-statement
2074
+ -->
2075
+ <!ELEMENT copyright-statement
2076
+ (#PCDATA %copyright-statement-elements;)* >
2077
+ <!ATTLIST copyright-statement
2078
+ %copyright-statement-atts; >
2079
+
2080
+
2081
+ <!-- COPYRIGHT YEAR -->
2082
+ <!-- Year of the copyright. Need not be used, if,
2083
+ for example, having the year as part of the
2084
+ copyright statement is sufficient.
2085
+ Details at:
2086
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=copyright-year
2087
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=copyright-year
2088
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=copyright-year
2089
+ -->
2090
+ <!ELEMENT copyright-year
2091
+ (#PCDATA) >
2092
+ <!ATTLIST copyright-year
2093
+ %copyright-year-atts; >
2094
+
2095
+
2096
+ <!-- LICENSE MODEL -->
2097
+ <!-- Content model for an <license> element -->
2098
+ <!ENTITY % license-model
2099
+ "((%license-p.class;)+)" >
2100
+
2101
+
2102
+ <!-- LICENSE INFORMATION -->
2103
+ <!-- The set of conditions under which people are
2104
+ allowed to use this article or other
2105
+ license-related information or restrictions.
2106
+ Details at:
2107
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=license
2108
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=license
2109
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=license
2110
+ -->
2111
+ <!ELEMENT license %license-model; >
2112
+ <!ATTLIST license
2113
+ %license-atts; >
2114
+
2115
+
2116
+ <!-- LICENSE PARAGRAPH ELEMENTS -->
2117
+ <!-- Elements that can be included with the text
2118
+ inside a <license-p> element.
2119
+ Design Note: All inline mixes begin with an
2120
+ OR bar, but since %p-elements; is an
2121
+ inline mix, the OR bar is already there. -->
2122
+ <!ENTITY % license-p-elements
2123
+ "%p-elements; | %price.class;" >
2124
+
2125
+
2126
+ <!-- LICENSE PARAGRAPH -->
2127
+ <!-- Paragraphs of text within the description of
2128
+ a <license>. Not defined as an ordinary
2129
+ paragraph, so that it can have special
2130
+ content.
2131
+ Details at:
2132
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=license-p
2133
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=license-p
2134
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=license-p
2135
+ -->
2136
+ <!ELEMENT license-p (#PCDATA %license-p-elements;)* >
2137
+ <!ATTLIST license-p
2138
+ %license-p-atts; >
2139
+
2140
+
2141
+ <!-- PERMISSIONS MODEL -->
2142
+ <!-- Model for <permissions> wrapper element -->
2143
+ <!ENTITY % permissions-model
2144
+ "(copyright-statement*, copyright-year*,
2145
+ copyright-holder*, (%license.class;)*)" >
2146
+
2147
+
2148
+ <!-- PERMISSIONS -->
2149
+ <!-- Wrapper element to hold the copyright
2150
+ information, license material, and any
2151
+ future similar metadata.
2152
+ Details at:
2153
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=permissions
2154
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=permissions
2155
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=permissions
2156
+ -->
2157
+ <!ELEMENT permissions %permissions-model; >
2158
+ <!ATTLIST permissions
2159
+ %permissions-atts; >
2160
+
2161
+
2162
+ <!-- ============================================================= -->
2163
+ <!-- COMMON METADATA/BIBLIOGRAPHIC ELEMENTS -->
2164
+ <!-- ============================================================= -->
2165
+
2166
+
2167
+ <!-- ARTICLE TITLE ELEMENTS -->
2168
+ <!-- Elements that can be included with the text
2169
+ inside an <article-title> element.
2170
+ Design Note: All inline mixes begin with an
2171
+ OR bar, but since %simple-phrase; is an
2172
+ inline mix, the OR bar is already there. -->
2173
+ <!ENTITY % article-title-elements
2174
+ "%simple-phrase; | %break.class;" >
2175
+
2176
+
2177
+ <!-- ARTICLE TITLE -->
2178
+ <!-- The title of the article in the language
2179
+ in which the article was originally
2180
+ published
2181
+ Details at:
2182
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=article-title
2183
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=article-title
2184
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=article-title
2185
+ -->
2186
+ <!ELEMENT article-title
2187
+ (#PCDATA %article-title-elements;)* >
2188
+ <!ATTLIST article-title
2189
+ %article-title-atts; >
2190
+
2191
+
2192
+ <!-- AFFILIATION ELEMENTS -->
2193
+ <!-- Elements for use in the <aff> element -->
2194
+ <!ENTITY % aff-elements "| %address.class; | %address-link.class; |
2195
+ %article-link.class; | %break.class; |
2196
+ %emphasis.class; | %label.class; |
2197
+ %simple-link.class; | %subsup.class;" >
2198
+
2199
+
2200
+ <!-- AFFILIATION -->
2201
+ <!-- Name of a institution or organization such as
2202
+ a university or corporation.
2203
+ Details at:
2204
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=aff
2205
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=aff
2206
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=aff
2207
+ -->
2208
+ <!ELEMENT aff (#PCDATA %aff-elements;)* >
2209
+ <!ATTLIST aff
2210
+ %aff-atts; >
2211
+
2212
+
2213
+ <!-- AFFILIATION ALTERNATIVES MODEL -->
2214
+ <!-- Content model for the element
2215
+ <aff-alternatives> -->
2216
+ <!ENTITY % aff-alternatives-model
2217
+ "(aff+)" >
2218
+
2219
+
2220
+ <!-- AFFILIATION ALTERNATIVES -->
2221
+ <!-- Container element to hold one or more
2222
+ representations of a single affiliation, for
2223
+ example the name of an institution in two
2224
+ languages or two scripts.
2225
+ Details at:
2226
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=aff-alternatives
2227
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=aff-alternatives
2228
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=aff-alternatives
2229
+ -->
2230
+ <!ELEMENT aff-alternatives
2231
+ %aff-alternatives-model; >
2232
+ <!ATTLIST aff-alternatives
2233
+ %aff-alternatives-atts; >
2234
+
2235
+
2236
+ <!-- CONFERENCE DATE ELEMENTS -->
2237
+ <!-- Elements for use in the <conf-date> element-->
2238
+ <!ENTITY % conf-date-elements
2239
+ "" >
2240
+
2241
+
2242
+ <!-- CONFERENCE DATE -->
2243
+ <!-- The date(s) on which the conference was held.
2244
+ Details at:
2245
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=conf-date
2246
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=conf-date
2247
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=conf-date
2248
+ -->
2249
+ <!ELEMENT conf-date (#PCDATA %conf-date-elements;)* >
2250
+ <!ATTLIST conf-date
2251
+ %conf-date-atts; >
2252
+
2253
+
2254
+ <!-- CONFERENCE LOCATION ELEMENTS -->
2255
+ <!-- Elements for use in the <conf-loc> element
2256
+ Design Note: All inline mixes begin with an
2257
+ OR bar, but since %simple-text; is an inline
2258
+ mix, the OR bar is already there. -->
2259
+ <!ENTITY % conf-loc-elements
2260
+ "%simple-text; | %address.class;" >
2261
+
2262
+
2263
+ <!-- CONFERENCE LOCATION -->
2264
+ <!-- The physical location(s) of the conference.
2265
+ This may include a city, a country, or a
2266
+ campus or organization location if that is
2267
+ the only location available.
2268
+ Details at:
2269
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=conf-loc
2270
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=conf-loc
2271
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=conf-loc
2272
+ -->
2273
+ <!ELEMENT conf-loc (#PCDATA %conf-loc-elements;)* >
2274
+ <!ATTLIST conf-loc
2275
+ %conf-loc-atts; >
2276
+
2277
+
2278
+ <!-- CONFERENCE NAME ELEMENTS -->
2279
+ <!-- Elements for use in the <conf-name> element.
2280
+ Design Note: All inline mixes begin with an
2281
+ OR bar, but since %simple-text; is an inline
2282
+ mix, the OR bar is already there. -->
2283
+ <!ENTITY % conf-name-elements
2284
+ "%simple-text;" >
2285
+
2286
+
2287
+ <!-- CONFERENCE NAME -->
2288
+ <!-- The full name of the conference, including any
2289
+ qualifiers such as "43rd Annual".
2290
+ Details at:
2291
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=conf-name
2292
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=conf-name
2293
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=conf-name
2294
+ -->
2295
+ <!ELEMENT conf-name (#PCDATA %conf-name-elements;)* >
2296
+ <!ATTLIST conf-name
2297
+ %conf-name-atts; >
2298
+
2299
+
2300
+ <!-- CONFERENCE SPONSOR ELEMENTS -->
2301
+ <!-- The elements that can be included along with
2302
+ data characters inside the content model of
2303
+ the conference sponsor.
2304
+ Design Note: All inline mixes begin with an
2305
+ OR bar, but since %simple-text; is an inline
2306
+ mix, the OR bar is already there. -->
2307
+ <!ENTITY % conf-sponsor-elements
2308
+ "%simple-text; | %institution-wrap.class;" >
2309
+
2310
+
2311
+ <!-- CONFERENCE SPONSOR -->
2312
+ <!-- One organization that sponsored the
2313
+ conference. If more than one organization
2314
+ sponsored the conference, multiple
2315
+ <conf-sponsor> elements should be used.
2316
+ Details at:
2317
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=conf-sponsor
2318
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=conf-sponsor
2319
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=conf-sponsor
2320
+ -->
2321
+ <!ELEMENT conf-sponsor (#PCDATA %conf-sponsor-elements;)* >
2322
+ <!ATTLIST conf-sponsor
2323
+ %conf-sponsor-atts; >
2324
+
2325
+
2326
+ <!-- OBJECT IDENTIFIER -->
2327
+ <!-- Used to record an identifier such as a DOI
2328
+ for an interior element such as an <abstract>
2329
+ or <figure>.
2330
+ Details at:
2331
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=object-id
2332
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=object-id
2333
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=object-id
2334
+ -->
2335
+ <!ELEMENT object-id (#PCDATA) >
2336
+ <!ATTLIST object-id
2337
+ %object-id-atts; >
2338
+
2339
+
2340
+ <!-- ISBN ELEMENTS -->
2341
+ <!-- Elements for use with data characters inside
2342
+ the model for the <isbn> element -->
2343
+ <!ENTITY % isbn-elements
2344
+ "" >
2345
+
2346
+
2347
+ <!-- ISBN -->
2348
+ <!-- International Standard Book Number
2349
+ Details at:
2350
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=isbn
2351
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=isbn
2352
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=isbn
2353
+ -->
2354
+ <!ELEMENT isbn (#PCDATA %isbn-elements;)* >
2355
+ <!ATTLIST isbn
2356
+ %isbn-atts; >
2357
+
2358
+
2359
+ <!-- ISSN ELEMENTS -->
2360
+ <!-- Elements for use with data characters inside
2361
+ the model for the <issue> element -->
2362
+ <!ENTITY % issn-elements
2363
+ "" >
2364
+
2365
+
2366
+ <!-- ISSN -->
2367
+ <!-- International Standard Serial Number
2368
+ Details at:
2369
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=issn
2370
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=issn
2371
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=issn
2372
+ -->
2373
+ <!ELEMENT issn (#PCDATA %issn-elements;)* >
2374
+ <!ATTLIST issn
2375
+ %issn-atts; >
2376
+
2377
+
2378
+ <!-- ISSN-L ELEMENTS -->
2379
+ <!-- Elements for use with data characters inside
2380
+ the model for the <issn-l> element -->
2381
+ <!ENTITY % issn-l-elements
2382
+ "" >
2383
+
2384
+
2385
+ <!-- ISSN LINKING -->
2386
+ <!-- International Standard Linking Serial Number
2387
+ Details at:
2388
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=issn-l
2389
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=issn-l
2390
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=issn-l
2391
+ -->
2392
+ <!ELEMENT issn-l (#PCDATA %issn-l-elements;)* >
2393
+ <!ATTLIST issn-l
2394
+ %issn-l-atts; >
2395
+
2396
+
2397
+ <!-- ISSUE ELEMENTS -->
2398
+ <!-- Elements for use with data characters inside
2399
+ the model for the <issue> element -->
2400
+ <!ENTITY % issue-elements
2401
+ "%just-rendition;" >
2402
+
2403
+
2404
+ <!-- ISSUE NUMBER -->
2405
+ <!-- The issue number, issue name, or other
2406
+ identifier of an issue of a journal that
2407
+ is displayed or printed with the issue.
2408
+ Details at:
2409
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=issue
2410
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=issue
2411
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=issue
2412
+ -->
2413
+ <!ELEMENT issue (#PCDATA %issue-elements;)* >
2414
+ <!ATTLIST issue
2415
+ %issue-atts; >
2416
+
2417
+
2418
+ <!-- ISSUE IDENTIFIER -->
2419
+ <!-- Used to record an identifier such as a DOI
2420
+ that describes an entire issue of a
2421
+ journal
2422
+ Details at:
2423
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=issue-id
2424
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=issue-id
2425
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=issue-id
2426
+ -->
2427
+ <!ELEMENT issue-id (#PCDATA) >
2428
+ <!ATTLIST issue-id
2429
+ %issue-id-atts; >
2430
+
2431
+
2432
+ <!-- ISSUE PART ELEMENTS -->
2433
+ <!-- Elements that can be added to the text
2434
+ within the element <issue-part> -->
2435
+ <!ENTITY % issue-part-elements
2436
+ "%just-rendition;" >
2437
+
2438
+
2439
+ <!-- ISSUE PART -->
2440
+ <!-- A publisher may split an issue into two or
2441
+ more separately bound or separately issued
2442
+ parts. This element holds the identifiers
2443
+ (titles, part numbers, etc.) for those
2444
+ publishing components.
2445
+ Details at:
2446
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=issue-part
2447
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=issue-part
2448
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=issue-part
2449
+ -->
2450
+ <!ELEMENT issue-part (#PCDATA %issue-part-elements;)* >
2451
+ <!ATTLIST issue-part
2452
+ %issue-part-atts; >
2453
+
2454
+
2455
+ <!-- ISSUE SPONSOR ELEMENTS -->
2456
+ <!-- Elements for use in the <issue-sponsor>
2457
+ element -->
2458
+ <!ENTITY % issue-sponsor-elements
2459
+ "%just-rendition;" >
2460
+
2461
+
2462
+ <!-- ISSUE TITLE -->
2463
+ <!-- Used to record the sponsor for an issue of
2464
+ the journal
2465
+ Details at:
2466
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=issue-sponsor
2467
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=issue-sponsor
2468
+ -->
2469
+ <!ELEMENT issue-sponsor
2470
+ (#PCDATA %issue-sponsor-elements;)* >
2471
+ <!ATTLIST issue-sponsor
2472
+ %issue-sponsor-atts; >
2473
+
2474
+
2475
+ <!-- ISSUE TITLE ELEMENTS -->
2476
+ <!-- Elements for use in the <issue-title> element
2477
+ -->
2478
+ <!ENTITY % issue-title-elements
2479
+ "%just-rendition;" >
2480
+
2481
+
2482
+ <!-- ISSUE TITLE -->
2483
+ <!-- Used to record the theme or special issue
2484
+ title for an issue of the journal
2485
+ Details at:
2486
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=issue-title
2487
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=issue-title
2488
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=issue-title
2489
+ -->
2490
+ <!ELEMENT issue-title (#PCDATA %issue-title-elements;)* >
2491
+ <!ATTLIST issue-title
2492
+ %issue-title-atts; >
2493
+
2494
+
2495
+ <!-- JOURNAL IDENTIFIER -->
2496
+ <!-- Short code that represents the journal; used
2497
+ as an alternative to or short form of the
2498
+ journal title; used for identification of
2499
+ the journal domain.
2500
+ Details at:
2501
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=journal-id
2502
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=journal-id
2503
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=journal-id
2504
+ -->
2505
+ <!ELEMENT journal-id (#PCDATA) >
2506
+ <!ATTLIST journal-id
2507
+ %journal-id-atts; >
2508
+
2509
+
2510
+ <!-- ROLE ELEMENTS -->
2511
+ <!-- The elements that can be included along with
2512
+ data characters inside the content model of
2513
+ a <role>
2514
+ Design Note: All inline mixes begin with an
2515
+ OR bar; since %rendition-plus; is an
2516
+ inline mix, the OR bar is already there. -->
2517
+ <!ENTITY % role-elements
2518
+ "%rendition-plus;" >
2519
+
2520
+
2521
+ <!-- ROLE OR FUNCTION TITLE OF CONTRIBUTOR -->
2522
+ <!-- A title or the role of a contributor
2523
+ (such as an author) in this work. For example,
2524
+ Editor-in-Chief, Contributor, Chief
2525
+ Scientist, Photographer, Research Associate,
2526
+ etc.
2527
+ Details at:
2528
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=role
2529
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=role
2530
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=role
2531
+ -->
2532
+ <!ELEMENT role (#PCDATA %role-elements;)* >
2533
+ <!ATTLIST role
2534
+ %role-atts; >
2535
+
2536
+
2537
+ <!-- TRANSLATED TITLE GROUP MODEL -->
2538
+ <!-- Content model for the element
2539
+ <trans-title-group> -->
2540
+ <!ENTITY % trans-title-group-model
2541
+ "(trans-title, trans-subtitle*)" >
2542
+
2543
+
2544
+ <!-- TRANSLATED TITLE GROUP -->
2545
+ <!-- Container element for all translated, and
2546
+ transliterated journal titles.
2547
+ Details at:
2548
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=trans-title-group
2549
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=trans-title-group
2550
+ -->
2551
+ <!ELEMENT trans-title-group
2552
+ %trans-title-group-model; >
2553
+ <!ATTLIST trans-title-group
2554
+ %trans-title-group-atts; >
2555
+
2556
+
2557
+ <!-- TRANSLATED SUBTITLE -->
2558
+ <!-- An alternate version of an article subtitle
2559
+ that has been translated out of the original
2560
+ language of the article subtitle <subtitle>
2561
+ Details at:
2562
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=trans-subtitle
2563
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=trans-subtitle
2564
+ -->
2565
+ <!ELEMENT trans-subtitle
2566
+ (#PCDATA %trans-subtitle-elements;)* >
2567
+ <!ATTLIST trans-subtitle
2568
+ %trans-subtitle-atts; >
2569
+
2570
+
2571
+ <!-- TRANSLATED TITLE -->
2572
+ <!-- An alternate version of the title that has
2573
+ been translated into a language other than
2574
+ that of the original article title
2575
+ <article-title>
2576
+ Details at:
2577
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=trans-title
2578
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=trans-title
2579
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=trans-title
2580
+ -->
2581
+ <!ELEMENT trans-title (#PCDATA %trans-title-elements;)* >
2582
+ <!ATTLIST trans-title
2583
+ %trans-title-atts; >
2584
+
2585
+
2586
+ <!-- VOLUME NUMBER ELEMENTS -->
2587
+ <!-- The elements that can be included along with
2588
+ data characters inside the content model of
2589
+ a <volume> -->
2590
+ <!ENTITY % volume-elements
2591
+ "%just-rendition; " >
2592
+
2593
+
2594
+ <!-- VOLUME NUMBER -->
2595
+ <!-- NEW DEFINITION FOR RELEASE 2.0:
2596
+ The volume number, volume name, or other
2597
+ identifier of an volume of a journal that
2598
+ is displayed or printed with the volume.
2599
+ Details at:
2600
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=volume
2601
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=volume
2602
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=volume
2603
+ -->
2604
+ <!ELEMENT volume (#PCDATA %volume-elements;)* >
2605
+ <!ATTLIST volume
2606
+ %volume-atts; >
2607
+
2608
+
2609
+ <!-- VOLUME IDENTIFIER ELEMENTS -->
2610
+ <!-- The elements that can be included along with
2611
+ data characters inside the content model of
2612
+ a <volume-id> -->
2613
+ <!ENTITY % volume-id-elements
2614
+ "%just-rendition; " >
2615
+
2616
+
2617
+ <!-- VOLUME IDENTIFIER -->
2618
+ <!-- Used to record an identifier such as a DOI
2619
+ that describes an entire volume of a
2620
+ journal.
2621
+ Details at:
2622
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=volume-id
2623
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=volume-id
2624
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=volume-id
2625
+ -->
2626
+ <!ELEMENT volume-id (#PCDATA %volume-id-elements;)* >
2627
+ <!ATTLIST volume-id
2628
+ %volume-id-atts; >
2629
+
2630
+
2631
+ <!-- VOLUME SERIES ELEMENTS -->
2632
+ <!-- The elements that can be included along with
2633
+ data characters inside the content model of
2634
+ a <volume> -->
2635
+ <!ENTITY % volume-series-elements
2636
+ "%just-rendition; " >
2637
+
2638
+
2639
+ <!-- VOLUME SERIES -->
2640
+ <!-- This is a rare metadata element, intended to
2641
+ hold the series number, in those odd cases
2642
+ where, for example, a Publisher has reissued
2643
+ a journal, restarting the volume numbers
2644
+ with "1", so duplicate volume numbers
2645
+ would exist and need to be differentiated.
2646
+ Such a publisher typically adds a series
2647
+ number to their volume numbers, and
2648
+ this element has been created to hold such
2649
+ a series number.
2650
+ Details at:
2651
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=volume-series
2652
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=volume-series
2653
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=volume-series
2654
+ -->
2655
+ <!ELEMENT volume-series
2656
+ (#PCDATA %volume-series-elements;)* >
2657
+ <!ATTLIST volume-series
2658
+ %volume-series-atts; >
2659
+
2660
+
2661
+ <!-- VOLUME ISSUE GROUP -->
2662
+ <!-- Content model for the element
2663
+ <volume-issue-group>. -->
2664
+ <!ENTITY % volume-issue-group-model
2665
+ "(volume*, volume-id*, volume-series?,
2666
+ issue*, issue-id*, issue-title*,
2667
+ issue-sponsor*, issue-part?)" >
2668
+
2669
+
2670
+ <!-- TRANSLATED TITLE GROUP -->
2671
+ <!-- Container element to hold together related
2672
+ volume and issue elements.
2673
+ Details at:
2674
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=volume-issue-group
2675
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=volume-issue-group
2676
+ -->
2677
+ <!ELEMENT volume-issue-group
2678
+ %volume-issue-group-model; >
2679
+ <!ATTLIST volume-issue-group
2680
+ %volume-issue-group-atts; >
2681
+
2682
+
2683
+ <!-- ============================================================= -->
2684
+ <!-- COMMON ARTICLE METADATA/BIBLIOGRAPHIC -->
2685
+ <!-- CONTRIBUTOR IDENTIFICATION ELEMENTS -->
2686
+ <!-- ============================================================= -->
2687
+
2688
+
2689
+ <!-- ANONYMOUS ELEMENTS -->
2690
+ <!-- The elements that can be included along with
2691
+ data characters inside the content model of
2692
+ an <anonymous> element -->
2693
+ <!ENTITY % anonymous-elements
2694
+ "%just-rendition;" >
2695
+
2696
+
2697
+ <!-- ANONYMOUS CONTENT MODEL -->
2698
+ <!-- The content model for the <anonymous>
2699
+ element -->
2700
+ <!ENTITY % anonymous-model
2701
+ "(#PCDATA %anonymous-elements;)*" >
2702
+
2703
+
2704
+ <!-- ANONYMOUS -->
2705
+ <!-- Place holder for the name of a contributor
2706
+ whose name is unknown or not disclosed.
2707
+ Details at:
2708
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=anonymous
2709
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=anonymous
2710
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=anonymous
2711
+ -->
2712
+ <!ELEMENT anonymous %anonymous-model; >
2713
+ <!ATTLIST anonymous
2714
+ %anonymous-atts; >
2715
+
2716
+
2717
+ <!-- ET AL ELEMENTS -->
2718
+ <!-- The elements that can be included along with
2719
+ data characters inside the content model of
2720
+ an <etal> element -->
2721
+ <!ENTITY % etal-elements
2722
+ "%just-rendition;" >
2723
+
2724
+
2725
+ <!-- ET AL CONTENT MODEL -->
2726
+ <!-- The content model for the <etal> element -->
2727
+ <!ENTITY % etal-model "(#PCDATA %etal-elements;)*" >
2728
+
2729
+
2730
+ <!-- ET AL -->
2731
+ <!-- Most journals model this as an EMPTY element,
2732
+ typically used to generate the text "et al."
2733
+ from a stylesheet. However, a few journal
2734
+ DTDs (Blackwell's, for example) expect
2735
+ content for this element, with such text as
2736
+ "Associates, coworkers, and colleagues".
2737
+ Details at:
2738
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=etal
2739
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=etal
2740
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=etal
2741
+ -->
2742
+ <!ELEMENT etal %etal-model; >
2743
+ <!ATTLIST etal
2744
+ %etal-atts; >
2745
+
2746
+
2747
+ <!-- ============================================================= -->
2748
+ <!-- COMMON ARTICLE METADATA/BIBLIOGRAPHIC -->
2749
+ <!-- PUBLISHER IDENTIFICATION ELEMENTS -->
2750
+ <!-- ============================================================= -->
2751
+
2752
+
2753
+ <!-- ON BEHALF OF CONTENT ELEMENTS -->
2754
+ <!-- The elements that can be included along with
2755
+ data characters inside the content model of
2756
+ <on-behalf-of>
2757
+ Design Note: -%rendition-plus; begins with
2758
+ an OR bar, so this inline mix beguines with
2759
+ an OR bar. -->
2760
+ <!ENTITY % on-behalf-of-elements
2761
+ "%rendition-plus; | %institution-wrap.class;"
2762
+ >
2763
+
2764
+ <!-- ON BEHALF OF -->
2765
+ <!-- When a contributor has written or edited
2766
+ a work "on-behalf-of" an organization or
2767
+ group the contributor is acting as a
2768
+ representative of the organization, which
2769
+ may or may not be his/her usual affiliation.
2770
+ Details at:
2771
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=on-behalf-of
2772
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=on-behalf-of
2773
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=on-behalf-of
2774
+ -->
2775
+ <!ELEMENT on-behalf-of (#PCDATA %on-behalf-of-elements;)* >
2776
+ <!ATTLIST on-behalf-of
2777
+ %on-behalf-of-atts; >
2778
+
2779
+
2780
+ <!-- PUBLISHER CONTENT MODEL -->
2781
+ <!-- The content model for the <publisher>
2782
+ element -->
2783
+ <!ENTITY % publisher-model
2784
+ "((publisher-name, publisher-loc?)+)" >
2785
+
2786
+
2787
+ <!-- PUBLISHER -->
2788
+ <!-- Who published the work
2789
+ Details at:
2790
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=publisher
2791
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=publisher
2792
+ -->
2793
+ <!ELEMENT publisher %publisher-model; >
2794
+ <!ATTLIST publisher
2795
+ %publisher-atts; >
2796
+
2797
+
2798
+ <!-- PUBLISHER'S NAME ELEMENTS -->
2799
+ <!-- The elements that can be included along with
2800
+ data characters inside the content model of
2801
+ a <publisher-name>
2802
+ Design Note: All inline mixes begin with an
2803
+ OR bar; since %just-rendition; is an
2804
+ inline mix, the OR bar is already there -->
2805
+ <!ENTITY % publisher-name-elements
2806
+ "%just-rendition;| %institution-wrap.class;" >
2807
+
2808
+
2809
+ <!-- PUBLISHER'S NAME -->
2810
+ <!-- Name of the publisher of the work
2811
+ Details at:
2812
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=publisher-name
2813
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=publisher-name
2814
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=publisher-name
2815
+ -->
2816
+ <!ELEMENT publisher-name
2817
+ (#PCDATA %publisher-name-elements;)* >
2818
+ <!ATTLIST publisher-name
2819
+ %publisher-name-atts; >
2820
+
2821
+
2822
+ <!-- PUBLISHER'S LOCATION ELEMENTS -->
2823
+ <!-- Elements for use in the Publisher Location
2824
+ <publisher-loc> element -->
2825
+ <!ENTITY % publisher-loc-elements
2826
+ "| %address.class; | %address-link.class; |
2827
+ %emphasis.class; | %subsup.class;" >
2828
+
2829
+
2830
+ <!-- PUBLISHER'S LOCATION -->
2831
+ <!-- Place of publication, usually a city such
2832
+ as New York or London
2833
+ Details at:
2834
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=publisher-loc
2835
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=publisher-loc
2836
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=publisher-loc
2837
+ -->
2838
+ <!ELEMENT publisher-loc
2839
+ (#PCDATA %publisher-loc-elements;)* >
2840
+ <!ATTLIST publisher-loc
2841
+ %publisher-loc-atts; >
2842
+
2843
+
2844
+ <!-- ============================================================= -->
2845
+ <!-- COMMON METADATA ELEMENTS CONTINUED -->
2846
+ <!-- PAGE NUMBERING (SIZE) ELEMENTS -->
2847
+ <!-- ============================================================= -->
2848
+
2849
+
2850
+ <!-- FIRST PAGE -->
2851
+ <!-- The page number on which the article starts,
2852
+ for print journals that have page numbers
2853
+ Details at:
2854
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=fpage
2855
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=fpage
2856
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=fpage
2857
+ -->
2858
+ <!ELEMENT fpage (#PCDATA) >
2859
+ <!ATTLIST fpage
2860
+ %fpage-atts; >
2861
+
2862
+
2863
+ <!-- LAST PAGE -->
2864
+ <!-- The page number on which the article ends,
2865
+ for print journals that have page numbers
2866
+ Details at:
2867
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=lpage
2868
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=lpage
2869
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=lpage
2870
+ -->
2871
+ <!ELEMENT lpage (#PCDATA) >
2872
+ <!ATTLIST lpage
2873
+ %lpage-atts; >
2874
+
2875
+
2876
+ <!-- PAGE RANGES -->
2877
+ <!-- A container element for additional page
2878
+ information (TO BE USED TO SUPPLEMENT AND
2879
+ NOT TO REPLACE <fpage> and <lpage>) to record
2880
+ discontinuous pages ranges such as
2881
+ "8-11, 14-19, 40"
2882
+ meaning that the article begins on page
2883
+ 8, runs 8 through 11, skips to pages 14
2884
+ through 19, and concludes on page 40.
2885
+ Details at:
2886
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=page-range
2887
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=page-range
2888
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=page-range
2889
+ -->
2890
+ <!ELEMENT page-range (#PCDATA) >
2891
+ <!ATTLIST page-range
2892
+ %page-range-atts; >
2893
+
2894
+
2895
+ <!-- SIZE ELEMENTS -->
2896
+ <!-- The elements that can be included along with
2897
+ data characters inside the content model of
2898
+ the size element. -->
2899
+ <!ENTITY % size-elements
2900
+ "" >
2901
+
2902
+
2903
+ <!-- SIZE -->
2904
+ <!-- The size (such as running time, page count,
2905
+ or physical measurements) of the object being
2906
+ described, usually by a <product> element.
2907
+ The "units" attribute must be used to name
2908
+ the unit of measure (pages, minutes, hours,
2909
+ linear feet, etc.).
2910
+ Details at:
2911
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=size
2912
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=size
2913
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=size
2914
+ -->
2915
+ <!ELEMENT size (#PCDATA %size-elements;)* >
2916
+ <!ATTLIST size
2917
+ %size-atts; >
2918
+
2919
+
2920
+ <!-- ELECTRONIC LOCATION IDENTIFIER -->
2921
+ <!-- Used to identify an article that
2922
+ does not have traditional page numbers.
2923
+ Details at:
2924
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=elocation-id
2925
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=elocation-id
2926
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=elocation-id
2927
+ -->
2928
+ <!ELEMENT elocation-id (#PCDATA) >
2929
+ <!ATTLIST elocation-id
2930
+ %elocation-id-atts; >
2931
+
2932
+
2933
+ <!-- ============================================================= -->
2934
+ <!-- CITATIONS (BIBLIOGRAPHIC REFERENCE) -->
2935
+ <!-- ============================================================= -->
2936
+
2937
+
2938
+ <!-- CITATION ALTERNATIVES MODEL -->
2939
+ <!-- Model for the <citation-alternatives>
2940
+ element. -->
2941
+ <!ENTITY % citation-alternatives-model
2942
+ "(%citation-minus-alt.class;)+" >
2943
+
2944
+
2945
+ <!-- CITATION ALTERNATIVES -->
2946
+ <!-- This element will hold alternative versions of
2947
+ one citation, for example, a single citation
2948
+ in multiple languages or a single citation
2949
+ tagged as both a <mixed-citation> complete
2950
+ with punctuation and spacing and as an
2951
+ <element-citation> with punctuation and
2952
+ spacing removed.
2953
+ Details at:
2954
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=citation-alternativesv
2955
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=citation-alternatives
2956
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=citation-alternatives
2957
+ -->
2958
+ <!ELEMENT citation-alternatives
2959
+ %citation-alternatives-model; >
2960
+ <!ATTLIST citation-alternatives
2961
+ %citation-alternatives-atts; >
2962
+
2963
+
2964
+ <!-- CITATION ELEMENTS -->
2965
+ <!-- Content for both types of citation. These
2966
+ elements may be mixed with #PCDATA in the
2967
+ <mixed-citation> element (in which all
2968
+ punctuation and spacing are left intact), and
2969
+ they also constitute the choices that can be
2970
+ used to form the all-element-content of the
2971
+ <element-citation> element (in which
2972
+ punctuation and spacing are removed).
2973
+ Design Note: All inline mixes begin with an
2974
+ OR bar. -->
2975
+ <!ENTITY % citation-elements
2976
+ "%emphasis.class; | %inline-display.class; |
2977
+ %inline-math.class; | %label.class; |
2978
+ %phrase.class; | %references.class; |
2979
+ %subsup.class;" >
2980
+
2981
+
2982
+ <!-- MIXED CITATION -->
2983
+ <!-- A citation is a description of a work, such
2984
+ as a journal article, book, or personal
2985
+ communication, that is cited in the text of
2986
+ the article. This citation element is
2987
+ completely loose, with text, punctuation,
2988
+ spacing, and any of the citation elements
2989
+ in any order.
2990
+ Details at:
2991
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=mixed-citation
2992
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=mixed-citation
2993
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=mixed-citation
2994
+ -->
2995
+ <!ELEMENT mixed-citation
2996
+ (#PCDATA | %citation-elements;)* >
2997
+ <!ATTLIST mixed-citation
2998
+ %mixed-citation-atts; >
2999
+
3000
+
3001
+ <!-- ELEMENT CITATION -->
3002
+ <!-- A citation is a description of a work, such
3003
+ as a journal article, book, or personal
3004
+ communication, that is cited in the text of
3005
+ the article. This citation model contains
3006
+ element-only content, with elements in
3007
+ any order as many times as needed. This
3008
+ citation is intended for use in capturing
3009
+ a publisher's specific element order.
3010
+ Details at:
3011
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=element-citation
3012
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=element-citation
3013
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=element-citation
3014
+ -->
3015
+ <!ELEMENT element-citation
3016
+ (%citation-elements;)+ >
3017
+ <!ATTLIST element-citation
3018
+ %element-citation-atts; >
3019
+
3020
+
3021
+ <!-- ============================================================= -->
3022
+ <!-- ADDRESS ELEMENTS -->
3023
+ <!-- ============================================================= -->
3024
+
3025
+
3026
+ <!-- ADDRESS MODEL -->
3027
+ <!-- Content model for the <address> element -->
3028
+ <!ENTITY % address-model
3029
+ "(%address.class; | %address-link.class;)*" >
3030
+
3031
+
3032
+ <!-- ADDRESS/CONTACT INFORMATION -->
3033
+ <!-- Wrapper element for contact information such
3034
+ as address, phone, fax, email, url, country,
3035
+ etc.
3036
+ Details at:
3037
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=address
3038
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=address
3039
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=address
3040
+ -->
3041
+ <!ELEMENT address %address-model; >
3042
+ <!ATTLIST address
3043
+ %address-atts; >
3044
+
3045
+
3046
+ <!-- ADDRESS LINE ELEMENTS -->
3047
+ <!-- Elements for use in the <addr-line> element-->
3048
+ <!ENTITY % addr-line-elements
3049
+ "%simple-text; | %address-line.class;" >
3050
+
3051
+
3052
+ <!-- ADDRESS LINE -->
3053
+ <!-- One line in an address -->
3054
+ <!-- Conversion Note: If the address is
3055
+ undifferentiated data characters, the entire
3056
+ address may be inside one of these elements.
3057
+ Details at:
3058
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=addr-line
3059
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=addr-line
3060
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=addr-line
3061
+ -->
3062
+ <!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
3063
+ <!ATTLIST addr-line
3064
+ %addr-line-atts; >
3065
+
3066
+
3067
+ <!-- CITY ELEMENTS -->
3068
+ <!-- The elements that can be included along with
3069
+ data characters inside the content model of
3070
+ the city element. -->
3071
+ <!ENTITY % city-elements
3072
+ "" >
3073
+
3074
+
3075
+ <!-- CITY: IN AN ADDRESS -->
3076
+ <!-- The name of a city.
3077
+ Details at:
3078
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=city
3079
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=city
3080
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=city
3081
+ -->
3082
+ <!ELEMENT city (#PCDATA %city-elements;)* >
3083
+ <!ATTLIST city
3084
+ %city-atts; >
3085
+
3086
+
3087
+ <!-- COUNTRY ELEMENTS -->
3088
+ <!-- The elements that can be included along with
3089
+ data characters inside the content model of
3090
+ the country element. -->
3091
+ <!ENTITY % country-elements
3092
+ "" >
3093
+
3094
+
3095
+ <!-- COUNTRY: IN AN ADDRESS -->
3096
+ <!-- The name of a country.
3097
+ Details at:
3098
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=country
3099
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=country
3100
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=country
3101
+ -->
3102
+ <!ELEMENT country (#PCDATA %country-elements;)* >
3103
+ <!ATTLIST country
3104
+ %country-atts; >
3105
+
3106
+
3107
+ <!-- EMAIL ADDRESS ELEMENTS -->
3108
+ <!-- Elements to be mixed with #PCDATA inside the
3109
+ <email> element -->
3110
+ <!ENTITY % email-elements
3111
+ "" >
3112
+
3113
+
3114
+ <!-- EMAIL ADDRESS -->
3115
+ <!-- The email address of a person or institution.
3116
+ Details at:
3117
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=email
3118
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=email
3119
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=email
3120
+ -->
3121
+ <!ELEMENT email (#PCDATA %email-elements;)* >
3122
+ <!ATTLIST email
3123
+ %email-atts; >
3124
+
3125
+
3126
+ <!-- FAX NUMBER ELEMENTS -->
3127
+ <!-- The elements that can be included along with
3128
+ data characters inside the content model of
3129
+ a <fax> -->
3130
+ <!ENTITY % fax-elements
3131
+ "%just-rendition; " >
3132
+
3133
+
3134
+ <!-- FAX NUMBER: IN AN ADDRESS -->
3135
+ <!-- The number used to send faxes.
3136
+ Details at:
3137
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=fax
3138
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=fax
3139
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=fax
3140
+ -->
3141
+ <!ELEMENT fax (#PCDATA %fax-elements;)* >
3142
+ <!ATTLIST fax
3143
+ %fax-atts; >
3144
+
3145
+
3146
+ <!-- INSTITUTION NAME ELEMENTS -->
3147
+ <!-- Elements for use in the <institution>
3148
+ element -->
3149
+ <!ENTITY % institution-elements
3150
+ "| %break.class; | %emphasis.class; |
3151
+ %subsup.class;" >
3152
+
3153
+
3154
+ <!-- INSTITUTION NAME: IN AN ADDRESS -->
3155
+ <!-- Name of a institution or organization such as
3156
+ a university or corporation used in an
3157
+ address or within a citation (such as a
3158
+ <mixed-citation> or an <element-citation>)
3159
+ Details at:
3160
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=institution
3161
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=institution
3162
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=institution
3163
+ -->
3164
+ <!ELEMENT institution (#PCDATA %institution-elements;)* >
3165
+ <!ATTLIST institution
3166
+ %institution-atts; >
3167
+
3168
+
3169
+ <!-- INSTITUTION IDENTIFIER MODEL -->
3170
+ <!-- Content model for the <institution-id>
3171
+ element -->
3172
+ <!ENTITY % institution-id-model
3173
+ "(#PCDATA)" >
3174
+
3175
+
3176
+ <!-- INSTITUTION IDENTIFIER -->
3177
+ <!-- Contains an institutional identifier,
3178
+ whether publisher-specific (for example,
3179
+ "AIP") or from an established identifying
3180
+ authority (for example,"Ringgold" or "ISNI").
3181
+ Details at:
3182
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=institution-id
3183
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=institution-id
3184
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=institution-id
3185
+ -->
3186
+ <!ELEMENT institution-id
3187
+ %institution-id-model; >
3188
+ <!ATTLIST institution-id
3189
+ %institution-id-atts; >
3190
+
3191
+
3192
+ <!-- INSTITUTION WRAPPER MODEL -->
3193
+ <!-- Content model for the <institution-wrap>
3194
+ element -->
3195
+ <!ENTITY % institution-wrap-model
3196
+ "(%institution.class;)*" >
3197
+
3198
+
3199
+ <!-- INSTITUTION WRAPPER -->
3200
+ <!-- A container element to hold the name of an
3201
+ institution <institution> and any formal
3202
+ identifiers for that institution
3203
+ <institution-id>), for example, a INSI or
3204
+ Ringgold ID.
3205
+ Details at:
3206
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=institution-wrap
3207
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=institution-wrap
3208
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=institution-wrap
3209
+ -->
3210
+ <!ELEMENT institution-wrap
3211
+ %institution-wrap-model; >
3212
+ <!ATTLIST institution-wrap
3213
+ %institution-wrap-atts; >
3214
+
3215
+
3216
+ <!-- PHONE NUMBER ELEMENTS -->
3217
+ <!-- The elements that can be included along with
3218
+ data characters inside the content model of
3219
+ a <phone number>
3220
+ Design Note: All inline mixes begin with an
3221
+ OR bar, but since %just-rendition; is an
3222
+ inline mix, the OR bar is already there. -->
3223
+ <!ENTITY % phone-elements
3224
+ "%just-rendition;" >
3225
+
3226
+
3227
+ <!-- PHONE NUMBER: IN AN ADDRESS -->
3228
+ <!-- A callable phone number in some telephone or
3229
+ wireless system somewhere in the world.
3230
+ Details at:
3231
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=phone
3232
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=phone
3233
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=phone
3234
+ -->
3235
+ <!ELEMENT phone (#PCDATA %phone-elements;)* >
3236
+ <!ATTLIST phone
3237
+ %phone-atts; >
3238
+
3239
+
3240
+ <!-- POSTAL CODE ELEMENTS -->
3241
+ <!-- The elements that can be included along with
3242
+ data characters inside the content model of
3243
+ the postal-code element. -->
3244
+ <!ENTITY % postal-code-elements
3245
+ "" >
3246
+
3247
+
3248
+ <!-- POSTAL CODE: IN AN ADDRESS -->
3249
+ <!-- A postal number such as a zip-code or postal
3250
+ code used to address physical mail.
3251
+ Details at:
3252
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=postal-code
3253
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=postal-code
3254
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=postal-code
3255
+ -->
3256
+ <!ELEMENT postal-code (#PCDATA %postal-code-elements;)* >
3257
+ <!ATTLIST postal-code
3258
+ %postal-code-atts; >
3259
+
3260
+
3261
+ <!-- STATE ELEMENTS -->
3262
+ <!-- The elements that can be included along with
3263
+ data characters inside the content model of
3264
+ the state element. -->
3265
+ <!ENTITY % state-elements
3266
+ "" >
3267
+
3268
+
3269
+ <!-- STATE or PROVINCE: IN AN ADDRESS -->
3270
+ <!-- The name of a state, province, territory or
3271
+ other political unit used in an address. This
3272
+ is a lower level subdivision than a country,
3273
+ but higher than a city, county, or parish.
3274
+ The names for such a unit vary geopolitically.
3275
+ Details at:
3276
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=state
3277
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=state
3278
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=state
3279
+ -->
3280
+ <!ELEMENT state (#PCDATA %state-elements;)* >
3281
+ <!ATTLIST state
3282
+ %state-atts; >
3283
+
3284
+
3285
+ <!-- URI ELEMENTS -->
3286
+ <!-- The elements that can be included along with
3287
+ data characters inside the content model of
3288
+ a <uri>
3289
+ Design Note: This PE begins with an OR
3290
+ bar because %just-rendition; begins with an
3291
+ OR bar. -->
3292
+ <!ENTITY % uri-elements
3293
+ "%just-rendition;" >
3294
+
3295
+
3296
+ <!-- URI -->
3297
+ <!-- URI such as a URL that may be used as a
3298
+ live link, typically naming a web site, such
3299
+ as:
3300
+ <url>http://www.mulberrytech.com</url>
3301
+ Alternatively the element content may name
3302
+ the URL, e.g., "Mulberry's Website" and the
3303
+ "xlink:href" attribute may hold the real
3304
+ URL.
3305
+ <url xlink:href="http://www.mulberrytech.
3306
+ com">Mulberry's Website</url>
3307
+ Details at:
3308
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=uri
3309
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=uri
3310
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=uri
3311
+ -->
3312
+ <!ELEMENT uri (#PCDATA %uri-elements;)* >
3313
+ <!ATTLIST uri
3314
+ %uri-atts; >
3315
+
3316
+
3317
+ <!-- ============================================================= -->
3318
+ <!-- SUPPLEMENT ELEMENTS -->
3319
+ <!-- ============================================================= -->
3320
+
3321
+
3322
+ <!-- SUPPLEMENT ELEMENTS -->
3323
+ <!-- Elements for use in the <supplement> element
3324
+ Design Note: All inline mixes begin with an
3325
+ OR bar, but since %simple-text; is an inline
3326
+ mix, the OR bar is already there. -->
3327
+ <!ENTITY % supplement-elements
3328
+ "%simple-text; | %contrib-group.class; |
3329
+ %title.class;" >
3330
+
3331
+
3332
+ <!-- SUPPLEMENT -->
3333
+ <!-- For a journal published as a supplement, this
3334
+ is a container element for all the provided
3335
+ supplement information, such as additional
3336
+ identification numbers, titles, authors, and
3337
+ supplement series information.
3338
+ Details at:
3339
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=supplement
3340
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=supplement
3341
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=supplement
3342
+ -->
3343
+ <!ELEMENT supplement (#PCDATA %supplement-elements;)* >
3344
+ <!ATTLIST supplement
3345
+ %supplement-atts; >
3346
+
3347
+
3348
+ <!-- ============================================================= -->
3349
+ <!-- DATE ELEMENTS (PUBLICATION HISTORY) -->
3350
+ <!-- ============================================================= -->
3351
+
3352
+
3353
+ <!-- DATE -->
3354
+ <!-- The elements <day>, <month>, and <year> should
3355
+ ALWAYS be numeric values. The date may be
3356
+ represented as a string in <string-date>, but
3357
+ the numeric values should be present whenever
3358
+ possible.
3359
+ Details at:
3360
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=date
3361
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=date
3362
+ -->
3363
+ <!ELEMENT date %date-model; >
3364
+ <!ATTLIST date
3365
+ %date-atts; >
3366
+
3367
+
3368
+ <!-- DAY -->
3369
+ <!-- The numeric value of a day of the month, used
3370
+ in both article metadata and inside a citation,
3371
+ in two digits as it would be stated in the "DD"
3372
+ in an international date format YYYY-MM-DD, for
3373
+ example "03", "25".
3374
+ Details at:
3375
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=day
3376
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=day
3377
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=day
3378
+ -->
3379
+ <!ELEMENT day (#PCDATA) >
3380
+ <!ATTLIST day
3381
+ %day-atts; >
3382
+
3383
+
3384
+ <!-- MONTH -->
3385
+ <!-- Names one of the months of the year. Used in
3386
+ both article metadata and inside a citation,
3387
+ this element may contain a full month
3388
+ "December", an abbreviation "Dec", or,
3389
+ preferably, a numeric month such as "12".
3390
+ Details at:
3391
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=month
3392
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=month
3393
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=month
3394
+ -->
3395
+ <!ELEMENT month (#PCDATA) >
3396
+ <!ATTLIST month
3397
+ %month-atts; >
3398
+
3399
+
3400
+ <!-- SEASON -->
3401
+ <!-- Season of publication, such as "Spring".
3402
+ Used in both article metadata and inside a
3403
+ citation (such as a <mixed-citation> or an
3404
+ <element-citation>)
3405
+ Details at:
3406
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=season
3407
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=season
3408
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=season
3409
+ -->
3410
+ <!ELEMENT season (#PCDATA) >
3411
+ <!ATTLIST season
3412
+ %season-atts; >
3413
+
3414
+
3415
+ <!-- ERA -->
3416
+ <!-- Era of publication. Used in certain Japanese
3417
+ and Korean dates.
3418
+ Details at:
3419
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=era
3420
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=era
3421
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=era
3422
+ -->
3423
+ <!ELEMENT era (#PCDATA) >
3424
+ <!ATTLIST era
3425
+ %era-atts; >
3426
+
3427
+
3428
+ <!-- YEAR -->
3429
+ <!-- Year of publication, which should be expressed
3430
+ as a 4-digit number: "1776" or "1924"
3431
+ Details at:
3432
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=year
3433
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=year
3434
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=year
3435
+ -->
3436
+ <!ELEMENT year (#PCDATA) >
3437
+ <!ATTLIST year
3438
+ %year-atts; >
3439
+
3440
+
3441
+ <!-- STRING DATE ELEMENTS -->
3442
+ <!-- The elements that can be included along with
3443
+ data characters inside the content model of
3444
+ the <string-date> element -->
3445
+ <!ENTITY % string-date-elements
3446
+ " | %date-parts.class;" >
3447
+
3448
+
3449
+ <!-- DATE AS A STRING -->
3450
+ <!-- This is a representation of the date as a
3451
+ string; usually used for dates for which
3452
+ months and years are not given, but may be
3453
+ used for any date as a string (i.e., "January,
3454
+ 2001" "Fall 2001" "March 11, 2001").
3455
+ Details at:
3456
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=string-date
3457
+ -->
3458
+ <!ELEMENT string-date (#PCDATA %string-date-elements;)* >
3459
+ <!ATTLIST string-date
3460
+ %string-date-atts; >
3461
+
3462
+
3463
+ <!-- ============================================================= -->
3464
+ <!-- GROUP OR CORPORATE AUTHOR ELEMENTS -->
3465
+ <!-- ============================================================= -->
3466
+
3467
+
3468
+ <!-- COLLABORATION ALTERNATIVES ELEMENTS -->
3469
+ <!-- Content model for the <collab-alternatives>
3470
+ element. -->
3471
+ <!ENTITY % collab-alternatives-model
3472
+ "(%collab.class;)+" >
3473
+
3474
+
3475
+ <!-- COLLABORATION ALTERNATIVES -->
3476
+ <!-- Wrapper element for more than one version of
3477
+ a collaboration, for example, the name of a
3478
+ laboratory in more than one language such as
3479
+ the lab name in Japanese kana characters and
3480
+ a transliterated form of the lab name in Latin
3481
+ alphabet.
3482
+ Details at:
3483
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=collab-alternatives
3484
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=collab-alternatives
3485
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=collab-alternatives
3486
+ -->
3487
+ <!ELEMENT collab-alternatives
3488
+ %collab-alternatives-model; >
3489
+ <!ATTLIST collab-alternatives
3490
+ %collab-alternatives-atts; >
3491
+
3492
+
3493
+ <!-- COLLABORATIVE (GROUP) AUTHOR ELEMENTS -->
3494
+ <!-- Elements for use in the <collab> element
3495
+ Design Note: All inline mixes begin with an
3496
+ OR bar, but since %simple-text; is an inline
3497
+ mix, the OR bar is already there. -->
3498
+ <!ENTITY % collab-elements
3499
+ "%simple-text; | %address.class; |
3500
+ %contrib-group.class; |
3501
+ %contrib-info.class; | %fn-link.class;" >
3502
+
3503
+
3504
+ <!-- COLLABORATIVE (GROUP) AUTHOR -->
3505
+ <!-- Used for groups of authors credited under
3506
+ one name, either as a collaboration in the
3507
+ strictest sense, or when an organization,
3508
+ institution, or corporation is the group.
3509
+ Details at:
3510
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=collab
3511
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=collab
3512
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=collab
3513
+ -->
3514
+ <!ELEMENT collab (#PCDATA %collab-elements;)* >
3515
+ <!ATTLIST collab
3516
+ %collab-atts; >
3517
+
3518
+
3519
+ <!-- ============================================================= -->
3520
+ <!-- PERSON'S NAME ELEMENTS (BIBLIOGRAPHIC) -->
3521
+ <!-- ============================================================= -->
3522
+
3523
+
3524
+ <!-- CONTRIBUTOR IDENTIFIER MODEL -->
3525
+ <!-- Content model for the <contrib-id> element -->
3526
+ <!ENTITY % contrib-id-model
3527
+ "(#PCDATA)" >
3528
+
3529
+
3530
+ <!-- CONTRIBUTOR IDENTIFIER -->
3531
+ <!-- One identifier for a person such as a
3532
+ contributor or principal investigator. This
3533
+ element will hold an ORCID, a trusted
3534
+ publishers's identifier, or a JST or NII
3535
+ identifier.
3536
+ Details at:
3537
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=contrib-id
3538
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=contrib-id
3539
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=contrib-id
3540
+ -->
3541
+ <!ELEMENT contrib-id %contrib-id-model; >
3542
+ <!ATTLIST contrib-id
3543
+ %contrib-id-atts; >
3544
+
3545
+
3546
+ <!-- NAME ALTERNATIVES MODEL -->
3547
+ <!-- Content model for the <name-alternatives>
3548
+ element -->
3549
+ <!ENTITY % name-alternatives-model
3550
+ "((%name-alternatives.class;)+)" >
3551
+
3552
+
3553
+ <!-- NAME ALTERNATIVES -->
3554
+ <!-- Wrapper element for more than one version of
3555
+ a personal name, for example, the name in
3556
+ Japanese kana characters and a transliterated
3557
+ form of the name in Latin alphabet.
3558
+ Details at:
3559
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=name-alternatives
3560
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=name-alternatives
3561
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=name-alternatives
3562
+ -->
3563
+ <!ELEMENT name-alternatives
3564
+ %name-alternatives-model; >
3565
+ <!ATTLIST name-alternatives
3566
+ %name-alternatives-atts; >
3567
+
3568
+
3569
+
3570
+ <!-- NAME OF PERSON (STRUCTURED) -->
3571
+ <!-- Wrapper element for personal names.
3572
+ Details at:
3573
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=name
3574
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=name
3575
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=name
3576
+ -->
3577
+ <!ELEMENT name ( ( (surname, given-names?) | given-names),
3578
+ prefix?, suffix?) >
3579
+ <!ATTLIST name
3580
+ %name-atts; >
3581
+
3582
+
3583
+ <!-- STRING NAME ELEMENTS -->
3584
+ <!-- The elements that can be included along with
3585
+ data characters inside the content model of
3586
+ the <string-name> element -->
3587
+ <!ENTITY % string-name-elements
3588
+ " | %person-name.class;" >
3589
+
3590
+
3591
+ <!-- NAME OF PERSON (UNSTRUCTURED) -->
3592
+ <!-- Wrapper element for personal names where the
3593
+ stricter format of the <name> element cannot
3594
+ be followed. This is a very loose element,
3595
+ allowing data characters, generated text,
3596
+ and any or all of the naming elements.
3597
+ Details at:
3598
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=string-name
3599
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=string-name
3600
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=string-name
3601
+ -->
3602
+ <!ELEMENT string-name (#PCDATA %string-name-elements;)* >
3603
+ <!ATTLIST string-name
3604
+ %string-name-atts; >
3605
+
3606
+
3607
+ <!-- ============================================================= -->
3608
+ <!-- PARTS OF A PERSON'S NAME ELEMENTS -->
3609
+ <!-- ============================================================= -->
3610
+
3611
+
3612
+ <!-- DEGREE(S) ELEMENTS -->
3613
+ <!-- The elements that can be included along with
3614
+ data characters inside the content model of
3615
+ <degrees>
3616
+ Design Note: -%just-rendition; begins with
3617
+ an OR bar, so this inline mix begins with
3618
+ an OR bar. -->
3619
+ <!ENTITY % degrees-elements
3620
+ "%just-rendition;" >
3621
+
3622
+
3623
+ <!-- DEGREE(S) -->
3624
+ <!-- Academic degrees or professional
3625
+ certifications
3626
+ Details at:
3627
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=degrees
3628
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=degrees
3629
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=degrees
3630
+ -->
3631
+ <!ELEMENT degrees (#PCDATA %degrees-elements;)* >
3632
+ <!ATTLIST degrees
3633
+ %degrees-atts; >
3634
+
3635
+
3636
+ <!-- GIVEN (FIRST) NAMES ELEMENTS -->
3637
+ <!-- The elements that can be included along with
3638
+ data characters inside the content model of
3639
+ a <given-names> -->
3640
+ <!ENTITY % given-names-elements
3641
+ "%just-rendition;" >
3642
+
3643
+
3644
+ <!-- GIVEN (FIRST) NAMES -->
3645
+ <!-- Includes all given names for a person, such
3646
+ as the first name, middle names, maiden
3647
+ name if used as part of the married name,
3648
+ etc.)
3649
+ Details at:
3650
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=given-names
3651
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=given-names
3652
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=given-names
3653
+ -->
3654
+ <!ELEMENT given-names (#PCDATA %given-names-elements;)* >
3655
+ <!ATTLIST given-names
3656
+ %given-names-atts; >
3657
+
3658
+
3659
+ <!-- SURNAME ELEMENTS -->
3660
+ <!-- The elements that can be included along with
3661
+ data characters inside the content model of
3662
+ a <surname>
3663
+ Design Note: This PE begins with an OR
3664
+ bar because %just-rendition; begins with an
3665
+ OR bar. -->
3666
+ <!ENTITY % surname-elements
3667
+ "%just-rendition; " >
3668
+
3669
+
3670
+ <!-- SURNAME -->
3671
+ <!-- The surname (family name) of an individual.
3672
+ or the single name if there is only one
3673
+ name, for example, "Cher" or "Pele".
3674
+ Details at:
3675
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=surname
3676
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=surname
3677
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=surname
3678
+ -->
3679
+ <!ELEMENT surname (#PCDATA %surname-elements;)* >
3680
+ <!ATTLIST surname
3681
+ %surname-atts; >
3682
+
3683
+
3684
+ <!-- PREFIX ELEMENTS -->
3685
+ <!-- The elements that can be included along with
3686
+ data characters inside the content model of
3687
+ a <prefix>
3688
+ Design Note: This PE begins with an OR
3689
+ bar because %just-rendition; begins with an
3690
+ OR bar. -->
3691
+ <!ENTITY % prefix-elements
3692
+ "%just-rendition;" >
3693
+
3694
+
3695
+ <!-- PREFIX -->
3696
+ <!-- Honorifics or other qualifiers that usually
3697
+ precede the surname, for example, Professor,
3698
+ Rev., President, Senator, Dr., Sir, The
3699
+ Honorable, et al.
3700
+ Details at:
3701
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=prefix
3702
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=prefix
3703
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=prefix
3704
+ -->
3705
+ <!ELEMENT prefix (#PCDATA %prefix-elements;)* >
3706
+ <!ATTLIST prefix
3707
+ %prefix-atts; >
3708
+
3709
+
3710
+
3711
+ <!-- SUFFIX ELEMENTS -->
3712
+ <!-- The elements that can be included along with
3713
+ data characters inside the content model of
3714
+ a <suffix>
3715
+ Design Note: This PE begins with an OR bar,
3716
+ it is inside %just-rendition; -->
3717
+ <!ENTITY % suffix-elements
3718
+ "%just-rendition;" >
3719
+
3720
+
3721
+ <!-- SUFFIX -->
3722
+ <!-- Text used as a suffix to a person's name, for
3723
+ example: Sr., Jr., III, 3rd
3724
+ Details at:
3725
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=suffix
3726
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=suffix
3727
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=suffix
3728
+ -->
3729
+ <!ELEMENT suffix (#PCDATA %suffix-elements;)* >
3730
+ <!ATTLIST suffix
3731
+ %suffix-atts; >
3732
+
3733
+
3734
+ <!-- ============================================================= -->
3735
+ <!-- EXTERNAL LINK ELEMENTS -->
3736
+ <!-- ============================================================= -->
3737
+
3738
+
3739
+ <!-- EXTERNAL LINK ELEMENTS -->
3740
+ <!-- The elements that can be included along with
3741
+ data characters inside the content model of
3742
+ an <ext-link>
3743
+ Design Note: All inline mixes begin with an
3744
+ OR bar, but since %link-elements; is an inline
3745
+ mix, the OR bar is already there. -->
3746
+ <!ENTITY % ext-link-elements
3747
+ "%link-elements;" >
3748
+
3749
+
3750
+ <!-- EXTERNAL LINK -->
3751
+ <!-- Link to an external file, such as Medline,
3752
+ Genbank, etc. Linking may be accomplished
3753
+ using the XLink linking attributes.
3754
+ Details at:
3755
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=ext-link
3756
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=ext-link
3757
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=ext-link
3758
+ -->
3759
+ <!ELEMENT ext-link (#PCDATA %ext-link-elements;)* >
3760
+ <!ATTLIST ext-link
3761
+ %ext-link-atts; >
3762
+
3763
+
3764
+ <!-- ============================================================= -->
3765
+ <!-- SHARED STRUCTURAL ELEMENTS -->
3766
+ <!-- ============================================================= -->
3767
+
3768
+
3769
+ <!-- ATTRIBUTION ELEMENTS -->
3770
+ <!-- The elements that can be included along with
3771
+ data characters inside the content model of
3772
+ an attribution
3773
+ Design Note: All inline mixes begin with an
3774
+ OR bar, but since %simple-phrase; is an
3775
+ inline mix, the OR bar is already there. -->
3776
+ <!ENTITY % attrib-elements
3777
+ "%emphasized-text;" >
3778
+
3779
+
3780
+ <!-- ATTRIBUTION -->
3781
+ <!-- Source, author, formal thanks, or other
3782
+ information (other than copyright material)
3783
+ concerning the origins of an extract, a poem
3784
+ <verse-group> or similar element.
3785
+ Details at:
3786
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=attrib
3787
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=attrib
3788
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=attrib
3789
+ -->
3790
+ <!ELEMENT attrib (#PCDATA %attrib-elements;)* >
3791
+ <!ATTLIST attrib
3792
+ %attrib-atts; >
3793
+
3794
+
3795
+ <!-- DEFINITION LIST: DEFINITION MODEL -->
3796
+ <!-- Content model for the <def> element, which
3797
+ is used in contexts outside of <def-list>s -->
3798
+ <!ENTITY % def-model "((%just-para.class;)+ )" >
3799
+
3800
+
3801
+ <!-- DEFINITION LIST: DEFINITION -->
3802
+ <!-- Used in two senses:
3803
+ 1) The definition, description, or other
3804
+ explanation of the word, phrase, or picture
3805
+ of a 2-part or definition list
3806
+ 2) The definition or expansion of an
3807
+ abbreviation or acronym <abbrev>
3808
+ Details at:
3809
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=def
3810
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=def
3811
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=def
3812
+ -->
3813
+ <!ELEMENT def %def-model; >
3814
+ <!ATTLIST def
3815
+ %def-atts; >
3816
+
3817
+
3818
+ <!-- LABEL ELEMENTS -->
3819
+ <!-- The elements that can be included along with
3820
+ data characters inside the content model of
3821
+ the <label> element -->
3822
+ <!ENTITY % label-elements
3823
+ "| %emphasis.class; | %inline-display.class; |
3824
+ %inline-math.class; | %subsup.class;" >
3825
+
3826
+
3827
+ <!-- LABEL OF A FIGURE, REFERENCE, ETC. -->
3828
+ <!-- The number and any prefix word that comes
3829
+ before, for example, the caption of a Figure,
3830
+ such as "Figure 3." or "Exhibit 2.".
3831
+ Details at:
3832
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=label
3833
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=label
3834
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=label
3835
+ -->
3836
+ <!ELEMENT label (#PCDATA %label-elements;)* >
3837
+ <!ATTLIST label
3838
+ %label-atts; >
3839
+
3840
+
3841
+ <!-- PRICE ELEMENTS -->
3842
+ <!-- The elements that can be included along with
3843
+ data characters inside the content model of
3844
+ the <price> element -->
3845
+ <!ENTITY % price-elements
3846
+ "| %emphasis.class;" >
3847
+
3848
+
3849
+ <!-- PRICE -->
3850
+ <!-- Sale price of a work, typically a book or
3851
+ software package that is being reviewed
3852
+ Details at:
3853
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=price
3854
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=price
3855
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=price
3856
+ -->
3857
+ <!ELEMENT price (#PCDATA %price-elements;)* >
3858
+ <!ATTLIST price
3859
+ %price-atts; >
3860
+
3861
+
3862
+ <!-- STRUCTURAL TITLE ELEMENTS -->
3863
+ <!-- The elements that can be included along with
3864
+ data characters inside the content model of
3865
+ the <title> element
3866
+ Design Note: All inline mixes begin with an
3867
+ OR bar, but since %simple-phrase; is an
3868
+ inline mix, the OR bar is already there. -->
3869
+ <!ENTITY % struct-title-elements
3870
+ "%simple-phrase; | %break.class; |
3871
+ %citation.class;" >
3872
+
3873
+
3874
+ <!-- TITLE -->
3875
+ <!-- Heading or title for a structural element
3876
+ such as a Section, Figure, Boxed Text, etc.
3877
+ Details at:
3878
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=title
3879
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=title
3880
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=title
3881
+ -->
3882
+ <!ELEMENT title (#PCDATA %struct-title-elements;)* >
3883
+ <!ATTLIST title
3884
+ %title-atts; >
3885
+
3886
+
3887
+ <!-- ============================================================= -->
3888
+ <!-- RELATED ARTICLE ELEMENTS -->
3889
+ <!-- (METADATA AND STRUCTURAL) -->
3890
+ <!-- ============================================================= -->
3891
+
3892
+
3893
+ <!-- RELATED ARTICLE ELEMENTS -->
3894
+ <!-- Elements allowed inside <related-article> -->
3895
+ <!ENTITY % related-article-elements
3896
+ "| %emphasis.class; | %journal-id.class; |
3897
+ %phrase-content.class; |
3898
+ %references.class; | %subsup.class;" >
3899
+
3900
+
3901
+ <!-- RELATED ARTICLE INFORMATION -->
3902
+ <!-- Wrapper element, used as a container for
3903
+ text links to a related article, possibly
3904
+ accompanied by a very brief description
3905
+ such as "errata (correction)".
3906
+ Details at:
3907
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=related-article
3908
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=related-article
3909
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=related-article
3910
+ -->
3911
+ <!ELEMENT related-article
3912
+ (#PCDATA %related-article-elements;)* >
3913
+ <!ATTLIST related-article
3914
+ %related-article-atts; >
3915
+
3916
+
3917
+ <!-- ============================================================= -->
3918
+ <!-- SIGNATURE BLOCK ELEMENTS -->
3919
+ <!-- ============================================================= -->
3920
+
3921
+
3922
+ <!-- SIGNATURE BLOCK ELEMENTS -->
3923
+ <!-- Elements to be mixed with data characters
3924
+ inside the content model for the
3925
+ <sig-block> element. -->
3926
+ <!ENTITY % sig-block-elements
3927
+ "| %break.class; | %emphasis.class; |
3928
+ %just-base-display.class; |
3929
+ %inline-display-noalt.class; |
3930
+ %phrase-content.class; |
3931
+ %sig.class; | %subsup.class;" >
3932
+
3933
+
3934
+ <!-- SIGNATURE BLOCK -->
3935
+ <!-- An area of text and graphic material placed
3936
+ at the end of an article or section to hold
3937
+ the graphical signature or other description
3938
+ of the person responsible for or attesting
3939
+ to the content.
3940
+ Details at:
3941
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=sig-block
3942
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=sig-block
3943
+ -->
3944
+ <!ELEMENT sig-block (#PCDATA %sig-block-elements;)* >
3945
+ <!ATTLIST sig-block
3946
+ %sig-block-atts; >
3947
+
3948
+
3949
+ <!-- SIGNATURE ELEMENTS -->
3950
+ <!-- Elements to be mixed with data characters
3951
+ inside the content model for the
3952
+ <sig> element. -->
3953
+ <!ENTITY % sig-elements "%rendition-plus; | %break.class; |
3954
+ %inline-display-noalt.class; |
3955
+ %just-base-display-noalt.class;" >
3956
+
3957
+
3958
+ <!-- SIGNATURE -->
3959
+ <!-- One contributor signature and associated
3960
+ material (such as a text restatement of the
3961
+ affiliation) inside a signature block.
3962
+ Details at:
3963
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=sig
3964
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=sig
3965
+ -->
3966
+ <!ELEMENT sig (#PCDATA %sig-elements;)* >
3967
+ <!ATTLIST sig
3968
+ %sig-atts; >
3969
+
3970
+
3971
+ <!-- ============================================================= -->
3972
+ <!-- FRONT MATTER/BACK MATTER ELEMENTS -->
3973
+ <!-- ============================================================= -->
3974
+
3975
+
3976
+ <!-- ACKNOWLEDGMENTS MODEL -->
3977
+ <!-- Content model for the <ack> element -->
3978
+ <!ENTITY % ack-model "%sec-opt-title-model;" >
3979
+
3980
+
3981
+ <!-- ACKNOWLEDGMENTS -->
3982
+ <!-- Details at:
3983
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=ack
3984
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=ack
3985
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=ack
3986
+ -->
3987
+
3988
+ <!ELEMENT ack %ack-model; >
3989
+ <!ATTLIST ack
3990
+ %ack-atts; >
3991
+
3992
+
3993
+ <!-- BIOGRAPHY MODEL -->
3994
+ <!-- Content model for the <bio> element -->
3995
+ <!ENTITY % bio-model "%sec-opt-title-model;" >
3996
+
3997
+
3998
+ <!-- BIOGRAPHY -->
3999
+ <!-- Short biography of a person, usually the
4000
+ author
4001
+ Details at:
4002
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=bio
4003
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=bio
4004
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=bio
4005
+ -->
4006
+ <!ELEMENT bio %bio-model; >
4007
+ <!ATTLIST bio
4008
+ %bio-atts; >
4009
+
4010
+
4011
+ <!-- NOTES MODEL -->
4012
+ <!-- Content model for the <notes> element -->
4013
+ <!ENTITY % notes-model "%sec-opt-title-model;" >
4014
+
4015
+
4016
+ <!-- NOTES -->
4017
+ <!-- A container element for the notes that may
4018
+ appear at the end of an Article or at the
4019
+ end of a Table, for example, a typical
4020
+ end-of-article note is a "Note in Proof".
4021
+ Details at:
4022
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=notes
4023
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=notes
4024
+ -->
4025
+ <!ELEMENT notes %notes-model; >
4026
+ <!ATTLIST notes
4027
+ %notes-atts; >
4028
+
4029
+
4030
+ <!-- ============================================================= -->
4031
+ <!-- ACCESSIBILITY ELEMENTS -->
4032
+ <!-- ============================================================= -->
4033
+
4034
+
4035
+ <!-- ALTERNATE TITLE TEXT FOR A FIGURE, ETC. -->
4036
+ <!-- Short phrase used to display or pronounce
4037
+ as an alternative to providing the full
4038
+ graphic for accessibility display or
4039
+ graphic-limited web sites or devices. For
4040
+ example, <alt-text> may be used to display
4041
+ "behind" a figure or graphic.
4042
+ Details at:
4043
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=alt-text
4044
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=alt-text
4045
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=alt-text
4046
+ -->
4047
+ <!ELEMENT alt-text (#PCDATA) >
4048
+ <!ATTLIST alt-text
4049
+ %alt-text-atts; >
4050
+
4051
+
4052
+ <!-- LONG DESCRIPTION ELEMENTS -->
4053
+ <!-- Elements to be mixed with data characters
4054
+ inside the <long-desc> element -->
4055
+ <!ENTITY % long-desc-elements
4056
+ "" >
4057
+
4058
+
4059
+ <!-- LONG DESCRIPTION -->
4060
+ <!-- Description or summary of the content of a
4061
+ graphical object, table, or textual object
4062
+ such as a text box, used by some systems to
4063
+ make the object accessible, even to people
4064
+ or systems that cannot read/see/display the
4065
+ object.
4066
+ Details at:
4067
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=long-desc
4068
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=long-desc
4069
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=long-desc
4070
+ -->
4071
+ <!ELEMENT long-desc (#PCDATA %long-desc-elements;)* >
4072
+ <!ATTLIST long-desc
4073
+ %long-desc-atts; >
4074
+
4075
+
4076
+ <!-- ============================================================= -->
4077
+ <!-- CUSTOM METADATA ELEMENTS -->
4078
+ <!-- ============================================================= -->
4079
+
4080
+
4081
+ <!-- CUSTOM METADATA GROUP MODEL -->
4082
+ <!-- Content model for the <custom-meta-group>
4083
+ element -->
4084
+ <!ENTITY % custom-meta-group-model
4085
+ "(custom-meta+)" >
4086
+
4087
+
4088
+ <!-- CUSTOM METADATA GROUP -->
4089
+ <!-- Some DTDs and schemas allow for metadata
4090
+ above and beyond that which can be specified
4091
+ by this DTD. This element is a grouping
4092
+ element used to contain all these additional
4093
+ metadata elements.
4094
+ Details at:
4095
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=custom-meta-group
4096
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=custom-meta-group
4097
+ -->
4098
+ <!ELEMENT custom-meta-group
4099
+ %custom-meta-group-model; >
4100
+ <!ATTLIST custom-meta-group
4101
+ %custom-meta-group-atts; >
4102
+
4103
+
4104
+ <!-- CUSTOM METADATA MODEL -->
4105
+ <!-- Content model for the <custom-meta> element-->
4106
+ <!ENTITY % custom-meta-model
4107
+ "(meta-name, meta-value)" >
4108
+
4109
+
4110
+ <!-- CUSTOM METADATA -->
4111
+ <!-- Some DTDs and schemas allow for metadata
4112
+ above and beyond that which can be specified
4113
+ by this DTD. This element is used to capture
4114
+ metadata elements that have not been defined
4115
+ explicitly in the models for this DTD, so
4116
+ that the intellectual content will not be lost.
4117
+ Details at:
4118
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=custom-meta
4119
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=custom-meta
4120
+ -->
4121
+ <!ELEMENT custom-meta %custom-meta-model; >
4122
+ <!ATTLIST custom-meta
4123
+ %custom-meta-atts; >
4124
+
4125
+
4126
+ <!-- METADATA DATA NAME ELEMENTS -->
4127
+ <!-- Elements that may be used, along with data
4128
+ characters, inside the <meta-name> element
4129
+ Design Note: All inline mixes begin with an
4130
+ OR bar, but since %simple-phrase; is an
4131
+ inline mix, the OR bar is already there. -->
4132
+ <!ENTITY % meta-name-elements
4133
+ "" >
4134
+
4135
+
4136
+ <!-- METADATA DATA NAME FOR CUSTOM METADATA -->
4137
+ <!-- The <custom-meta> element
4138
+ allows for an infinite number of name/value
4139
+ pairs, with few constraints on the length or
4140
+ content of the value. This element contains
4141
+ the name of the metadata field.
4142
+ Details at:
4143
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=meta-name
4144
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=meta-name
4145
+ -->
4146
+ <!ELEMENT meta-name (#PCDATA %meta-name-elements;)* >
4147
+ <!ATTLIST meta-name
4148
+ %meta-name-atts; >
4149
+
4150
+
4151
+ <!-- METADATA DATA VALUE ELEMENTS -->
4152
+ <!-- Elements that may be used, along with data
4153
+ characters, inside the <meta-value> element
4154
+ Design Note: All inline mixes begin with an
4155
+ OR bar, but since %simple-phrase; is an
4156
+ inline mix, the OR bar is already there. -->
4157
+ <!ENTITY % meta-value-elements
4158
+ "%simple-phrase;" >
4159
+
4160
+
4161
+ <!-- METADATA DATA VALUE FOR CUSTOM METADATA -->
4162
+ <!-- The <custom-meta> element
4163
+ allows for an infinite number of name/value
4164
+ pairs, with few constraints on the length or
4165
+ content of the value. This element contains
4166
+ the value of the metadata field that is named
4167
+ by the <meta-name> element.
4168
+ Details at:
4169
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=meta-value
4170
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=meta-value
4171
+ -->
4172
+ <!ELEMENT meta-value (#PCDATA %meta-value-elements;)* >
4173
+ <!ATTLIST meta-value
4174
+ %meta-value-atts; >
4175
+
4176
+
4177
+ <!-- ============================================================= -->
4178
+ <!-- PROCESSING ALTERNATIVES ELEMENTS -->
4179
+ <!-- ============================================================= -->
4180
+
4181
+
4182
+ <!-- ALTERNATIVES MODEL -->
4183
+ <!-- Model for the <alternatives> processing
4184
+ alternatives element -->
4185
+ <!ENTITY % alternatives-model
4186
+ "(%alternatives-display.class; |
4187
+ %math.class;)+" >
4188
+
4189
+
4190
+ <!-- ALTERNATIVES FOR PROCESSING -->
4191
+ <!-- Container element used to hold a group of
4192
+ processing alternatives, for example, a
4193
+ single logical <graphic> that ships in
4194
+ different formats (tif, gif, jpeg) or
4195
+ different resolutions. This element is a
4196
+ physical grouping to contain multiple
4197
+ logically equivalent (substitutable) versions
4198
+ of the same information object.
4199
+ Details at:
4200
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=alternatives
4201
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=alternatives
4202
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=alternatives
4203
+ -->
4204
+ <!ELEMENT alternatives %alternatives-model; >
4205
+ <!ATTLIST alternatives
4206
+ %alternatives-atts; >
4207
+
4208
+
4209
+ <!-- TEXTUAL FORM ELEMENTS -->
4210
+ <!-- Model for the <textual-form> element -->
4211
+ <!ENTITY % textual-form-elements
4212
+ "| %emphasis.class; |
4213
+ %inline-display-noalt.class; |
4214
+ %math.class; |
4215
+ %phrase-content.class; | %subsup.class;" >
4216
+
4217
+
4218
+ <!-- TEXTUAL FORM -->
4219
+ <!-- Container element (for use only inside
4220
+ <alternatives>) that will hold text and
4221
+ mixed content objects that act as alternatives
4222
+ to, for example, graphics.
4223
+ Details at:
4224
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=textual-form
4225
+ http://jats.nlm.nih.gov/publishing/tag-library/1.1/index.html?elem=textual-form
4226
+ http://jats.nlm.nih.gov/articleauthoring/tag-library/1.1/index.html?elem=textual-form
4227
+ -->
4228
+ <!ELEMENT textual-form (#PCDATA %textual-form-elements;)* >
4229
+ <!ATTLIST textual-form
4230
+ %textual-form-atts; >
4231
+
4232
+
4233
+ <!-- ============================================================= -->
4234
+ <!-- GENERATED TEXT OR PUNCTUATION -->
4235
+ <!-- ============================================================= -->
4236
+
4237
+
4238
+ <!-- X TEXT ATTRIBUTES -->
4239
+ <!-- Attributes for the element <x> -->
4240
+ <!ENTITY % x-atts
4241
+ "%jats-common-atts;
4242
+ content-type
4243
+ CDATA #IMPLIED
4244
+ xml:space ( default | preserve) #FIXED 'preserve'
4245
+ specific-use
4246
+ CDATA #IMPLIED
4247
+ xml:lang NMTOKEN #IMPLIED" >
4248
+
4249
+
4250
+ <!-- X ELEMENTS -->
4251
+ <!-- Elements for use inside the <x> element -->
4252
+ <!ENTITY % x-elements "" >
4253
+
4254
+
4255
+ <!-- X - GENERATED TEXT AND PUNCTUATION -->
4256
+ <!-- A container element to hold punctuation or
4257
+ other generated text, typically when 1) an
4258
+ archive decides not to have any text
4259
+ generated and thus to pre-generate such
4260
+ things as commas or semicolons between
4261
+ keywords or 2) when an archive receives text
4262
+ with <x> tags embedded and wishes to retain
4263
+ them.
4264
+ Details at:
4265
+ http://jats.nlm.nih.gov/archiving/tag-library/1.1/index.html?elem=x
4266
+ -->
4267
+ <!ELEMENT x (#PCDATA %x-elements;)* >
4268
+ <!ATTLIST x
4269
+ %x-atts; >
4270
+
4271
+
4272
+ <!-- ================== End NISO JATS Common (Shared) Elements === -->
4273
+