xml_jats_resolver 0.1.0 → 0.2.0

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 (203) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/dtd/atypon/3.0.1/dtd/XHTMLtablesetup3.ent +284 -0
  4. data/lib/dtd/atypon/3.0.1/dtd/annotation3.ent +266 -0
  5. data/lib/dtd/atypon/3.0.1/dtd/articlemeta3.ent +1368 -0
  6. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivearticle3.dtd +636 -0
  7. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-classes3.ent +178 -0
  8. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-mixes3.ent +253 -0
  9. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-models3.ent +987 -0
  10. data/lib/dtd/atypon/3.0.1/dtd/atypon-archivecustom-modules3.ent +140 -0
  11. data/lib/dtd/atypon/3.0.1/dtd/atypon-elements.ent +207 -0
  12. data/lib/dtd/atypon/3.0.1/dtd/backmatter3.ent +275 -0
  13. data/lib/dtd/atypon/3.0.1/dtd/base-test3.dtd +714 -0
  14. data/lib/dtd/atypon/3.0.1/dtd/catalog-v3.xml +618 -0
  15. data/lib/dtd/atypon/3.0.1/dtd/catalog.ent +163 -0
  16. data/lib/dtd/atypon/3.0.1/dtd/chars3.ent +365 -0
  17. data/lib/dtd/atypon/3.0.1/dtd/common3.ent +2771 -0
  18. data/lib/dtd/atypon/3.0.1/dtd/default-classes3.ent +785 -0
  19. data/lib/dtd/atypon/3.0.1/dtd/default-mixes3.ent +292 -0
  20. data/lib/dtd/atypon/3.0.1/dtd/display3.ent +799 -0
  21. data/lib/dtd/atypon/3.0.1/dtd/format3.ent +384 -0
  22. data/lib/dtd/atypon/3.0.1/dtd/funding3.ent +342 -0
  23. data/lib/dtd/atypon/3.0.1/dtd/htmltable.dtd +334 -0
  24. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isobox.ent +61 -0
  25. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isocyr1.ent +88 -0
  26. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isocyr2.ent +47 -0
  27. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isodia.ent +35 -0
  28. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isolat1.ent +83 -0
  29. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isolat2.ent +142 -0
  30. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isonum.ent +97 -0
  31. data/lib/dtd/atypon/3.0.1/dtd/iso8879/isopub.ent +105 -0
  32. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsa.ent +167 -0
  33. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsb.ent +143 -0
  34. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsc.ent +43 -0
  35. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsn.ent +114 -0
  36. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamso.ent +73 -0
  37. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isoamsr.ent +204 -0
  38. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isogrk3.ent +64 -0
  39. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isomfrk.ent +75 -0
  40. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isomopf.ent +49 -0
  41. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isomscr.ent +75 -0
  42. data/lib/dtd/atypon/3.0.1/dtd/iso9573-13/isotech.ent +182 -0
  43. data/lib/dtd/atypon/3.0.1/dtd/issuexml.dtd +262 -0
  44. data/lib/dtd/atypon/3.0.1/dtd/journalmeta3.ent +278 -0
  45. data/lib/dtd/atypon/3.0.1/dtd/link3.ent +301 -0
  46. data/lib/dtd/atypon/3.0.1/dtd/list3.ent +314 -0
  47. data/lib/dtd/atypon/3.0.1/dtd/math3.ent +269 -0
  48. data/lib/dtd/atypon/3.0.1/dtd/mathml/mmlalias.ent +564 -0
  49. data/lib/dtd/atypon/3.0.1/dtd/mathml/mmlextra.ent +122 -0
  50. data/lib/dtd/atypon/3.0.1/dtd/mathml2-qname-1.mod +286 -0
  51. data/lib/dtd/atypon/3.0.1/dtd/mathml2.dtd +2206 -0
  52. data/lib/dtd/atypon/3.0.1/dtd/mathmlsetup3.ent +238 -0
  53. data/lib/dtd/atypon/3.0.1/dtd/modules3.ent +414 -0
  54. data/lib/dtd/atypon/3.0.1/dtd/nlmcitation3.ent +120 -0
  55. data/lib/dtd/atypon/3.0.1/dtd/notat3.ent +164 -0
  56. data/lib/dtd/atypon/3.0.1/dtd/oasis-exchange.ent +387 -0
  57. data/lib/dtd/atypon/3.0.1/dtd/oasis-tablesetup3.ent +261 -0
  58. data/lib/dtd/atypon/3.0.1/dtd/para3.ent +354 -0
  59. data/lib/dtd/atypon/3.0.1/dtd/phrase3.ent +332 -0
  60. data/lib/dtd/atypon/3.0.1/dtd/references3.ent +758 -0
  61. data/lib/dtd/atypon/3.0.1/dtd/related-object3.ent +130 -0
  62. data/lib/dtd/atypon/3.0.1/dtd/section3.ent +198 -0
  63. data/lib/dtd/atypon/3.0.1/dtd/xhtml-inlstyle-1.mod +34 -0
  64. data/lib/dtd/atypon/3.0.1/dtd/xhtml-table-1.mod +333 -0
  65. data/lib/dtd/atypon/3.0.1/dtd/xmlchars/isogrk1.ent +70 -0
  66. data/lib/dtd/atypon/3.0.1/dtd/xmlchars/isogrk2.ent +41 -0
  67. data/lib/dtd/atypon/3.0.1/dtd/xmlchars/isogrk4.ent +66 -0
  68. data/lib/dtd/atypon/3.0.1/dtd/xmlspecchars3.ent +300 -0
  69. data/lib/dtd/atypon/3.0.4/dtd/XHTMLtablesetup3.ent +284 -0
  70. data/lib/dtd/atypon/3.0.4/dtd/annotation3.ent +266 -0
  71. data/lib/dtd/atypon/3.0.4/dtd/articlemeta3.ent +1368 -0
  72. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivearticle3.dtd +645 -0
  73. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-classes3.ent +178 -0
  74. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-mixes3.ent +253 -0
  75. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-models3.ent +996 -0
  76. data/lib/dtd/atypon/3.0.4/dtd/atypon-archivecustom-modules3.ent +140 -0
  77. data/lib/dtd/atypon/3.0.4/dtd/atypon-elements.ent +201 -0
  78. data/lib/dtd/atypon/3.0.4/dtd/backmatter3.ent +275 -0
  79. data/lib/dtd/atypon/3.0.4/dtd/base-test3.dtd +714 -0
  80. data/lib/dtd/atypon/3.0.4/dtd/catalog-v3.xml +618 -0
  81. data/lib/dtd/atypon/3.0.4/dtd/catalog.ent +98 -0
  82. data/lib/dtd/atypon/3.0.4/dtd/chars3.ent +365 -0
  83. data/lib/dtd/atypon/3.0.4/dtd/common3.ent +2771 -0
  84. data/lib/dtd/atypon/3.0.4/dtd/default-classes3.ent +785 -0
  85. data/lib/dtd/atypon/3.0.4/dtd/default-mixes3.ent +292 -0
  86. data/lib/dtd/atypon/3.0.4/dtd/display3.ent +799 -0
  87. data/lib/dtd/atypon/3.0.4/dtd/format3.ent +384 -0
  88. data/lib/dtd/atypon/3.0.4/dtd/funding3.ent +342 -0
  89. data/lib/dtd/atypon/3.0.4/dtd/htmltable.dtd +334 -0
  90. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isobox.ent +61 -0
  91. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isocyr1.ent +88 -0
  92. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isocyr2.ent +47 -0
  93. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isodia.ent +35 -0
  94. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isolat1.ent +83 -0
  95. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isolat2.ent +142 -0
  96. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isonum.ent +97 -0
  97. data/lib/dtd/atypon/3.0.4/dtd/iso8879/isopub.ent +105 -0
  98. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsa.ent +167 -0
  99. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsb.ent +143 -0
  100. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsc.ent +43 -0
  101. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsn.ent +114 -0
  102. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamso.ent +73 -0
  103. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isoamsr.ent +204 -0
  104. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isogrk3.ent +64 -0
  105. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isomfrk.ent +75 -0
  106. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isomopf.ent +49 -0
  107. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isomscr.ent +75 -0
  108. data/lib/dtd/atypon/3.0.4/dtd/iso9573-13/isotech.ent +182 -0
  109. data/lib/dtd/atypon/3.0.4/dtd/issuexml.dtd +266 -0
  110. data/lib/dtd/atypon/3.0.4/dtd/journalmeta3.ent +278 -0
  111. data/lib/dtd/atypon/3.0.4/dtd/link3.ent +301 -0
  112. data/lib/dtd/atypon/3.0.4/dtd/list3.ent +314 -0
  113. data/lib/dtd/atypon/3.0.4/dtd/math3.ent +269 -0
  114. data/lib/dtd/atypon/3.0.4/dtd/mathml/mmlalias.ent +564 -0
  115. data/lib/dtd/atypon/3.0.4/dtd/mathml/mmlextra.ent +122 -0
  116. data/lib/dtd/atypon/3.0.4/dtd/mathml2-qname-1.mod +286 -0
  117. data/lib/dtd/atypon/3.0.4/dtd/mathml2.dtd +2206 -0
  118. data/lib/dtd/atypon/3.0.4/dtd/mathmlsetup3.ent +238 -0
  119. data/lib/dtd/atypon/3.0.4/dtd/modules3.ent +414 -0
  120. data/lib/dtd/atypon/3.0.4/dtd/nlmcitation3.ent +120 -0
  121. data/lib/dtd/atypon/3.0.4/dtd/notat3.ent +164 -0
  122. data/lib/dtd/atypon/3.0.4/dtd/oasis-exchange.ent +387 -0
  123. data/lib/dtd/atypon/3.0.4/dtd/oasis-tablesetup3.ent +261 -0
  124. data/lib/dtd/atypon/3.0.4/dtd/para3.ent +354 -0
  125. data/lib/dtd/atypon/3.0.4/dtd/phrase3.ent +332 -0
  126. data/lib/dtd/atypon/3.0.4/dtd/references3.ent +758 -0
  127. data/lib/dtd/atypon/3.0.4/dtd/related-object3.ent +130 -0
  128. data/lib/dtd/atypon/3.0.4/dtd/section3.ent +198 -0
  129. data/lib/dtd/atypon/3.0.4/dtd/xhtml-inlstyle-1.mod +34 -0
  130. data/lib/dtd/atypon/3.0.4/dtd/xhtml-table-1.mod +333 -0
  131. data/lib/dtd/atypon/3.0.4/dtd/xmlchars/isogrk1.ent +70 -0
  132. data/lib/dtd/atypon/3.0.4/dtd/xmlchars/isogrk2.ent +41 -0
  133. data/lib/dtd/atypon/3.0.4/dtd/xmlchars/isogrk4.ent +66 -0
  134. data/lib/dtd/atypon/3.0.4/dtd/xmlspecchars3.ent +300 -0
  135. data/lib/dtd/atypon/3.0.5/dtd/XHTMLtablesetup3.ent +284 -0
  136. data/lib/dtd/atypon/3.0.5/dtd/annotation3.ent +266 -0
  137. data/lib/dtd/atypon/3.0.5/dtd/articlemeta3.ent +1368 -0
  138. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivearticle3.dtd +645 -0
  139. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-classes3.ent +178 -0
  140. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-mixes3.ent +253 -0
  141. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-models3.ent +996 -0
  142. data/lib/dtd/atypon/3.0.5/dtd/atypon-archivecustom-modules3.ent +140 -0
  143. data/lib/dtd/atypon/3.0.5/dtd/atypon-elements.ent +201 -0
  144. data/lib/dtd/atypon/3.0.5/dtd/backmatter3.ent +275 -0
  145. data/lib/dtd/atypon/3.0.5/dtd/base-test3.dtd +714 -0
  146. data/lib/dtd/atypon/3.0.5/dtd/catalog-v3.xml +618 -0
  147. data/lib/dtd/atypon/3.0.5/dtd/catalog.ent +98 -0
  148. data/lib/dtd/atypon/3.0.5/dtd/chars3.ent +365 -0
  149. data/lib/dtd/atypon/3.0.5/dtd/common3.ent +2771 -0
  150. data/lib/dtd/atypon/3.0.5/dtd/default-classes3.ent +785 -0
  151. data/lib/dtd/atypon/3.0.5/dtd/default-mixes3.ent +292 -0
  152. data/lib/dtd/atypon/3.0.5/dtd/display3.ent +799 -0
  153. data/lib/dtd/atypon/3.0.5/dtd/format3.ent +384 -0
  154. data/lib/dtd/atypon/3.0.5/dtd/funding3.ent +342 -0
  155. data/lib/dtd/atypon/3.0.5/dtd/htmltable.dtd +334 -0
  156. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isobox.ent +61 -0
  157. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isocyr1.ent +88 -0
  158. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isocyr2.ent +47 -0
  159. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isodia.ent +35 -0
  160. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isolat1.ent +83 -0
  161. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isolat2.ent +142 -0
  162. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isonum.ent +97 -0
  163. data/lib/dtd/atypon/3.0.5/dtd/iso8879/isopub.ent +105 -0
  164. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsa.ent +167 -0
  165. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsb.ent +143 -0
  166. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsc.ent +43 -0
  167. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsn.ent +114 -0
  168. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamso.ent +73 -0
  169. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isoamsr.ent +204 -0
  170. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isogrk3.ent +64 -0
  171. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isomfrk.ent +75 -0
  172. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isomopf.ent +49 -0
  173. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isomscr.ent +75 -0
  174. data/lib/dtd/atypon/3.0.5/dtd/iso9573-13/isotech.ent +182 -0
  175. data/lib/dtd/atypon/3.0.5/dtd/issuexml.dtd +262 -0
  176. data/lib/dtd/atypon/3.0.5/dtd/journalmeta3.ent +278 -0
  177. data/lib/dtd/atypon/3.0.5/dtd/link3.ent +301 -0
  178. data/lib/dtd/atypon/3.0.5/dtd/list3.ent +314 -0
  179. data/lib/dtd/atypon/3.0.5/dtd/math3.ent +269 -0
  180. data/lib/dtd/atypon/3.0.5/dtd/mathml/mmlalias.ent +564 -0
  181. data/lib/dtd/atypon/3.0.5/dtd/mathml/mmlextra.ent +122 -0
  182. data/lib/dtd/atypon/3.0.5/dtd/mathml2-qname-1.mod +286 -0
  183. data/lib/dtd/atypon/3.0.5/dtd/mathml2.dtd +2206 -0
  184. data/lib/dtd/atypon/3.0.5/dtd/mathmlsetup3.ent +238 -0
  185. data/lib/dtd/atypon/3.0.5/dtd/modules3.ent +414 -0
  186. data/lib/dtd/atypon/3.0.5/dtd/nlmcitation3.ent +120 -0
  187. data/lib/dtd/atypon/3.0.5/dtd/notat3.ent +164 -0
  188. data/lib/dtd/atypon/3.0.5/dtd/oasis-exchange.ent +387 -0
  189. data/lib/dtd/atypon/3.0.5/dtd/oasis-tablesetup3.ent +261 -0
  190. data/lib/dtd/atypon/3.0.5/dtd/para3.ent +354 -0
  191. data/lib/dtd/atypon/3.0.5/dtd/phrase3.ent +332 -0
  192. data/lib/dtd/atypon/3.0.5/dtd/references3.ent +758 -0
  193. data/lib/dtd/atypon/3.0.5/dtd/related-object3.ent +130 -0
  194. data/lib/dtd/atypon/3.0.5/dtd/section3.ent +198 -0
  195. data/lib/dtd/atypon/3.0.5/dtd/xhtml-inlstyle-1.mod +34 -0
  196. data/lib/dtd/atypon/3.0.5/dtd/xhtml-table-1.mod +333 -0
  197. data/lib/dtd/atypon/3.0.5/dtd/xmlchars/isogrk1.ent +70 -0
  198. data/lib/dtd/atypon/3.0.5/dtd/xmlchars/isogrk2.ent +41 -0
  199. data/lib/dtd/atypon/3.0.5/dtd/xmlchars/isogrk4.ent +66 -0
  200. data/lib/dtd/atypon/3.0.5/dtd/xmlspecchars3.ent +300 -0
  201. data/lib/xml_jats_resolver.rb +3 -0
  202. data/xml_jats_resolver.gemspec +1 -1
  203. metadata +200 -2
@@ -0,0 +1,384 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Formatting Element Classes -->
3
+ <!-- VERSION: 3.0 -->
4
+ <!-- DATE: Apr 2009 -->
5
+ <!-- -->
6
+ <!-- ============================================================= -->
7
+
8
+ <!-- ============================================================= -->
9
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
10
+ <!-- TYPICAL INVOCATION -->
11
+ <!--
12
+ "-//Atypon//DTD Atypon Systems Archival NLM DTD Formatting Element Classes v3.0.5 20110520//EN"
13
+ Delivered as file "format3.ent" -->
14
+ <!-- ============================================================= -->
15
+
16
+ <!-- ============================================================= -->
17
+ <!-- SYSTEM: Archiving and Interchange DTD Suite -->
18
+ <!-- -->
19
+ <!-- -->
20
+ <!-- PURPOSE: Elements concerned with rendition of output, for -->
21
+ <!-- example printing on a page or display on a screen -->
22
+ <!-- -->
23
+ <!-- CONTAINS: 1) Default definitions of format classes -->
24
+ <!-- 2) Appearance class elements -->
25
+ <!-- 3) Break class elements -->
26
+ <!-- 4) Typographic emphasis elements -->
27
+ <!-- 5) Advanced overline and underline elements -->
28
+ <!-- -->
29
+ <!-- CREATED FOR: -->
30
+ <!-- Digital archives and publishers who wish to -->
31
+ <!-- create a custom XML DTD for original markup of -->
32
+ <!-- journal literature, books, and related material, -->
33
+ <!-- or for archiving and transferring such material -->
34
+ <!-- between archives. -->
35
+ <!-- -->
36
+ <!-- This DTD is in the public domain. An organization -->
37
+ <!-- that wishes to create its own DTD from the suite -->
38
+ <!-- may do so without permission from NLM. -->
39
+ <!-- -->
40
+ <!-- The suite has been set up to be extended using a -->
41
+ <!-- new DTD file and a new DTD-specific customization -->
42
+ <!-- module to redefine the many Parameter Entities. -->
43
+ <!-- Do not modify the suite directly or redistribute -->
44
+ <!-- modified versions of the suite. -->
45
+ <!-- -->
46
+ <!-- In the interest of maintaining consistency and -->
47
+ <!-- clarity for potential users, NLM requests: -->
48
+ <!-- -->
49
+ <!-- 1. If you create a DTD from the Archiving and -->
50
+ <!-- Interchange DTD Suite and intend to stay -->
51
+ <!-- compatible with the suite, then please include -->
52
+ <!-- the following statement as a comment in all of -->
53
+ <!-- your DTD modules: -->
54
+ <!-- "Created from, and fully compatible with, -->
55
+ <!-- the Archiving and Interchange DTD Suite." -->
56
+ <!-- -->
57
+ <!-- 2. If you alter one or more modules of the suite, -->
58
+ <!-- then please rename your version and all its -->
59
+ <!-- modules to avoid any confusion with the -->
60
+ <!-- original suite. Also, please include the -->
61
+ <!-- following statement as a comment in all your -->
62
+ <!-- DTD modules: -->
63
+ <!-- "Based in part on, but not fully compatible -->
64
+ <!-- with, the Archiving and Interchange DTD -->
65
+ <!-- Suite." -->
66
+ <!-- -->
67
+ <!-- Suggestions for refinements and enhancements to -->
68
+ <!-- the DTD suite should be sent in email to: -->
69
+ <!-- archive-dtd@ncbi.nlm.nih.gov -->
70
+ <!-- -->
71
+ <!-- ORIGINAL CREATION DATE: -->
72
+ <!-- December 2002 -->
73
+ <!-- -->
74
+ <!-- CREATED BY: Jeff Beck (NCBI) -->
75
+ <!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
76
+ <!-- Bruce Rosenblum (Inera Inc.) -->
77
+ <!-- -->
78
+ <!-- NLM thanks the Harvard University Libraries, both -->
79
+ <!-- for proposing that a draft archiving NLM DTD for -->
80
+ <!-- life sciences journals be extended to accommodate -->
81
+ <!-- journals in all disciplines and for sponsoring -->
82
+ <!-- Bruce Rosenblum's collaboration with other DTD -->
83
+ <!-- authors in completing Version 1.0. The Andrew W. -->
84
+ <!-- Mellon Foundation provided support for these -->
85
+ <!-- -->
86
+ <!-- Suggestions for refinements and enhancements to -->
87
+ <!-- the DTD suite should be sent in email to: -->
88
+ <!-- archive-dtd@ncbi.nlm.nih.gov -->
89
+ <!-- important contributions. -->
90
+ <!-- -->
91
+ <!-- ============================================================= -->
92
+
93
+
94
+ <!-- ============================================================= -->
95
+ <!-- DTD VERSION/CHANGE HISTORY -->
96
+ <!-- ============================================================= -->
97
+ <!--
98
+ =============================================================
99
+
100
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
101
+
102
+ =============================================================
103
+ Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
104
+
105
+ Version 3.0 is the first non-backward-compatible release.
106
+ In addition to the usual incremental changes, some
107
+ elements and attributes have been renamed and/or remodeled
108
+ to better meet user needs and to increase tag set consistency.
109
+ All module change histories are available through the Tag Suite
110
+ web site at http://dtd.nlm.nih.gov.
111
+
112
+ Details on version 3.0 are available at
113
+ http://dtd.nlm.nih.gov/3.0.
114
+
115
+ 1. Updated public identifier to "v3.0 20080202//EN" -->
116
+
117
+
118
+ <!-- ============================================================= -->
119
+ <!-- PARAMETER ENTITIES FOR ATTRIBUTE LISTS -->
120
+ <!-- ============================================================= -->
121
+
122
+
123
+ <!-- UNDERLINE ATTRIBUTES -->
124
+ <!-- Attributes for the <underline> element -->
125
+ <!ENTITY % underline-atts
126
+ "underline-style
127
+ CDATA #IMPLIED" >
128
+
129
+
130
+ <!-- ============================================================= -->
131
+ <!-- APPEARANCE CLASS ELEMENTS -->
132
+ <!-- ============================================================= -->
133
+
134
+
135
+ <!-- HORIZONTAL RULE -->
136
+ <!-- Defined to allow the user to specify an
137
+ explicit (non machine-generated) rule.
138
+ Details at:
139
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=hr
140
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=hr
141
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=hr
142
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=hr
143
+ -->
144
+ <!ELEMENT hr EMPTY >
145
+
146
+
147
+ <!-- ============================================================= -->
148
+ <!-- BREAK CLASS ELEMENTS -->
149
+ <!-- ============================================================= -->
150
+
151
+
152
+ <!-- LINE BREAK -->
153
+ <!-- Defined to allow the user to specify an
154
+ explicit (non machine-generated) linebreak.
155
+ Details at:
156
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=break
157
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=break
158
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=break
159
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=break
160
+ -->
161
+ <!ELEMENT break EMPTY >
162
+
163
+
164
+ <!-- ============================================================= -->
165
+ <!-- EMPHASIS/RENDITION CLASS ELEMENTS -->
166
+ <!-- ============================================================= -->
167
+
168
+
169
+ <!-- BOLD -->
170
+ <!-- Used to mark text that should appear in bold
171
+ face type for print or display
172
+ Details at:
173
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=bold
174
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=bold
175
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=bold
176
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=bold
177
+ -->
178
+ <!ELEMENT bold (#PCDATA %emphasized-text;)* >
179
+
180
+
181
+ <!-- ITALIC -->
182
+ <!-- Used to mark text that should appear in
183
+ italic type on output.
184
+ Details at:
185
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=italic
186
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=italic
187
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=italic
188
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=italic
189
+ -->
190
+ <!ELEMENT italic (#PCDATA %emphasized-text;)* >
191
+
192
+
193
+ <!-- MONOSPACE TEXT (TYPEWRITER TEXT) -->
194
+ <!-- Used to mark text that should appear in
195
+ a non-proportional font, such as courier
196
+ for display or print. This is common for
197
+ computer code examples, man-machine
198
+ dialogues, etc.
199
+ Details at:
200
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=monospace
201
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=monospace
202
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=monospace
203
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=monospace
204
+ -->
205
+ <!ELEMENT monospace (#PCDATA %emphasized-text;)* >
206
+
207
+
208
+ <!-- ROMAN -->
209
+ <!-- Used to mark text that should remain in
210
+ roman script no matter what style the
211
+ surrounding text takes on.
212
+ Details at:
213
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=roman
214
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=roman
215
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=roman
216
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=roman
217
+ -->
218
+ <!ELEMENT roman (#PCDATA %emphasized-text;)* >
219
+
220
+
221
+
222
+ <!-- SANS SERIF -->
223
+ <!-- Used to mark text that should appear in a
224
+ special sans-serif font, typically used in
225
+ math or chemistry
226
+ Details at:
227
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=sans-serif
228
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=sans-serif
229
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=sans-serif
230
+ -->
231
+ <!ELEMENT sans-serif (#PCDATA %emphasized-text;)* >
232
+
233
+
234
+ <!-- SMALL CAPS -->
235
+ <!-- Used to mark text that should appear in a
236
+ font which creates smaller capital letters
237
+ on output.
238
+ Details at:
239
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=sc
240
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=sc
241
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=sc
242
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=sc
243
+ -->
244
+ <!ELEMENT sc (#PCDATA %emphasized-text;)* >
245
+
246
+
247
+ <!-- OVERLINE -->
248
+ <!-- Used to mark text that should appear with a
249
+ horizontal line above each character in
250
+ display or print. There is no PE for
251
+ override because this was added to handle
252
+ a specific publisher tag set and should not
253
+ grow beyond what they need.
254
+ Details at:
255
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=overline
256
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=overline
257
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=overline
258
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=overline
259
+ -->
260
+ <!ELEMENT overline (#PCDATA %emphasized-text;)* >
261
+
262
+
263
+ <!-- STRIKE THROUGH -->
264
+ <!-- Used to mark text that should appear with
265
+ a line through it so as to appear "struck out"
266
+ on display or print
267
+ Details at:
268
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=strike
269
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=strike
270
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=strike
271
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=strike
272
+ -->
273
+ <!ELEMENT strike (#PCDATA %emphasized-text;)* >
274
+
275
+
276
+ <!-- SUBSCRIPT -->
277
+ <!-- A number or expression that is set lower
278
+ than the baseline and slightly smaller,
279
+ to act as an inferior or subscript
280
+ Details at:
281
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=sub
282
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=sub
283
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=sub
284
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=sub
285
+ -->
286
+ <!ELEMENT sub (#PCDATA %emphasized-text;)* >
287
+ <!ATTLIST sub
288
+ arrange (stack | stagger) #IMPLIED >
289
+
290
+
291
+ <!-- SUPERSCRIPT -->
292
+ <!-- A number or expression that is set higher
293
+ than the baseline and slightly smaller,
294
+ to act as a superior or superscript
295
+ Details at:
296
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=sup
297
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=sup
298
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=sup
299
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=sup
300
+ -->
301
+ <!ELEMENT sup (#PCDATA %emphasized-text;)* >
302
+ <!ATTLIST sup
303
+ arrange (stack | stagger) #IMPLIED >
304
+
305
+
306
+ <!-- UNDERLINE -->
307
+ <!-- Details at:
308
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=underline
309
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=underline
310
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=underline
311
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=underline
312
+ -->
313
+ <!ELEMENT underline (#PCDATA %emphasized-text;)* >
314
+ <!ATTLIST underline
315
+ %underline-atts; >
316
+
317
+
318
+ <!-- ============================================================= -->
319
+ <!-- ADVANCED UNDERLINE AND OVERLINE ELEMENTS
320
+ (From the Elsevier DTD, used mostly within
321
+ mathematics, when ordinary MathML underline
322
+ and overline functions are inadequate. The
323
+ elements act as milestone tags marking the
324
+ start and end of over or underlining that
325
+ may extend across element boundaries.) -->
326
+ <!-- ============================================================= -->
327
+
328
+
329
+ <!-- OVERLINE START -->
330
+ <!-- The start of a milestone-created overline, the
331
+ end of ornament will be marked by an
332
+ Overline End element.
333
+ Details at:
334
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=overline-start
335
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=overline-start
336
+ -->
337
+ <!ELEMENT overline-start
338
+ EMPTY >
339
+ <!ATTLIST overline-start
340
+ id ID #REQUIRED >
341
+
342
+
343
+ <!-- OVERLINE END -->
344
+ <!-- The end of a milestone-created overline, the
345
+ start of ornament will be marked by an
346
+ Overline Start element.
347
+ Details at:
348
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=overline-end
349
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=overline-end
350
+ -->
351
+ <!ELEMENT overline-end EMPTY >
352
+ <!ATTLIST overline-end
353
+ rid IDREF #REQUIRED >
354
+
355
+
356
+ <!-- UNDERLINE START -->
357
+ <!-- The start of a milestone-created underline,
358
+ the end of ornament will be marked by an
359
+ Underline End element
360
+ Details at:
361
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=underline-start
362
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=underline-start
363
+ -->
364
+ <!ELEMENT underline-start
365
+ EMPTY >
366
+ <!ATTLIST underline-start
367
+ id ID #REQUIRED >
368
+
369
+
370
+ <!-- UNDERLINE END -->
371
+ <!-- The end of a milestone-created underline, the
372
+ start of ornament will be marked by an
373
+ Underline Start element.
374
+ Details at:
375
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=underline-end
376
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=underline-end
377
+ -->
378
+ <!ELEMENT underline-end
379
+ EMPTY >
380
+ <!ATTLIST underline-end
381
+ rid IDREF #REQUIRED >
382
+
383
+
384
+ <!-- ================== End Format Class Module =================== -->