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,1368 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Journal Article Metadata Elements -->
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 Journal Article Metadata Elements v3.0.5 20110520//EN"
13
+ Delivered as file "articlemeta3.ent" -->
14
+ <!-- ============================================================= -->
15
+
16
+ <!-- ============================================================= -->
17
+ <!-- SYSTEM: Archiving and Interchange DTD Suite -->
18
+ <!-- -->
19
+ <!-- PURPOSE: Names all elements used to describe the journal -->
20
+ <!-- in which the journal article is published. -->
21
+ <!-- -->
22
+ <!-- CONTAINS: 1. Article element parameter entity -->
23
+ <!-- 2. Article metadata elements in alphabetical -->
24
+ <!-- order -->
25
+ <!-- -->
26
+ <!-- CREATED FOR: -->
27
+ <!-- Digital archives and publishers who wish to -->
28
+ <!-- create a custom XML DTD for original markup of -->
29
+ <!-- journal literature, books, and related material, -->
30
+ <!-- or for archiving and transferring such material -->
31
+ <!-- between archives. -->
32
+ <!-- -->
33
+ <!-- This DTD is in the public domain. An organization -->
34
+ <!-- that wishes to create its own DTD from the suite -->
35
+ <!-- may do so without permission from NLM. -->
36
+ <!-- -->
37
+ <!-- The suite has been set up to be extended using a -->
38
+ <!-- new DTD file and a new DTD-specific customization -->
39
+ <!-- module to redefine the many Parameter Entities. -->
40
+ <!-- Do not modify the suite directly or redistribute -->
41
+ <!-- modified versions of the suite. -->
42
+ <!-- -->
43
+ <!-- In the interest of maintaining consistency and -->
44
+ <!-- clarity for potential users, NLM requests: -->
45
+ <!-- -->
46
+ <!-- 1. If you create a DTD from the Archiving and -->
47
+ <!-- Interchange DTD Suite and intend to stay -->
48
+ <!-- compatible with the suite, then please include -->
49
+ <!-- the following statement as a comment in all of -->
50
+ <!-- your DTD modules: -->
51
+ <!-- "Created from, and fully compatible with, -->
52
+ <!-- the Archiving and Interchange DTD Suite." -->
53
+ <!-- -->
54
+ <!-- 2. If you alter one or more modules of the suite, -->
55
+ <!-- then please rename your version and all its -->
56
+ <!-- modules to avoid any confusion with the -->
57
+ <!-- original suite. Also, please include the -->
58
+ <!-- following statement as a comment in all your -->
59
+ <!-- DTD modules: -->
60
+ <!-- "Based in part on, but not fully compatible -->
61
+ <!-- with, the Archiving and Interchange DTD -->
62
+ <!-- Suite." -->
63
+ <!-- -->
64
+ <!-- ORIGINAL CREATION DATE: -->
65
+ <!-- December 2002 -->
66
+ <!-- -->
67
+ <!-- CREATED BY: Jeff Beck (NCBI) -->
68
+ <!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
69
+ <!-- Bruce Rosenblum (Inera Inc.) -->
70
+ <!-- -->
71
+ <!-- NLM thanks the Harvard University Libraries, both -->
72
+ <!-- for proposing that a draft archiving NLM DTD for -->
73
+ <!-- life sciences journals be extended to accommodate -->
74
+ <!-- journals in all disciplines and for sponsoring -->
75
+ <!-- Bruce Rosenblum's collaboration with other DTD -->
76
+ <!-- authors in completing Version 1.0. The Andrew W. -->
77
+ <!-- Mellon Foundation provided support for these -->
78
+ <!-- -->
79
+ <!-- Suggestions for refinements and enhancements to -->
80
+ <!-- the DTD suite should be sent in email to: -->
81
+ <!-- archive-dtd@ncbi.nlm.nih.gov -->
82
+ <!-- -->
83
+ <!-- ============================================================= -->
84
+
85
+
86
+ <!-- ============================================================= -->
87
+ <!-- DTD VERSION/CHANGE HISTORY -->
88
+ <!-- ============================================================= -->
89
+ <!--
90
+
91
+ =============================================================
92
+
93
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
94
+
95
+ =============================================================
96
+ Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
97
+
98
+ Version 3.0 is the first non-backward-compatible release.
99
+ In addition to the usual incremental changes, some
100
+ elements and attributes have been renamed and/or remodeled
101
+ to better meet user needs and to increase tag set consistency.
102
+ All module change histories are available through the Tag Suite
103
+ web site at http://dtd.nlm.nih.gov.
104
+
105
+ Details on version 3.0 are available at
106
+ http://dtd.nlm.nih.gov/3.0.
107
+
108
+ 1. Updated public identifier to "v3.0 20080202//EN" -->
109
+
110
+
111
+ <!-- ============================================================= -->
112
+ <!-- PARAMETER ENTITIES FOR ATTRIBUTE LISTS -->
113
+ <!-- ============================================================= -->
114
+
115
+
116
+ <!-- ABSTRACT ATTRIBUTES -->
117
+ <!-- Attributes for the <abstract> element and
118
+ the <trans-abstract> element -->
119
+ <!ENTITY % abstract-atts
120
+ "id ID #IMPLIED
121
+ abstract-type
122
+ CDATA #IMPLIED
123
+ specific-use
124
+ CDATA #IMPLIED
125
+ xml:lang NMTOKEN #IMPLIED" >
126
+
127
+
128
+ <!-- ALTERNATE TITLE ATTRIBUTES -->
129
+ <!-- Attributes for the <alt-title> element -->
130
+ <!ENTITY % alt-title-atts
131
+ "alt-title-type
132
+ CDATA #IMPLIED" >
133
+
134
+
135
+ <!-- AUTHOR COMMENT ATTRIBUTES -->
136
+ <!-- Attributes for the <author-comment> element-->
137
+ <!ENTITY % author-comment-atts
138
+ "id ID #IMPLIED
139
+ content-type
140
+ CDATA #IMPLIED" >
141
+
142
+
143
+ <!-- AUTHOR NOTES ATTRIBUTES -->
144
+ <!-- Attributes for the <author-notes> element -->
145
+ <!ENTITY % author-notes-atts
146
+ "id ID #IMPLIED
147
+ rid IDREFS #IMPLIED" >
148
+
149
+
150
+ <!-- ARTICLE IDENTIFIER ATTRIBUTES -->
151
+ <!-- Attributes for the <article-id> element -->
152
+ <!ENTITY % article-id-atts
153
+ "pub-id-type
154
+ (%pub-id-types;) #IMPLIED" >
155
+
156
+
157
+ <!-- COMPOUND KEYWORD ATTRIBUTES -->
158
+ <!-- Attributes for the <kwd> element -->
159
+ <!ENTITY % compound-kwd-atts
160
+ "id ID #IMPLIED
161
+ content-type
162
+ CDATA #IMPLIED" >
163
+
164
+
165
+ <!-- COMPOUND KEYWORD PART ATTRIBUTES -->
166
+ <!-- Attributes for the <kwd> element -->
167
+ <!ENTITY % compound-kwd-part-atts
168
+ "content-type
169
+ CDATA #IMPLIED" >
170
+
171
+
172
+ <!-- CONTRIBUTOR ATTRIBUTES -->
173
+ <!-- Attributes for the <contrib> element -->
174
+ <!ENTITY % contrib-atts
175
+ "contrib-type
176
+ CDATA #IMPLIED
177
+ id ID #IMPLIED
178
+ corresp (no | yes) #IMPLIED
179
+ equal-contrib
180
+ (no | yes) #IMPLIED
181
+ deceased (no | yes) #IMPLIED
182
+ rid IDREFS #IMPLIED
183
+ %might-link-atts; " >
184
+
185
+
186
+ <!-- CONTRIBUTOR GROUP ATTRIBUTES -->
187
+ <!-- Attributes for the <contrib-group> element -->
188
+ <!ENTITY % contrib-group-atts
189
+ "id ID #IMPLIED
190
+ content-type
191
+ CDATA #IMPLIED" >
192
+
193
+
194
+ <!-- CORRESPONDING ATTRIBUTES -->
195
+ <!-- Attributes for the <corresp> element -->
196
+ <!ENTITY % corresp-atts
197
+ "id ID #IMPLIED
198
+ content-type
199
+ CDATA #IMPLIED" >
200
+
201
+
202
+ <!-- DEGREES ATTRIBUTES -->
203
+ <!-- Attributes for the <degrees> element -->
204
+ <!ENTITY % degrees-atts
205
+ "content-type
206
+ CDATA #IMPLIED" >
207
+
208
+
209
+ <!-- KEYWORD ATTRIBUTES -->
210
+ <!-- Attributes for the <kwd> element -->
211
+ <!ENTITY % kwd-atts
212
+ "id ID #IMPLIED" >
213
+
214
+
215
+ <!-- KEYWORD GROUP ATTRIBUTES -->
216
+ <!-- Attributes for the <kwd-group> element -->
217
+ <!ENTITY % kwd-group-atts
218
+ "id ID #IMPLIED
219
+ kwd-group-type
220
+ CDATA #IMPLIED
221
+ xml:lang NMTOKEN #IMPLIED" >
222
+
223
+
224
+ <!-- PRODUCT ATTRIBUTES -->
225
+ <!-- Attributes for the <product> element -->
226
+ <!ENTITY % product-atts
227
+ "id ID #IMPLIED
228
+ product-type
229
+ CDATA #IMPLIED
230
+ %might-link-atts;" >
231
+
232
+
233
+ <!-- PUBLICATION DATE ATTRIBUTES -->
234
+ <!-- Attributes for the <pub-date> element -->
235
+ <!ENTITY % pub-date-atts
236
+ "pub-type CDATA #IMPLIED" >
237
+
238
+
239
+ <!-- SELF URI ATTRIBUTES -->
240
+ <!-- Attributes for the <self-uri> element -->
241
+ <!ENTITY % self-uri-atts
242
+ "content-type
243
+ CDATA #IMPLIED
244
+ %might-link-atts;" >
245
+
246
+
247
+ <!-- SERIES TEXT ATTRIBUTES -->
248
+ <!-- Attributes for the <series-text> element -->
249
+ <!ENTITY % series-text-atts
250
+ "content-type
251
+ CDATA #IMPLIED" >
252
+
253
+
254
+ <!-- SERIES TITLE ATTRIBUTES -->
255
+ <!-- Attributes for the <series-title> element -->
256
+ <!ENTITY % series-title-atts
257
+ "content-type
258
+ CDATA #IMPLIED" >
259
+
260
+
261
+ <!-- SUBJECT GROUP ATTRIBUTES -->
262
+ <!-- Attributes for the <subj-group> element -->
263
+ <!ENTITY % subj-group-atts
264
+ "xml:lang NMTOKEN #IMPLIED
265
+ subj-group-type
266
+ CDATA #IMPLIED" >
267
+
268
+
269
+ <!-- SUBJECT ATTRIBUTES -->
270
+ <!-- Attributes for the <subject> element -->
271
+ <!ENTITY % subject-atts
272
+ "content-type
273
+ CDATA #IMPLIED" >
274
+
275
+
276
+ <!-- SUBTITLE ATTRIBUTES -->
277
+ <!-- Attributes for the <subtitle> element -->
278
+ <!ENTITY % subtitle-atts
279
+ "content-type
280
+ CDATA #IMPLIED
281
+ xml:lang NMTOKEN #IMPLIED" >
282
+
283
+
284
+ <!-- SUPPLEMENT ATTRIBUTES -->
285
+ <!-- Attributes for the <supplement> element -->
286
+ <!ENTITY % supplement-atts
287
+ "supplement-type
288
+ CDATA #IMPLIED" >
289
+
290
+
291
+ <!-- ============================================================= -->
292
+ <!-- ARTICLE METADATA -->
293
+ <!-- ============================================================= -->
294
+
295
+
296
+ <!-- ARTICLE METADATA MODEL -->
297
+ <!-- Complete content model for the <article-meta>
298
+ element, which names the journal article
299
+ metadata -->
300
+ <!ENTITY % article-meta-model
301
+ "(article-id*, article-categories?,
302
+ title-group?, (contrib-group | aff)*,
303
+ author-notes?, pub-date*,
304
+ volume?, volume-id*, volume-series?,
305
+ issue?, issue-id*, issue-title*,
306
+ issue-sponsor*, issue-part?, isbn*,
307
+ supplement?,
308
+ ( (fpage, lpage?, page-range?) |
309
+ elocation-id )?,
310
+ (%address-link.class; | product |
311
+ supplementary-material)*,
312
+ history?, permissions?, self-uri*,
313
+ related-article*, abstract*,
314
+ trans-abstract*, kwd-group*, funding-group*,
315
+ conference*, counts?, custom-meta-group?)" >
316
+
317
+
318
+ <!--ELEM address links (email | ext-link | uri)
319
+ Defined in %funding.ent; -->
320
+ <!--ELEM aff Defined in %common.ent; -->
321
+ <!--ELEM copyright-statement
322
+ Defined in %common3.ent" -->
323
+ <!--ELEM copyright-year
324
+ Defined in %common3.ent" -->
325
+ <!--ELEM custom-meta-group
326
+ Defined in %common.ent; -->
327
+ <!--ELEM elocation-id Defined in %common.ent; -->
328
+ <!--ELEM ext-link Defined in %common.ent; -->
329
+ <!--ELEM fpage Defined in %common.ent; -->
330
+ <!--ELEM funding-group
331
+ Defined in %funding.ent; -->
332
+ <!--ELEM isbn Defined in %common.ent; -->
333
+ <!--ELEM issue Defined in %common.ent; -->
334
+ <!--ELEM issue-id Defined in %common.ent; -->
335
+ <!--ELEM issue-title Defined in %common.ent; -->
336
+ <!--ELEM issue-sponsor
337
+ Defined in %common.ent; -->
338
+ <!--ELEM license Defined in %common3.ent" -->
339
+ <!--ELEM lpage Defined in %common.ent; -->
340
+ <!--ELEM page-range Defined in %common3.ent" -->
341
+ <!--ELEM permissions Defined in %common3.ent" -->
342
+ <!--ELEM related-article
343
+ Defined in %common.ent; -->
344
+ <!--ELEM supplementary-material
345
+ Defined in %display.ent; -->
346
+ <!--ELEM volume Defined in %common.ent; -->
347
+ <!--ELEM volume-id Defined in %common.ent; -->
348
+ <!--ELEM volume-series
349
+ Defined in %common.ent; -->
350
+
351
+
352
+ <!-- ARTICLE METADATA -->
353
+ <!-- Metadata that identifies this article, for
354
+ example, bibliographic information such as
355
+ the title, author, and copyright year.
356
+ Details at:
357
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=article-meta
358
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=article-meta
359
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=article-meta
360
+ -->
361
+ <!ELEMENT article-meta %article-meta-model; >
362
+
363
+
364
+ <!-- ============================================================= -->
365
+ <!-- ARTICLE METADATA ELEMENTS -->
366
+ <!-- ============================================================= -->
367
+
368
+
369
+ <!-- ARTICLE IDENTIFIER -->
370
+ <!-- Optional element, used to hold one of the
371
+ "unique identifiers" that have been assigned
372
+ at various times to an article. Such
373
+ identifiers may come from the publisher, the
374
+ jobber, or from inside PMC.
375
+ Details at:
376
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=article-id
377
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=article-id
378
+ -->
379
+ <!ELEMENT article-id (#PCDATA) >
380
+ <!ATTLIST article-id
381
+ %article-id-atts; >
382
+
383
+
384
+ <!-- ============================================================= -->
385
+ <!-- ARTICLE GROUPING DATA (ARTICLE METADATA) -->
386
+ <!-- ============================================================= -->
387
+
388
+
389
+ <!-- ARTICLE CATEGORIES MODEL -->
390
+ <!-- Complete content model for the
391
+ <article-categories> element -->
392
+ <!ENTITY % article-categories-model
393
+ "(subj-group*, series-title*, series-text?)" >
394
+
395
+
396
+ <!-- ARTICLE GROUPING DATA -->
397
+ <!-- Container for elements that may be used to
398
+ group articles into related clusters
399
+ Details at:
400
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=article-categories
401
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=article-categories
402
+ -->
403
+ <!ELEMENT article-categories
404
+ %article-categories-model; >
405
+
406
+
407
+ <!-- SUBJECT GROUP MODEL -->
408
+ <!-- Complete content model for the <subj-group>
409
+ element -->
410
+ <!ENTITY % subj-group-model
411
+ "(subject+, subj-group*)" >
412
+
413
+
414
+ <!-- GROUPING ARTICLES IN TITLED CATEGORIES
415
+ For some journals, articles are grouped into
416
+ categories, with the category indicated in
417
+ the article's display.
418
+ Sometimes the grouping or category refers
419
+ to the type of article, such as "Essay",
420
+ "Commentary", or "Article". Sometimes the
421
+ grouping refers to subject areas, such as
422
+ "Physical Sciences", "Biological Sciences",
423
+ or "Social Sciences".
424
+ Details at:
425
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=subj-group
426
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=subj-group
427
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=subj-group
428
+ -->
429
+ <!ELEMENT subj-group %subj-group-model; >
430
+ <!ATTLIST subj-group
431
+ %subj-group-atts; >
432
+
433
+
434
+ <!-- SUBJECT GROUPING NAME ELEMENTS -->
435
+ <!-- Elements that may be used, along with data
436
+ characters inside the content model of the
437
+ <subject> element -->
438
+ <!ENTITY % subject-elements
439
+ "| %emphasis.class; | %inline-display.class; |
440
+ %inline-math.class; |
441
+ %phrase-content.class; | %subsup.class;" >
442
+
443
+
444
+ <!-- SUBJECT GROUPING NAME -->
445
+ <!-- The name of one of the subject groups used
446
+ to describe an article. Such groups are
447
+ used, typically, to provide headings for
448
+ groups of articles in a printed or online
449
+ generated Table of Contents.
450
+ Details at:
451
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=subject
452
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=subject
453
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=subject
454
+ -->
455
+ <!ELEMENT subject (#PCDATA %subject-elements;)* >
456
+ <!ATTLIST subject
457
+ %subject-atts; >
458
+
459
+
460
+ <!-- ============================================================= -->
461
+ <!-- SERIES INFORMATION -->
462
+ <!-- ============================================================= -->
463
+
464
+
465
+ <!-- GROUPING ARTICLES IN SERIES
466
+ Series (as used in the <series-title> and
467
+ <series-text> elements described below) is
468
+ used in two different senses. Some issues of
469
+ journals are part of a series and will have
470
+ series information just as they have an
471
+ issue number as part of the article metadata,
472
+ to describe the issue of the journal in which
473
+ the article is published. The second usage
474
+ is for groupings of articles within one
475
+ issue of a journal. For example, in some
476
+ journals, articles are grouped into a
477
+ series such as "From the Cover" and
478
+ identified as part of a series.
479
+ The Series Title element names the series
480
+ and the Series Text element provides textual
481
+ description (if any) describing the series.-->
482
+
483
+
484
+ <!-- SERIES TITLE ELEMENTS -->
485
+ <!-- Elements that may be used, along with data
486
+ characters inside the content model of the
487
+ <series-title> element -->
488
+ <!ENTITY % series-title-elements
489
+ "%rendition-plus;" >
490
+
491
+
492
+ <!-- SERIES TITLE -->
493
+ <!-- Title of the journal series (bibliographic
494
+ meaning) or the title of a series of
495
+ articles internal to one issue of a journal
496
+ Details at:
497
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=series-title
498
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=series-title
499
+ -->
500
+ <!ELEMENT series-title (#PCDATA %series-title-elements;)* >
501
+ <!ATTLIST series-title
502
+ %series-title-atts; >
503
+
504
+
505
+ <!-- SERIES TEXT ELEMENTS -->
506
+ <!-- Elements that may be used, along with data
507
+ characters inside the content model of the
508
+ <series-text> element -->
509
+ <!ENTITY % series-text-elements
510
+ "%rendition-plus;" >
511
+
512
+
513
+ <!-- SERIES TEXT: HEADER TEXT to DESCRIBE -->
514
+ <!-- Textual description of the series of articles
515
+ that are named in a <series-title> element
516
+ Details at:
517
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=series-text
518
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=series-text
519
+ -->
520
+ <!ELEMENT series-text (#PCDATA %series-text-elements;)* >
521
+ <!ATTLIST series-text
522
+ %series-title-atts; >
523
+
524
+
525
+ <!-- ============================================================= -->
526
+ <!-- TOP-LEVEL ARTICLE METADATA CONTINUED -->
527
+ <!-- ============================================================= -->
528
+
529
+
530
+ <!-- AUTHOR NOTES MODEL -->
531
+ <!-- Content model for an <author-notes> element.
532
+ -->
533
+ <!ENTITY % author-notes-model
534
+ "(label?, title?,
535
+ (%corresp.class; | %fn-link.class; |
536
+ %just-para.class;)+ )" >
537
+
538
+
539
+ <!-- AUTHOR NOTE GROUP -->
540
+ <!-- Footnotes to authors or notes about authors
541
+ (and, potentially other contributors) are
542
+ collected in the Author note group.
543
+ References to these footnotes are made
544
+ using the <xref> element.
545
+ Details at:
546
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=author-notes
547
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=author-notes
548
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=author-notes
549
+ -->
550
+ <!ELEMENT author-notes %author-notes-model; >
551
+ <!ATTLIST author-notes
552
+ %author-notes-atts; >
553
+
554
+
555
+ <!-- ============================================================= -->
556
+ <!-- PRODUCT REVIEW INFORMATION (PRODUCT METADATA) -->
557
+ <!-- ============================================================= -->
558
+
559
+
560
+ <!-- PRODUCT ELEMENTS -->
561
+ <!-- Elements that may be used inside the
562
+ <product> element
563
+ Design Note: All inline mixes begin with an
564
+ OR bar, but since %simple-text; is an inline
565
+ mix, the OR bar is already there. -->
566
+ <!ENTITY % product-elements
567
+ "| %article-link.class; | %break.class; |
568
+ %emphasis.class; | %inline-display.class; |
569
+ %inline-math.class; | %phrase.class; |
570
+ %price.class; | %references.class; |
571
+ %simple-link.class; | %subsup.class; " >
572
+
573
+
574
+ <!-- PRODUCT INFORMATION -->
575
+ <!-- Used as a wrapper for metadata for a product
576
+ (such as a book, software package, hardware
577
+ component, website etc.) that is being
578
+ reviewed.
579
+ Details at:
580
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=product
581
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=product
582
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=product
583
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=product
584
+ -->
585
+ <!ELEMENT product (#PCDATA %product-elements;)* >
586
+ <!ATTLIST product
587
+ %product-atts; >
588
+
589
+
590
+ <!-- ============================================================= -->
591
+ <!-- PUBLICATION HISTORY ELEMENTS -->
592
+ <!-- ============================================================= -->
593
+
594
+
595
+ <!-- HISTORY MODEL -->
596
+ <!-- The content model for the <history> element
597
+ -->
598
+ <!ENTITY % history-model
599
+ "(%date.class;)+" >
600
+
601
+
602
+ <!-- HISTORY: DOCUMENT HISTORY -->
603
+ <!-- Used as a container for dates related to the
604
+ processing history of the document, such as
605
+ received date and accepted date.
606
+ Details at:
607
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=history
608
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=history
609
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=history
610
+ -->
611
+ <!ELEMENT history %history-model; >
612
+
613
+
614
+ <!-- ============================================================= -->
615
+ <!-- FURTHER METADATA ELEMENTS -->
616
+ <!-- ============================================================= -->
617
+
618
+
619
+ <!-- SELF-URI ELEMENTS -->
620
+ <!-- Elements to be mixed with data characters
621
+ inside the <self-uri> element -->
622
+ <!ENTITY % self-uri-elements
623
+ "" >
624
+
625
+
626
+ <!-- URI FOR THIS SAME ARTICLE ONLINE -->
627
+ <!-- Sometimes an article is available in several
628
+ forms, for example there is the version that
629
+ was published in print and there is the same
630
+ article (possibly expanded or with different
631
+ graphics) available online.
632
+ The URI (such as a URL) may be used as a
633
+ live link, typically naming a website or the
634
+ element content may name the URL, e.g., and
635
+ use the link attributes to hold the real link:
636
+ <self-uri xlink:href="...">An expanded
637
+ version of this article is available
638
+ online</self-uri>
639
+ Details at:
640
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=self-uri
641
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=self-uri
642
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=self-uri
643
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=self-uri
644
+ -->
645
+ <!ELEMENT self-uri (#PCDATA %self-uri-elements;)* >
646
+ <!ATTLIST self-uri
647
+ %self-uri-atts; >
648
+
649
+
650
+ <!-- ============================================================= -->
651
+ <!-- ABSTRACTS -->
652
+ <!-- ============================================================= -->
653
+
654
+
655
+ <!-- ABSTRACT MODEL -->
656
+ <!-- Content model for an <abstract> element -->
657
+ <!ENTITY % abstract-model
658
+ "((%id.class;)*, %sec-opt-title-model; )" >
659
+
660
+
661
+ <!-- ABSTRACT -->
662
+ <!-- A short summation of the content of an
663
+ article.
664
+ Details at:
665
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=abstract
666
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=abstract
667
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=abstract
668
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=abstract
669
+ -->
670
+ <!ELEMENT abstract %abstract-model; >
671
+ <!ATTLIST abstract
672
+ %abstract-atts; >
673
+
674
+
675
+ <!-- TRANSLATED ABSTRACT MODEL -->
676
+ <!-- Content model for an <trans-abstract> element.
677
+ -->
678
+ <!ENTITY % trans-abstract-model
679
+ "%sec-opt-title-model;" >
680
+
681
+
682
+ <!-- TRANSLATED ABSTRACT -->
683
+ <!-- An abstract that has been translated into
684
+ another language
685
+ Details at:
686
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=trans-abstract
687
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=trans-abstract
688
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=trans-abstract
689
+ -->
690
+ <!ELEMENT trans-abstract
691
+ %trans-abstract-model; >
692
+ <!ATTLIST trans-abstract
693
+ %abstract-atts; >
694
+
695
+
696
+ <!-- ============================================================= -->
697
+ <!-- KEYWORD ELEMENTS -->
698
+ <!-- ============================================================= -->
699
+
700
+
701
+ <!-- KEYWORD GROUP MODEL -->
702
+ <!-- Content model for a <kwd-group> element -->
703
+ <!ENTITY % kwd-group-model
704
+ "(label?, title?, (%kwd.class;)+ )" >
705
+
706
+
707
+ <!-- KEYWORD GROUP -->
708
+ <!-- Container element for one set of keywords
709
+ <kwd>s used to describe a document.
710
+ Details at:
711
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=kwd-group
712
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=kwd-group
713
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=kwd-group
714
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=kwd-group
715
+ -->
716
+ <!ELEMENT kwd-group %kwd-group-model; >
717
+ <!ATTLIST kwd-group
718
+ %kwd-group-atts; >
719
+
720
+
721
+ <!--ELEM title Defined in %common.ent; -->
722
+
723
+
724
+ <!-- KEYWORD CONTENT ELEMENTS -->
725
+ <!-- The elements that can be included along with
726
+ data characters inside the content model of
727
+ a keyword. -->
728
+ <!ENTITY % kwd-elements
729
+ "| %emphasis.class; | %inline-display.class; |
730
+ %inline-math.class; |
731
+ %phrase-content.class; |
732
+ %simple-link.class; | %subsup.class;" >
733
+
734
+
735
+ <!-- KEYWORD -->
736
+ <!-- One subject term, critical expression, key
737
+ phrase, abbreviation, indexing word, etc.
738
+ that is associated with the whole document
739
+ and can be used for identification and
740
+ indexing purposes.
741
+ Details at:
742
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=kwd
743
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=kwd
744
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=kwd
745
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=kwd
746
+ -->
747
+ <!ELEMENT kwd (#PCDATA %kwd-elements;)* >
748
+ <!ATTLIST kwd
749
+ %kwd-atts; >
750
+
751
+
752
+ <!-- COMPOUND KEYWORD MODEL -->
753
+ <!-- The content model of the <compound-kwd>
754
+ element -->
755
+ <!ENTITY % compound-kwd-model
756
+ "(compound-kwd-part+)" >
757
+
758
+
759
+ <!-- COMPOUND KEYWORD -->
760
+ <!-- Some keywords are simple, a text word or
761
+ phrase; such keywords can be tagged using the
762
+ <kwd> element. But other keywords are more
763
+ complicated:
764
+ - a code and a term
765
+ - an abbreviation and its expansion
766
+ - a hierarchical keyword that carries all
767
+ the parts of its hierarchy (as index
768
+ terms do)
769
+ This element was created to handle these
770
+ special cases.
771
+ Details at:
772
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=compound-kwd
773
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=compound-kwd
774
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=compound-kwd
775
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=compound-kwd
776
+ -->
777
+ <!ELEMENT compound-kwd %compound-kwd-model; >
778
+ <!ATTLIST compound-kwd
779
+ %compound-kwd-atts; >
780
+
781
+
782
+ <!-- COMPOUND KEYWORD PART ELEMENTS -->
783
+ <!-- Elements to be mixed with data characters
784
+ inside the <compound-kwd-part> element -->
785
+ <!ENTITY % compound-kwd-part-elements
786
+ "%just-rendition;" >
787
+
788
+
789
+ <!-- COMPOUND KEYWORD PART -->
790
+ <!-- This element was created to hold one
791
+ component of a complex keyword, for example
792
+ one for the code and one for the term.
793
+ Details at:
794
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=compound-kwd-part
795
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=compound-kwd-part
796
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=compound-kwd-part
797
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=compound-kwd-part
798
+ -->
799
+ <!ELEMENT compound-kwd-part
800
+ (#PCDATA %compound-kwd-part-elements;)* >
801
+ <!ATTLIST compound-kwd-part
802
+ %compound-kwd-part-atts; >
803
+
804
+
805
+ <!-- UNSTRUCTURED KEYWORD GROUP ELEMENTS -->
806
+ <!-- Content model for a <kwd-group> element -->
807
+ <!ENTITY % unstructured-kwd-group-elements
808
+ "%just-rendition;" >
809
+
810
+
811
+ <!-- UNSTRUCTURED KEYWORD GROUP -->
812
+ <!-- Container element for one set of keywords
813
+ used to describe a document where the
814
+ individual keywords are not tagged as
815
+ separate <kwd>s but instead are all run
816
+ together in one long text field.
817
+ Details at:
818
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=unstructured-kwd-group
819
+ -->
820
+ <!ELEMENT unstructured-kwd-group
821
+ (#PCDATA %unstructured-kwd-group-elements;)* >
822
+ <!ATTLIST unstructured-kwd-group
823
+ %kwd-group-atts; >
824
+
825
+
826
+ <!-- ============================================================= -->
827
+ <!-- STILL FURTHER ARTICLE METADATA -->
828
+ <!-- ============================================================= -->
829
+
830
+
831
+ <!-- CORRESPONDENCE INFORMATION ELEMENTS -->
832
+ <!-- The elements that can be included along with
833
+ data characters inside the content model of
834
+ the correspondence information. -->
835
+ <!ENTITY % corresp-elements
836
+ "| %address.class; | %address-link.class;|
837
+ %emphasis.class; | %label.class; |
838
+ %phrase-content.class; | %subsup.class;" >
839
+
840
+
841
+ <!-- CORRESPONDENCE INFORMATION -->
842
+ <!-- Optional element, used as a container for
843
+ information concerning which of the authors
844
+ (or other contributors) is the corresponding
845
+ contributor, to whom information requests
846
+ should be addressed.
847
+ Details at:
848
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=corresp
849
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=corresp
850
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=corresp
851
+ -->
852
+ <!ELEMENT corresp (#PCDATA %corresp-elements;)* >
853
+ <!ATTLIST corresp
854
+ %corresp-atts; >
855
+
856
+
857
+ <!-- PUBLICATION DATE MODEL -->
858
+ <!-- The content model for the element <pub-date>
859
+ -->
860
+ <!ENTITY % pub-date-model
861
+ "%date-model;" >
862
+
863
+
864
+ <!-- PUBLICATION DATE -->
865
+ <!-- Date of publication or release of the
866
+ material in one particular format.
867
+ Details at:
868
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=pub-date
869
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=pub-date
870
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=pub-date
871
+ -->
872
+ <!ELEMENT pub-date %pub-date-model; >
873
+ <!ATTLIST pub-date
874
+ %pub-date-atts; >
875
+
876
+
877
+ <!-- ============================================================= -->
878
+ <!-- CONFERENCE INFORMATION ELEMENTS -->
879
+ <!-- ============================================================= -->
880
+
881
+
882
+ <!-- CONFERENCE MODEL -->
883
+ <!-- Content model for the <conference> element -->
884
+ <!ENTITY % conference-model
885
+ "(%conference.class;)*" >
886
+
887
+
888
+ <!-- CONFERENCE INFORMATION -->
889
+ <!-- The container element for the information
890
+ about a single conference and its
891
+ proceedings.
892
+ Design Note: Conference elements were largely
893
+ based on Cross-Ref.
894
+ Details at:
895
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conference
896
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conference
897
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conference
898
+ -->
899
+ <!ELEMENT conference %conference-model; >
900
+ <!ATTLIST conference
901
+ %conference-atts; >
902
+
903
+
904
+ <!--ELEM conf-date Defined in %common.ent; -->
905
+ <!--ELEM conf-name Defined in %common.ent; -->
906
+
907
+
908
+ <!-- CONFERENCE ACRONYM ELEMENTS -->
909
+ <!-- The elements that can be included along with
910
+ data characters inside the content model of
911
+ the conference acronym.
912
+ Design Note: All inline mixes begin with an
913
+ OR bar, but since %simple-text; is an online
914
+ mix, the OR bar is already there. -->
915
+ <!ENTITY % conf-acronym-elements
916
+ "%simple-text;" >
917
+
918
+
919
+ <!-- CONFERENCE ACRONYM -->
920
+ <!-- The short name, popular name, or "jargon
921
+ name" for a conference, for example,
922
+ "Extreme" for "Extreme Markup Languages" or
923
+ "SIGGRAPH" for "Special Interest Group on
924
+ Computer Graphics".
925
+ Details at:
926
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conf-acronym
927
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conf-acronym
928
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conf-acronym
929
+ -->
930
+ <!ELEMENT conf-acronym (#PCDATA %conf-acronym-elements;)* >
931
+ <!ATTLIST conf-acronym
932
+ %conf-acronym-atts; >
933
+
934
+
935
+ <!-- CONFERENCE NUMBER ELEMENTS -->
936
+ <!-- The elements that can be included along with
937
+ data characters inside the content model of
938
+ the conference number.
939
+ Design Note: All inline mixes begin with an
940
+ OR bar, but since %simple-text; is an inline
941
+ mix, the OR bar is already there. -->
942
+ <!ENTITY % conf-num-elements
943
+ "%simple-text;" >
944
+
945
+
946
+ <!-- CONFERENCE NUMBER -->
947
+ <!-- The sequential number of the conference.
948
+ Details at:
949
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conf-num
950
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conf-num
951
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conf-num
952
+ -->
953
+ <!ELEMENT conf-num (#PCDATA %conf-num-elements;)* >
954
+ <!ATTLIST conf-num
955
+ %conf-num-atts; >
956
+
957
+
958
+ <!-- CONFERENCE SPONSOR ELEMENTS -->
959
+ <!-- The elements that can be included along with
960
+ data characters inside the content model of
961
+ the conference sponsor.
962
+ Design Note: All inline mixes begin with an
963
+ OR bar, but since %simple-text; is an inline
964
+ mix, the OR bar is already there. -->
965
+ <!ENTITY % conf-sponsor-elements
966
+ "%simple-text;" >
967
+
968
+
969
+ <!-- CONFERENCE SPONSOR -->
970
+ <!-- One organization that sponsored the
971
+ conference. If more than one organization
972
+ sponsored the conference, multiple
973
+ <conf-sponsor> elements should be used.
974
+ Details at:
975
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conf-sponsor
976
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conf-sponsor
977
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conf-sponsor
978
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=conf-sponsor
979
+ -->
980
+ <!ELEMENT conf-sponsor (#PCDATA %conf-sponsor-elements;)* >
981
+ <!ATTLIST conf-sponsor
982
+ %conf-sponsor-atts; >
983
+
984
+
985
+ <!-- CONFERENCE THEME ELEMENTS -->
986
+ <!-- The elements that can be included along with
987
+ data characters inside the content model of
988
+ the conference theme.
989
+ Design Note: All inline mixes begin with an
990
+ OR bar, but since %simple-text; is an online
991
+ mix, the OR bar is already there. -->
992
+ <!ENTITY % conf-theme-elements
993
+ "%simple-text;" >
994
+
995
+
996
+ <!-- CONFERENCE THEME -->
997
+ <!-- The theme, slogan, or major subject area of
998
+ the conference. For example, the name of an
999
+ annual conference may be "16th ACH Gathering"
1000
+ but each year has different theme topic,
1001
+ such as "Database Integration" or "Topic
1002
+ Map Subject Access".
1003
+ Details at:
1004
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conf-theme
1005
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conf-theme
1006
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conf-theme
1007
+ -->
1008
+ <!ELEMENT conf-theme (#PCDATA %conf-theme-elements;)* >
1009
+ <!ATTLIST conf-theme
1010
+ %conf-theme-atts; >
1011
+
1012
+
1013
+ <!-- STRING CONFERENCE NAME ELEMENTS -->
1014
+ <!-- The elements that can be included along with
1015
+ data characters inside the content model of
1016
+ the extended text name of the conference
1017
+ (string-conf>
1018
+ Design Note: %simple-text; begins with an
1019
+ OR bar. -->
1020
+ <!ENTITY % string-conf-elements
1021
+ "%simple-text;| %conference.class;" >
1022
+
1023
+
1024
+ <!-- STRING CONFERENCE NAME -->
1025
+ <!-- Details at:
1026
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=string-conf
1027
+ -->
1028
+ <!ELEMENT string-conf (#PCDATA %string-conf-elements;)* >
1029
+
1030
+
1031
+ <!-- ============================================================= -->
1032
+ <!-- COUNTING INFORMATION (ARTICLE METADATA) -->
1033
+ <!-- ============================================================= -->
1034
+
1035
+
1036
+ <!ENTITY % counts-model "(fig-count?, table-count?, equation-count?,
1037
+ ref-count?, page-count?, word-count?)" >
1038
+
1039
+
1040
+ <!-- COUNTS -->
1041
+ <!-- Wrapper element to hold all metadata that
1042
+ "counts how many of something appear in the
1043
+ article
1044
+ Details at:
1045
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=counts
1046
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=counts
1047
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=counts
1048
+ -->
1049
+ <!ELEMENT counts %counts-model; >
1050
+
1051
+
1052
+ <!-- EQUATION COUNT -->
1053
+ <!-- Number of display equations <disp-formula>
1054
+ that appear in the article. Inline-equations
1055
+ <inline-formula> are not counted. No
1056
+ distinction is made between numbered and
1057
+ unnumbered equations, both are counted.
1058
+ Details at:
1059
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=equation-count
1060
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=equation-count
1061
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=equation-count
1062
+ -->
1063
+ <!ELEMENT equation-count
1064
+ EMPTY >
1065
+ <!ATTLIST equation-count
1066
+ count NMTOKEN #REQUIRED >
1067
+
1068
+
1069
+ <!-- FIGURE COUNT -->
1070
+ <!-- Number of Figures <fig> that appear in the
1071
+ article. Loose <graphic>s that appear
1072
+ outside figures are not counted.
1073
+ Details at:
1074
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=fig-count
1075
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=fig-count
1076
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=fig-count
1077
+ -->
1078
+ <!ELEMENT fig-count EMPTY >
1079
+ <!ATTLIST fig-count
1080
+ count NMTOKEN #REQUIRED >
1081
+
1082
+
1083
+ <!-- TABLE COUNT -->
1084
+ <!-- Number of tables (Table Wrapper <table-wrap>
1085
+ elements that appear in the article. Arrays
1086
+ are not counted as tables.
1087
+ Details at:
1088
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=table-count
1089
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=table-count
1090
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=table-count
1091
+ -->
1092
+ <!ELEMENT table-count EMPTY >
1093
+ <!ATTLIST table-count
1094
+ count NMTOKEN #REQUIRED >
1095
+
1096
+
1097
+ <!-- REFERENCE COUNT -->
1098
+ <!-- Number of reference citations (whether
1099
+ <mixed-citation>s, <element-citation>s, or
1100
+ <nlm-citation>) that appear in the
1101
+ bibliographic reference list <ref-list>
1102
+ in the article
1103
+ Details at:
1104
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=ref-count
1105
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=ref-count
1106
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=ref-count
1107
+ -->
1108
+ <!ELEMENT ref-count EMPTY >
1109
+ <!ATTLIST ref-count
1110
+ count NMTOKEN #REQUIRED >
1111
+
1112
+
1113
+ <!-- PAGE COUNT -->
1114
+ <!-- Number of pages in a print article, counting
1115
+ each page or partial page as one. Electronic
1116
+ articles do not have page counts.
1117
+ Details at:
1118
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=page-count
1119
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=page-count
1120
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=page-count
1121
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=page-count
1122
+ -->
1123
+ <!ELEMENT page-count EMPTY >
1124
+ <!ATTLIST page-count
1125
+ count NMTOKEN #REQUIRED >
1126
+
1127
+
1128
+ <!-- WORD COUNT -->
1129
+ <!-- Approximate number of words that appear in
1130
+ the textual portion of an
1131
+ article (not including the words in the
1132
+ metadata or header information)
1133
+ Details at:
1134
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=word-count
1135
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=word-count
1136
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=word-count
1137
+ -->
1138
+ <!ELEMENT word-count EMPTY >
1139
+ <!ATTLIST word-count
1140
+ count NMTOKEN #REQUIRED >
1141
+
1142
+
1143
+
1144
+ <!-- ============================================================= -->
1145
+ <!-- TITLE GROUP ELEMENTS (BIBLIOGRAPHIC) -->
1146
+ <!-- ============================================================= -->
1147
+
1148
+
1149
+ <!-- TITLE GROUP MODEL -->
1150
+ <!-- Content model for the <title-group> element-->
1151
+ <!ENTITY % title-group-model
1152
+ "(article-title, subtitle*,
1153
+ trans-title-group*, alt-title*, fn-group?)">
1154
+
1155
+
1156
+ <!-- TITLE GROUP -->
1157
+ <!-- Wrapper element to hold the various article
1158
+ titles.
1159
+ Details at:
1160
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=title-group
1161
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=title-group
1162
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=title-group
1163
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=title-group
1164
+ -->
1165
+ <!ELEMENT title-group %title-group-model; >
1166
+
1167
+
1168
+ <!--ELEM article-title
1169
+ Defined in %common.ent; -->
1170
+ <!--ELEM trans-title Defined in %common.ent; -->
1171
+ <!--ENTITY %title-elements;
1172
+ Defined in %common.ent; -->
1173
+
1174
+
1175
+ <!-- ARTICLE SUBTITLE -->
1176
+ <!-- Secondary title of a journal article
1177
+ Details at:
1178
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=subtitle
1179
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=subtitle
1180
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=subtitle
1181
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=subtitle
1182
+ -->
1183
+ <!ELEMENT subtitle (#PCDATA %title-elements;)* >
1184
+ <!ATTLIST subtitle
1185
+ %subtitle-atts; >
1186
+
1187
+
1188
+ <!-- ALTERNATE TITLE -->
1189
+ <!-- A "different" version of an article title,
1190
+ usually created so that it can be processed
1191
+ in a special way, for example a short
1192
+ version of the title for use in a Table of
1193
+ Contents, an ASCII title, a right-running-
1194
+ head title, etc.
1195
+ Details at:
1196
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=alt-title
1197
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=alt-title
1198
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=alt-title
1199
+ -->
1200
+ <!ELEMENT alt-title (#PCDATA %title-elements;)* >
1201
+ <!ATTLIST alt-title
1202
+ %alt-title-atts; >
1203
+
1204
+
1205
+ <!-- ============================================================= -->
1206
+ <!-- CONTRIBUTOR GROUP (AUTHOR/EDITOR) ELEMENTS -->
1207
+ <!-- ============================================================= -->
1208
+
1209
+
1210
+ <!-- CONTRIBUTOR GROUP MODEL -->
1211
+ <!-- Content model for the <contrib-group>
1212
+ element -->
1213
+ <!ENTITY % contrib-group-model
1214
+ "(contrib+, (%contrib-info.class;)* )" >
1215
+
1216
+
1217
+ <!-- CONTRIBUTOR GROUP -->
1218
+ <!-- Wrapper element for information concerning
1219
+ a grouping of contributors, such as the
1220
+ primary authors
1221
+ Details at:
1222
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=contrib-group
1223
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=contrib-group
1224
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=contrib-group
1225
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=contrib-group
1226
+ -->
1227
+ <!ELEMENT contrib-group
1228
+ %contrib-group-model; >
1229
+ <!ATTLIST contrib-group
1230
+ %contrib-group-atts; >
1231
+
1232
+
1233
+ <!-- CONTRIBUTOR MODEL -->
1234
+ <!-- Content model for the <contrib> element -->
1235
+ <!ENTITY % contrib-model
1236
+ "((%name.class;)*,
1237
+ (%degree.class; | %contrib-info.class;)* )">
1238
+
1239
+
1240
+ <!-- CONTRIBUTOR -->
1241
+ <!-- Wrapper element to contain the information
1242
+ about a single contributor, for example an
1243
+ author or editor.
1244
+ Details at:
1245
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=contrib
1246
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=contrib
1247
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=contrib
1248
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=contrib
1249
+ -->
1250
+ <!ELEMENT contrib %contrib-model; >
1251
+ <!ATTLIST contrib
1252
+ %contrib-atts; >
1253
+
1254
+
1255
+
1256
+ <!--ELEM collab Defined %common.ent; (also used inside
1257
+ bibliographic citations) -->
1258
+ <!--ELEM etal Defined %common.ent; (also used inside
1259
+ bibliographic citations) -->
1260
+
1261
+
1262
+ <!-- DEGREE(S) ELEMENTS -->
1263
+ <!-- The elements that can be included along with
1264
+ data characters inside the content model of
1265
+ <degrees>
1266
+ Design Note: -%just-rendition; begins with
1267
+ an OR bar, so this inline mix begins with
1268
+ an OR bar. -->
1269
+ <!ENTITY % degrees-elements
1270
+ "%just-rendition;" >
1271
+
1272
+
1273
+ <!-- DEGREE(S) -->
1274
+ <!-- Academic degrees or professional
1275
+ certifications
1276
+ Details at:
1277
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=degrees
1278
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=degrees
1279
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=degrees
1280
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=degrees
1281
+ -->
1282
+ <!ELEMENT degrees (#PCDATA %degrees-elements;)* >
1283
+ <!ATTLIST degrees
1284
+ %degrees-atts; >
1285
+
1286
+
1287
+ <!-- ON BEHALF OF CONTENT ELEMENTS -->
1288
+ <!-- The elements that can be included along with
1289
+ data characters inside the content model of
1290
+ <on-behalf-of>
1291
+ Design Note: -%rendition-plus; begins with
1292
+ an OR bar, so this inline mix beguines with
1293
+ an OR bar. -->
1294
+ <!ENTITY % on-behalf-of-elements
1295
+ "%rendition-plus;" >
1296
+
1297
+
1298
+ <!-- ON BEHALF OF -->
1299
+ <!-- When a contributor has written or edited
1300
+ a work "on-behalf-of" an organization or
1301
+ group the contributor is acting as a
1302
+ representative of the organization, which
1303
+ may or may not be his/her usual affiliation.
1304
+ Details at:
1305
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=on-behalf-of
1306
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=on-behalf-of
1307
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=on-behalf-of
1308
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=on-behalf-of
1309
+ -->
1310
+ <!ELEMENT on-behalf-of (#PCDATA %on-behalf-of-elements;)* >
1311
+
1312
+
1313
+ <!-- AUTHOR COMMENT MODEL -->
1314
+ <!-- Content model for the <author-comment>
1315
+ element -->
1316
+ <!ENTITY % author-comment-model
1317
+ "(title?, (%just-para.class;)+ )" >
1318
+
1319
+
1320
+ <!-- AUTHOR COMMENT -->
1321
+ <!-- Used for extra textual material associated
1322
+ with a contributor such as an author or
1323
+ editor
1324
+ Details at:
1325
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=author-comment
1326
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=author-comment
1327
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=author-comment
1328
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=author-comment
1329
+ -->
1330
+ <!ELEMENT author-comment
1331
+ %author-comment-model; >
1332
+ <!ATTLIST author-comment
1333
+ %author-comment-atts; >
1334
+
1335
+
1336
+ <!-- ============================================================= -->
1337
+ <!-- SUPPLEMENT ELEMENTS -->
1338
+ <!-- ============================================================= -->
1339
+
1340
+
1341
+ <!-- SUPPLEMENT ELEMENTS -->
1342
+ <!-- Elements for use in the <supplement> element
1343
+ Design Note: All inline mixes begin with an
1344
+ OR bar, but since %simple-text; is an inline
1345
+ mix, the OR bar is already there. -->
1346
+ <!ENTITY % supplement-elements
1347
+ "%simple-text; | %contrib-group.class; |
1348
+ %title.class;" >
1349
+
1350
+
1351
+ <!-- SUPPLEMENT -->
1352
+ <!-- For a journal published as a supplement, this
1353
+ is a container element for all the provided
1354
+ supplement information, such as additional
1355
+ identification numbers, titles, authors, and
1356
+ supplement series information.
1357
+ Details at:
1358
+ http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=supplement
1359
+ http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=supplement
1360
+ http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=supplement
1361
+ http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=supplement
1362
+ -->
1363
+ <!ELEMENT supplement (#PCDATA %supplement-elements;)* >
1364
+ <!ATTLIST supplement
1365
+ %supplement-atts; >
1366
+
1367
+
1368
+ <!-- ================== End Article Metadata Elements =========== -->