sts 0.4.1 → 0.5.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 (912) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -1
  3. data/README.adoc +173 -7
  4. data/lib/sts/iso_sts/annex_type.rb +20 -0
  5. data/lib/sts/iso_sts/app.rb +42 -0
  6. data/lib/sts/iso_sts/app_group.rb +32 -0
  7. data/lib/sts/iso_sts/array.rb +34 -0
  8. data/lib/sts/iso_sts/back.rb +26 -0
  9. data/lib/sts/iso_sts/body.rb +50 -0
  10. data/lib/sts/iso_sts/bold.rb +44 -0
  11. data/lib/sts/iso_sts/break.rb +11 -0
  12. data/lib/sts/iso_sts/caption.rb +32 -0
  13. data/lib/sts/iso_sts/col.rb +31 -0
  14. data/lib/sts/iso_sts/colgroup.rb +34 -0
  15. data/lib/sts/iso_sts/comm_ref.rb +16 -0
  16. data/lib/sts/iso_sts/copyright_holder.rb +20 -0
  17. data/lib/sts/iso_sts/copyright_statement.rb +24 -0
  18. data/lib/sts/iso_sts/copyright_year.rb +15 -0
  19. data/lib/sts/iso_sts/def.rb +28 -0
  20. data/lib/sts/iso_sts/def_item.rb +24 -0
  21. data/lib/sts/iso_sts/def_list.rb +42 -0
  22. data/lib/sts/iso_sts/disp_formula.rb +40 -0
  23. data/lib/sts/iso_sts/doc_ref.rb +16 -0
  24. data/lib/sts/iso_sts/document_identification.rb +23 -0
  25. data/lib/sts/iso_sts/edition.rb +16 -0
  26. data/lib/sts/iso_sts/ext_link.rb +33 -0
  27. data/lib/sts/iso_sts/fig.rb +56 -0
  28. data/lib/sts/iso_sts/fn.rb +32 -0
  29. data/lib/sts/iso_sts/fn_group.rb +30 -0
  30. data/lib/sts/iso_sts/front.rb +21 -0
  31. data/lib/sts/iso_sts/graphic.rb +40 -0
  32. data/lib/sts/iso_sts/inline_formula.rb +30 -0
  33. data/lib/sts/iso_sts/iso_meta.rb +53 -0
  34. data/lib/sts/iso_sts/italic.rb +44 -0
  35. data/lib/sts/iso_sts/label.rb +36 -0
  36. data/lib/sts/iso_sts/language.rb +20 -0
  37. data/lib/sts/iso_sts/list.rb +36 -0
  38. data/lib/sts/iso_sts/list_item.rb +32 -0
  39. data/lib/sts/iso_sts/mathml2/math.rb +67 -0
  40. data/lib/sts/iso_sts/mathml2.rb +9 -0
  41. data/lib/sts/iso_sts/mixed_citation.rb +54 -0
  42. data/lib/sts/iso_sts/nat_meta.rb +53 -0
  43. data/lib/sts/iso_sts/non_normative_example.rb +26 -0
  44. data/lib/sts/iso_sts/non_normative_note.rb +28 -0
  45. data/lib/sts/iso_sts/page_count.rb +15 -0
  46. data/lib/sts/iso_sts/paragraph.rb +76 -0
  47. data/lib/sts/iso_sts/permissions.rb +23 -0
  48. data/lib/sts/iso_sts/preformat.rb +42 -0
  49. data/lib/sts/iso_sts/ref.rb +34 -0
  50. data/lib/sts/iso_sts/ref_list.rb +34 -0
  51. data/lib/sts/iso_sts/reg_meta.rb +57 -0
  52. data/lib/sts/iso_sts/release_date.rb +16 -0
  53. data/lib/sts/iso_sts/sec.rb +72 -0
  54. data/lib/sts/iso_sts/secretariat.rb +16 -0
  55. data/lib/sts/iso_sts/standard.rb +27 -0
  56. data/lib/sts/iso_sts/standard_cross_reference.rb +22 -0
  57. data/lib/sts/iso_sts/standard_identification.rb +31 -0
  58. data/lib/sts/iso_sts/std.rb +41 -0
  59. data/lib/sts/iso_sts/std_ref.rb +35 -0
  60. data/lib/sts/iso_sts/styled_content.rb +62 -0
  61. data/lib/sts/iso_sts/sub.rb +16 -0
  62. data/lib/sts/iso_sts/sup.rb +16 -0
  63. data/lib/sts/iso_sts/table.rb +46 -0
  64. data/lib/sts/iso_sts/table_wrap.rb +50 -0
  65. data/lib/sts/iso_sts/table_wrap_foot.rb +29 -0
  66. data/lib/sts/iso_sts/tbody.rb +30 -0
  67. data/lib/sts/iso_sts/td.rb +74 -0
  68. data/lib/sts/iso_sts/term.rb +46 -0
  69. data/lib/sts/iso_sts/term_sec.rb +48 -0
  70. data/lib/sts/iso_sts/tfoot.rb +30 -0
  71. data/lib/sts/iso_sts/th.rb +74 -0
  72. data/lib/sts/iso_sts/thead.rb +30 -0
  73. data/lib/sts/iso_sts/title.rb +30 -0
  74. data/lib/sts/iso_sts/title_compl.rb +22 -0
  75. data/lib/sts/iso_sts/title_full.rb +22 -0
  76. data/lib/sts/iso_sts/title_intro.rb +22 -0
  77. data/lib/sts/iso_sts/title_main.rb +22 -0
  78. data/lib/sts/iso_sts/title_wrap.rb +26 -0
  79. data/lib/sts/iso_sts/tr.rb +32 -0
  80. data/lib/sts/iso_sts/xref.rb +41 -0
  81. data/lib/sts/iso_sts.rb +103 -0
  82. data/lib/sts/tbx_iso_tml/colgroup.rb +30 -0
  83. data/lib/sts/tbx_iso_tml/table.rb +18 -0
  84. data/lib/sts/tbx_iso_tml/table_wrap.rb +8 -0
  85. data/lib/sts/tbx_iso_tml/table_wrap_foot.rb +12 -0
  86. data/lib/sts/tbx_iso_tml/td.rb +11 -1
  87. data/lib/sts/tbx_iso_tml/tfoot.rb +26 -0
  88. data/lib/sts/tbx_iso_tml/th.rb +12 -0
  89. data/lib/sts/tbx_iso_tml.rb +2 -0
  90. data/lib/sts/version.rb +1 -1
  91. data/lib/sts.rb +1 -0
  92. data/reference-docs/isosts-example/feature_doc.xml +502 -0
  93. data/reference-docs/isosts-v1/ISOSTS-classes.ent +277 -0
  94. data/reference-docs/isosts-v1/ISOSTS-iso-metadata.ent +765 -0
  95. data/reference-docs/isosts-v1/ISOSTS-mixes.ent +199 -0
  96. data/reference-docs/isosts-v1/ISOSTS-models.ent +869 -0
  97. data/reference-docs/isosts-v1/ISOSTS-modules.ent +207 -0
  98. data/reference-docs/isosts-v1/ISOSTS-nat-metadata.ent +169 -0
  99. data/reference-docs/isosts-v1/ISOSTS-reg-metadata.ent +156 -0
  100. data/reference-docs/isosts-v1/ISOSTS-tbx-namespace.ent +454 -0
  101. data/reference-docs/isosts-v1/ISOSTS-tbx-setup.ent +142 -0
  102. data/reference-docs/isosts-v1/ISOSTS.dtd +745 -0
  103. data/reference-docs/isosts-v1/JATS-XHTMLtablesetup0.ent +313 -0
  104. data/reference-docs/isosts-v1/JATS-articlemeta0.ent +1734 -0
  105. data/reference-docs/isosts-v1/JATS-backmatter0.ent +310 -0
  106. data/reference-docs/isosts-v1/JATS-chars0.ent +446 -0
  107. data/reference-docs/isosts-v1/JATS-common0.ent +3207 -0
  108. data/reference-docs/isosts-v1/JATS-default-classes0.ent +881 -0
  109. data/reference-docs/isosts-v1/JATS-default-mixes0.ent +317 -0
  110. data/reference-docs/isosts-v1/JATS-display0.ent +839 -0
  111. data/reference-docs/isosts-v1/JATS-format0.ent +544 -0
  112. data/reference-docs/isosts-v1/JATS-funding0.ent +440 -0
  113. data/reference-docs/isosts-v1/JATS-journalmeta0.ent +352 -0
  114. data/reference-docs/isosts-v1/JATS-journalpub-oasis-custom-classes0.ent +220 -0
  115. data/reference-docs/isosts-v1/JATS-journalpub-oasis-custom-modules0.ent +154 -0
  116. data/reference-docs/isosts-v1/JATS-journalpubcustom-classes0.ent +194 -0
  117. data/reference-docs/isosts-v1/JATS-journalpubcustom-mixes0.ent +148 -0
  118. data/reference-docs/isosts-v1/JATS-journalpubcustom-models0.ent +674 -0
  119. data/reference-docs/isosts-v1/JATS-journalpubcustom-modules0.ent +152 -0
  120. data/reference-docs/isosts-v1/JATS-journalpublishing-oasis0.dtd +721 -0
  121. data/reference-docs/isosts-v1/JATS-journalpublishing0.dtd +709 -0
  122. data/reference-docs/isosts-v1/JATS-link0.ent +341 -0
  123. data/reference-docs/isosts-v1/JATS-list0.ent +393 -0
  124. data/reference-docs/isosts-v1/JATS-math0.ent +307 -0
  125. data/reference-docs/isosts-v1/JATS-mathmlsetup0.ent +266 -0
  126. data/reference-docs/isosts-v1/JATS-modules0.ent +443 -0
  127. data/reference-docs/isosts-v1/JATS-nlmcitation0.ent +173 -0
  128. data/reference-docs/isosts-v1/JATS-notat0.ent +193 -0
  129. data/reference-docs/isosts-v1/JATS-oasis-tablesetup0.ent +290 -0
  130. data/reference-docs/isosts-v1/JATS-para0.ent +388 -0
  131. data/reference-docs/isosts-v1/JATS-phrase0.ent +415 -0
  132. data/reference-docs/isosts-v1/JATS-references0.ent +888 -0
  133. data/reference-docs/isosts-v1/JATS-related-object0.ent +159 -0
  134. data/reference-docs/isosts-v1/JATS-section0.ent +225 -0
  135. data/reference-docs/isosts-v1/JATS-xmlspecchars0.ent +312 -0
  136. data/reference-docs/isosts-v1/Smallsamples/Samp1.xml +68 -0
  137. data/reference-docs/isosts-v1/Smallsamples/Sample2.xml +41 -0
  138. data/reference-docs/isosts-v1/Smallsamples/meta-mixes_ok_1.xml +85 -0
  139. data/reference-docs/isosts-v1/Smallsamples/meta-mixes_ok_2.xml +109 -0
  140. data/reference-docs/isosts-v1/Smallsamples/nat-meta.xml +63 -0
  141. data/reference-docs/isosts-v1/Smallsamples/para-mixes_ok_1.xml +37 -0
  142. data/reference-docs/isosts-v1/Smallsamples/reg-meta.xml +65 -0
  143. data/reference-docs/isosts-v1/Smallsamples/tbx-highlight-elements.xml +54 -0
  144. data/reference-docs/isosts-v1/catalog-iso.xml +514 -0
  145. data/reference-docs/isosts-v1/catalog-jats-v0.xml +642 -0
  146. data/reference-docs/isosts-v1/catalog-test-v0.xml +642 -0
  147. data/reference-docs/isosts-v1/catalog.ent +191 -0
  148. data/reference-docs/isosts-v1/doc/ISOSTS-style.css +456 -0
  149. data/reference-docs/isosts-v1/doc/changes.html +146 -0
  150. data/reference-docs/isosts-v1/doc/el_reg-meta.html +276 -0
  151. data/reference-docs/isosts-v1/doc/el_release-version-id.html +48 -0
  152. data/reference-docs/isosts-v1/doc/graphics/3angle-down.gif +0 -0
  153. data/reference-docs/isosts-v1/doc/graphics/3angle-right.gif +0 -0
  154. data/reference-docs/isosts-v1/doc/graphics/ack.png +0 -0
  155. data/reference-docs/isosts-v1/doc/graphics/app-group.png +0 -0
  156. data/reference-docs/isosts-v1/doc/graphics/app.png +0 -0
  157. data/reference-docs/isosts-v1/doc/graphics/array.png +0 -0
  158. data/reference-docs/isosts-v1/doc/graphics/back.png +0 -0
  159. data/reference-docs/isosts-v1/doc/graphics/bio.png +0 -0
  160. data/reference-docs/isosts-v1/doc/graphics/block.gif +0 -0
  161. data/reference-docs/isosts-v1/doc/graphics/body.png +0 -0
  162. data/reference-docs/isosts-v1/doc/graphics/boxed-text.png +0 -0
  163. data/reference-docs/isosts-v1/doc/graphics/caption.png +0 -0
  164. data/reference-docs/isosts-v1/doc/graphics/cen-meta.png +0 -0
  165. data/reference-docs/isosts-v1/doc/graphics/chem-struct-wrap.png +0 -0
  166. data/reference-docs/isosts-v1/doc/graphics/custom-meta-group.png +0 -0
  167. data/reference-docs/isosts-v1/doc/graphics/def-list.png +0 -0
  168. data/reference-docs/isosts-v1/doc/graphics/disp-formula-group.png +0 -0
  169. data/reference-docs/isosts-v1/doc/graphics/disp-quote.png +0 -0
  170. data/reference-docs/isosts-v1/doc/graphics/doc-ident.png +0 -0
  171. data/reference-docs/isosts-v1/doc/graphics/fig-group.png +0 -0
  172. data/reference-docs/isosts-v1/doc/graphics/fig.png +0 -0
  173. data/reference-docs/isosts-v1/doc/graphics/fn-group.png +0 -0
  174. data/reference-docs/isosts-v1/doc/graphics/fn.png +0 -0
  175. data/reference-docs/isosts-v1/doc/graphics/front.png +0 -0
  176. data/reference-docs/isosts-v1/doc/graphics/glossary.png +0 -0
  177. data/reference-docs/isosts-v1/doc/graphics/identity-matrix.gif +0 -0
  178. data/reference-docs/isosts-v1/doc/graphics/integral.gif +0 -0
  179. data/reference-docs/isosts-v1/doc/graphics/iso-meta.png +0 -0
  180. data/reference-docs/isosts-v1/doc/graphics/list.png +0 -0
  181. data/reference-docs/isosts-v1/doc/graphics/nat-meta.png +0 -0
  182. data/reference-docs/isosts-v1/doc/graphics/nf-attributes.gif +0 -0
  183. data/reference-docs/isosts-v1/doc/graphics/nf-collapse.gif +0 -0
  184. data/reference-docs/isosts-v1/doc/graphics/nf-compound1.gif +0 -0
  185. data/reference-docs/isosts-v1/doc/graphics/nf-compound2.gif +0 -0
  186. data/reference-docs/isosts-v1/doc/graphics/nf-compound3.gif +0 -0
  187. data/reference-docs/isosts-v1/doc/graphics/nf-elem-mul.gif +0 -0
  188. data/reference-docs/isosts-v1/doc/graphics/nf-elem-opt.gif +0 -0
  189. data/reference-docs/isosts-v1/doc/graphics/nf-elem-plus.gif +0 -0
  190. data/reference-docs/isosts-v1/doc/graphics/nf-elem-req.gif +0 -0
  191. data/reference-docs/isosts-v1/doc/graphics/nf-elsewhere.gif +0 -0
  192. data/reference-docs/isosts-v1/doc/graphics/nf-exclusion.gif +0 -0
  193. data/reference-docs/isosts-v1/doc/graphics/nf-or-seq.gif +0 -0
  194. data/reference-docs/isosts-v1/doc/graphics/nf-pcdata.gif +0 -0
  195. data/reference-docs/isosts-v1/doc/graphics/nf-req-seq.gif +0 -0
  196. data/reference-docs/isosts-v1/doc/graphics/nf-root.gif +0 -0
  197. data/reference-docs/isosts-v1/doc/graphics/non-normative-example.png +0 -0
  198. data/reference-docs/isosts-v1/doc/graphics/non-normative-note.png +0 -0
  199. data/reference-docs/isosts-v1/doc/graphics/notes.png +0 -0
  200. data/reference-docs/isosts-v1/doc/graphics/permissions.png +0 -0
  201. data/reference-docs/isosts-v1/doc/graphics/ref-list.png +0 -0
  202. data/reference-docs/isosts-v1/doc/graphics/ref.png +0 -0
  203. data/reference-docs/isosts-v1/doc/graphics/reg-meta.png +0 -0
  204. data/reference-docs/isosts-v1/doc/graphics/sec.png +0 -0
  205. data/reference-docs/isosts-v1/doc/graphics/speech.png +0 -0
  206. data/reference-docs/isosts-v1/doc/graphics/stack.jpg +0 -0
  207. data/reference-docs/isosts-v1/doc/graphics/standard.png +0 -0
  208. data/reference-docs/isosts-v1/doc/graphics/statement.png +0 -0
  209. data/reference-docs/isosts-v1/doc/graphics/std-ident.png +0 -0
  210. data/reference-docs/isosts-v1/doc/graphics/std-xref.png +0 -0
  211. data/reference-docs/isosts-v1/doc/graphics/sub-part.png +0 -0
  212. data/reference-docs/isosts-v1/doc/graphics/supplementary-material.png +0 -0
  213. data/reference-docs/isosts-v1/doc/graphics/table-wrap-foot.png +0 -0
  214. data/reference-docs/isosts-v1/doc/graphics/table-wrap-group.png +0 -0
  215. data/reference-docs/isosts-v1/doc/graphics/table-wrap.png +0 -0
  216. data/reference-docs/isosts-v1/doc/graphics/tablesample1.jpg +0 -0
  217. data/reference-docs/isosts-v1/doc/graphics/term-display.png +0 -0
  218. data/reference-docs/isosts-v1/doc/graphics/term-sec.png +0 -0
  219. data/reference-docs/isosts-v1/doc/graphics/title-wrap.png +0 -0
  220. data/reference-docs/isosts-v1/doc/graphics/verse-group.png +0 -0
  221. data/reference-docs/isosts-v1/doc/graphics/x-maps-to-y.gif +0 -0
  222. data/reference-docs/isosts-v1/doc/index.html +422 -0
  223. data/reference-docs/isosts-v1/doc/n-2830.html +252 -0
  224. data/reference-docs/isosts-v1/doc/n-2ex0.html +124 -0
  225. data/reference-docs/isosts-v1/doc/n-2m60.html +75 -0
  226. data/reference-docs/isosts-v1/doc/n-2nf0.html +48 -0
  227. data/reference-docs/isosts-v1/doc/n-3320.html +328 -0
  228. data/reference-docs/isosts-v1/doc/n-37t0.html +54 -0
  229. data/reference-docs/isosts-v1/doc/n-3e60.html +64 -0
  230. data/reference-docs/isosts-v1/doc/n-3gx0.html +45 -0
  231. data/reference-docs/isosts-v1/doc/n-3kg0.html +60 -0
  232. data/reference-docs/isosts-v1/doc/n-3m40.html +226 -0
  233. data/reference-docs/isosts-v1/doc/n-3m50.html +68 -0
  234. data/reference-docs/isosts-v1/doc/n-3pc0.html +97 -0
  235. data/reference-docs/isosts-v1/doc/n-3un0.html +82 -0
  236. data/reference-docs/isosts-v1/doc/n-3xe0.html +76 -0
  237. data/reference-docs/isosts-v1/doc/n-3y30.html +70 -0
  238. data/reference-docs/isosts-v1/doc/n-3yd0.html +108 -0
  239. data/reference-docs/isosts-v1/doc/n-3zs0.html +73 -0
  240. data/reference-docs/isosts-v1/doc/n-44e0.html +205 -0
  241. data/reference-docs/isosts-v1/doc/n-45w0.html +140 -0
  242. data/reference-docs/isosts-v1/doc/n-4gf0.html +48 -0
  243. data/reference-docs/isosts-v1/doc/n-4h00.html +170 -0
  244. data/reference-docs/isosts-v1/doc/n-4iv0.html +203 -0
  245. data/reference-docs/isosts-v1/doc/n-4y70.html +165 -0
  246. data/reference-docs/isosts-v1/doc/n-4ys0.html +209 -0
  247. data/reference-docs/isosts-v1/doc/n-5240.html +354 -0
  248. data/reference-docs/isosts-v1/doc/n-55a0.html +166 -0
  249. data/reference-docs/isosts-v1/doc/n-56w0.html +258 -0
  250. data/reference-docs/isosts-v1/doc/n-5930.html +229 -0
  251. data/reference-docs/isosts-v1/doc/n-5ae0.html +165 -0
  252. data/reference-docs/isosts-v1/doc/n-5b40.html +205 -0
  253. data/reference-docs/isosts-v1/doc/n-5eg0.html +46 -0
  254. data/reference-docs/isosts-v1/doc/n-5h80.html +217 -0
  255. data/reference-docs/isosts-v1/doc/n-5j30.html +93 -0
  256. data/reference-docs/isosts-v1/doc/n-5qw0.html +65 -0
  257. data/reference-docs/isosts-v1/doc/n-5r30.html +112 -0
  258. data/reference-docs/isosts-v1/doc/n-5rx0.html +103 -0
  259. data/reference-docs/isosts-v1/doc/n-5sg0.html +54 -0
  260. data/reference-docs/isosts-v1/doc/n-5ud0.html +50 -0
  261. data/reference-docs/isosts-v1/doc/n-5v30.html +93 -0
  262. data/reference-docs/isosts-v1/doc/n-5z40.html +196 -0
  263. data/reference-docs/isosts-v1/doc/n-6420.html +162 -0
  264. data/reference-docs/isosts-v1/doc/n-6430.html +106 -0
  265. data/reference-docs/isosts-v1/doc/n-6ew0.html +243 -0
  266. data/reference-docs/isosts-v1/doc/n-6f60.html +108 -0
  267. data/reference-docs/isosts-v1/doc/n-6fe0.html +48 -0
  268. data/reference-docs/isosts-v1/doc/n-6g30.html +126 -0
  269. data/reference-docs/isosts-v1/doc/n-6g50.html +251 -0
  270. data/reference-docs/isosts-v1/doc/n-6g70.html +230 -0
  271. data/reference-docs/isosts-v1/doc/n-6q30.html +71 -0
  272. data/reference-docs/isosts-v1/doc/n-6t00.html +189 -0
  273. data/reference-docs/isosts-v1/doc/n-6uv0.html +359 -0
  274. data/reference-docs/isosts-v1/doc/n-6wn0.html +108 -0
  275. data/reference-docs/isosts-v1/doc/n-76s0.html +72 -0
  276. data/reference-docs/isosts-v1/doc/n-7760.html +46 -0
  277. data/reference-docs/isosts-v1/doc/n-7cf0.html +54 -0
  278. data/reference-docs/isosts-v1/doc/n-7cn0.html +49 -0
  279. data/reference-docs/isosts-v1/doc/n-7cw0.html +71 -0
  280. data/reference-docs/isosts-v1/doc/n-7ev0.html +138 -0
  281. data/reference-docs/isosts-v1/doc/n-7na0.html +235 -0
  282. data/reference-docs/isosts-v1/doc/n-7p60.html +54 -0
  283. data/reference-docs/isosts-v1/doc/n-7rg0.html +64 -0
  284. data/reference-docs/isosts-v1/doc/n-7s40.html +185 -0
  285. data/reference-docs/isosts-v1/doc/n-7v80.html +81 -0
  286. data/reference-docs/isosts-v1/doc/n-7zf0.html +46 -0
  287. data/reference-docs/isosts-v1/doc/n-83n0.html +94 -0
  288. data/reference-docs/isosts-v1/doc/n-83s0.html +98 -0
  289. data/reference-docs/isosts-v1/doc/n-8ag0.html +78 -0
  290. data/reference-docs/isosts-v1/doc/n-8b30.html +98 -0
  291. data/reference-docs/isosts-v1/doc/n-8i70.html +144 -0
  292. data/reference-docs/isosts-v1/doc/n-8jw0.html +129 -0
  293. data/reference-docs/isosts-v1/doc/n-8n40.html +111 -0
  294. data/reference-docs/isosts-v1/doc/n-8pn0.html +67 -0
  295. data/reference-docs/isosts-v1/doc/n-8tt0.html +142 -0
  296. data/reference-docs/isosts-v1/doc/n-8u70.html +271 -0
  297. data/reference-docs/isosts-v1/doc/n-9a40.html +101 -0
  298. data/reference-docs/isosts-v1/doc/n-9b00.html +72 -0
  299. data/reference-docs/isosts-v1/doc/n-9ba0.html +321 -0
  300. data/reference-docs/isosts-v1/doc/n-9e40.html +157 -0
  301. data/reference-docs/isosts-v1/doc/n-9h20.html +149 -0
  302. data/reference-docs/isosts-v1/doc/n-9j80.html +91 -0
  303. data/reference-docs/isosts-v1/doc/n-9r30.html +79 -0
  304. data/reference-docs/isosts-v1/doc/n-9sc0.html +66 -0
  305. data/reference-docs/isosts-v1/doc/n-9xf0.html +65 -0
  306. data/reference-docs/isosts-v1/doc/n-a4g0.html +61 -0
  307. data/reference-docs/isosts-v1/doc/n-a5d0.html +88 -0
  308. data/reference-docs/isosts-v1/doc/n-aht0.html +264 -0
  309. data/reference-docs/isosts-v1/doc/n-aia0.html +236 -0
  310. data/reference-docs/isosts-v1/doc/n-amu0.html +220 -0
  311. data/reference-docs/isosts-v1/doc/n-apg0.html +62 -0
  312. data/reference-docs/isosts-v1/doc/n-ard0.html +178 -0
  313. data/reference-docs/isosts-v1/doc/n-asw0.html +205 -0
  314. data/reference-docs/isosts-v1/doc/n-ax50.html +127 -0
  315. data/reference-docs/isosts-v1/doc/n-bbg0.html +64 -0
  316. data/reference-docs/isosts-v1/doc/n-bc60.html +63 -0
  317. data/reference-docs/isosts-v1/doc/n-bie0.html +48 -0
  318. data/reference-docs/isosts-v1/doc/n-bjx0.html +121 -0
  319. data/reference-docs/isosts-v1/doc/n-bpc0.html +99 -0
  320. data/reference-docs/isosts-v1/doc/n-bu20.html +277 -0
  321. data/reference-docs/isosts-v1/doc/n-bve0.html +45 -0
  322. data/reference-docs/isosts-v1/doc/n-bvf0.html +50 -0
  323. data/reference-docs/isosts-v1/doc/n-bz80.html +101 -0
  324. data/reference-docs/isosts-v1/doc/n-c000.html +23 -0
  325. data/reference-docs/isosts-v1/doc/n-c500.html +397 -0
  326. data/reference-docs/isosts-v1/doc/n-c6d0.html +48 -0
  327. data/reference-docs/isosts-v1/doc/n-c6v0.html +226 -0
  328. data/reference-docs/isosts-v1/doc/n-c9x0.html +214 -0
  329. data/reference-docs/isosts-v1/doc/n-cdf0.html +48 -0
  330. data/reference-docs/isosts-v1/doc/n-cie0.html +59 -0
  331. data/reference-docs/isosts-v1/doc/n-cj60.html +68 -0
  332. data/reference-docs/isosts-v1/doc/n-cn80.html +159 -0
  333. data/reference-docs/isosts-v1/doc/n-cvd0.html +166 -0
  334. data/reference-docs/isosts-v1/doc/n-cvn0.html +128 -0
  335. data/reference-docs/isosts-v1/doc/n-d2t0.html +78 -0
  336. data/reference-docs/isosts-v1/doc/n-d5g0.html +56 -0
  337. data/reference-docs/isosts-v1/doc/n-d750.html +116 -0
  338. data/reference-docs/isosts-v1/doc/n-d950.html +45 -0
  339. data/reference-docs/isosts-v1/doc/n-d9m0.html +692 -0
  340. data/reference-docs/isosts-v1/doc/n-des0.html +191 -0
  341. data/reference-docs/isosts-v1/doc/n-dg20.html +256 -0
  342. data/reference-docs/isosts-v1/doc/n-dpe0.html +56 -0
  343. data/reference-docs/isosts-v1/doc/n-dsn0.html +56 -0
  344. data/reference-docs/isosts-v1/doc/n-du60.html +97 -0
  345. data/reference-docs/isosts-v1/doc/n-dwx0.html +91 -0
  346. data/reference-docs/isosts-v1/doc/n-dzv0.html +94 -0
  347. data/reference-docs/isosts-v1/doc/n-e8g0.html +48 -0
  348. data/reference-docs/isosts-v1/doc/n-edd0.html +48 -0
  349. data/reference-docs/isosts-v1/doc/n-edg0.html +58 -0
  350. data/reference-docs/isosts-v1/doc/n-efg0.html +78 -0
  351. data/reference-docs/isosts-v1/doc/n-egd0.html +60 -0
  352. data/reference-docs/isosts-v1/doc/n-ejg0.html +49 -0
  353. data/reference-docs/isosts-v1/doc/n-eme0.html +73 -0
  354. data/reference-docs/isosts-v1/doc/n-en60.html +95 -0
  355. data/reference-docs/isosts-v1/doc/n-epf0.html +72 -0
  356. data/reference-docs/isosts-v1/doc/n-eqe0.html +53 -0
  357. data/reference-docs/isosts-v1/doc/n-eqv0.html +207 -0
  358. data/reference-docs/isosts-v1/doc/n-f6e0.html +67 -0
  359. data/reference-docs/isosts-v1/doc/n-f900.html +170 -0
  360. data/reference-docs/isosts-v1/doc/n-f980.html +170 -0
  361. data/reference-docs/isosts-v1/doc/n-fi60.html +55 -0
  362. data/reference-docs/isosts-v1/doc/n-fkn0.html +60 -0
  363. data/reference-docs/isosts-v1/doc/n-fp40.html +141 -0
  364. data/reference-docs/isosts-v1/doc/n-fp80.html +83 -0
  365. data/reference-docs/isosts-v1/doc/n-fsa0.html +77 -0
  366. data/reference-docs/isosts-v1/doc/n-ft30.html +159 -0
  367. data/reference-docs/isosts-v1/doc/n-ftc0.html +136 -0
  368. data/reference-docs/isosts-v1/doc/n-fvx0.html +170 -0
  369. data/reference-docs/isosts-v1/doc/n-fw80.html +109 -0
  370. data/reference-docs/isosts-v1/doc/n-g3a0.html +63 -0
  371. data/reference-docs/isosts-v1/doc/n-g3e0.html +108 -0
  372. data/reference-docs/isosts-v1/doc/n-g7u0.html +206 -0
  373. data/reference-docs/isosts-v1/doc/n-g7v0.html +110 -0
  374. data/reference-docs/isosts-v1/doc/n-g8w0.html +305 -0
  375. data/reference-docs/isosts-v1/doc/n-gef0.html +54 -0
  376. data/reference-docs/isosts-v1/doc/n-gfx0.html +62 -0
  377. data/reference-docs/isosts-v1/doc/n-ghg0.html +48 -0
  378. data/reference-docs/isosts-v1/doc/n-gj00.html +198 -0
  379. data/reference-docs/isosts-v1/doc/n-gk20.html +143 -0
  380. data/reference-docs/isosts-v1/doc/n-gk30.html +208 -0
  381. data/reference-docs/isosts-v1/doc/n-gqn0.html +54 -0
  382. data/reference-docs/isosts-v1/doc/n-gxx0.html +126 -0
  383. data/reference-docs/isosts-v1/doc/n-h5e0.html +113 -0
  384. data/reference-docs/isosts-v1/doc/n-h860.html +62 -0
  385. data/reference-docs/isosts-v1/doc/n-hcg0.html +61 -0
  386. data/reference-docs/isosts-v1/doc/n-he00.html +104 -0
  387. data/reference-docs/isosts-v1/doc/n-hka0.html +160 -0
  388. data/reference-docs/isosts-v1/doc/n-hkf0.html +123 -0
  389. data/reference-docs/isosts-v1/doc/n-hqc0.html +300 -0
  390. data/reference-docs/isosts-v1/doc/n-hqf0.html +143 -0
  391. data/reference-docs/isosts-v1/doc/n-hqx0.html +123 -0
  392. data/reference-docs/isosts-v1/doc/n-hu40.html +155 -0
  393. data/reference-docs/isosts-v1/doc/n-hz60.html +46 -0
  394. data/reference-docs/isosts-v1/doc/n-i640.html +99 -0
  395. data/reference-docs/isosts-v1/doc/n-i6u0.html +497 -0
  396. data/reference-docs/isosts-v1/doc/n-ic50.html +134 -0
  397. data/reference-docs/isosts-v1/doc/n-id60.html +49 -0
  398. data/reference-docs/isosts-v1/doc/n-ide0.html +48 -0
  399. data/reference-docs/isosts-v1/doc/n-ig60.html +53 -0
  400. data/reference-docs/isosts-v1/doc/n-iha0.html +43 -0
  401. data/reference-docs/isosts-v1/doc/n-ihx0.html +103 -0
  402. data/reference-docs/isosts-v1/doc/n-iic0.html +156 -0
  403. data/reference-docs/isosts-v1/doc/n-iix0.html +62 -0
  404. data/reference-docs/isosts-v1/doc/n-inf0.html +48 -0
  405. data/reference-docs/isosts-v1/doc/n-isu0.html +220 -0
  406. data/reference-docs/isosts-v1/doc/n-itx0.html +209 -0
  407. data/reference-docs/isosts-v1/doc/n-iz00.html +116 -0
  408. data/reference-docs/isosts-v1/doc/n-j2r0.html +1135 -0
  409. data/reference-docs/isosts-v1/doc/n-j5t0.html +254 -0
  410. data/reference-docs/isosts-v1/doc/n-j660.html +60 -0
  411. data/reference-docs/isosts-v1/doc/n-j6d0.html +48 -0
  412. data/reference-docs/isosts-v1/doc/n-j6g0.html +48 -0
  413. data/reference-docs/isosts-v1/doc/n-ja60.html +54 -0
  414. data/reference-docs/isosts-v1/doc/n-je30.html +127 -0
  415. data/reference-docs/isosts-v1/doc/n-jeg0.html +49 -0
  416. data/reference-docs/isosts-v1/doc/n-jmf0.html +48 -0
  417. data/reference-docs/isosts-v1/doc/n-jnu0.html +49 -0
  418. data/reference-docs/isosts-v1/doc/n-jpt0.html +353 -0
  419. data/reference-docs/isosts-v1/doc/n-jr40.html +107 -0
  420. data/reference-docs/isosts-v1/doc/n-k3w0.html +114 -0
  421. data/reference-docs/isosts-v1/doc/n-k480.html +178 -0
  422. data/reference-docs/isosts-v1/doc/n-k560.html +63 -0
  423. data/reference-docs/isosts-v1/doc/n-k6n0.html +158 -0
  424. data/reference-docs/isosts-v1/doc/n-k7e0.html +124 -0
  425. data/reference-docs/isosts-v1/doc/n-k850.html +255 -0
  426. data/reference-docs/isosts-v1/doc/n-k860.html +48 -0
  427. data/reference-docs/isosts-v1/doc/n-kbg0.html +54 -0
  428. data/reference-docs/isosts-v1/doc/n-kbw0.html +167 -0
  429. data/reference-docs/isosts-v1/doc/n-kds0.html +223 -0
  430. data/reference-docs/isosts-v1/doc/n-kft0.html +354 -0
  431. data/reference-docs/isosts-v1/doc/n-kkf0.html +48 -0
  432. data/reference-docs/isosts-v1/doc/n-kr00.html +101 -0
  433. data/reference-docs/isosts-v1/doc/n-kse0.html +125 -0
  434. data/reference-docs/isosts-v1/doc/n-ktx0.html +90 -0
  435. data/reference-docs/isosts-v1/doc/n-m7n0.html +69 -0
  436. data/reference-docs/isosts-v1/doc/n-m9n0.html +75 -0
  437. data/reference-docs/isosts-v1/doc/n-mbd0.html +215 -0
  438. data/reference-docs/isosts-v1/doc/n-mce0.html +70 -0
  439. data/reference-docs/isosts-v1/doc/n-mfa0.html +44 -0
  440. data/reference-docs/isosts-v1/doc/n-mgg0.html +136 -0
  441. data/reference-docs/isosts-v1/doc/n-mhn0.html +173 -0
  442. data/reference-docs/isosts-v1/doc/n-mid0.html +26 -0
  443. data/reference-docs/isosts-v1/doc/n-mkg0.html +85 -0
  444. data/reference-docs/isosts-v1/doc/n-mkt0.html +69 -0
  445. data/reference-docs/isosts-v1/doc/n-msf0.html +93 -0
  446. data/reference-docs/isosts-v1/doc/n-muf0.html +63 -0
  447. data/reference-docs/isosts-v1/doc/n-mx70.html +139 -0
  448. data/reference-docs/isosts-v1/doc/n-n2n0.html +56 -0
  449. data/reference-docs/isosts-v1/doc/n-n4f0.html +95 -0
  450. data/reference-docs/isosts-v1/doc/n-n7s0.html +199 -0
  451. data/reference-docs/isosts-v1/doc/n-n8u0.html +126 -0
  452. data/reference-docs/isosts-v1/doc/n-naa0.html +84 -0
  453. data/reference-docs/isosts-v1/doc/n-nf00.html +240 -0
  454. data/reference-docs/isosts-v1/doc/n-ngx0.html +206 -0
  455. data/reference-docs/isosts-v1/doc/n-nk40.html +66 -0
  456. data/reference-docs/isosts-v1/doc/n-nmt0.html +229 -0
  457. data/reference-docs/isosts-v1/doc/n-nt80.html +257 -0
  458. data/reference-docs/isosts-v1/doc/n-ntn0.html +71 -0
  459. data/reference-docs/isosts-v1/doc/n-ntu0.html +60 -0
  460. data/reference-docs/isosts-v1/doc/n-nx80.html +117 -0
  461. data/reference-docs/isosts-v1/doc/n-nye0.html +169 -0
  462. data/reference-docs/isosts-v1/doc/n-nyw0.html +66 -0
  463. data/reference-docs/isosts-v1/doc/n-p6c0.html +227 -0
  464. data/reference-docs/isosts-v1/doc/n-pau0.html +259 -0
  465. data/reference-docs/isosts-v1/doc/n-pcd0.html +53 -0
  466. data/reference-docs/isosts-v1/doc/n-pd80.html +136 -0
  467. data/reference-docs/isosts-v1/doc/n-pfv0.html +177 -0
  468. data/reference-docs/isosts-v1/doc/n-ph30.html +99 -0
  469. data/reference-docs/isosts-v1/doc/n-pr70.html +133 -0
  470. data/reference-docs/isosts-v1/doc/n-pud0.html +54 -0
  471. data/reference-docs/isosts-v1/doc/n-pux0.html +103 -0
  472. data/reference-docs/isosts-v1/doc/n-pv50.html +231 -0
  473. data/reference-docs/isosts-v1/doc/n-pv70.html +355 -0
  474. data/reference-docs/isosts-v1/doc/n-pwf0.html +62 -0
  475. data/reference-docs/isosts-v1/doc/n-px40.html +177 -0
  476. data/reference-docs/isosts-v1/doc/n-pxt0.html +125 -0
  477. data/reference-docs/isosts-v1/doc/n-pz20.html +499 -0
  478. data/reference-docs/isosts-v1/doc/n-pzg0.html +48 -0
  479. data/reference-docs/isosts-v1/doc/n-q3g0.html +48 -0
  480. data/reference-docs/isosts-v1/doc/n-q4a0.html +100 -0
  481. data/reference-docs/isosts-v1/doc/n-qc70.html +270 -0
  482. data/reference-docs/isosts-v1/doc/n-qd40.html +361 -0
  483. data/reference-docs/isosts-v1/doc/n-qdf0.html +58 -0
  484. data/reference-docs/isosts-v1/doc/n-qe50.html +162 -0
  485. data/reference-docs/isosts-v1/doc/n-qf50.html +101 -0
  486. data/reference-docs/isosts-v1/doc/n-qr20.html +89 -0
  487. data/reference-docs/isosts-v1/doc/n-qv30.html +93 -0
  488. data/reference-docs/isosts-v1/doc/n-qxe0.html +81 -0
  489. data/reference-docs/isosts-v1/doc/n-qzs0.html +102 -0
  490. data/reference-docs/isosts-v1/doc/n-r650.html +79 -0
  491. data/reference-docs/isosts-v1/doc/n-r7e0.html +156 -0
  492. data/reference-docs/isosts-v1/doc/n-rd50.html +522 -0
  493. data/reference-docs/isosts-v1/doc/n-rf70.html +140 -0
  494. data/reference-docs/isosts-v1/doc/n-riw0.html +114 -0
  495. data/reference-docs/isosts-v1/doc/n-rj20.html +183 -0
  496. data/reference-docs/isosts-v1/doc/n-rkv0.html +338 -0
  497. data/reference-docs/isosts-v1/doc/n-rm50.html +81 -0
  498. data/reference-docs/isosts-v1/doc/n-rn30.html +186 -0
  499. data/reference-docs/isosts-v1/doc/n-rrf0.html +54 -0
  500. data/reference-docs/isosts-v1/doc/n-s280.html +69 -0
  501. data/reference-docs/isosts-v1/doc/n-s6f0.html +47 -0
  502. data/reference-docs/isosts-v1/doc/n-s9w0.html +196 -0
  503. data/reference-docs/isosts-v1/doc/n-sb60.html +71 -0
  504. data/reference-docs/isosts-v1/doc/n-sbn0.html +80 -0
  505. data/reference-docs/isosts-v1/doc/n-sc20.html +98 -0
  506. data/reference-docs/isosts-v1/doc/n-sif0.html +203 -0
  507. data/reference-docs/isosts-v1/doc/n-sjn0.html +52 -0
  508. data/reference-docs/isosts-v1/doc/n-snd0.html +48 -0
  509. data/reference-docs/isosts-v1/doc/n-sq20.html +259 -0
  510. data/reference-docs/isosts-v1/doc/n-sq80.html +166 -0
  511. data/reference-docs/isosts-v1/doc/n-swt0.html +115 -0
  512. data/reference-docs/isosts-v1/doc/n-syx0.html +122 -0
  513. data/reference-docs/isosts-v1/doc/n-t220.html +103 -0
  514. data/reference-docs/isosts-v1/doc/n-t250.html +116 -0
  515. data/reference-docs/isosts-v1/doc/n-t2x0.html +328 -0
  516. data/reference-docs/isosts-v1/doc/n-t3u0.html +78 -0
  517. data/reference-docs/isosts-v1/doc/n-t4w0.html +117 -0
  518. data/reference-docs/isosts-v1/doc/n-t5s0.html +289 -0
  519. data/reference-docs/isosts-v1/doc/n-tga0.html +67 -0
  520. data/reference-docs/isosts-v1/doc/n-thf0.html +65 -0
  521. data/reference-docs/isosts-v1/doc/n-tqs0.html +225 -0
  522. data/reference-docs/isosts-v1/doc/n-tr60.html +120 -0
  523. data/reference-docs/isosts-v1/doc/n-tre0.html +57 -0
  524. data/reference-docs/isosts-v1/doc/n-tua0.html +261 -0
  525. data/reference-docs/isosts-v1/doc/n-tve0.html +44 -0
  526. data/reference-docs/isosts-v1/doc/n-twc0.html +247 -0
  527. data/reference-docs/isosts-v1/doc/n-tx30.html +91 -0
  528. data/reference-docs/isosts-v1/doc/n-ty60.html +48 -0
  529. data/reference-docs/isosts-v1/doc/n-uba0.html +85 -0
  530. data/reference-docs/isosts-v1/doc/n-ube0.html +51 -0
  531. data/reference-docs/isosts-v1/doc/n-ue40.html +103 -0
  532. data/reference-docs/isosts-v1/doc/n-ufa0.html +106 -0
  533. data/reference-docs/isosts-v1/doc/n-ui40.html +231 -0
  534. data/reference-docs/isosts-v1/doc/n-uig0.html +60 -0
  535. data/reference-docs/isosts-v1/doc/n-umg0.html +63 -0
  536. data/reference-docs/isosts-v1/doc/n-unn0.html +57 -0
  537. data/reference-docs/isosts-v1/doc/n-upa0.html +104 -0
  538. data/reference-docs/isosts-v1/doc/n-upd0.html +63 -0
  539. data/reference-docs/isosts-v1/doc/n-uyg0.html +72 -0
  540. data/reference-docs/isosts-v1/doc/n-v530.html +91 -0
  541. data/reference-docs/isosts-v1/doc/n-v550.html +71 -0
  542. data/reference-docs/isosts-v1/doc/n-vad0.html +56 -0
  543. data/reference-docs/isosts-v1/doc/n-vff0.html +62 -0
  544. data/reference-docs/isosts-v1/doc/n-vge0.html +95 -0
  545. data/reference-docs/isosts-v1/doc/n-vjx0.html +74 -0
  546. data/reference-docs/isosts-v1/doc/n-vs30.html +106 -0
  547. data/reference-docs/isosts-v1/doc/n-vta0.html +168 -0
  548. data/reference-docs/isosts-v1/doc/n-vzn0.html +208 -0
  549. data/reference-docs/isosts-v1/doc/n-w5c0.html +209 -0
  550. data/reference-docs/isosts-v1/doc/n-w6u0.html +49 -0
  551. data/reference-docs/isosts-v1/doc/n-wau0.html +80 -0
  552. data/reference-docs/isosts-v1/doc/n-wc80.html +266 -0
  553. data/reference-docs/isosts-v1/doc/n-wct0.html +208 -0
  554. data/reference-docs/isosts-v1/doc/n-wfn0.html +133 -0
  555. data/reference-docs/isosts-v1/doc/n-wgc0.html +183 -0
  556. data/reference-docs/isosts-v1/doc/n-whe0.html +58 -0
  557. data/reference-docs/isosts-v1/doc/n-wqd0.html +90 -0
  558. data/reference-docs/isosts-v1/doc/n-wvg0.html +106 -0
  559. data/reference-docs/isosts-v1/doc/n-wvs0.html +244 -0
  560. data/reference-docs/isosts-v1/doc/n-wxd0.html +55 -0
  561. data/reference-docs/isosts-v1/doc/n-wz50.html +131 -0
  562. data/reference-docs/isosts-v1/doc/n-wz80.html +96 -0
  563. data/reference-docs/isosts-v1/doc/n-x3f0.html +99 -0
  564. data/reference-docs/isosts-v1/doc/n-x4t0.html +105 -0
  565. data/reference-docs/isosts-v1/doc/n-x4u0.html +102 -0
  566. data/reference-docs/isosts-v1/doc/n-x5u0.html +92 -0
  567. data/reference-docs/isosts-v1/doc/n-x7f0.html +91 -0
  568. data/reference-docs/isosts-v1/doc/n-xa80.html +188 -0
  569. data/reference-docs/isosts-v1/doc/n-xp30.html +122 -0
  570. data/reference-docs/isosts-v1/doc/n-xq60.html +66 -0
  571. data/reference-docs/isosts-v1/doc/n-xqg0.html +49 -0
  572. data/reference-docs/isosts-v1/doc/n-ybu0.html +164 -0
  573. data/reference-docs/isosts-v1/doc/n-yea0.html +45 -0
  574. data/reference-docs/isosts-v1/doc/n-ym70.html +213 -0
  575. data/reference-docs/isosts-v1/doc/n-yp70.html +249 -0
  576. data/reference-docs/isosts-v1/doc/n-yt20.html +220 -0
  577. data/reference-docs/isosts-v1/doc/n-z5n0.html +109 -0
  578. data/reference-docs/isosts-v1/doc/n-z7t0.html +86 -0
  579. data/reference-docs/isosts-v1/doc/n-zbe0.html +75 -0
  580. data/reference-docs/isosts-v1/doc/n-zga0.html +43 -0
  581. data/reference-docs/isosts-v1/doc/n-zkd0.html +78 -0
  582. data/reference-docs/isosts-v1/doc/n-zpx0.html +104 -0
  583. data/reference-docs/isosts-v1/doc/n-zsg0.html +149 -0
  584. data/reference-docs/isosts-v1/doc/t-2000.html +403 -0
  585. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX.indexListcomp.html +941 -0
  586. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX.xsd +571 -0
  587. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_Glossary.html +334 -0
  588. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangTgtDtypScrpt-atts.html +732 -0
  589. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_bpt-attlist.html +533 -0
  590. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_crossReference-attlist.html +482 -0
  591. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_definition-attlist.html +541 -0
  592. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_entailedTerm-attlist.html +626 -0
  593. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ept-attlist.html +469 -0
  594. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_example-attlist.html +468 -0
  595. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_externalCrossReference-attlist.html +472 -0
  596. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_geographicalUsage-attlist.html +474 -0
  597. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalGender-attlist.html +584 -0
  598. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalNumber-attlist.html +566 -0
  599. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_langSet-attlist.html +577 -0
  600. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_normativeAuthorization-attlist.html +626 -0
  601. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_note-attlist.html +571 -0
  602. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_partOfSpeech-attlist.html +600 -0
  603. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ph-attlist.html +469 -0
  604. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_pronunciation-attlist.html +339 -0
  605. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_see-attlist.html +478 -0
  606. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_source-attlist.html +485 -0
  607. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_subjectField-attlist.html +480 -0
  608. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_term-attlist.html +555 -0
  609. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termEntry-attlist.html +492 -0
  610. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termType-attlist.html +622 -0
  611. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_tig-attlist.html +475 -0
  612. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_usageNote-attlist.html +469 -0
  613. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xGraphic-attlist.html +446 -0
  614. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xMathML-attlist.html +441 -0
  615. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xSource-attlist.html +441 -0
  616. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_xref-atts.html +546 -0
  617. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_id.html +450 -0
  618. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_script.html +448 -0
  619. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_target.html +393 -0
  620. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_value.html +431 -0
  621. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_xtarget.html +400 -0
  622. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_ChangeHistory.html +348 -0
  623. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_basicText-model.html +429 -0
  624. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_noteText-model.html +400 -0
  625. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_simpleText-model.html +464 -0
  626. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_DCT-format.html +353 -0
  627. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_bpt.html +425 -0
  628. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_crossReference.html +533 -0
  629. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_definition.html +536 -0
  630. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_encapsulating-elements.html +418 -0
  631. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_entailedTerm.html +487 -0
  632. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_ept.html +412 -0
  633. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_example.html +521 -0
  634. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_externalCrossReference.html +486 -0
  635. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_geographicalUsage.html +488 -0
  636. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_grammaticalGender.html +498 -0
  637. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_grammaticalNumber.html +499 -0
  638. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_highlight-elements.html +564 -0
  639. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_langSet.html +562 -0
  640. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_normativeAuthorization.html +521 -0
  641. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_note.html +511 -0
  642. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_partOfSpeech.html +489 -0
  643. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_ph.html +412 -0
  644. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_pronunciation.html +508 -0
  645. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_see.html +498 -0
  646. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_source.html +512 -0
  647. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_subjectField.html +482 -0
  648. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_term.html +501 -0
  649. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_termEntry.html +464 -0
  650. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_termType.html +517 -0
  651. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_tig.html +511 -0
  652. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_usageNote.html +514 -0
  653. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xGraphic.html +462 -0
  654. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xMathML.html +462 -0
  655. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xSource.html +461 -0
  656. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Examples.html +17 -0
  657. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Guidelines.html +391 -0
  658. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Introduction.html +391 -0
  659. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Main_schema_ISO-TBX_xsd.html +285 -0
  660. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_contentTypes.html +358 -0
  661. data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_entryLevels.html +376 -0
  662. data/reference-docs/isosts-v1/doc/tbx/docHtml.css +590 -0
  663. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a210.14.PNG +0 -0
  664. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a211.251.PNG +0 -0
  665. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a211.27.PNG +0 -0
  666. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a212.4133.PNG +0 -0
  667. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a212.4134.PNG +0 -0
  668. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.3121.PNG +0 -0
  669. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.3122.PNG +0 -0
  670. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.313.PNG +0 -0
  671. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.314.PNG +0 -0
  672. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.496.PNG +0 -0
  673. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.497.PNG +0 -0
  674. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.498.PNG +0 -0
  675. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a214.93.PNG +0 -0
  676. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a215.31.PNG +0 -0
  677. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a215.37.PNG +0 -0
  678. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a216.311.PNG +0 -0
  679. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a216.319.PNG +0 -0
  680. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a217.374.PNG +0 -0
  681. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a218.37.PNG +0 -0
  682. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a22.31.PNG +0 -0
  683. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a22.32.PNG +0 -0
  684. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a221.322.PNG +0 -0
  685. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.1112.PNG +0 -0
  686. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.3121.PNG +0 -0
  687. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.45.PNG +0 -0
  688. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a223.251.PNG +0 -0
  689. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a225.911.PNG +0 -0
  690. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a227.114.PNG +0 -0
  691. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a227.2263.PNG +0 -0
  692. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a228.14.PNG +0 -0
  693. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a229.131.PNG +0 -0
  694. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a23.311.PNG +0 -0
  695. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a24.313.PNG +0 -0
  696. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a25.27.PNG +0 -0
  697. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a25.44418.PNG +0 -0
  698. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a26.020513.PNG +0 -0
  699. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a26.2150.PNG +0 -0
  700. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a27.234.PNG +0 -0
  701. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a28.2138.PNG +0 -0
  702. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a29.13.PNG +0 -0
  703. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10360-1.a216.PNG +0 -0
  704. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/iso_std_iso_3951-2_ed-1_en_term_3.10.PNG +0 -0
  705. data/reference-docs/isosts-v1/doc/tbx/examples/snippets/snippets.xml +46 -0
  706. data/reference-docs/isosts-v1/doc/tbx/examples/tbx-examples.html +1704 -0
  707. data/reference-docs/isosts-v1/doc/tbx/examples/tbx-examples.xml +1704 -0
  708. data/reference-docs/isosts-v1/doc/tbx/img/HierarchyArrow12.jpg +0 -0
  709. data/reference-docs/isosts-v1/doc/tbx/img/HierarchyCycle12.jpg +0 -0
  710. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangScrpt-atts.jpeg +0 -0
  711. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangTgtDtypScrpt-atts.jpeg +0 -0
  712. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx-xref-atts.jpeg +0 -0
  713. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_bpt-attlist.jpeg +0 -0
  714. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_crossReference-attlist.jpeg +0 -0
  715. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_definition-attlist.jpeg +0 -0
  716. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_entailedTerm-attlist.jpeg +0 -0
  717. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ept-attlist.jpeg +0 -0
  718. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_example-attlist.jpeg +0 -0
  719. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_externalCrossReference-attlist.jpeg +0 -0
  720. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_geographicalUsage-attlist.jpeg +0 -0
  721. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalGender-attlist.jpeg +0 -0
  722. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalNumber-attlist.jpeg +0 -0
  723. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_langSet-attlist.jpeg +0 -0
  724. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_normativeAuthorization-attlist.jpeg +0 -0
  725. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_note-attlist.jpeg +0 -0
  726. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_partOfSpeech-attlist.jpeg +0 -0
  727. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ph-attlist.jpeg +0 -0
  728. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_pronunciation-attlist.jpeg +0 -0
  729. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_see-attlist.jpeg +0 -0
  730. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_source-attlist.jpeg +0 -0
  731. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_subjectField-attlist.jpeg +0 -0
  732. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_term-attlist.jpeg +0 -0
  733. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termEntry-attlist.jpeg +0 -0
  734. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termType-attlist.jpeg +0 -0
  735. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_tig-attlist.jpeg +0 -0
  736. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_usageNote-attlist.jpeg +0 -0
  737. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xGraphic-attlist.jpeg +0 -0
  738. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xMathML-attlist.jpeg +0 -0
  739. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xSource-attlist.jpeg +0 -0
  740. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_xref-atts.jpeg +0 -0
  741. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_basicText-model.jpeg +0 -0
  742. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_noteText-model.jpeg +0 -0
  743. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_simpleText-model.jpeg +0 -0
  744. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_bpt.jpeg +0 -0
  745. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_crossReference.jpeg +0 -0
  746. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_definition.jpeg +0 -0
  747. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_encapsulating-elements.jpeg +0 -0
  748. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_entailedTerm.jpeg +0 -0
  749. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_ept.jpeg +0 -0
  750. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_example.jpeg +0 -0
  751. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_externalCrossReference.jpeg +0 -0
  752. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_geographicalUsage.jpeg +0 -0
  753. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_grammaticalGender.jpeg +0 -0
  754. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_grammaticalNumber.jpeg +0 -0
  755. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_highlight-elements.jpeg +0 -0
  756. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_langSet.jpeg +0 -0
  757. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_normativeAuthorization.jpeg +0 -0
  758. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_note.jpeg +0 -0
  759. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_partOfSpeech.jpeg +0 -0
  760. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_ph.jpeg +0 -0
  761. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_pronunciation.jpeg +0 -0
  762. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_see.jpeg +0 -0
  763. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_source.jpeg +0 -0
  764. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_subjectField.jpeg +0 -0
  765. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_term.jpeg +0 -0
  766. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_termEntry.jpeg +0 -0
  767. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_termType.jpeg +0 -0
  768. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_tig.jpeg +0 -0
  769. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_usageNote.jpeg +0 -0
  770. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xGraphic.jpeg +0 -0
  771. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xMathML.jpeg +0 -0
  772. data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xSource.jpeg +0 -0
  773. data/reference-docs/isosts-v1/doc/tbx/img/Import12.jpg +0 -0
  774. data/reference-docs/isosts-v1/doc/tbx/img/Include12.jpg +0 -0
  775. data/reference-docs/isosts-v1/doc/tbx/img/Redefine12.jpg +0 -0
  776. data/reference-docs/isosts-v1/doc/tbx/img/btM.gif +0 -0
  777. data/reference-docs/isosts-v1/doc/tbx/img/btP.gif +0 -0
  778. data/reference-docs/isosts-v1/doc/tbx/img/cBL.gif +0 -0
  779. data/reference-docs/isosts-v1/doc/tbx/img/cBR.gif +0 -0
  780. data/reference-docs/isosts-v1/doc/tbx/img/cTL.gif +0 -0
  781. data/reference-docs/isosts-v1/doc/tbx/img/cTR.gif +0 -0
  782. data/reference-docs/isosts-v1/doc/tbx/img/hierarchy_arrow.gif +0 -0
  783. data/reference-docs/isosts-v1/doc/tbx/img/lB.gif +0 -0
  784. data/reference-docs/isosts-v1/doc/tbx/img/lL.gif +0 -0
  785. data/reference-docs/isosts-v1/doc/tbx/img/lR.gif +0 -0
  786. data/reference-docs/isosts-v1/doc/tbx/img/lT.gif +0 -0
  787. data/reference-docs/isosts-v1/doc/tbx/img/logo_iso copy.gif +0 -0
  788. data/reference-docs/isosts-v1/doc/tbx/img/logo_iso.gif +0 -0
  789. data/reference-docs/isosts-v1/doc/tbx/index.html +14 -0
  790. data/reference-docs/isosts-v1/doc/tbx/schHierarchy.html +284 -0
  791. data/reference-docs/isosts-v1/doc/tbx/xml.xsd +5 -0
  792. data/reference-docs/isosts-v1/doc/tbx/xml_xsd_Attribute_xml_lang.html +449 -0
  793. data/reference-docs/isosts-v1/doc/tbx/xml_xsd_Imported_schema_xml_xsd.html +303 -0
  794. data/reference-docs/isosts-v1/htmltable.dtd +334 -0
  795. data/reference-docs/isosts-v1/iso8879/isobox.ent +61 -0
  796. data/reference-docs/isosts-v1/iso8879/isocyr1.ent +88 -0
  797. data/reference-docs/isosts-v1/iso8879/isocyr2.ent +47 -0
  798. data/reference-docs/isosts-v1/iso8879/isodia.ent +35 -0
  799. data/reference-docs/isosts-v1/iso8879/isolat1.ent +83 -0
  800. data/reference-docs/isosts-v1/iso8879/isolat2.ent +142 -0
  801. data/reference-docs/isosts-v1/iso8879/isonum.ent +97 -0
  802. data/reference-docs/isosts-v1/iso8879/isopub.ent +105 -0
  803. data/reference-docs/isosts-v1/iso9573-13/isoamsa.ent +167 -0
  804. data/reference-docs/isosts-v1/iso9573-13/isoamsb.ent +143 -0
  805. data/reference-docs/isosts-v1/iso9573-13/isoamsc.ent +43 -0
  806. data/reference-docs/isosts-v1/iso9573-13/isoamsn.ent +114 -0
  807. data/reference-docs/isosts-v1/iso9573-13/isoamso.ent +73 -0
  808. data/reference-docs/isosts-v1/iso9573-13/isoamsr.ent +204 -0
  809. data/reference-docs/isosts-v1/iso9573-13/isogrk3.ent +64 -0
  810. data/reference-docs/isosts-v1/iso9573-13/isomfrk.ent +75 -0
  811. data/reference-docs/isosts-v1/iso9573-13/isomopf.ent +49 -0
  812. data/reference-docs/isosts-v1/iso9573-13/isomscr.ent +75 -0
  813. data/reference-docs/isosts-v1/iso9573-13/isotech.ent +182 -0
  814. data/reference-docs/isosts-v1/jats-publishing-dtd-0.4.zip +0 -0
  815. data/reference-docs/isosts-v1/mathml/mmlalias.ent +564 -0
  816. data/reference-docs/isosts-v1/mathml/mmlextra.ent +122 -0
  817. data/reference-docs/isosts-v1/mathml2-qname-1.mod +286 -0
  818. data/reference-docs/isosts-v1/mathml2.dtd +2206 -0
  819. data/reference-docs/isosts-v1/oasis-exchange.ent +384 -0
  820. data/reference-docs/isosts-v1/rng/ISOSTS-classes.ent.rng +335 -0
  821. data/reference-docs/isosts-v1/rng/ISOSTS-iso-metadata.ent.rng +1125 -0
  822. data/reference-docs/isosts-v1/rng/ISOSTS-mixes.ent.rng +236 -0
  823. data/reference-docs/isosts-v1/rng/ISOSTS-models.ent.rng +1392 -0
  824. data/reference-docs/isosts-v1/rng/ISOSTS-nat-metadata.ent.rng +198 -0
  825. data/reference-docs/isosts-v1/rng/ISOSTS-reg-metadata.ent.rng +208 -0
  826. data/reference-docs/isosts-v1/rng/ISOSTS-tbx-namespace.ent.rng +686 -0
  827. data/reference-docs/isosts-v1/rng/ISOSTS-tbx-setup.ent.rng +130 -0
  828. data/reference-docs/isosts-v1/rng/ISOSTS.rng +368 -0
  829. data/reference-docs/isosts-v1/rng/JATS-XHTMLtablesetup0.ent.rng +301 -0
  830. data/reference-docs/isosts-v1/rng/JATS-articlemeta0.ent.rng +2284 -0
  831. data/reference-docs/isosts-v1/rng/JATS-backmatter0.ent.rng +347 -0
  832. data/reference-docs/isosts-v1/rng/JATS-chars0.ent.rng +498 -0
  833. data/reference-docs/isosts-v1/rng/JATS-common0.ent.rng +4267 -0
  834. data/reference-docs/isosts-v1/rng/JATS-default-classes0.ent.rng +1045 -0
  835. data/reference-docs/isosts-v1/rng/JATS-default-mixes0.ent.rng +299 -0
  836. data/reference-docs/isosts-v1/rng/JATS-display0.ent.rng +847 -0
  837. data/reference-docs/isosts-v1/rng/JATS-format0.ent.rng +702 -0
  838. data/reference-docs/isosts-v1/rng/JATS-funding0.ent.rng +578 -0
  839. data/reference-docs/isosts-v1/rng/JATS-journalpubcustom-classes0.ent.rng +196 -0
  840. data/reference-docs/isosts-v1/rng/JATS-journalpubcustom-mixes0.ent.rng +140 -0
  841. data/reference-docs/isosts-v1/rng/JATS-journalpubcustom-models0.ent.rng +852 -0
  842. data/reference-docs/isosts-v1/rng/JATS-link0.ent.rng +426 -0
  843. data/reference-docs/isosts-v1/rng/JATS-list0.ent.rng +459 -0
  844. data/reference-docs/isosts-v1/rng/JATS-math0.ent.rng +344 -0
  845. data/reference-docs/isosts-v1/rng/JATS-mathmlsetup0.ent.rng +231 -0
  846. data/reference-docs/isosts-v1/rng/JATS-nlmcitation0.ent.rng +269 -0
  847. data/reference-docs/isosts-v1/rng/JATS-para0.ent.rng +436 -0
  848. data/reference-docs/isosts-v1/rng/JATS-phrase0.ent.rng +505 -0
  849. data/reference-docs/isosts-v1/rng/JATS-references0.ent.rng +1137 -0
  850. data/reference-docs/isosts-v1/rng/JATS-related-object0.ent.rng +138 -0
  851. data/reference-docs/isosts-v1/rng/JATS-section0.ent.rng +231 -0
  852. data/reference-docs/isosts-v1/rng/mathml2-qname-1.mod.rng +63 -0
  853. data/reference-docs/isosts-v1/rng/mathml2.rng +3320 -0
  854. data/reference-docs/isosts-v1/rng/xhtml-inlstyle-1.mod.rng +37 -0
  855. data/reference-docs/isosts-v1/rng/xhtml-table-1.mod.rng +430 -0
  856. data/reference-docs/isosts-v1/xhtml-inlstyle-1.mod +34 -0
  857. data/reference-docs/isosts-v1/xhtml-table-1.mod +333 -0
  858. data/reference-docs/isosts-v1/xmlchars/isogrk1.ent +70 -0
  859. data/reference-docs/isosts-v1/xmlchars/isogrk2.ent +41 -0
  860. data/reference-docs/isosts-v1/xmlchars/isogrk4.ent +66 -0
  861. data/reference-docs/isosts-v1/xsd/ISOSTS.xsd +6773 -0
  862. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/common/common-attribs.xsd +45 -0
  863. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/common/math.xsd +126 -0
  864. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/common/xlink-href.xsd +20 -0
  865. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/arith.xsd +90 -0
  866. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/calculus.xsd +146 -0
  867. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/common-attrib.xsd +30 -0
  868. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/constants.xsd +83 -0
  869. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/constructs.xsd +260 -0
  870. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/elementary-functions.xsd +117 -0
  871. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/functions.xsd +73 -0
  872. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/linear-algebra.xsd +173 -0
  873. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/logic.xsd +53 -0
  874. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/relations.xsd +55 -0
  875. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/semantics.xsd +85 -0
  876. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/sets.xsd +236 -0
  877. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/statistics.xsd +136 -0
  878. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/tokens.xsd +120 -0
  879. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/vector-calculus.xsd +88 -0
  880. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/mathml2.xsd +59 -0
  881. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/action.xsd +44 -0
  882. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/characters.xsd +37 -0
  883. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/common-attribs.xsd +113 -0
  884. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/common-types.xsd +103 -0
  885. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/error.xsd +40 -0
  886. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/layout.xsd +195 -0
  887. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/scripts.xsd +186 -0
  888. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/space.xsd +52 -0
  889. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/style.xsd +69 -0
  890. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/table.xsd +216 -0
  891. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/tokens.xsd +124 -0
  892. data/reference-docs/isosts-v1/xsd/ncbi-mathml2/readme.txt +17 -0
  893. data/reference-docs/isosts-v1/xsd/tbx.xsd +790 -0
  894. data/reference-docs/isosts-v1/xsd/xlink.xsd +39 -0
  895. data/reference-docs/isosts-v1/xsd/xml.xsd +17 -0
  896. data/reference-docs/isosts-v1/xsl/cals/flatten_cals.xsl +21 -0
  897. data/reference-docs/isosts-v1/xsl/cals/isosts2cals.xsl +28 -0
  898. data/reference-docs/isosts-v1/xsl/cals/lib/css-parser.xsl +119 -0
  899. data/reference-docs/isosts-v1/xsl/cals/lib/xhtml2cals.xsl +580 -0
  900. data/reference-docs/isosts-v1/xsl/cals/readme.html +211 -0
  901. data/reference-docs/isosts-v1/xsl/cals/remove_oasis_ns.xsl +21 -0
  902. data/reference-docs/isosts-v1/xsl/cals/test/css-parser-test.html +4655 -0
  903. data/reference-docs/isosts-v1/xsl/cals/test/css-parser-test.xsl +983 -0
  904. data/reference-docs/isosts-v1/xsl/cals/test/css2colrowsep-test.html +161 -0
  905. data/reference-docs/isosts-v1/xsl/cals/test/css2colrowsep-test.xsl +212 -0
  906. data/reference-docs/isosts-v1/xsl/cals/test/isosts_tables.cals.xml +214 -0
  907. data/reference-docs/isosts-v1/xsl/cals/test/isosts_tables.html +28 -0
  908. data/reference-docs/isosts-v1/xsl/cals/test/isosts_tables.xml +544 -0
  909. data/reference-docs/isosts-v1/xsl/cals/test/styles.txt +4010 -0
  910. data/reference-docs/isosts-v1/xsl/cals/tm9901.dtd +313 -0
  911. data/sts.gemspec +1 -1
  912. metadata +906 -7
@@ -0,0 +1,1135 @@
1
+ <html>
2
+ <head>
3
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
+ <!--Tag library software copyright Mulberry Technologies, Inc., 2002-2008-->
5
+ <link rel="stylesheet" href="ISOSTS-style.css" type="text/css">
6
+ <title>Context Table</title>
7
+ </head>
8
+ <body class="main">
9
+ <div class="pageheader">
10
+ <h2 class="headname">ISO Standards Tag Set (ISOSTS) version 1.1: A customization of NISO JATS version 0.4</h2>
11
+ <h4 class="sponsor">International Organization for Standardization (ISO)</h4>
12
+ </div>
13
+ <h1 class="header">Context Table</h1>
14
+ <div class="letterindex">
15
+ <h3 class="header">Click on a letter to skip to its position in the table.</h3><a class="context.index" href="#elem-abbrev">A</a> - <a class="context.index" href="#elem-back">B</a> - <a class="context.index" href="#elem-caption">C</a> - <a class="context.index" href="#elem-date">D</a> - <a class="context.index" href="#elem-edition">E</a> - <a class="context.index" href="#elem-fax">F</a> - <a class="context.index" href="#elem-given-names">G</a> - <a class="context.index" href="#elem-hr">H</a> - <a class="context.index" href="#elem-ics">I</a> - <a class="context.index" href="#elem-journal-id">J</a> - <a class="context.index" href="#elem-label">L</a> - <a class="context.index" href="#elem-main">M</a> - <a class="context.index" href="#elem-name">N</a> - <a class="context.index" href="#elem-object-id">O</a> - <a class="context.index" href="#elem-p">P</a> - <a class="context.index" href="#elem-ref">R</a> - <a class="context.index" href="#elem-sans-serif">S</a> - <a class="context.index" href="#elem-table">T</a> - <a class="context.index" href="#elem-underline">U</a> - <a class="context.index" href="#elem-verse-group">V</a> - <a class="context.index" href="#elem-wi-number">W</a> - <a class="context.index" href="#elem-xref">X</a> - <a class="context.index" href="#elem-year">Y</a></div>
16
+ <table class="contexttable">
17
+ <tr>
18
+ <th class="contextheading">This Element:</th>
19
+ <th class="contextheading">May Be Contained In:</th>
20
+ </tr>
21
+ <tr class="row1">
22
+ <td class="containedcelltag"><a name="elem-abbrev"></a><a href="n-he00.html" target="main" title="Abbreviation or Acronym"><span class="elementtag">&lt;abbrev&gt;</span></a></td>
23
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
24
+ </tr>
25
+ <tr class="row0">
26
+ <td class="containedcelltag"><a name="elem-ack"></a><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a></td>
27
+ <td class="containingcelltag"><a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a></td>
28
+ </tr>
29
+ <tr class="row1">
30
+ <td class="containedcelltag"><a name="elem-addr-line"></a><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a></td>
31
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a></td>
32
+ </tr>
33
+ <tr class="row0">
34
+ <td class="containedcelltag"><a name="elem-address"></a><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a></td>
35
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
36
+ </tr>
37
+ <tr class="row1">
38
+ <td class="containedcelltag"><a name="elem-aff"></a><a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a></td>
39
+ <td class="containingcelltag"><a href="n-9b00.html" target="main" title="Affiliation Alternatives"><span class="elementtag">&lt;aff-alternatives&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a></td>
40
+ </tr>
41
+ <tr class="row0">
42
+ <td class="containedcelltag"><a name="elem-aff-alternatives"></a><a href="n-9b00.html" target="main" title="Affiliation Alternatives"><span class="elementtag">&lt;aff-alternatives&gt;</span></a></td>
43
+ <td class="containingcelltag"><a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a></td>
44
+ </tr>
45
+ <tr class="row1">
46
+ <td class="containedcelltag"><a name="elem-alt-text"></a><a href="n-iz00.html" target="main" title="Title, Alternate"><span class="elementtag">&lt;alt-text&gt;</span></a></td>
47
+ <td class="containingcelltag"><a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-g3a0.html" target="main" title="Inline Graphic"><span class="elementtag">&lt;inline-graphic&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a></td>
48
+ </tr>
49
+ <tr class="row0">
50
+ <td class="containedcelltag"><a name="elem-alternatives"></a><a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a></td>
51
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
52
+ </tr>
53
+ <tr class="row1">
54
+ <td class="containedcelltag"><a name="elem-annex-type"></a><a href="n-gk20.html" target="main" title="Type of Annex"><span class="elementtag">&lt;annex-type&gt;</span></a></td>
55
+ <td class="containingcelltag"><a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a></td>
56
+ </tr>
57
+ <tr class="row0">
58
+ <td class="containedcelltag"><a name="elem-annotation"></a><a href="n-t220.html" target="main" title="Annotation in a Citation"><span class="elementtag">&lt;annotation&gt;</span></a></td>
59
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
60
+ </tr>
61
+ <tr class="row1">
62
+ <td class="containedcelltag"><a name="elem-anonymous"></a><a href="n-sc20.html" target="main" title="Anonymous"><span class="elementtag">&lt;anonymous&gt;</span></a></td>
63
+ <td class="containingcelltag"><a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a></td>
64
+ </tr>
65
+ <tr class="row0">
66
+ <td class="containedcelltag"><a name="elem-app"></a><a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a></td>
67
+ <td class="containingcelltag"><a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a></td>
68
+ </tr>
69
+ <tr class="row1">
70
+ <td class="containedcelltag"><a name="elem-app-group"></a><a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a></td>
71
+ <td class="containingcelltag"><a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a></td>
72
+ </tr>
73
+ <tr class="row0">
74
+ <td class="containedcelltag"><a name="elem-array"></a><a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a></td>
75
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
76
+ </tr>
77
+ <tr class="row1">
78
+ <td class="containedcelltag"><a name="elem-article-title"></a><a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a></td>
79
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
80
+ </tr>
81
+ <tr class="row0">
82
+ <td class="containedcelltag"><a name="elem-attrib"></a><a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a></td>
83
+ <td class="containingcelltag"><a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
84
+ </tr>
85
+ <tr class="row1">
86
+ <td class="containedcelltag"><a name="elem-author-comment"></a><a href="n-qr20.html" target="main" title="Author Comment"><span class="elementtag">&lt;author-comment&gt;</span></a></td>
87
+ <td class="containingcelltag"><a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a></td>
88
+ </tr>
89
+ <tr class="row0">
90
+ <td class="containedcelltag"><a name="elem-award-id"></a><a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a></td>
91
+ <td class="containingcelltag"><a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a></td>
92
+ </tr>
93
+ </table>
94
+ <table class="contexttable">
95
+ <tr>
96
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <strong>B</strong> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
97
+ </tr>
98
+ <tr>
99
+ <th class="contextheading">This Element:</th>
100
+ <th class="contextheading">May Be Contained In:</th>
101
+ </tr>
102
+ <tr class="row1">
103
+ <td class="containedcelltag"><a name="elem-back"></a><a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a></td>
104
+ <td class="containingcelltag"><a href="n-qd40.html" target="main" title="Standard or Standards-Related Document"><span class="elementtag">&lt;standard&gt;</span></a>, <a href="n-n7s0.html" target="main" title="Sub-part of Standard or Standards-Related Document"><span class="elementtag">&lt;sub-part&gt;</span></a></td>
105
+ </tr>
106
+ <tr class="row0">
107
+ <td class="containedcelltag"><a name="elem-bio"></a><a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a></td>
108
+ <td class="containingcelltag"><a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a></td>
109
+ </tr>
110
+ <tr class="row1">
111
+ <td class="containedcelltag"><a name="elem-body"></a><a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a></td>
112
+ <td class="containingcelltag"><a href="n-qd40.html" target="main" title="Standard or Standards-Related Document"><span class="elementtag">&lt;standard&gt;</span></a>, <a href="n-n7s0.html" target="main" title="Sub-part of Standard or Standards-Related Document"><span class="elementtag">&lt;sub-part&gt;</span></a></td>
113
+ </tr>
114
+ <tr class="row0">
115
+ <td class="containedcelltag"><a name="elem-bold"></a><a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a></td>
116
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
117
+ </tr>
118
+ <tr class="row1">
119
+ <td class="containedcelltag"><a name="elem-boxed-text"></a><a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a></td>
120
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
121
+ </tr>
122
+ <tr class="row0">
123
+ <td class="containedcelltag"><a name="elem-break"></a><a href="n-9sc0.html" target="main" title="Line Break"><span class="elementtag">&lt;break&gt;</span></a></td>
124
+ <td class="containingcelltag"><a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a></td>
125
+ </tr>
126
+ </table>
127
+ <table class="contexttable">
128
+ <tr>
129
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <strong>C</strong> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
130
+ </tr>
131
+ <tr>
132
+ <th class="contextheading">This Element:</th>
133
+ <th class="contextheading">May Be Contained In:</th>
134
+ </tr>
135
+ <tr class="row1">
136
+ <td class="containedcelltag"><a name="elem-caption"></a><a href="n-ftc0.html" target="main" title="Caption of a Figure, Table, etc."><span class="elementtag">&lt;caption&gt;</span></a></td>
137
+ <td class="containingcelltag"><a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a></td>
138
+ </tr>
139
+ <tr class="row0">
140
+ <td class="containedcelltag"><a name="elem-reg-meta"></a><a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a></td>
141
+ <td class="containingcelltag"><a href="n-k480.html" target="main" title="Front Matter"><span class="elementtag">&lt;front&gt;</span></a></td>
142
+ </tr>
143
+ <tr class="row1">
144
+ <td class="containedcelltag"><a name="elem-chapter-title"></a><a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a></td>
145
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
146
+ </tr>
147
+ <tr class="row0">
148
+ <td class="containedcelltag"><a name="elem-chem-struct"></a><a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a></td>
149
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
150
+ </tr>
151
+ <tr class="row1">
152
+ <td class="containedcelltag"><a name="elem-chem-struct-wrap"></a><a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a></td>
153
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
154
+ </tr>
155
+ <tr class="row0">
156
+ <td class="containedcelltag"><a name="elem-col"></a><a href="n-3pc0.html" target="main" title="Table Column (XHTML table model)"><span class="elementtag">&lt;col&gt;</span></a></td>
157
+ <td class="containingcelltag"><a href="n-bpc0.html" target="main" title="Table Column Group (XHTML table model)"><span class="elementtag">&lt;colgroup&gt;</span></a>, <a href="n-wct0.html" target="main" title="Table (XHTML table model)"><span class="elementtag">&lt;table&gt;</span></a></td>
158
+ </tr>
159
+ <tr class="row1">
160
+ <td class="containedcelltag"><a name="elem-colgroup"></a><a href="n-bpc0.html" target="main" title="Table Column Group (XHTML table model)"><span class="elementtag">&lt;colgroup&gt;</span></a></td>
161
+ <td class="containingcelltag"><a href="n-wct0.html" target="main" title="Table (XHTML table model)"><span class="elementtag">&lt;table&gt;</span></a></td>
162
+ </tr>
163
+ <tr class="row0">
164
+ <td class="containedcelltag"><a name="elem-collab"></a><a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a></td>
165
+ <td class="containingcelltag"><a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
166
+ </tr>
167
+ <tr class="row1">
168
+ <td class="containedcelltag"><a name="elem-comm-ref"></a><a href="n-v530.html" target="main" title="Committee, Subcommittee, Working Group"><span class="elementtag">&lt;comm-ref&gt;</span></a></td>
169
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
170
+ </tr>
171
+ <tr class="row0">
172
+ <td class="containedcelltag"><a name="elem-comment"></a><a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a></td>
173
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
174
+ </tr>
175
+ <tr class="row1">
176
+ <td class="containedcelltag"><a name="elem-compl"></a><a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a></td>
177
+ <td class="containingcelltag"><a href="n-pr70.html" target="main" title="Title Wrapper"><span class="elementtag">&lt;title-wrap&gt;</span></a></td>
178
+ </tr>
179
+ <tr class="row0">
180
+ <td class="containedcelltag"><a name="elem-conf-date"></a><a href="n-tx30.html" target="main" title="Conference Date"><span class="elementtag">&lt;conf-date&gt;</span></a></td>
181
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
182
+ </tr>
183
+ <tr class="row1">
184
+ <td class="containedcelltag"><a name="elem-conf-loc"></a><a href="n-5v30.html" target="main" title="Conference Location"><span class="elementtag">&lt;conf-loc&gt;</span></a></td>
185
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
186
+ </tr>
187
+ <tr class="row0">
188
+ <td class="containedcelltag"><a name="elem-conf-name"></a><a href="n-qv30.html" target="main" title="Conference Name"><span class="elementtag">&lt;conf-name&gt;</span></a></td>
189
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
190
+ </tr>
191
+ <tr class="row1">
192
+ <td class="containedcelltag"><a name="elem-conf-sponsor"></a><a href="n-6430.html" target="main" title="Conference Sponsor"><span class="elementtag">&lt;conf-sponsor&gt;</span></a></td>
193
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
194
+ </tr>
195
+ <tr class="row0">
196
+ <td class="containedcelltag"><a name="elem-content-language"></a><a href="n-vs30.html" target="main" title="Document Language"><span class="elementtag">&lt;content-language&gt;</span></a></td>
197
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
198
+ </tr>
199
+ <tr class="row1">
200
+ <td class="containedcelltag"><a name="elem-contrib"></a><a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a></td>
201
+ <td class="containingcelltag"><a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a></td>
202
+ </tr>
203
+ <tr class="row0">
204
+ <td class="containedcelltag"><a name="elem-contrib-group"></a><a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a></td>
205
+ <td class="containingcelltag"><a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a></td>
206
+ </tr>
207
+ <tr class="row1">
208
+ <td class="containedcelltag"><a name="elem-copyright-holder"></a><a href="n-6g30.html" target="main" title="Copyright Holder"><span class="elementtag">&lt;copyright-holder&gt;</span></a></td>
209
+ <td class="containingcelltag"><a href="n-itx0.html" target="main" title="Permissions"><span class="elementtag">&lt;permissions&gt;</span></a></td>
210
+ </tr>
211
+ <tr class="row0">
212
+ <td class="containedcelltag"><a name="elem-copyright-statement"></a><a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a></td>
213
+ <td class="containingcelltag"><a href="n-itx0.html" target="main" title="Permissions"><span class="elementtag">&lt;permissions&gt;</span></a></td>
214
+ </tr>
215
+ <tr class="row1">
216
+ <td class="containedcelltag"><a name="elem-copyright-year"></a><a href="n-5r30.html" target="main" title="Copyright Year"><span class="elementtag">&lt;copyright-year&gt;</span></a></td>
217
+ <td class="containingcelltag"><a href="n-itx0.html" target="main" title="Permissions"><span class="elementtag">&lt;permissions&gt;</span></a></td>
218
+ </tr>
219
+ <tr class="row0">
220
+ <td class="containedcelltag"><a name="elem-country"></a><a href="n-9r30.html" target="main" title="Country: in an Address"><span class="elementtag">&lt;country&gt;</span></a></td>
221
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a></td>
222
+ </tr>
223
+ <tr class="row1">
224
+ <td class="containedcelltag"><a name="elem-custom-meta"></a><a href="n-ph30.html" target="main" title="Custom Metadata"><span class="elementtag">&lt;custom-meta&gt;</span></a></td>
225
+ <td class="containingcelltag"><a href="n-3y30.html" target="main" title="Custom Metadata Group"><span class="elementtag">&lt;custom-meta-group&gt;</span></a></td>
226
+ </tr>
227
+ <tr class="row0">
228
+ <td class="containedcelltag"><a name="elem-custom-meta-group"></a><a href="n-3y30.html" target="main" title="Custom Metadata Group"><span class="elementtag">&lt;custom-meta-group&gt;</span></a></td>
229
+ <td class="containingcelltag"><a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a>, <a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a></td>
230
+ </tr>
231
+ </table>
232
+ <table class="contexttable">
233
+ <tr>
234
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <strong>D</strong> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
235
+ </tr>
236
+ <tr>
237
+ <th class="contextheading">This Element:</th>
238
+ <th class="contextheading">May Be Contained In:</th>
239
+ </tr>
240
+ <tr class="row1">
241
+ <td class="containedcelltag"><a name="elem-date"></a><a href="n-5j30.html" target="main" title="Date"><span class="elementtag">&lt;date&gt;</span></a></td>
242
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
243
+ </tr>
244
+ <tr class="row0">
245
+ <td class="containedcelltag"><a name="elem-date-in-citation"></a><a href="n-xp30.html" target="main" title="Date within a Citation"><span class="elementtag">&lt;date-in-citation&gt;</span></a></td>
246
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
247
+ </tr>
248
+ <tr class="row1">
249
+ <td class="containedcelltag"><a name="elem-day"></a><a href="n-6q30.html" target="main" title="Day"><span class="elementtag">&lt;day&gt;</span></a></td>
250
+ <td class="containingcelltag"><a href="n-5j30.html" target="main" title="Date"><span class="elementtag">&lt;date&gt;</span></a>, <a href="n-xp30.html" target="main" title="Date within a Citation"><span class="elementtag">&lt;date-in-citation&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
251
+ </tr>
252
+ <tr class="row0">
253
+ <td class="containedcelltag"><a name="elem-def"></a><a href="n-8b30.html" target="main" title="Definition List: Definition"><span class="elementtag">&lt;def&gt;</span></a></td>
254
+ <td class="containingcelltag"><a href="n-he00.html" target="main" title="Abbreviation or Acronym"><span class="elementtag">&lt;abbrev&gt;</span></a>, <a href="n-t250.html" target="main" title="Definition List: Definition Item"><span class="elementtag">&lt;def-item&gt;</span></a></td>
255
+ </tr>
256
+ <tr class="row1">
257
+ <td class="containedcelltag"><a name="elem-def-head"></a><a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a></td>
258
+ <td class="containingcelltag"><a href="n-ic50.html" target="main" title="Definition List"><span class="elementtag">&lt;def-list&gt;</span></a></td>
259
+ </tr>
260
+ <tr class="row0">
261
+ <td class="containedcelltag"><a name="elem-def-item"></a><a href="n-t250.html" target="main" title="Definition List: Definition Item"><span class="elementtag">&lt;def-item&gt;</span></a></td>
262
+ <td class="containingcelltag"><a href="n-ic50.html" target="main" title="Definition List"><span class="elementtag">&lt;def-list&gt;</span></a></td>
263
+ </tr>
264
+ <tr class="row1">
265
+ <td class="containedcelltag"><a name="elem-def-list"></a><a href="n-ic50.html" target="main" title="Definition List"><span class="elementtag">&lt;def-list&gt;</span></a></td>
266
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-ic50.html" target="main" title="Definition List"><span class="elementtag">&lt;def-list&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-x5u0.html" target="main" title="List Item"><span class="elementtag">&lt;list-item&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
267
+ </tr>
268
+ <tr class="row0">
269
+ <td class="containedcelltag"><a name="elem-degrees"></a><a href="n-v550.html" target="main" title="Degree(s)"><span class="elementtag">&lt;degrees&gt;</span></a></td>
270
+ <td class="containingcelltag"><a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-83s0.html" target="main" title="Name of Person (Unstructured)"><span class="elementtag">&lt;string-name&gt;</span></a></td>
271
+ </tr>
272
+ <tr class="row1">
273
+ <td class="containedcelltag"><a name="elem-disp-formula"></a><a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a></td>
274
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
275
+ </tr>
276
+ <tr class="row0">
277
+ <td class="containedcelltag"><a name="elem-disp-formula-group"></a><a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a></td>
278
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
279
+ </tr>
280
+ <tr class="row1">
281
+ <td class="containedcelltag"><a name="elem-disp-quote"></a><a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a></td>
282
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
283
+ </tr>
284
+ <tr class="row0">
285
+ <td class="containedcelltag"><a name="elem-doc-ident"></a><a href="n-d750.html" target="main" title="Document Identification Section"><span class="elementtag">&lt;doc-ident&gt;</span></a></td>
286
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
287
+ </tr>
288
+ <tr class="row1">
289
+ <td class="containedcelltag"><a name="elem-doc-number"></a><a href="n-qe50.html" target="main" title="Document Number"><span class="elementtag">&lt;doc-number&gt;</span></a></td>
290
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
291
+ </tr>
292
+ <tr class="row0">
293
+ <td class="containedcelltag"><a name="elem-doc-ref"></a><a href="n-qf50.html" target="main" title="Document Reference"><span class="elementtag">&lt;doc-ref&gt;</span></a></td>
294
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
295
+ </tr>
296
+ <tr class="row1">
297
+ <td class="containedcelltag"><a name="elem-doc-type"></a><a href="n-6g50.html" target="main" title="Document Type"><span class="elementtag">&lt;doc-type&gt;</span></a></td>
298
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
299
+ </tr>
300
+ </table>
301
+ <table class="contexttable">
302
+ <tr>
303
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <strong>E</strong> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
304
+ </tr>
305
+ <tr>
306
+ <th class="contextheading">This Element:</th>
307
+ <th class="contextheading">May Be Contained In:</th>
308
+ </tr>
309
+ <tr class="row1">
310
+ <td class="containedcelltag"><a name="elem-edition"></a><a href="n-r650.html" target="main" title="Edition, Cited"><span class="elementtag">&lt;edition&gt;</span></a></td>
311
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
312
+ </tr>
313
+ <tr class="row0">
314
+ <td class="containedcelltag"><a name="elem-element-citation"></a><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a></td>
315
+ <td class="containingcelltag"><a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-hqx0.html" target="main" title="Reference Item"><span class="elementtag">&lt;ref&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
316
+ </tr>
317
+ <tr class="row1">
318
+ <td class="containedcelltag"><a name="elem-elocation-id"></a><a href="n-d950.html" target="main" title="Electronic Location Identifier"><span class="elementtag">&lt;elocation-id&gt;</span></a></td>
319
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
320
+ </tr>
321
+ <tr class="row0">
322
+ <td class="containedcelltag"><a name="elem-email"></a><a href="n-3m50.html" target="main" title="Email Address"><span class="elementtag">&lt;email&gt;</span></a></td>
323
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-bjx0.html" target="main" title="Publisher’s Location"><span class="elementtag">&lt;publisher-loc&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
324
+ </tr>
325
+ <tr class="row1">
326
+ <td class="containedcelltag"><a name="elem-etal"></a><a href="n-rm50.html" target="main" title="Et Al."><span class="elementtag">&lt;etal&gt;</span></a></td>
327
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
328
+ </tr>
329
+ <tr class="row0">
330
+ <td class="containedcelltag"><a name="elem-ext-link"></a><a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a></td>
331
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-bjx0.html" target="main" title="Publisher’s Location"><span class="elementtag">&lt;publisher-loc&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
332
+ </tr>
333
+ </table>
334
+ <table class="contexttable">
335
+ <tr>
336
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <strong>F</strong> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
337
+ </tr>
338
+ <tr>
339
+ <th class="contextheading">This Element:</th>
340
+ <th class="contextheading">May Be Contained In:</th>
341
+ </tr>
342
+ <tr class="row1">
343
+ <td class="containedcelltag"><a name="elem-fax"></a><a href="n-s280.html" target="main" title="Fax Number: in an Address"><span class="elementtag">&lt;fax&gt;</span></a></td>
344
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a></td>
345
+ </tr>
346
+ <tr class="row0">
347
+ <td class="containedcelltag"><a name="elem-fig"></a><a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a></td>
348
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
349
+ </tr>
350
+ <tr class="row1">
351
+ <td class="containedcelltag"><a name="elem-fig-group"></a><a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a></td>
352
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
353
+ </tr>
354
+ <tr class="row0">
355
+ <td class="containedcelltag"><a name="elem-fn"></a><a href="n-fw80.html" target="main" title="Footnote"><span class="elementtag">&lt;fn&gt;</span></a></td>
356
+ <td class="containingcelltag"><a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-nx80.html" target="main" title="Footnote Group"><span class="elementtag">&lt;fn-group&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
357
+ </tr>
358
+ <tr class="row1">
359
+ <td class="containedcelltag"><a name="elem-fn-group"></a><a href="n-nx80.html" target="main" title="Footnote Group"><span class="elementtag">&lt;fn-group&gt;</span></a></td>
360
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
361
+ </tr>
362
+ <tr class="row0">
363
+ <td class="containedcelltag"><a name="elem-fpage"></a><a href="n-7v80.html" target="main" title="First Page"><span class="elementtag">&lt;fpage&gt;</span></a></td>
364
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
365
+ </tr>
366
+ <tr class="row1">
367
+ <td class="containedcelltag"><a name="elem-front"></a><a href="n-k480.html" target="main" title="Front Matter"><span class="elementtag">&lt;front&gt;</span></a></td>
368
+ <td class="containingcelltag"><a href="n-qd40.html" target="main" title="Standard or Standards-Related Document"><span class="elementtag">&lt;standard&gt;</span></a></td>
369
+ </tr>
370
+ <tr class="row0">
371
+ <td class="containedcelltag"><a name="elem-full"></a><a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a></td>
372
+ <td class="containingcelltag"><a href="n-pr70.html" target="main" title="Title Wrapper"><span class="elementtag">&lt;title-wrap&gt;</span></a></td>
373
+ </tr>
374
+ <tr class="row1">
375
+ <td class="containedcelltag"><a name="elem-funding-source"></a><a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a></td>
376
+ <td class="containingcelltag"><a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a></td>
377
+ </tr>
378
+ </table>
379
+ <table class="contexttable">
380
+ <tr>
381
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <strong>G</strong> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
382
+ </tr>
383
+ <tr>
384
+ <th class="contextheading">This Element:</th>
385
+ <th class="contextheading">May Be Contained In:</th>
386
+ </tr>
387
+ <tr class="row1">
388
+ <td class="containedcelltag"><a name="elem-given-names"></a><a href="n-pd80.html" target="main" title="Given (First) Names"><span class="elementtag">&lt;given-names&gt;</span></a></td>
389
+ <td class="containingcelltag"><a href="n-k3w0.html" target="main" title="Name of Person (Structured)"><span class="elementtag">&lt;name&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-83s0.html" target="main" title="Name of Person (Unstructured)"><span class="elementtag">&lt;string-name&gt;</span></a></td>
390
+ </tr>
391
+ <tr class="row0">
392
+ <td class="containedcelltag"><a name="elem-glossary"></a><a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a></td>
393
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
394
+ </tr>
395
+ <tr class="row1">
396
+ <td class="containedcelltag"><a name="elem-glyph-data"></a><a href="n-9j80.html" target="main" title="Glyph Data for a Private Character"><span class="elementtag">&lt;glyph-data&gt;</span></a></td>
397
+ <td class="containingcelltag"><a href="n-ihx0.html" target="main" title="Private Character (Custom or Unicode™)"><span class="elementtag">&lt;private-char&gt;</span></a></td>
398
+ </tr>
399
+ <tr class="row0">
400
+ <td class="containedcelltag"><a name="elem-glyph-ref"></a><a href="n-fp80.html" target="main" title="Glyph Reference for a Private Character"><span class="elementtag">&lt;glyph-ref&gt;</span></a></td>
401
+ <td class="containingcelltag"><a href="n-ihx0.html" target="main" title="Private Character (Custom or Unicode™)"><span class="elementtag">&lt;private-char&gt;</span></a></td>
402
+ </tr>
403
+ <tr class="row1">
404
+ <td class="containedcelltag"><a name="elem-gov"></a><a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a></td>
405
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
406
+ </tr>
407
+ <tr class="row0">
408
+ <td class="containedcelltag"><a name="elem-graphic"></a><a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a></td>
409
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
410
+ </tr>
411
+ </table>
412
+ <table class="contexttable">
413
+ <tr>
414
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <strong>H</strong> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
415
+ </tr>
416
+ <tr>
417
+ <th class="contextheading">This Element:</th>
418
+ <th class="contextheading">May Be Contained In:</th>
419
+ </tr>
420
+ <tr class="row1">
421
+ <td class="containedcelltag"><a name="elem-hr"></a><a href="n-wz80.html" target="main" title="Horizontal Rule"><span class="elementtag">&lt;hr&gt;</span></a></td>
422
+ <td class="containingcelltag"><a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
423
+ </tr>
424
+ </table>
425
+ <table class="contexttable">
426
+ <tr>
427
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <strong>I</strong> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
428
+ </tr>
429
+ <tr>
430
+ <th class="contextheading">This Element:</th>
431
+ <th class="contextheading">May Be Contained In:</th>
432
+ </tr>
433
+ <tr class="row1">
434
+ <td class="containedcelltag"><a name="elem-ics"></a><a href="n-bz80.html" target="main" title="International Classification for Standards"><span class="elementtag">&lt;ics&gt;</span></a></td>
435
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
436
+ </tr>
437
+ <tr class="row0">
438
+ <td class="containedcelltag"><a name="elem-inline-formula"></a><a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a></td>
439
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
440
+ </tr>
441
+ <tr class="row1">
442
+ <td class="containedcelltag"><a name="elem-inline-graphic"></a><a href="n-g3a0.html" target="main" title="Inline Graphic"><span class="elementtag">&lt;inline-graphic&gt;</span></a></td>
443
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ihx0.html" target="main" title="Private Character (Custom or Unicode™)"><span class="elementtag">&lt;private-char&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
444
+ </tr>
445
+ <tr class="row0">
446
+ <td class="containedcelltag"><a name="elem-inline-supplementary-material"></a><a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a></td>
447
+ <td class="containingcelltag"><a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
448
+ </tr>
449
+ <tr class="row1">
450
+ <td class="containedcelltag"><a name="elem-institution"></a><a href="n-naa0.html" target="main" title="Institution Name: in an Address"><span class="elementtag">&lt;institution&gt;</span></a></td>
451
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
452
+ </tr>
453
+ <tr class="row0">
454
+ <td class="containedcelltag"><a name="elem-intro"></a><a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a></td>
455
+ <td class="containingcelltag"><a href="n-pr70.html" target="main" title="Title Wrapper"><span class="elementtag">&lt;title-wrap&gt;</span></a></td>
456
+ </tr>
457
+ <tr class="row1">
458
+ <td class="containedcelltag"><a name="elem-is-proof"></a><a href="n-fsa0.html" target="main" title="Is-Proof Flag"><span class="elementtag">&lt;is-proof&gt;</span></a></td>
459
+ <td class="containingcelltag"><a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
460
+ </tr>
461
+ <tr class="row0">
462
+ <td class="containedcelltag"><a name="elem-isbn"></a><a href="n-q4a0.html" target="main" title="ISBN"><span class="elementtag">&lt;isbn&gt;</span></a></td>
463
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
464
+ </tr>
465
+ <tr class="row1">
466
+ <td class="containedcelltag"><a name="elem-iso-meta"></a><a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
467
+ <td class="containingcelltag"><a href="n-k480.html" target="main" title="Front Matter"><span class="elementtag">&lt;front&gt;</span></a></td>
468
+ </tr>
469
+ <tr class="row0">
470
+ <td class="containedcelltag"><a name="elem-issn"></a><a href="n-yea0.html" target="main" title="ISSN"><span class="elementtag">&lt;issn&gt;</span></a></td>
471
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
472
+ </tr>
473
+ <tr class="row1">
474
+ <td class="containedcelltag"><a name="elem-issue"></a><a href="n-ufa0.html" target="main" title="Issue Number"><span class="elementtag">&lt;issue&gt;</span></a></td>
475
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
476
+ </tr>
477
+ <tr class="row0">
478
+ <td class="containedcelltag"><a name="elem-issue-id"></a><a href="n-mfa0.html" target="main" title="Issue Identifier"><span class="elementtag">&lt;issue-id&gt;</span></a></td>
479
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
480
+ </tr>
481
+ <tr class="row1">
482
+ <td class="containedcelltag"><a name="elem-issue-part"></a><a href="n-tga0.html" target="main" title="Issue Part"><span class="elementtag">&lt;issue-part&gt;</span></a></td>
483
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
484
+ </tr>
485
+ <tr class="row0">
486
+ <td class="containedcelltag"><a name="elem-issue-title"></a><a href="n-zga0.html" target="main" title="Issue Title"><span class="elementtag">&lt;issue-title&gt;</span></a></td>
487
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
488
+ </tr>
489
+ <tr class="row1">
490
+ <td class="containedcelltag"><a name="elem-italic"></a><a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a></td>
491
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
492
+ </tr>
493
+ </table>
494
+ <table class="contexttable">
495
+ <tr>
496
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <strong>J</strong> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
497
+ </tr>
498
+ <tr>
499
+ <th class="contextheading">This Element:</th>
500
+ <th class="contextheading">May Be Contained In:</th>
501
+ </tr>
502
+ <tr class="row1">
503
+ <td class="containedcelltag"><a name="elem-journal-id"></a><a href="n-iha0.html" target="main" title="Journal Identifier"><span class="elementtag">&lt;journal-id&gt;</span></a></td>
504
+ <td class="containingcelltag"><a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a></td>
505
+ </tr>
506
+ </table>
507
+ <table class="contexttable">
508
+ <tr>
509
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <strong>L</strong> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
510
+ </tr>
511
+ <tr>
512
+ <th class="contextheading">This Element:</th>
513
+ <th class="contextheading">May Be Contained In:</th>
514
+ </tr>
515
+ <tr class="row1">
516
+ <td class="containedcelltag"><a name="elem-label"></a><a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a></td>
517
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-ic50.html" target="main" title="Definition List"><span class="elementtag">&lt;def-list&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-fw80.html" target="main" title="Footnote"><span class="elementtag">&lt;fn&gt;</span></a>, <a href="n-nx80.html" target="main" title="Footnote Group"><span class="elementtag">&lt;fn-group&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-t3u0.html" target="main" title="List"><span class="elementtag">&lt;list&gt;</span></a>, <a href="n-x5u0.html" target="main" title="List Item"><span class="elementtag">&lt;list-item&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-hqx0.html" target="main" title="Reference Item"><span class="elementtag">&lt;ref&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a>, <a href="n-n7s0.html" target="main" title="Sub-part of Standard or Standards-Related Document"><span class="elementtag">&lt;sub-part&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
518
+ </tr>
519
+ <tr class="row0">
520
+ <td class="containedcelltag"><a name="elem-language"></a><a href="n-upa0.html" target="main" title="Language"><span class="elementtag">&lt;language&gt;</span></a></td>
521
+ <td class="containingcelltag"><a href="n-d750.html" target="main" title="Document Identification Section"><span class="elementtag">&lt;doc-ident&gt;</span></a></td>
522
+ </tr>
523
+ <tr class="row0">
524
+ <td class="containedcelltag"><a name="elem-license"></a><a href="n-uba0.html" target="main" title="License Information"><span class="elementtag">&lt;license&gt;</span></a></td>
525
+ <td class="containingcelltag"><a href="n-itx0.html" target="main" title="Permissions"><span class="elementtag">&lt;permissions&gt;</span></a></td>
526
+ </tr>
527
+ <tr class="row1">
528
+ <td class="containedcelltag"><a name="elem-license-p"></a><a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a></td>
529
+ <td class="containingcelltag"><a href="n-uba0.html" target="main" title="License Information"><span class="elementtag">&lt;license&gt;</span></a></td>
530
+ </tr>
531
+ <tr class="row0">
532
+ <td class="containedcelltag"><a name="elem-list"></a><a href="n-t3u0.html" target="main" title="List"><span class="elementtag">&lt;list&gt;</span></a></td>
533
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-x5u0.html" target="main" title="List Item"><span class="elementtag">&lt;list-item&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
534
+ </tr>
535
+ <tr class="row1">
536
+ <td class="containedcelltag"><a name="elem-list-item"></a><a href="n-x5u0.html" target="main" title="List Item"><span class="elementtag">&lt;list-item&gt;</span></a></td>
537
+ <td class="containingcelltag"><a href="n-t3u0.html" target="main" title="List"><span class="elementtag">&lt;list&gt;</span></a></td>
538
+ </tr>
539
+ <tr class="row0">
540
+ <td class="containedcelltag"><a name="elem-long-desc"></a><a href="n-n8u0.html" target="main" title="Long Description"><span class="elementtag">&lt;long-desc&gt;</span></a></td>
541
+ <td class="containingcelltag"><a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a></td>
542
+ </tr>
543
+ <tr class="row1">
544
+ <td class="containedcelltag"><a name="elem-lpage"></a><a href="n-wau0.html" target="main" title="Last Page"><span class="elementtag">&lt;lpage&gt;</span></a></td>
545
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
546
+ </tr>
547
+ </table>
548
+ <table class="contexttable">
549
+ <tr>
550
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <strong>M</strong> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
551
+ </tr>
552
+ <tr>
553
+ <th class="contextheading">This Element:</th>
554
+ <th class="contextheading">May Be Contained In:</th>
555
+ </tr>
556
+ <tr class="row1">
557
+ <td class="containedcelltag"><a name="elem-main"></a><a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a></td>
558
+ <td class="containingcelltag"><a href="n-pr70.html" target="main" title="Title Wrapper"><span class="elementtag">&lt;title-wrap&gt;</span></a></td>
559
+ </tr>
560
+ <tr class="row0">
561
+ <td class="containedcelltag"><a name="elem-media"></a><a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a></td>
562
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
563
+ </tr>
564
+ <tr class="row1">
565
+ <td class="containedcelltag"><a name="elem-meta-date"></a><a href="n-isu0.html" target="main" title="Other Metadata Date"><span class="elementtag">&lt;meta-date&gt;</span></a></td>
566
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
567
+ </tr>
568
+ <tr class="row0">
569
+ <td class="containedcelltag"><a name="elem-meta-name"></a><a href="n-ntu0.html" target="main" title="Metadata Data Name for Custom Metadata"><span class="elementtag">&lt;meta-name&gt;</span></a></td>
570
+ <td class="containingcelltag"><a href="n-ph30.html" target="main" title="Custom Metadata"><span class="elementtag">&lt;custom-meta&gt;</span></a></td>
571
+ </tr>
572
+ <tr class="row1">
573
+ <td class="containedcelltag"><a name="elem-meta-value"></a><a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a></td>
574
+ <td class="containingcelltag"><a href="n-ph30.html" target="main" title="Custom Metadata"><span class="elementtag">&lt;custom-meta&gt;</span></a></td>
575
+ </tr>
576
+ <tr class="row0">
577
+ <td class="containedcelltag"><a name="elem-milestone-end"></a><a href="n-jnu0.html" target="main" title="Milestone End"><span class="elementtag">&lt;milestone-end&gt;</span></a></td>
578
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
579
+ </tr>
580
+ <tr class="row1">
581
+ <td class="containedcelltag"><a name="elem-milestone-start"></a><a href="n-w6u0.html" target="main" title="Milestone Start"><span class="elementtag">&lt;milestone-start&gt;</span></a></td>
582
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
583
+ </tr>
584
+ <tr class="row0">
585
+ <td class="containedcelltag"><a name="elem-mixed-citation"></a><a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a></td>
586
+ <td class="containingcelltag"><a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-hqx0.html" target="main" title="Reference Item"><span class="elementtag">&lt;ref&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
587
+ </tr>
588
+ <tr class="row1">
589
+ <td class="containedcelltag"><a name="elem-mml_math"></a><a href="n-ybu0.html" target="main" title="Math (MathML 2.0 Tag Set)"><span class="elementtag">&lt;mml:math&gt;</span></a></td>
590
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
591
+ </tr>
592
+ <tr class="row0">
593
+ <td class="containedcelltag"><a name="elem-monospace"></a><a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a></td>
594
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
595
+ </tr>
596
+ <tr class="row1">
597
+ <td class="containedcelltag"><a name="elem-month"></a><a href="n-7cw0.html" target="main" title="Month"><span class="elementtag">&lt;month&gt;</span></a></td>
598
+ <td class="containingcelltag"><a href="n-5j30.html" target="main" title="Date"><span class="elementtag">&lt;date&gt;</span></a>, <a href="n-xp30.html" target="main" title="Date within a Citation"><span class="elementtag">&lt;date-in-citation&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
599
+ </tr>
600
+ </table>
601
+ <table class="contexttable">
602
+ <tr>
603
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <strong>N</strong> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
604
+ </tr>
605
+ <tr>
606
+ <th class="contextheading">This Element:</th>
607
+ <th class="contextheading">May Be Contained In:</th>
608
+ </tr>
609
+ <tr class="row1">
610
+ <td class="containedcelltag"><a name="elem-name"></a><a href="n-k3w0.html" target="main" title="Name of Person (Structured)"><span class="elementtag">&lt;name&gt;</span></a></td>
611
+ <td class="containingcelltag"><a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-45w0.html" target="main" title="Name Alternatives"><span class="elementtag">&lt;name-alternatives&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
612
+ </tr>
613
+ <tr class="row0">
614
+ <td class="containedcelltag"><a name="elem-name-alternatives"></a><a href="n-45w0.html" target="main" title="Name Alternatives"><span class="elementtag">&lt;name-alternatives&gt;</span></a></td>
615
+ <td class="containingcelltag"><a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
616
+ </tr>
617
+ <tr class="row1">
618
+ <td class="containedcelltag"><a name="elem-named-content"></a><a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a></td>
619
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
620
+ </tr>
621
+ <tr class="row0">
622
+ <td class="containedcelltag"><a name="elem-nat-meta"></a><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a></td>
623
+ <td class="containingcelltag"><a href="n-k480.html" target="main" title="Front Matter"><span class="elementtag">&lt;front&gt;</span></a></td>
624
+ </tr>
625
+ <tr class="row1">
626
+ <td class="containedcelltag"><a name="elem-non-normative-example"></a><a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a></td>
627
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-t220.html" target="main" title="Annotation in a Citation"><span class="elementtag">&lt;annotation&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-qr20.html" target="main" title="Author Comment"><span class="elementtag">&lt;author-comment&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-ftc0.html" target="main" title="Caption of a Figure, Table, etc."><span class="elementtag">&lt;caption&gt;</span></a>, <a href="n-8b30.html" target="main" title="Definition List: Definition"><span class="elementtag">&lt;def&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-fw80.html" target="main" title="Footnote"><span class="elementtag">&lt;fn&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-x5u0.html" target="main" title="List Item"><span class="elementtag">&lt;list-item&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-5qw0.html" target="main" title="Open Access"><span class="elementtag">&lt;open-access&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-hqx0.html" target="main" title="Reference Item"><span class="elementtag">&lt;ref&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-i640.html" target="main" title="Speech"><span class="elementtag">&lt;speech&gt;</span></a>, <a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
628
+ </tr>
629
+ <tr class="row0">
630
+ <td class="containedcelltag"><a name="elem-non-normative-note"></a><a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a></td>
631
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-t220.html" target="main" title="Annotation in a Citation"><span class="elementtag">&lt;annotation&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-qr20.html" target="main" title="Author Comment"><span class="elementtag">&lt;author-comment&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-ftc0.html" target="main" title="Caption of a Figure, Table, etc."><span class="elementtag">&lt;caption&gt;</span></a>, <a href="n-8b30.html" target="main" title="Definition List: Definition"><span class="elementtag">&lt;def&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-fw80.html" target="main" title="Footnote"><span class="elementtag">&lt;fn&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-x5u0.html" target="main" title="List Item"><span class="elementtag">&lt;list-item&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-5qw0.html" target="main" title="Open Access"><span class="elementtag">&lt;open-access&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-hqx0.html" target="main" title="Reference Item"><span class="elementtag">&lt;ref&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-i640.html" target="main" title="Speech"><span class="elementtag">&lt;speech&gt;</span></a>, <a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
632
+ </tr>
633
+ <tr class="row1">
634
+ <td class="containedcelltag"><a name="elem-notes"></a><a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a></td>
635
+ <td class="containingcelltag"><a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-k480.html" target="main" title="Front Matter"><span class="elementtag">&lt;front&gt;</span></a></td>
636
+ </tr>
637
+ <tr class="row0">
638
+ <td class="containedcelltag"><a name="elem-num"></a><a href="n-riw0.html" target="main" title="Number"><span class="elementtag">&lt;num&gt;</span></a></td>
639
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
640
+ </tr>
641
+ </table>
642
+ <table class="contexttable">
643
+ <tr>
644
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <strong>O</strong> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
645
+ </tr>
646
+ <tr>
647
+ <th class="contextheading">This Element:</th>
648
+ <th class="contextheading">May Be Contained In:</th>
649
+ </tr>
650
+ <tr class="row1">
651
+ <td class="containedcelltag"><a name="elem-object-id"></a><a href="n-nyw0.html" target="main" title="Object Identifier"><span class="elementtag">&lt;object-id&gt;</span></a></td>
652
+ <td class="containingcelltag"><a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a></td>
653
+ </tr>
654
+ <tr class="row0">
655
+ <td class="containedcelltag"><a name="elem-on-behalf-of"></a><a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a></td>
656
+ <td class="containingcelltag"><a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a></td>
657
+ </tr>
658
+ <tr class="row1">
659
+ <td class="containedcelltag"><a name="elem-open-access"></a><a href="n-5qw0.html" target="main" title="Open Access"><span class="elementtag">&lt;open-access&gt;</span></a></td>
660
+ <td class="containingcelltag"><a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a></td>
661
+ </tr>
662
+ <tr class="row0">
663
+ <td class="containedcelltag"><a name="elem-originator"></a><a href="n-kbw0.html" target="main" title="Originator of the Document"><span class="elementtag">&lt;originator&gt;</span></a></td>
664
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
665
+ </tr>
666
+ <tr class="row1">
667
+ <td class="containedcelltag"><a name="elem-overline"></a><a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a></td>
668
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
669
+ </tr>
670
+ </table>
671
+ <table class="contexttable">
672
+ <tr>
673
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <strong>P</strong> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
674
+ </tr>
675
+ <tr>
676
+ <th class="contextheading">This Element:</th>
677
+ <th class="contextheading">May Be Contained In:</th>
678
+ </tr>
679
+ <tr class="row1">
680
+ <td class="containedcelltag"><a name="elem-p"></a><a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a></td>
681
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-t220.html" target="main" title="Annotation in a Citation"><span class="elementtag">&lt;annotation&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-qr20.html" target="main" title="Author Comment"><span class="elementtag">&lt;author-comment&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-ftc0.html" target="main" title="Caption of a Figure, Table, etc."><span class="elementtag">&lt;caption&gt;</span></a>, <a href="n-8b30.html" target="main" title="Definition List: Definition"><span class="elementtag">&lt;def&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-fw80.html" target="main" title="Footnote"><span class="elementtag">&lt;fn&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-x5u0.html" target="main" title="List Item"><span class="elementtag">&lt;list-item&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-5qw0.html" target="main" title="Open Access"><span class="elementtag">&lt;open-access&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-i640.html" target="main" title="Speech"><span class="elementtag">&lt;speech&gt;</span></a>, <a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
682
+ </tr>
683
+ <tr class="row0">
684
+ <td class="containedcelltag"><a name="elem-page-count"></a><a href="n-pux0.html" target="main" title="Page Count"><span class="elementtag">&lt;page-count&gt;</span></a></td>
685
+ <td class="containingcelltag"><a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
686
+ </tr>
687
+ <tr class="row1">
688
+ <td class="containedcelltag"><a name="elem-page-range"></a><a href="n-dwx0.html" target="main" title="Page Ranges"><span class="elementtag">&lt;page-range&gt;</span></a></td>
689
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
690
+ </tr>
691
+ <tr class="row0">
692
+ <td class="containedcelltag"><a name="elem-part-number"></a><a href="n-gxx0.html" target="main" title="Part Number of Multi-part Document"><span class="elementtag">&lt;part-number&gt;</span></a></td>
693
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
694
+ </tr>
695
+ <tr class="row1">
696
+ <td class="containedcelltag"><a name="elem-part-title"></a><a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a></td>
697
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
698
+ </tr>
699
+ <tr class="row0">
700
+ <td class="containedcelltag"><a name="elem-patent"></a><a href="n-ktx0.html" target="main" title="Patent Number, Cited"><span class="elementtag">&lt;patent&gt;</span></a></td>
701
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
702
+ </tr>
703
+ <tr class="row1">
704
+ <td class="containedcelltag"><a name="elem-permissions"></a><a href="n-itx0.html" target="main" title="Permissions"><span class="elementtag">&lt;permissions&gt;</span></a></td>
705
+ <td class="containingcelltag"><a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
706
+ </tr>
707
+ <tr class="row0">
708
+ <td class="containedcelltag"><a name="elem-person-group"></a><a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a></td>
709
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
710
+ </tr>
711
+ <tr class="row1">
712
+ <td class="containedcelltag"><a name="elem-phone"></a><a href="n-gfx0.html" target="main" title="Phone Number: in an Address"><span class="elementtag">&lt;phone&gt;</span></a></td>
713
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a></td>
714
+ </tr>
715
+ <tr class="row0">
716
+ <td class="containedcelltag"><a name="elem-prefix"></a><a href="n-3gx0.html" target="main" title="Prefix"><span class="elementtag">&lt;prefix&gt;</span></a></td>
717
+ <td class="containingcelltag"><a href="n-k3w0.html" target="main" title="Name of Person (Structured)"><span class="elementtag">&lt;name&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-83s0.html" target="main" title="Name of Person (Unstructured)"><span class="elementtag">&lt;string-name&gt;</span></a></td>
718
+ </tr>
719
+ <tr class="row1">
720
+ <td class="containedcelltag"><a name="elem-preformat"></a><a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a></td>
721
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
722
+ </tr>
723
+ <tr class="row0">
724
+ <td class="containedcelltag"><a name="elem-price"></a><a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a></td>
725
+ <td class="containingcelltag"><a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a></td>
726
+ </tr>
727
+ <tr class="row1">
728
+ <td class="containedcelltag"><a name="elem-private-char"></a><a href="n-ihx0.html" target="main" title="Private Character (Custom or Unicode™)"><span class="elementtag">&lt;private-char&gt;</span></a></td>
729
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
730
+ </tr>
731
+ <tr class="row0">
732
+ <td class="containedcelltag"><a name="elem-proj-id"></a><a href="n-iix0.html" target="main" title="ISO Project Identifier"><span class="elementtag">&lt;proj-id&gt;</span></a></td>
733
+ <td class="containingcelltag"><a href="n-d750.html" target="main" title="Document Identification Section"><span class="elementtag">&lt;doc-ident&gt;</span></a></td>
734
+ </tr>
735
+ <tr class="row1">
736
+ <td class="containedcelltag"><a name="elem-pub-date"></a><a href="n-syx0.html" target="main" title="Publication Date"><span class="elementtag">&lt;pub-date&gt;</span></a></td>
737
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
738
+ </tr>
739
+ <tr class="row0">
740
+ <td class="containedcelltag"><a name="elem-pub-id"></a><a href="n-vjx0.html" target="main" title="Publication Identifier for a Cited Publication"><span class="elementtag">&lt;pub-id&gt;</span></a></td>
741
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
742
+ </tr>
743
+ <tr class="row1">
744
+ <td class="containedcelltag"><a name="elem-publisher-loc"></a><a href="n-bjx0.html" target="main" title="Publisher’s Location"><span class="elementtag">&lt;publisher-loc&gt;</span></a></td>
745
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
746
+ </tr>
747
+ <tr class="row0">
748
+ <td class="containedcelltag"><a name="elem-publisher-name"></a><a href="n-zpx0.html" target="main" title="Publisher’s Name"><span class="elementtag">&lt;publisher-name&gt;</span></a></td>
749
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
750
+ </tr>
751
+ </table>
752
+ <table class="contexttable">
753
+ <tr>
754
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <strong>R</strong> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
755
+ </tr>
756
+ <tr>
757
+ <th class="contextheading">This Element:</th>
758
+ <th class="contextheading">May Be Contained In:</th>
759
+ </tr>
760
+ <tr class="row1">
761
+ <td class="containedcelltag"><a name="elem-ref"></a><a href="n-hqx0.html" target="main" title="Reference Item"><span class="elementtag">&lt;ref&gt;</span></a></td>
762
+ <td class="containingcelltag"><a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a></td>
763
+ </tr>
764
+ <tr class="row0">
765
+ <td class="containedcelltag"><a name="elem-ref-list"></a><a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a></td>
766
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
767
+ </tr>
768
+ <tr class="row1">
769
+ <td class="containedcelltag"><a name="elem-related-article"></a><a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a></td>
770
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
771
+ </tr>
772
+ <tr class="row0">
773
+ <td class="containedcelltag"><a name="elem-related-object"></a><a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
774
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
775
+ </tr>
776
+ <tr class="row1">
777
+ <td class="containedcelltag"><a name="elem-release-date"></a><a href="n-g7v0.html" target="main" title="Release Date"><span class="elementtag">&lt;release-date&gt;</span></a></td>
778
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a>, <a href="n-3m40.html" target="main" title="Cross Reference to Other Standard"><span class="elementtag">&lt;std-xref&gt;</span></a></td>
779
+ </tr>
780
+ <tr class="row0">
781
+ <td class="containedcelltag"><a name="elem-release-version"></a><a href="n-7ev0.html" target="main" title="Release Version"><span class="elementtag">&lt;release-version&gt;</span></a></td>
782
+ <td class="containingcelltag"><a href="n-d750.html" target="main" title="Document Identification Section"><span class="elementtag">&lt;doc-ident&gt;</span></a></td>
783
+ </tr>
784
+ <tr class="row1">
785
+ <td class="containedcelltag"><a name="elem-release-version-id"></a><a href="el_release-version-id.html" target="main" title="Release Version Id"><span class="elementtag">&lt;release-version-id&gt;</span></a></td>
786
+ <td class="containingcelltag"><a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a></td>
787
+ </tr>
788
+ <tr class="row0">
789
+ <td class="containedcelltag"><a name="elem-role"></a><a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a></td>
790
+ <td class="containingcelltag"><a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
791
+ </tr>
792
+ <tr class="row1">
793
+ <td class="containedcelltag"><a name="elem-roman"></a><a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a></td>
794
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
795
+ </tr>
796
+ </table>
797
+ <table class="contexttable">
798
+ <tr>
799
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <strong>S</strong> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
800
+ </tr>
801
+ <tr>
802
+ <th class="contextheading">This Element:</th>
803
+ <th class="contextheading">May Be Contained In:</th>
804
+ </tr>
805
+ <tr class="row1">
806
+ <td class="containedcelltag"><a name="elem-sans-serif"></a><a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a></td>
807
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
808
+ </tr>
809
+ <tr class="row0">
810
+ <td class="containedcelltag"><a name="elem-sc"></a><a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a></td>
811
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
812
+ </tr>
813
+ <tr class="row1">
814
+ <td class="containedcelltag"><a name="elem-sdo"></a><a href="n-dzv0.html" target="main" title="Standards Development Organization"><span class="elementtag">&lt;sdo&gt;</span></a></td>
815
+ <td class="containingcelltag"><a href="n-d750.html" target="main" title="Document Identification Section"><span class="elementtag">&lt;doc-ident&gt;</span></a></td>
816
+ </tr>
817
+ <tr class="row0">
818
+ <td class="containedcelltag"><a name="elem-season"></a><a href="n-nk40.html" target="main" title="Season"><span class="elementtag">&lt;season&gt;</span></a></td>
819
+ <td class="containingcelltag"><a href="n-5j30.html" target="main" title="Date"><span class="elementtag">&lt;date&gt;</span></a>, <a href="n-xp30.html" target="main" title="Date within a Citation"><span class="elementtag">&lt;date-in-citation&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
820
+ </tr>
821
+ <tr class="row1">
822
+ <td class="containedcelltag"><a name="elem-sec"></a><a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a></td>
823
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-k480.html" target="main" title="Front Matter"><span class="elementtag">&lt;front&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a></td>
824
+ </tr>
825
+ <tr class="row0">
826
+ <td class="containedcelltag"><a name="elem-secretariat"></a><a href="n-9a40.html" target="main" title="Secretariat"><span class="elementtag">&lt;secretariat&gt;</span></a></td>
827
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
828
+ </tr>
829
+ <tr class="row1">
830
+ <td class="containedcelltag"><a name="elem-series"></a><a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a></td>
831
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
832
+ </tr>
833
+ <tr class="row0">
834
+ <td class="containedcelltag"><a name="elem-sig"></a><a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a></td>
835
+ <td class="containingcelltag"><a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a></td>
836
+ </tr>
837
+ <tr class="row1">
838
+ <td class="containedcelltag"><a name="elem-sig-block"></a><a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a></td>
839
+ <td class="containingcelltag"><a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a></td>
840
+ </tr>
841
+ <tr class="row0">
842
+ <td class="containedcelltag"><a name="elem-size"></a><a href="n-ue40.html" target="main" title="Size"><span class="elementtag">&lt;size&gt;</span></a></td>
843
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
844
+ </tr>
845
+ <tr class="row1">
846
+ <td class="containedcelltag"><a name="elem-source"></a><a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a></td>
847
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
848
+ </tr>
849
+ <tr class="row0">
850
+ <td class="containedcelltag"><a name="elem-speaker"></a><a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a></td>
851
+ <td class="containingcelltag"><a href="n-i640.html" target="main" title="Speech"><span class="elementtag">&lt;speech&gt;</span></a></td>
852
+ </tr>
853
+ <tr class="row1">
854
+ <td class="containedcelltag"><a name="elem-speech"></a><a href="n-i640.html" target="main" title="Speech"><span class="elementtag">&lt;speech&gt;</span></a></td>
855
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
856
+ </tr>
857
+ <tr class="row0">
858
+ <td class="containedcelltag"><a name="elem-standard"></a><a href="n-qd40.html" target="main" title="Standard or Standards-Related Document"><span class="elementtag">&lt;standard&gt;</span></a></td>
859
+ <td class="notcontained">This top-level element is not contained in any other element.</td>
860
+ </tr>
861
+ <tr class="row1">
862
+ <td class="containedcelltag"><a name="elem-statement"></a><a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a></td>
863
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
864
+ </tr>
865
+ <tr class="row0">
866
+ <td class="containedcelltag"><a name="elem-std"></a><a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a></td>
867
+ <td class="containingcelltag"><a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-hqx0.html" target="main" title="Reference Item"><span class="elementtag">&lt;ref&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
868
+ </tr>
869
+ <tr class="row1">
870
+ <td class="containedcelltag"><a name="elem-std-ident"></a><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a></td>
871
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a>, <a href="n-3m40.html" target="main" title="Cross Reference to Other Standard"><span class="elementtag">&lt;std-xref&gt;</span></a></td>
872
+ </tr>
873
+ <tr class="row0">
874
+ <td class="containedcelltag"><a name="elem-std-ref"></a><a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
875
+ <td class="containingcelltag"><a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-3m40.html" target="main" title="Cross Reference to Other Standard"><span class="elementtag">&lt;std-xref&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
876
+ </tr>
877
+ <tr class="row1">
878
+ <td class="containedcelltag"><a name="elem-std-xref"></a><a href="n-3m40.html" target="main" title="Cross Reference to Other Standard"><span class="elementtag">&lt;std-xref&gt;</span></a></td>
879
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
880
+ </tr>
881
+ <tr class="row0">
882
+ <td class="containedcelltag"><a name="elem-strike"></a><a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a></td>
883
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
884
+ </tr>
885
+ <tr class="row1">
886
+ <td class="containedcelltag"><a name="elem-string-name"></a><a href="n-83s0.html" target="main" title="Name of Person (Unstructured)"><span class="elementtag">&lt;string-name&gt;</span></a></td>
887
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-45w0.html" target="main" title="Name Alternatives"><span class="elementtag">&lt;name-alternatives&gt;</span></a>, <a href="n-2ex0.html" target="main" title="Person Group for a Cited Publication"><span class="elementtag">&lt;person-group&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
888
+ </tr>
889
+ <tr class="row0">
890
+ <td class="containedcelltag"><a name="elem-styled-content"></a><a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a></td>
891
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
892
+ </tr>
893
+ <tr class="row1">
894
+ <td class="containedcelltag"><a name="elem-sub"></a><a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a></td>
895
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-6g30.html" target="main" title="Copyright Holder"><span class="elementtag">&lt;copyright-holder&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-naa0.html" target="main" title="Institution Name: in an Address"><span class="elementtag">&lt;institution&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
896
+ </tr>
897
+ <tr class="row0">
898
+ <td class="containedcelltag"><a name="elem-sub-part"></a><a href="n-n7s0.html" target="main" title="Sub-part of Standard or Standards-Related Document"><span class="elementtag">&lt;sub-part&gt;</span></a></td>
899
+ <td class="containingcelltag"><a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a></td>
900
+ </tr>
901
+ <tr class="row1">
902
+ <td class="containedcelltag"><a name="elem-subtitle"></a><a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a></td>
903
+ <td class="containingcelltag"><a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
904
+ </tr>
905
+ <tr class="row0">
906
+ <td class="containedcelltag"><a name="elem-suffix"></a><a href="n-76s0.html" target="main" title="Suffix"><span class="elementtag">&lt;suffix&gt;</span></a></td>
907
+ <td class="containingcelltag"><a href="n-k3w0.html" target="main" title="Name of Person (Structured)"><span class="elementtag">&lt;name&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-83s0.html" target="main" title="Name of Person (Unstructured)"><span class="elementtag">&lt;string-name&gt;</span></a></td>
908
+ </tr>
909
+ <tr class="row1">
910
+ <td class="containedcelltag"><a name="elem-sup"></a><a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a></td>
911
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-6g30.html" target="main" title="Copyright Holder"><span class="elementtag">&lt;copyright-holder&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-naa0.html" target="main" title="Institution Name: in an Address"><span class="elementtag">&lt;institution&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
912
+ </tr>
913
+ <tr class="row0">
914
+ <td class="containedcelltag"><a name="elem-suppl-number"></a><a href="n-3zs0.html" target="main" title="Supplement Number"><span class="elementtag">&lt;suppl-number&gt;</span></a></td>
915
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
916
+ </tr>
917
+ <tr class="row1">
918
+ <td class="containedcelltag"><a name="elem-suppl-type"></a><a href="n-qzs0.html" target="main" title="Supplement Type"><span class="elementtag">&lt;suppl-type&gt;</span></a></td>
919
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
920
+ </tr>
921
+ <tr class="row0">
922
+ <td class="containedcelltag"><a name="elem-suppl-version"></a><a href="n-mkt0.html" target="main" title="Supplement Version Number"><span class="elementtag">&lt;suppl-version&gt;</span></a></td>
923
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a></td>
924
+ </tr>
925
+ <tr class="row1">
926
+ <td class="containedcelltag"><a name="elem-supplement"></a><a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a></td>
927
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
928
+ </tr>
929
+ <tr class="row0">
930
+ <td class="containedcelltag"><a name="elem-supplementary-material"></a><a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a></td>
931
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
932
+ </tr>
933
+ <tr class="row1">
934
+ <td class="containedcelltag"><a name="elem-surname"></a><a href="n-d2t0.html" target="main" title="Surname"><span class="elementtag">&lt;surname&gt;</span></a></td>
935
+ <td class="containingcelltag"><a href="n-k3w0.html" target="main" title="Name of Person (Structured)"><span class="elementtag">&lt;name&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-83s0.html" target="main" title="Name of Person (Unstructured)"><span class="elementtag">&lt;string-name&gt;</span></a></td>
936
+ </tr>
937
+ </table>
938
+ <table class="contexttable">
939
+ <tr>
940
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <strong>T</strong> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
941
+ </tr>
942
+ <tr>
943
+ <th class="contextheading">This Element:</th>
944
+ <th class="contextheading">May Be Contained In:</th>
945
+ </tr>
946
+ <tr class="row1">
947
+ <td class="containedcelltag"><a name="elem-table"></a><a href="n-wct0.html" target="main" title="Table (XHTML table model)"><span class="elementtag">&lt;table&gt;</span></a></td>
948
+ <td class="containingcelltag"><a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a></td>
949
+ </tr>
950
+ <tr class="row0">
951
+ <td class="containedcelltag"><a name="elem-table-wrap"></a><a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a></td>
952
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
953
+ </tr>
954
+ <tr class="row1">
955
+ <td class="containedcelltag"><a name="elem-table-wrap-foot"></a><a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a></td>
956
+ <td class="containingcelltag"><a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a></td>
957
+ </tr>
958
+ <tr class="row0">
959
+ <td class="containedcelltag"><a name="elem-table-wrap-group"></a><a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a></td>
960
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
961
+ </tr>
962
+ <tr class="row1">
963
+ <td class="containedcelltag"><a name="elem-target"></a><a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a></td>
964
+ <td class="containingcelltag"><a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
965
+ </tr>
966
+ <tr class="row0">
967
+ <td class="containedcelltag"><a name="elem-tbody"></a><a href="n-8tt0.html" target="main" title="Table Body (XHTML table model)"><span class="elementtag">&lt;tbody&gt;</span></a></td>
968
+ <td class="containingcelltag"><a href="n-wct0.html" target="main" title="Table (XHTML table model)"><span class="elementtag">&lt;table&gt;</span></a></td>
969
+ </tr>
970
+ <tr class="row1">
971
+ <td class="containedcelltag"><a name="elem-tbx_entailedTerm"></a><a href="n-37t0.html" target="main" title="Entailed Term (TBX Tag Set)"><span class="elementtag">&lt;tbx:entailedTerm&gt;</span></a></td>
972
+ <td class="containingcelltag"><a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
973
+ </tr>
974
+ <tr class="row0">
975
+ <td class="containedcelltag"><a name="elem-tbx_termEntry"></a><a href="n-z7t0.html" target="main" title="Term Entry (TBX Tag Set)"><span class="elementtag">&lt;tbx:termEntry&gt;</span></a></td>
976
+ <td class="containingcelltag"><a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
977
+ </tr>
978
+ <tr class="row1">
979
+ <td class="containedcelltag"><a name="elem-td"></a><a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a></td>
980
+ <td class="containingcelltag"><a href="n-8i70.html" target="main" title="Table Row (XHTML table model)"><span class="elementtag">&lt;tr&gt;</span></a></td>
981
+ </tr>
982
+ <tr class="row0">
983
+ <td class="containedcelltag"><a name="elem-term"></a><a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a></td>
984
+ <td class="containingcelltag"><a href="n-t250.html" target="main" title="Definition List: Definition Item"><span class="elementtag">&lt;def-item&gt;</span></a></td>
985
+ </tr>
986
+ <tr class="row1">
987
+ <td class="containedcelltag"><a name="elem-term-display"></a><a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a></td>
988
+ <td class="containingcelltag"><a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
989
+ </tr>
990
+ <tr class="row0">
991
+ <td class="containedcelltag"><a name="elem-term-head"></a><a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a></td>
992
+ <td class="containingcelltag"><a href="n-ic50.html" target="main" title="Definition List"><span class="elementtag">&lt;def-list&gt;</span></a></td>
993
+ </tr>
994
+ <tr class="row1">
995
+ <td class="containedcelltag"><a name="elem-term-sec"></a><a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
996
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a></td>
997
+ </tr>
998
+ <tr class="row0">
999
+ <td class="containedcelltag"><a name="elem-textual-form"></a><a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a></td>
1000
+ <td class="containingcelltag"><a href="n-f900.html" target="main" title="Alternatives for Processing"><span class="elementtag">&lt;alternatives&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a></td>
1001
+ </tr>
1002
+ <tr class="row1">
1003
+ <td class="containedcelltag"><a name="elem-tfoot"></a><a href="n-mx70.html" target="main" title="Table Footer (XHTML table model)"><span class="elementtag">&lt;tfoot&gt;</span></a></td>
1004
+ <td class="containingcelltag"><a href="n-wct0.html" target="main" title="Table (XHTML table model)"><span class="elementtag">&lt;table&gt;</span></a></td>
1005
+ </tr>
1006
+ <tr class="row0">
1007
+ <td class="containedcelltag"><a name="elem-th"></a><a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a></td>
1008
+ <td class="containingcelltag"><a href="n-8i70.html" target="main" title="Table Row (XHTML table model)"><span class="elementtag">&lt;tr&gt;</span></a></td>
1009
+ </tr>
1010
+ <tr class="row1">
1011
+ <td class="containedcelltag"><a name="elem-thead"></a><a href="n-rf70.html" target="main" title="Table Header (XHTML table model)"><span class="elementtag">&lt;thead&gt;</span></a></td>
1012
+ <td class="containingcelltag"><a href="n-wct0.html" target="main" title="Table (XHTML table model)"><span class="elementtag">&lt;table&gt;</span></a></td>
1013
+ </tr>
1014
+ <tr class="row0">
1015
+ <td class="containedcelltag"><a name="elem-title"></a><a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a></td>
1016
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-qr20.html" target="main" title="Author Comment"><span class="elementtag">&lt;author-comment&gt;</span></a>, <a href="n-rj20.html" target="main" title="Back Matter"><span class="elementtag">&lt;back&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-ftc0.html" target="main" title="Caption of a Figure, Table, etc."><span class="elementtag">&lt;caption&gt;</span></a>, <a href="n-ic50.html" target="main" title="Definition List"><span class="elementtag">&lt;def-list&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-nx80.html" target="main" title="Footnote Group"><span class="elementtag">&lt;fn-group&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-t3u0.html" target="main" title="List"><span class="elementtag">&lt;list&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-jr40.html" target="main" title="Statement, Formal"><span class="elementtag">&lt;statement&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-n7s0.html" target="main" title="Sub-part of Standard or Standards-Related Document"><span class="elementtag">&lt;sub-part&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-swt0.html" target="main" title="Table Wrapper Footer"><span class="elementtag">&lt;table-wrap-foot&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
1017
+ </tr>
1018
+ <tr class="row1">
1019
+ <td class="containedcelltag"><a name="elem-title-wrap"></a><a href="n-pr70.html" target="main" title="Title Wrapper"><span class="elementtag">&lt;title-wrap&gt;</span></a></td>
1020
+ <td class="containingcelltag"><a href="n-t4w0.html" target="main" title="National-body Metadata"><span class="elementtag">&lt;nat-meta&gt;</span></a>, <a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a>, <a href="n-vta0.html" target="main" title="ISO Metadata"><span class="elementtag">&lt;iso-meta&gt;</span></a></td>
1021
+ </tr>
1022
+ <tr class="row0">
1023
+ <td class="containedcelltag"><a name="elem-tr"></a><a href="n-8i70.html" target="main" title="Table Row (XHTML table model)"><span class="elementtag">&lt;tr&gt;</span></a></td>
1024
+ <td class="containingcelltag"><a href="n-wct0.html" target="main" title="Table (XHTML table model)"><span class="elementtag">&lt;table&gt;</span></a>, <a href="n-8tt0.html" target="main" title="Table Body (XHTML table model)"><span class="elementtag">&lt;tbody&gt;</span></a>, <a href="n-mx70.html" target="main" title="Table Footer (XHTML table model)"><span class="elementtag">&lt;tfoot&gt;</span></a>, <a href="n-rf70.html" target="main" title="Table Header (XHTML table model)"><span class="elementtag">&lt;thead&gt;</span></a></td>
1025
+ </tr>
1026
+ <tr class="row1">
1027
+ <td class="containedcelltag"><a name="elem-trans-source"></a><a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a></td>
1028
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
1029
+ </tr>
1030
+ <tr class="row0">
1031
+ <td class="containedcelltag"><a name="elem-trans-title"></a><a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a></td>
1032
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
1033
+ </tr>
1034
+ </table>
1035
+ <table class="contexttable">
1036
+ <tr>
1037
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <strong>U</strong> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
1038
+ </tr>
1039
+ <tr>
1040
+ <th class="contextheading">This Element:</th>
1041
+ <th class="contextheading">May Be Contained In:</th>
1042
+ </tr>
1043
+ <tr class="row1">
1044
+ <td class="containedcelltag"><a name="elem-underline"></a><a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
1045
+ <td class="containingcelltag"><a href="n-4h00.html" target="main" title="Address Line"><span class="elementtag">&lt;addr-line&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-9h20.html" target="main" title="Award Identifier"><span class="elementtag">&lt;award-id&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wz50.html" target="main" title="External Link"><span class="elementtag">&lt;ext-link&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-cn80.html" target="main" title="Funding Source"><span class="elementtag">&lt;funding-source&gt;</span></a>, <a href="n-sq80.html" target="main" title="Government Report, Cited"><span class="elementtag">&lt;gov&gt;</span></a>, <a href="n-hka0.html" target="main" title="Formula, Inline"><span class="elementtag">&lt;inline-formula&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-8jw0.html" target="main" title="On Behalf of"><span class="elementtag">&lt;on-behalf-of&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-5rx0.html" target="main" title="Price"><span class="elementtag">&lt;price&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-pfv0.html" target="main" title="Role or Function Title of Contributor"><span class="elementtag">&lt;role&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-hu40.html" target="main" title="Series"><span class="elementtag">&lt;series&gt;</span></a>, <a href="n-px40.html" target="main" title="Signature"><span class="elementtag">&lt;sig&gt;</span></a>, <a href="n-7s40.html" target="main" title="Signature Block"><span class="elementtag">&lt;sig-block&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-4ys0.html" target="main" title="Supplement Information"><span class="elementtag">&lt;supplement&gt;</span></a>, <a href="n-x4t0.html" target="main" title="Target of an Internal Link"><span class="elementtag">&lt;target&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-8u70.html" target="main" title="Textual Form"><span class="elementtag">&lt;textual-form&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a>, <a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a>, <a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
1046
+ </tr>
1047
+ <tr class="row0">
1048
+ <td class="containedcelltag"><a name="elem-uri"></a><a href="n-mce0.html" target="main" title="Uniform Resource Indicator (URI)"><span class="elementtag">&lt;uri&gt;</span></a></td>
1049
+ <td class="containingcelltag"><a href="n-kr00.html" target="main" title="Address/Contact Information"><span class="elementtag">&lt;address&gt;</span></a>, <a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-6420.html" target="main" title="Array (Simple Tabular Array)"><span class="elementtag">&lt;array&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-wgc0.html" target="main" title="Chapter Title in a Citation"><span class="elementtag">&lt;chapter-title&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-iic0.html" target="main" title="Chemical Structure Wrapper"><span class="elementtag">&lt;chem-struct-wrap&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-rn30.html" target="main" title="Copyright Statement"><span class="elementtag">&lt;copyright-statement&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-k850.html" target="main" title="Formula, Display"><span class="elementtag">&lt;disp-formula&gt;</span></a>, <a href="n-ax50.html" target="main" title="Formula, Display Group"><span class="elementtag">&lt;disp-formula-group&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-xa80.html" target="main" title="Figure Group"><span class="elementtag">&lt;fig-group&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-f980.html" target="main" title="Graphic"><span class="elementtag">&lt;graphic&gt;</span></a>, <a href="n-55a0.html" target="main" title="Inline Supplementary Material"><span class="elementtag">&lt;inline-supplementary-material&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-x4u0.html" target="main" title="Media Object"><span class="elementtag">&lt;media&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-fvx0.html" target="main" title="Part Title in a Citation"><span class="elementtag">&lt;part-title&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-bjx0.html" target="main" title="Publisher’s Location"><span class="elementtag">&lt;publisher-loc&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-9e40.html" target="main" title="Source"><span class="elementtag">&lt;source&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-pxt0.html" target="main" title="Table Wrapper Group"><span class="elementtag">&lt;table-wrap-group&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-4y70.html" target="main" title="Translated Source"><span class="elementtag">&lt;trans-source&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
1050
+ </tr>
1051
+ <tr class="row1">
1052
+ <td class="containedcelltag"><a name="elem-urn"></a><a href="n-g3e0.html" target="main" title="Uniform Resource Name"><span class="elementtag">&lt;urn&gt;</span></a></td>
1053
+ <td class="containingcelltag"><a href="n-d750.html" target="main" title="Document Identification Section"><span class="elementtag">&lt;doc-ident&gt;</span></a></td>
1054
+ </tr>
1055
+ </table>
1056
+ <table class="contexttable">
1057
+ <tr>
1058
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <strong>V</strong> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
1059
+ </tr>
1060
+ <tr>
1061
+ <th class="contextheading">This Element:</th>
1062
+ <th class="contextheading">May Be Contained In:</th>
1063
+ </tr>
1064
+ <tr class="row1">
1065
+ <td class="containedcelltag"><a name="elem-verse-group"></a><a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
1066
+ <td class="containingcelltag"><a href="n-nf00.html" target="main" title="Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-3320.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href="n-bu20.html" target="main" title="Appendix Group"><span class="elementtag">&lt;app-group&gt;</span></a>, <a href="n-sq20.html" target="main" title="Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-pz20.html" target="main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href="n-twc0.html" target="main" title="Boxed Text"><span class="elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-pv50.html" target="main" title="Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href="n-wc80.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-5h80.html" target="main" title="Glossary Elements List"><span class="elementtag">&lt;glossary&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-asw0.html" target="main" title="Non-normative Example"><span class="elementtag">&lt;non-normative-example&gt;</span></a>, <a href="n-6ew0.html" target="main" title="Non-normative Note"><span class="elementtag">&lt;non-normative-note&gt;</span></a>, <a href="n-56w0.html" target="main" title="Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-c9x0.html" target="main" title="Reference List (Bibliographic)"><span class="elementtag">&lt;ref-list&gt;</span></a>, <a href="n-5240.html" target="main" title="Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-tqs0.html" target="main" title="Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-j5t0.html" target="main" title="Table Wrapper"><span class="elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-jpt0.html" target="main" title="Display Form of Term Entry"><span class="elementtag">&lt;term-display&gt;</span></a>, <a href="n-qc70.html" target="main" title="Terminology Section"><span class="elementtag">&lt;term-sec&gt;</span></a>, <a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
1067
+ </tr>
1068
+ <tr class="row0">
1069
+ <td class="containedcelltag"><a name="elem-verse-line"></a><a href="n-5ae0.html" target="main" title="Line of a Verse"><span class="elementtag">&lt;verse-line&gt;</span></a></td>
1070
+ <td class="containingcelltag"><a href="n-h5e0.html" target="main" title="Verse Form for Poetry"><span class="elementtag">&lt;verse-group&gt;</span></a></td>
1071
+ </tr>
1072
+ <tr class="row1">
1073
+ <td class="containedcelltag"><a name="elem-version"></a><a href="n-3xe0.html" target="main" title="Document Version Number"><span class="elementtag">&lt;version&gt;</span></a></td>
1074
+ <td class="containingcelltag"><a href="n-fp40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ident&gt;</span></a></td>
1075
+ </tr>
1076
+ <tr class="row0">
1077
+ <td class="containedcelltag"><a name="elem-volume"></a><a href="n-qxe0.html" target="main" title="Volume Number"><span class="elementtag">&lt;volume&gt;</span></a></td>
1078
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
1079
+ </tr>
1080
+ <tr class="row1">
1081
+ <td class="containedcelltag"><a name="elem-volume-id"></a><a href="n-tve0.html" target="main" title="Volume Identifier"><span class="elementtag">&lt;volume-id&gt;</span></a></td>
1082
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
1083
+ </tr>
1084
+ <tr class="row0">
1085
+ <td class="containedcelltag"><a name="elem-volume-series"></a><a href="n-bve0.html" target="main" title="Volume Series"><span class="elementtag">&lt;volume-series&gt;</span></a></td>
1086
+ <td class="containingcelltag"><a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a></td>
1087
+ </tr>
1088
+ </table>
1089
+ <table class="contexttable">
1090
+ <tr>
1091
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <strong>W</strong> - <a class="context.index intable" href="#elem-xref">X</a> - <a class="context.index intable" href="#elem-year">Y</a></td>
1092
+ </tr>
1093
+ <tr>
1094
+ <th class="contextheading">This Element:</th>
1095
+ <th class="contextheading">May Be Contained In:</th>
1096
+ </tr>
1097
+ <tr class="row1">
1098
+ <td class="containedcelltag"><a name="elem-wi-number"></a><a href="n-44e0.html" target="main" title="Work item number"><span class="elementtag">&lt;wi-number&gt;</span></a></td>
1099
+ <td class="containingcelltag"><a href="el_reg-meta.html" target="main" title="Regional-body Metadata"><span class="elementtag">&lt;reg-meta&gt;</span></a></td>
1100
+ </tr>
1101
+ </table>
1102
+ <table class="contexttable">
1103
+ <tr>
1104
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <strong>X</strong> - <a class="context.index intable" href="#elem-year">Y</a></td>
1105
+ </tr>
1106
+ <tr>
1107
+ <th class="contextheading">This Element:</th>
1108
+ <th class="contextheading">May Be Contained In:</th>
1109
+ </tr>
1110
+ <tr class="row1">
1111
+ <td class="containedcelltag"><a name="elem-xref"></a><a href="n-kse0.html" target="main" title="X(cross) Reference"><span class="elementtag">&lt;xref&gt;</span></a></td>
1112
+ <td class="containingcelltag"><a href="n-gj00.html" target="main" title="Affiliation"><span class="elementtag">&lt;aff&gt;</span></a>, <a href="n-yt20.html" target="main" title="Article Title"><span class="elementtag">&lt;article-title&gt;</span></a>, <a href="n-dg20.html" target="main" title="Attribution"><span class="elementtag">&lt;attrib&gt;</span></a>, <a href="n-w5c0.html" target="main" title="Bold"><span class="elementtag">&lt;bold&gt;</span></a>, <a href="n-p6c0.html" target="main" title="Chemical Structure (Display)"><span class="elementtag">&lt;chem-struct&gt;</span></a>, <a href="n-hqc0.html" target="main" title="Collaborative (Group) Author"><span class="elementtag">&lt;collab&gt;</span></a>, <a href="n-gk30.html" target="main" title="Comment in a Citation"><span class="elementtag">&lt;comment&gt;</span></a>, <a href="n-2830.html" target="main" title="Complementary Title Element"><span class="elementtag">&lt;compl&gt;</span></a>, <a href="n-ft30.html" target="main" title="Contributor"><span class="elementtag">&lt;contrib&gt;</span></a>, <a href="n-je30.html" target="main" title="Contributor Group"><span class="elementtag">&lt;contrib-group&gt;</span></a>, <a href="n-5930.html" target="main" title="Definition List: Definition Head"><span class="elementtag">&lt;def-head&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-nt80.html" target="main" title="Full Title"><span class="elementtag">&lt;full&gt;</span></a>, <a href="n-tua0.html" target="main" title="Introductory Title Element"><span class="elementtag">&lt;intro&gt;</span></a>, <a href="n-7na0.html" target="main" title="Italic"><span class="elementtag">&lt;italic&gt;</span></a>, <a href="n-aia0.html" target="main" title="Label of a Figure, Reference, Etc."><span class="elementtag">&lt;label&gt;</span></a>, <a href="n-9ba0.html" target="main" title="License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href="n-pau0.html" target="main" title="Main Title Element"><span class="elementtag">&lt;main&gt;</span></a>, <a href="n-g7u0.html" target="main" title="Metadata Data Value for Custom Metadata"><span class="elementtag">&lt;meta-value&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-amu0.html" target="main" title="Monospace Text (Typewriter Text)"><span class="elementtag">&lt;monospace&gt;</span></a>, <a href="n-g8w0.html" target="main" title="Named Special (Subject) Content"><span class="elementtag">&lt;named-content&gt;</span></a>, <a href="n-s9w0.html" target="main" title="Overline"><span class="elementtag">&lt;overline&gt;</span></a>, <a href="n-t2x0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-ngx0.html" target="main" title="Preformatted Text"><span class="elementtag">&lt;preformat&gt;</span></a>, <a href="n-c6v0.html" target="main" title="Roman"><span class="elementtag">&lt;roman&gt;</span></a>, <a href="n-4iv0.html" target="main" title="Sans Serif"><span class="elementtag">&lt;sans-serif&gt;</span></a>, <a href="n-eqv0.html" target="main" title="Small Caps"><span class="elementtag">&lt;sc&gt;</span></a>, <a href="n-8n40.html" target="main" title="Speaker"><span class="elementtag">&lt;speaker&gt;</span></a>, <a href="n-ui40.html" target="main" title="Standard, Cited"><span class="elementtag">&lt;std&gt;</span></a>, <a href="n-5z40.html" target="main" title="Strike Through"><span class="elementtag">&lt;strike&gt;</span></a>, <a href="n-t5s0.html" target="main" title="Styled Special (Subject) Content"><span class="elementtag">&lt;styled-content&gt;</span></a>, <a href="n-wvs0.html" target="main" title="Subscript"><span class="elementtag">&lt;sub&gt;</span></a>, <a href="n-des0.html" target="main" title="Document Subtitle"><span class="elementtag">&lt;subtitle&gt;</span></a>, <a href="n-kds0.html" target="main" title="Superscript"><span class="elementtag">&lt;sup&gt;</span></a>, <a href="n-kft0.html" target="main" title="Table Data Cell (XHTML table model)"><span class="elementtag">&lt;td&gt;</span></a>, <a href="n-aht0.html" target="main" title="Definition List: Term"><span class="elementtag">&lt;term&gt;</span></a>, <a href="n-nmt0.html" target="main" title="Definition List: Term Head"><span class="elementtag">&lt;term-head&gt;</span></a>, <a href="n-pv70.html" target="main" title="Table Header Cell (XHTML table model)"><span class="elementtag">&lt;th&gt;</span></a>, <a href="n-6g70.html" target="main" title="Title"><span class="elementtag">&lt;title&gt;</span></a>, <a href="n-yp70.html" target="main" title="Translated Title"><span class="elementtag">&lt;trans-title&gt;</span></a>, <a href="n-ym70.html" target="main" title="Underline"><span class="elementtag">&lt;underline&gt;</span></a></td>
1113
+ </tr>
1114
+ </table>
1115
+ <table class="contexttable">
1116
+ <tr>
1117
+ <td colspan="2"><a class="context.index intable" href="#elem-abbrev">A</a> - <a class="context.index intable" href="#elem-back">B</a> - <a class="context.index intable" href="#elem-caption">C</a> - <a class="context.index intable" href="#elem-date">D</a> - <a class="context.index intable" href="#elem-edition">E</a> - <a class="context.index intable" href="#elem-fax">F</a> - <a class="context.index intable" href="#elem-given-names">G</a> - <a class="context.index intable" href="#elem-hr">H</a> - <a class="context.index intable" href="#elem-ics">I</a> - <a class="context.index intable" href="#elem-journal-id">J</a> - <a class="context.index intable" href="#elem-label">L</a> - <a class="context.index intable" href="#elem-main">M</a> - <a class="context.index intable" href="#elem-name">N</a> - <a class="context.index intable" href="#elem-object-id">O</a> - <a class="context.index intable" href="#elem-p">P</a> - <a class="context.index intable" href="#elem-ref">R</a> - <a class="context.index intable" href="#elem-sans-serif">S</a> - <a class="context.index intable" href="#elem-table">T</a> - <a class="context.index intable" href="#elem-underline">U</a> - <a class="context.index intable" href="#elem-verse-group">V</a> - <a class="context.index intable" href="#elem-wi-number">W</a> - <a class="context.index intable" href="#elem-xref">X</a> - <strong>Y</strong></td>
1118
+ </tr>
1119
+ <tr>
1120
+ <th class="contextheading">This Element:</th>
1121
+ <th class="contextheading">May Be Contained In:</th>
1122
+ </tr>
1123
+ <tr class="row1">
1124
+ <td class="containedcelltag"><a name="elem-year"></a><a href="n-k7e0.html" target="main" title="Year"><span class="elementtag">&lt;year&gt;</span></a></td>
1125
+ <td class="containingcelltag"><a href="n-5j30.html" target="main" title="Date"><span class="elementtag">&lt;date&gt;</span></a>, <a href="n-xp30.html" target="main" title="Date within a Citation"><span class="elementtag">&lt;date-in-citation&gt;</span></a>, <a href="n-rd50.html" target="main" title="Element Citation"><span class="elementtag">&lt;element-citation&gt;</span></a>, <a href="n-i6u0.html" target="main" title="Mixed Citation"><span class="elementtag">&lt;mixed-citation&gt;</span></a>, <a href="n-rkv0.html" target="main" title="Related Article Information"><span class="elementtag">&lt;related-article&gt;</span></a>, <a href="n-6uv0.html" target="main" title="Related Object Information"><span class="elementtag">&lt;related-object&gt;</span></a>, <a href="n-5b40.html" target="main" title="Standard Reference"><span class="elementtag">&lt;std-ref&gt;</span></a></td>
1126
+ </tr>
1127
+ </table>
1128
+ <div class="letterindex">
1129
+ <h3 class="header">Click on a letter to skip to its position in the table.</h3><a class="context.index" href="#elem-abbrev">A</a> - <a class="context.index" href="#elem-back">B</a> - <a class="context.index" href="#elem-caption">C</a> - <a class="context.index" href="#elem-date">D</a> - <a class="context.index" href="#elem-edition">E</a> - <a class="context.index" href="#elem-fax">F</a> - <a class="context.index" href="#elem-given-names">G</a> - <a class="context.index" href="#elem-hr">H</a> - <a class="context.index" href="#elem-ics">I</a> - <a class="context.index" href="#elem-journal-id">J</a> - <a class="context.index" href="#elem-label">L</a> - <a class="context.index" href="#elem-main">M</a> - <a class="context.index" href="#elem-name">N</a> - <a class="context.index" href="#elem-object-id">O</a> - <a class="context.index" href="#elem-p">P</a> - <a class="context.index" href="#elem-ref">R</a> - <a class="context.index" href="#elem-sans-serif">S</a> - <a class="context.index" href="#elem-table">T</a> - <a class="context.index" href="#elem-underline">U</a> - <a class="context.index" href="#elem-verse-group">V</a> - <a class="context.index" href="#elem-wi-number">W</a> - <a class="context.index" href="#elem-xref">X</a> - <a class="context.index" href="#elem-year">Y</a></div>
1130
+ <div class="pagefooter">
1131
+ <h2 class="headname">ISO Standards Tag Set (ISOSTS) version 1.1: A customization of NISO JATS version 0.4</h2>
1132
+ <h4 class="pubdate">Version of July 2013</h4>
1133
+ </div>
1134
+ </body>
1135
+ </html>