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,785 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Default Element Classes Module -->
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 Default Element Classes Module v3.0.4 20110308//EN"
13
+ Delivered as file "default-classes3.ent" -->
14
+ <!-- ============================================================= -->
15
+
16
+
17
+ <!-- ============================================================= -->
18
+ <!-- SYSTEM: Journal Archiving and Interchange DTD of the -->
19
+ <!-- Archiving and Interchange DTD Suite -->
20
+ <!-- -->
21
+ <!-- PURPOSE: To declare the Parameter Entities (PEs) used to -->
22
+ <!-- define the default element classes. Classes are -->
23
+ <!-- OR-groups of elements that are defined together -->
24
+ <!-- to be used in mixes and in Element Declarations. -->
25
+ <!-- -->
26
+ <!-- Note: Since PEs must be declared before they -->
27
+ <!-- are used, this module must be called before all -->
28
+ <!-- content modules that declare elements, and after -->
29
+ <!-- the class customization module (if any). -->
30
+ <!-- -->
31
+ <!-- CONTAINS: PEs that define the element classes to be used -->
32
+ <!-- in the Journal Archive and Interchange DTD Suite -->
33
+ <!-- modules. -->
34
+ <!-- -->
35
+ <!-- CREATED FOR: -->
36
+ <!-- Digital Archive of Journal Articles -->
37
+ <!-- National Center for Biotechnology Information -->
38
+ <!-- (NCBI) -->
39
+ <!-- National Library of Medicine (NLM) -->
40
+ <!-- -->
41
+ <!-- ORIGINAL CREATION DATE: -->
42
+ <!-- August 2004 -->
43
+ <!-- -->
44
+ <!-- CREATED BY: Deborah Lapeyre (Mulberry Technologies, Inc.) -->
45
+ <!-- B. Tommie Usdin (Mulberry Technologies, Inc.) -->
46
+ <!-- -->
47
+ <!-- Suggestions for refinements and enhancements to -->
48
+ <!-- this DTD should be sent in email to: -->
49
+ <!-- archive-dtd@ncbi.nlm.nih.gov -->
50
+ <!-- ============================================================= -->
51
+
52
+
53
+ <!-- ============================================================= -->
54
+ <!-- DTD VERSION/CHANGE HISTORY -->
55
+ <!-- ============================================================= -->
56
+ <!--
57
+
58
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
59
+
60
+ =============================================================
61
+ Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
62
+
63
+ Version 3.0 is the first non-backward-compatible release.
64
+ In addition to the usual incremental changes, some
65
+ elements and attributes have been renamed and/or remodeled
66
+ to better meet user needs and to increase tag set consistency.
67
+ All module change histories are available through the Tag Suite
68
+ web site at http://dtd.nlm.nih.gov.
69
+
70
+ Details on version 3.0 are available at
71
+ http://dtd.nlm.nih.gov/3.0.
72
+
73
+ 1. Updated public identifier to "v3.0 20080202//EN" -->
74
+
75
+
76
+ <!-- ============================================================= -->
77
+ <!-- CLASSES FOR COMMON ELEMENTS (%common.ent;) -->
78
+ <!-- ============================================================= -->
79
+
80
+
81
+ <!-- ADDRESS CLASS ELEMENTS -->
82
+ <!-- Potential element components of an address;
83
+ not a proper class -->
84
+ <!ENTITY % address.class
85
+ "addr-line | country | fax |
86
+ institution | phone" >
87
+
88
+
89
+ <!-- ADDRESS LINE CLASS ELEMENTS -->
90
+ <!-- Potential element components of an address;
91
+ line not a proper class -->
92
+ <!ENTITY % address-line.class
93
+ "country | fax | institution | phone " >
94
+
95
+
96
+ <!-- CITATION CLASS ELEMENTS -->
97
+ <!-- Reference to an external document, as used
98
+ within, for example, the text of a
99
+ paragraph -->
100
+ <!ENTITY % citation.class
101
+ "element-citation | mixed-citation" >
102
+
103
+
104
+ <!-- DEFINITION CLASS ELEMENTS -->
105
+ <!-- Definitions and other elements to match
106
+ with terms and abbreviations -->
107
+ <!ENTITY % def.class "def" >
108
+
109
+
110
+ <!-- DEGREE CLASS -->
111
+ <!-- The academic or professional degrees that
112
+ accompany a person's name -->
113
+ <!ENTITY % degree.class "degrees" >
114
+
115
+
116
+ <!-- IDENTIFIER CLASS ELEMENTS -->
117
+ <!-- DOIs and other identifiers are used by
118
+ publishers at many levels, for example for
119
+ an <abstract> or a <figure>. -->
120
+ <!ENTITY % id.class "object-id" >
121
+
122
+
123
+ <!-- LABEL CLASS -->
124
+ <!-- The label element, used to hold the number
125
+ or character of a labeled object such as a
126
+ table or footnote -->
127
+ <!ENTITY % label.class "label" >
128
+
129
+
130
+ <!-- NOTE CLASS ELEMENTS -->
131
+ <!-- A note may appear at the end of an Article
132
+ or at the end of a Table. For example, a
133
+ typical end-of-article note is a
134
+ "Note in Proof". -->
135
+ <!ENTITY % note.class "note" >
136
+
137
+
138
+ <!-- ============================================================= -->
139
+ <!-- PERSON NAMING ELEMENTS (%common.ent;) -->
140
+ <!-- ============================================================= -->
141
+
142
+
143
+ <!-- INVESTIGATOR NAMES CLASS -->
144
+ <!-- The elements used to name the personal names
145
+ for principal investigators. -->
146
+ <!ENTITY % investigator-name.class
147
+ "name | string-name" >
148
+
149
+
150
+ <!-- NAMES CLASS -->
151
+ <!-- The elements used to name the personal names
152
+ for individuals and the collaboration names
153
+ for groups -->
154
+ <!ENTITY % name.class "anonymous | collab | name | string-name" >
155
+
156
+
157
+ <!-- PERSONAL NAMES CLASS -->
158
+ <!-- The element components of a person's name,
159
+ for the name of a contributor -->
160
+ <!ENTITY % person-name.class
161
+ "degrees | given-names | prefix | surname |
162
+ suffix" >
163
+
164
+
165
+ <!-- STRING NAME CLASS -->
166
+ <!-- The element <string-name> is most useful
167
+ inside citations, but some tag sets restrict
168
+ its use in metadata. -->
169
+ <!ENTITY % string-name.class
170
+ "string-name" >
171
+
172
+
173
+ <!-- RECIPIENT NAMES CLASS -->
174
+ <!-- The elements used to name the personal names
175
+ or corporate names (such as Labs) for
176
+ funded award recipients -->
177
+ <!ENTITY % recipient-name.class
178
+ "name | institution | string-name" >
179
+
180
+
181
+ <!-- ============================================================= -->
182
+ <!-- ARTICLE METADATA CONTRIBUTOR CLASSES; -->
183
+ <!-- ============================================================= -->
184
+
185
+
186
+ <!-- CONTRIBUTOR CLASS -->
187
+ <!-- Sometimes only the <contrib> element needs to
188
+ be added to a model. Used mostly in the
189
+ model for <contrib-group>. -->
190
+ <!ENTITY % contrib.class
191
+ "contrib" >
192
+
193
+
194
+ <!-- CONTRIBUTOR GROUP CLASS -->
195
+ <!-- Sometimes only the <contrib-group> element
196
+ needs to be added to a model. -->
197
+ <!ENTITY % contrib-group.class
198
+ "contrib-group" >
199
+
200
+
201
+ <!-- CONTRIBUTOR INFORMATION -->
202
+ <!-- Metadata about a contributor -->
203
+ <!ENTITY % contrib-info.class
204
+ "address | aff | author-comment | bio |
205
+ email | etal | ext-link | on-behalf-of |
206
+ role | uri | xref" >
207
+
208
+
209
+ <!-- CONTRIBUTOR INFORMATION FOR REFERENCES -->
210
+ <!-- The additions and alternatives to a person's
211
+ name that may be used inside the element
212
+ <person-group> -->
213
+ <!ENTITY % person-group-info.class
214
+ "aff | etal" >
215
+
216
+
217
+ <!-- ============================================================= -->
218
+ <!-- ARTICLE METADATA CLASSES %articlemeta.ent; -->
219
+ <!-- ============================================================= -->
220
+
221
+
222
+ <!-- CONFERENCE CLASS -->
223
+ <!-- The element components of the description
224
+ of a conference; not a proper class -->
225
+ <!ENTITY % conference.class
226
+ "conf-date | conf-name | conf-num |
227
+ conf-loc | conf-sponsor | conf-theme |
228
+ conf-acronym | string-conf" >
229
+
230
+
231
+ <!-- CORRESPONDING AUTHOR CLASS -->
232
+ <!-- Elements associated with the corresponding
233
+ author -->
234
+ <!ENTITY % corresp.class
235
+ "corresp" >
236
+
237
+
238
+ <!-- DATE CLASS ELEMENTS -->
239
+ <!-- Dates and other matters of history -->
240
+ <!ENTITY % date.class "date | string-date" >
241
+
242
+
243
+ <!-- DATE PARTS CLASS ELEMENTS -->
244
+ <!-- Components of date-style elements -->
245
+ <!ENTITY % date-parts.class
246
+ "day | month | season | year" >
247
+
248
+
249
+ <!-- JOURNAL IDENTIFIER CLASS ELEMENTS -->
250
+ <!-- The <journal-id> element and any synonyms.
251
+ Created for use inside <related-article>. -->
252
+ <!ENTITY % journal-id.class
253
+ "journal-id" >
254
+
255
+
256
+ <!-- KEYWORD CLASS ELEMENTS -->
257
+ <!-- Keywords and any keyword-synonyms -->
258
+ <!ENTITY % kwd.class "kwd | compound-kwd" >
259
+
260
+
261
+ <!-- LICENSE PARAGRAPH CLASS ELEMENTS -->
262
+ <!-- New paragraph type created for restricted
263
+ use inside <license>. -->
264
+ <!ENTITY % license-p.class
265
+ "license-p" >
266
+
267
+
268
+ <!-- TITLE CLASS -->
269
+ <!-- Title metadata element that can be used
270
+ to provide article-like metadata about
271
+ other objects, for example a <supplement> -->
272
+ <!ENTITY % title.class "title" >
273
+
274
+
275
+ <!-- ============================================================= -->
276
+ <!-- BACK MATTER CLASSES (%backmatter.ent;) -->
277
+ <!-- ============================================================= -->
278
+
279
+
280
+ <!-- JUST APPENDIX CLASS -->
281
+ <!-- The appendix and only the appendix -->
282
+ <!ENTITY % app.class "app" >
283
+
284
+
285
+ <!-- BACK MATTER CLASS -->
286
+ <!-- Ancillary elements, typically used in the
287
+ back matter of an article, section, etc. -->
288
+ <!ENTITY % back.class "ack | app-group | bio | fn-group |
289
+ glossary | ref-list" >
290
+
291
+
292
+ <!-- FRONT MATTER CLASS -->
293
+ <!-- Ancillary elements, typically used in the
294
+ front matter of an article, book, etc. . -->
295
+ <!ENTITY % front.class "ack | bio | fn-group | glossary" >
296
+
297
+
298
+ <!-- FRONT AND BACK CLASS -->
299
+ <!-- Ancillary elements, typically used in the
300
+ front or back matter of an article -->
301
+ <!ENTITY % front-back.class
302
+ "notes" >
303
+
304
+
305
+ <!-- SECTION BACK MATTER CLASS -->
306
+ <!-- Ancillary elements, typically used in the
307
+ back matter of a section, etc. -->
308
+ <!ENTITY % sec-back.class
309
+ "fn-group | glossary | ref-list" >
310
+
311
+
312
+ <!-- JUST SIGNATURE CLASS -->
313
+ <!-- The signature and only the signature <sig>
314
+ for use inside <sig-block>s -->
315
+ <!ENTITY % sig.class "sig" >
316
+
317
+
318
+ <!-- ============================================================= -->
319
+ <!-- CLASSES USED IN DISPLAY ELEMENTS -->
320
+ <!-- ============================================================= -->
321
+
322
+
323
+ <!-- ACCESSIBILITY CLASS ELEMENTS -->
324
+ <!-- Elements added to make it easier to process
325
+ journal articles in ways that are more
326
+ accessible to people and devices with special
327
+ needs, for example the visually handicapped.
328
+ <alt-text> is a short phrase description of
329
+ an objects, <long-desc> is a more complete
330
+ description of the content or intent of an
331
+ object. -->
332
+ <!ENTITY % access.class "alt-text | long-desc" >
333
+
334
+
335
+ <!-- CAPTION DISPLAY ELEMENTS -->
336
+ <!-- Basic figure display elements -->
337
+ <!ENTITY % caption.class
338
+ "caption" >
339
+
340
+
341
+ <!-- DISPLAY ELEMENT BACK MATTER ELEMENTS -->
342
+ <!-- Miscellaneous stuff (such as photo credits or
343
+ copyright statement) at the end of a display
344
+ element such as a figure or a boxed text
345
+ element such as a sidebar. -->
346
+ <!ENTITY % display-back-matter.class
347
+ "attrib | permissions" >
348
+
349
+
350
+ <!-- ============================================================= -->
351
+ <!-- DISPLAY ELEMENTS CLASSES -->
352
+ <!-- ============================================================= -->
353
+
354
+
355
+ <!-- DISPLAY CLASS ELEMENTS -->
356
+ <!-- Graphical or other image-related elements.
357
+ The display elements may occur within
358
+ the text of a table cell or paragraph
359
+ although they are typically at the same
360
+ hierarchical level as a paragraph. -->
361
+ <!ENTITY % block-display.class
362
+ "address | alternatives | array |
363
+ boxed-text | chem-struct-wrap |
364
+ fig | fig-group | graphic | media |
365
+ preformat | supplementary-material |
366
+ table-wrap | table-wrap-group" >
367
+
368
+
369
+ <!ENTITY % block-display-noalt.class
370
+ "address | array |
371
+ boxed-text | chem-struct-wrap |
372
+ fig | fig-group | graphic | media |
373
+ preformat | supplementary-material |
374
+ table-wrap | table-wrap-group" >
375
+
376
+
377
+ <!-- FLOATING DISPLAY CLASS ELEMENTS -->
378
+ <!-- Block display elements that can take the
379
+ position attribute, and thus may be floating
380
+ as opposed to fixed in narrative position in
381
+ an article. Created for use as the content
382
+ of <floats-group>. -->
383
+ <!ENTITY % floats-display.class
384
+ "alternatives | boxed-text |
385
+ chem-struct-wrap | fig | fig-group |
386
+ graphic | media | preformat |
387
+ supplementary-material |
388
+ table-wrap | table-wrap-group" >
389
+
390
+
391
+ <!-- FIGURE DISPLAY ELEMENTS -->
392
+ <!-- Basic figure display elements -->
393
+ <!ENTITY % fig-display.class
394
+ "fig" >
395
+
396
+
397
+ <!-- INLINE DISPLAY CLASS ELEMENTS -->
398
+ <!-- Non-block display elements that set or
399
+ display inline with the text -->
400
+ <!ENTITY % inline-display.class
401
+ "alternatives | inline-graphic |
402
+ private-char" >
403
+
404
+
405
+ <!ENTITY % inline-display-noalt.class
406
+ "inline-graphic | private-char" >
407
+
408
+
409
+ <!-- MOST BASIC DISPLAY ELEMENTS -->
410
+ <!-- Just the few display elements that are
411
+ simple display objects: a picture, a movie,
412
+ a sound file. -->
413
+ <!ENTITY % just-base-display.class
414
+ "alternatives | graphic | media" >
415
+
416
+
417
+ <!ENTITY % just-base-display-noalt.class
418
+ "graphic | media" >
419
+
420
+
421
+ <!-- SIMPLE DISPLAY ELEMENTS -->
422
+ <!-- The simplest and most basic of the Display
423
+ Class elements, which may be allowed in many
424
+ places, for example, inside other Display
425
+ Class elements or inside the cell of a
426
+ Table -->
427
+ <!ENTITY % simple-display.class
428
+ "alternatives | array | graphic | media |
429
+ preformat" >
430
+
431
+
432
+ <!ENTITY % simple-display-noalt.class
433
+ "array | graphic | media | preformat" >
434
+
435
+
436
+ <!-- SIMPLE TABLE DISPLAY ELEMENTS -->
437
+ <!-- Very similar to the simple-display.class, but
438
+ Table Wrappers <table-wrap> should contain
439
+ <table>s, <oasis:table>s, etc., not
440
+ arrays. -->
441
+ <!ENTITY % simple-intable-display.class
442
+ "alternatives | chem-struct-wrap | graphic |
443
+ media | preformat" >
444
+
445
+
446
+ <!-- INSIDE CHEMICAL STRUCTURE ELEMENTS -->
447
+ <!-- Very similar to the simple-display.class, but
448
+ for use inside <chem-struct-wrap>, so it
449
+ can contain both <chem-struct> and
450
+ <textual-form> -->
451
+ <!ENTITY % inside-chem-struct-wrap.class
452
+ "alternatives | chem-struct | graphic |
453
+ media | preformat | textual-form" >
454
+
455
+
456
+ <!-- ALTERNATIVES DISPLAY CLASS ELEMENTS -->
457
+ <!-- Display elements that can be alternatives to
458
+ each other inside an alternatives element.
459
+ -->
460
+ <!ENTITY % alternatives-display.class
461
+ "array | chem-struct | graphic |
462
+ inline-graphic |
463
+ inline-supplementary-material |
464
+ media | textual-form | preformat |
465
+ private-char | supplementary-material |
466
+ table" >
467
+
468
+
469
+ <!-- ============================================================= -->
470
+ <!-- MATH CLASSES (%math.ent;) -->
471
+ <!-- ============================================================= -->
472
+
473
+
474
+ <!-- MATHEMATICAL EXPRESSIONS AND FORMULAE
475
+ CLASS ELEMENTS -->
476
+ <!ENTITY % block-math.class
477
+ "disp-formula | disp-formula-group" >
478
+
479
+
480
+ <!-- CHEMICAL STRUCTURE WRAPPER CLASS -->
481
+ <!ENTITY % chem-struct-wrap.class
482
+ "chem-struct-wrap" >
483
+
484
+
485
+ <!-- INLINE MATHEMATICAL EXPRESSIONS MIX CLASS
486
+ ELEMENTS -->
487
+ <!ENTITY % inline-math.class
488
+ "chem-struct | inline-formula" >
489
+
490
+
491
+ <!-- MATHEMATICAL EXPRESSIONS CLASS ELEMENTS -->
492
+ <!ENTITY % math.class "tex-math | mml:math" >
493
+
494
+
495
+ <!-- SIMPLE MATHML CLASS -->
496
+ <!ENTITY % simple-math.class
497
+ "mml:math" >
498
+
499
+
500
+ <!-- ============================================================= -->
501
+ <!-- FORMAT CLASSES (%format.ent;) -->
502
+ <!-- ============================================================= -->
503
+
504
+
505
+ <!-- APPEARANCE CLASS ELEMENTS -->
506
+ <!-- Names those elements (inherited from the
507
+ XHTML table DTD that are only concerned with
508
+ appearance, not with structure or content.
509
+ Use of these elements is to be discouraged.-->
510
+ <!ENTITY % appearance.class
511
+ "hr" >
512
+
513
+
514
+ <!-- FORCED BREAK FORMATTING CLASS ELEMENTS -->
515
+ <!-- Element to force a formatting break such as
516
+ a line break -->
517
+ <!ENTITY % break.class "break" >
518
+
519
+
520
+ <!-- EMPHASIS/RENDITION ELEMENTS -->
521
+ <!-- Elements concerning with marking the location
522
+ of typographical emphasis (highlighting)
523
+ DTD Design Note: There are no emphasis
524
+ elements for <fractur>, <openface> (black
525
+ board), <script>, etc. because this DTD
526
+ recommends the use of the STIX extensions
527
+ to accomplish this, as soon as they are
528
+ available. -->
529
+ <!ENTITY % emphasis.class
530
+ "bold | italic | monospace |
531
+ overline | overline-start | overline-end |
532
+ roman | sans-serif | sc | strike |
533
+ underline | underline-start | underline-end">
534
+
535
+
536
+ <!-- UP/DOWN RENDITION ELEMENTS -->
537
+ <!ENTITY % subsup.class "sub | sup" >
538
+
539
+
540
+ <!-- ============================================================= -->
541
+ <!-- LINK CLASSES (%link.ent;) -->
542
+ <!-- ============================================================= -->
543
+
544
+
545
+ <!-- ADDRESS LINK CLASS ELEMENTS -->
546
+ <!-- Link elements that can be used inside
547
+ addresses. This is essentially the three
548
+ generic external links.
549
+ (Note: in earlier releases, this Parameter
550
+ Entity was named %address-elements;,
551
+ although it functioned as a class.) -->
552
+ <!ENTITY % address-link.class
553
+ "email | ext-link | uri" >
554
+
555
+
556
+ <!-- JOURNAL ARTICLE LINK CLASS ELEMENTS -->
557
+ <!-- Links used inside journal articles, to point
558
+ to related material -->
559
+ <!ENTITY % article-link.class
560
+ "inline-supplementary-material |
561
+ related-article | related-object" >
562
+
563
+
564
+ <!-- FOOTNOTE LINKS CLASS -->
565
+ <!-- Only the most basic, internal links -->
566
+ <!ENTITY % fn-link.class
567
+ "fn" >
568
+
569
+
570
+ <!-- FOOTNOTE GROUP CLASS -->
571
+ <!-- Collections of footnotes -->
572
+ <!ENTITY % fn-group.class
573
+ "fn-group" >
574
+
575
+
576
+ <!-- RELATED ARTICLE LINKS CLASS -->
577
+ <!-- For using <related-article> at the paragraph
578
+ level -->
579
+ <!ENTITY % related-article.class
580
+ "related-article | related-object" >
581
+
582
+
583
+ <!-- SIMPLE LINKS/CROSS-REFERENCES CLASS -->
584
+ <!-- The smaller and simpler linking elements
585
+ that might be inside, for example, a
586
+ Keyword <kwd> -->
587
+ <!ENTITY % simple-link.class
588
+ "fn | target | xref" >
589
+
590
+
591
+ <!-- ============================================================= -->
592
+ <!-- LIST CLASSES (%list.ent;) -->
593
+ <!-- ============================================================= -->
594
+
595
+
596
+ <!-- LIST CLASS ELEMENTS -->
597
+ <!-- All the types of lists that may occur
598
+ as part of the text, therefore excluding
599
+ Bibliographic Reference Lists <ref-list> -->
600
+ <!ENTITY % list.class "def-list | list" >
601
+
602
+
603
+ <!-- ============================================================= -->
604
+ <!-- PARAGRAPH CLASSES (%para.ent;) -->
605
+ <!-- ============================================================= -->
606
+
607
+
608
+ <!-- REST OF PARAGRAPH CLASS -->
609
+ <!-- Information for the reader that is at the
610
+ same structural level as a Paragraph.
611
+ Contains all paragraph-level objects that are
612
+ not also used inside tables and excepting
613
+ also the paragraph element itself -->
614
+ <!ENTITY % rest-of-para.class
615
+ "ack | disp-quote | speech | statement |
616
+ verse-group" >
617
+
618
+
619
+ <!-- IN TABLE PARAGRAPH CLASS -->
620
+ <!-- The simpler of the paragraph-level elements
621
+ that might be found inside a table cell -->
622
+ <!ENTITY % intable-para.class
623
+ "disp-quote | speech | statement |
624
+ verse-group" >
625
+
626
+
627
+ <!-- JUST PARAGRAPH CLASS -->
628
+ <!-- To hold the Paragraph element, alone. -->
629
+ <!ENTITY % just-para.class
630
+ "p" >
631
+
632
+
633
+ <!-- ============================================================= -->
634
+ <!-- PHRASE CLASSES (%phrase.ent;) -->
635
+ <!-- ============================================================= -->
636
+
637
+
638
+ <!-- FUNDING CLASS ELEMENTS -->
639
+ <!-- Small inline elements, that surround a word
640
+ or phrase in the text to identify pieces of
641
+ funding metadata. where such material is not
642
+ pulled out separately but just mixed into
643
+ text as phrases or sentences within a
644
+ paragraph. These elements may be used to mark,
645
+ for example, the <award-id> (such as a grant
646
+ number or contract number) or the
647
+ <funding-source> such as the sponsoring
648
+ organization or trust that awarded the grant.
649
+ -->
650
+ <!ENTITY % funding.class
651
+ "award-id | funding-source | open-access" >
652
+
653
+
654
+ <!-- PHRASE CLASS ELEMENTS -->
655
+ <!-- Small inline elements, that surround a word
656
+ or phrase in the text because the subject
657
+ (content) should be identified as something
658
+ special or different -->
659
+ <!ENTITY % phrase.class "abbrev | milestone-end | milestone-start |
660
+ named-content | styled-content" >
661
+
662
+
663
+ <!-- STYLED CONTENT CLASS ELEMENTS -->
664
+ <!-- The <styled-content> element alone, so it
665
+ can be used in places where emphasis is used.
666
+ -->
667
+ <!ENTITY % styled-content.class
668
+ "styled-content" >
669
+
670
+
671
+ <!-- PHRASE CONTENT CLASS ELEMENTS -->
672
+ <!-- Small inline elements, that surround a word
673
+ or phrase in the text because the subject
674
+ (content) should be identified as something
675
+ special or different. This class in is
676
+ intended to be a subset of the Phrase Class,
677
+ for use in restricted situations, such as
678
+ within metadata paragraphs, to record
679
+ publisher-identified semantic or usage
680
+ material. -->
681
+ <!ENTITY % phrase-content.class
682
+ "named-content | styled-content" >
683
+
684
+
685
+ <!-- PRICE CLASS ELEMENTS -->
686
+ <!-- Created to hold the <price> element so that
687
+ it can be selectively added to elements,
688
+ initially to <product>. -->
689
+ <!ENTITY % price.class "price" >
690
+
691
+
692
+ <!-- PRODUCT ELEMENTS -->
693
+ <!-- Created to hold the <product> element so that
694
+ it can be selectively added to elements,
695
+ initially to <note>. -->
696
+ <!ENTITY % product.class
697
+ "product" >
698
+
699
+
700
+ <!-- ============================================================= -->
701
+ <!-- REFERENCES CLASSES (references.ent) -->
702
+ <!-- ============================================================= -->
703
+
704
+
705
+ <!-- BIBLIOGRAPHIC REFERENCE (CITATION) CLASS -->
706
+ <!-- The elements that may be included inside a
707
+ citation (bibliographic reference), either
708
+ in an all-element-content (<element-citation>)
709
+ or in a mixed-content citation
710
+ (<mixed-citation>). Originally, added
711
+ <date> and <string-date> -->
712
+ <!ENTITY % references.class
713
+ "annotation | article-title | chapter-title |
714
+ collab | comment | conf-date | conf-loc |
715
+ conf-name | conf-sponsor | date |
716
+ date-in-citation | day | edition | email |
717
+ elocation-id | etal | ext-link | fpage |
718
+ gov | institution | isbn | issn |
719
+ issue | issue-id | issue-part | issue-title |
720
+ lpage | month | name | object-id |
721
+ page-range | part-title |
722
+ patent | person-group | pub-id |
723
+ publisher-loc | publisher-name | role |
724
+ season | series | size | source | std |
725
+ string-name | supplement |
726
+ trans-source | trans-title | uri |
727
+ volume | volume-id | volume-series | year" >
728
+
729
+
730
+ <!-- JUST REFERENCE-LIST CLASS -->
731
+ <!-- The reference list and only the reference
732
+ list -->
733
+ <!ENTITY % ref-list.class
734
+ "ref-list" >
735
+
736
+
737
+ <!-- ============================================================= -->
738
+ <!-- SECTION CLASS (%section.ent;) -->
739
+ <!-- ============================================================= -->
740
+
741
+
742
+ <!-- SECTION CLASS ELEMENTS -->
743
+ <!-- Information for the reader that is at the
744
+ same structural level as a Section, which is
745
+ a headed structure full of smaller elements
746
+ such as paragraphs. -->
747
+ <!ENTITY % sec.class "sec" >
748
+
749
+
750
+ <!-- ============================================================= -->
751
+ <!-- TABLE MODEL CLASSES -->
752
+ <!-- ============================================================= -->
753
+
754
+
755
+ <!-- JUST TABLE CLASS -->
756
+ <!-- To include just a table <table-wrap>
757
+ element -->
758
+ <!ENTITY % just-table.class
759
+ "table-wrap" >
760
+
761
+
762
+ <!-- TABLE CLASS ELEMENTS -->
763
+ <!-- Elements that will be used to contain the
764
+ rows and columns inside the Table Wrapper
765
+ element <table-wrap>. The following elements
766
+ can be set up for inclusion:
767
+ XHTML Table Model table -->
768
+ <!ENTITY % table.class "table" >
769
+
770
+
771
+ <!-- TABLE FOOT CLASS -->
772
+ <!-- Elements to include at the end of a table
773
+ in the table. -->
774
+ <!ENTITY % table-foot.class
775
+ "table-wrap-foot" >
776
+
777
+
778
+ <!-- TABLE BODY CLASS -->
779
+ <!-- To include just a table <table-wrap>
780
+ element -->
781
+ <!ENTITY % tbody.class "tbody" >
782
+
783
+
784
+
785
+ <!-- ================== End Journal Suite Default Classes ======= -->