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,403 @@
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"><script language="javascript" type="text/javascript">
6
+ function toggle(folderID) {
7
+ folder = document.getElementById("folder-"+folderID);
8
+ icon = document.getElementById("icon-"+folderID)
9
+ // need to:
10
+ // switch folder.style.display between 'none' and 'block'
11
+ // switch between collapse and expand icons
12
+
13
+ if (folder.style.display != "block") {
14
+ folder.style.display = "block";
15
+ icon.src = "graphics/3angle-down.gif" ;
16
+ icon.alt = "collapse" ;
17
+ }
18
+ else {
19
+ folder.style.display = "none";
20
+ icon.src = "graphics/3angle-right.gif" ;
21
+ icon.alt = "expand" ;
22
+ };
23
+
24
+ return;
25
+ }
26
+ </script><title>Table of Contents ISO Standards Tag Set (ISOSTS) version 1.1</title>
27
+ </head>
28
+ <body class="toc">
29
+ <div class="toc">
30
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-c000.html" class="page-link"><b>ISO Standards Tag Set (ISOSTS) version 1.1: A customization of NISO JATS version 0.4</b></a></div>
31
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-c500.html" class="page-link">General Introduction</a></div>
32
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="changes.html" class="page-link">Change history</a></div>
33
+ <div class="toc-entry"><a href="javascript:toggle('d4e644')" class="linkbox"><img class="toc-icon" src="graphics/3angle-right.gif" alt="expand" id="icon-d4e644"></a><a target="main" href="n-6t00.html" class="page-link" onclick="javascript:toggle('d4e644');return true">Elements</a></div>
34
+ <div class="toc-section" id="folder-d4e644" style="display:none">
35
+ <div class="toc-entry"><a target="main" href="n-he00.html" class="page-link" title="Abbreviation or Acronym"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;abbrev&gt;</a></div>
36
+ <div class="toc-entry"><a target="main" href="n-nf00.html" class="page-link" title="Acknowledgments"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;ack&gt;</a></div>
37
+ <div class="toc-entry"><a target="main" href="n-kr00.html" class="page-link" title="Address/Contact Information"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;address&gt;</a></div>
38
+ <div class="toc-entry"><a target="main" href="n-4h00.html" class="page-link" title="Address Line"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;addr-line&gt;</a></div>
39
+ <div class="toc-entry"><a target="main" href="n-gj00.html" class="page-link" title="Affiliation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;aff&gt;</a></div>
40
+ <div class="toc-entry"><a target="main" href="n-9b00.html" class="page-link" title="Affiliation Alternatives"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;aff-alternatives&gt;</a></div>
41
+ <div class="toc-entry"><a target="main" href="n-f900.html" class="page-link" title="Alternatives for Processing"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;alternatives&gt;</a></div>
42
+ <div class="toc-entry"><a target="main" href="n-iz00.html" class="page-link" title="Title, Alternate"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;alt-text&gt;</a></div>
43
+ <div class="toc-entry"><a target="main" href="n-gk20.html" class="page-link" title="Type of Annex"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;annex-type&gt;</a></div>
44
+ <div class="toc-entry"><a target="main" href="n-t220.html" class="page-link" title="Annotation in a Citation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;annotation&gt;</a></div>
45
+ <div class="toc-entry"><a target="main" href="n-sc20.html" class="page-link" title="Anonymous"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;anonymous&gt;</a></div>
46
+ <div class="toc-entry"><a target="main" href="n-3320.html" class="page-link" title="Appendix"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;app&gt;</a></div>
47
+ <div class="toc-entry"><a target="main" href="n-bu20.html" class="page-link" title="Appendix Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;app-group&gt;</a></div>
48
+ <div class="toc-entry"><a target="main" href="n-6420.html" class="page-link" title="Array (Simple Tabular Array)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;array&gt;</a></div>
49
+ <div class="toc-entry"><a target="main" href="n-yt20.html" class="page-link" title="Article Title"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;article-title&gt;</a></div>
50
+ <div class="toc-entry"><a target="main" href="n-dg20.html" class="page-link" title="Attribution"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;attrib&gt;</a></div>
51
+ <div class="toc-entry"><a target="main" href="n-qr20.html" class="page-link" title="Author Comment"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;author-comment&gt;</a></div>
52
+ <div class="toc-entry"><a target="main" href="n-9h20.html" class="page-link" title="Award Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;award-id&gt;</a></div>
53
+ <div class="toc-entry"><a target="main" href="n-rj20.html" class="page-link" title="Back Matter"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;back&gt;</a></div>
54
+ <div class="toc-entry"><a target="main" href="n-sq20.html" class="page-link" title="Biography"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;bio&gt;</a></div>
55
+ <div class="toc-entry"><a target="main" href="n-pz20.html" class="page-link" title="Body of the Document"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;body&gt;</a></div>
56
+ <div class="toc-entry"><a target="main" href="n-w5c0.html" class="page-link" title="Bold"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;bold&gt;</a></div>
57
+ <div class="toc-entry"><a target="main" href="n-twc0.html" class="page-link" title="Boxed Text"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;boxed-text&gt;</a></div>
58
+ <div class="toc-entry"><a target="main" href="n-9sc0.html" class="page-link" title="Line Break"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;break&gt;</a></div>
59
+ <div class="toc-entry"><a target="main" href="n-ftc0.html" class="page-link" title="Caption of a Figure, Table, etc."><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;caption&gt;</a></div>
60
+ <div class="toc-entry"><a target="main" href="n-wgc0.html" class="page-link" title="Chapter Title in a Citation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;chapter-title&gt;</a></div>
61
+ <div class="toc-entry"><a target="main" href="n-p6c0.html" class="page-link" title="Chemical Structure (Display)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;chem-struct&gt;</a></div>
62
+ <div class="toc-entry"><a target="main" href="n-iic0.html" class="page-link" title="Chemical Structure Wrapper"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;chem-struct-wrap&gt;</a></div>
63
+ <div class="toc-entry"><a target="main" href="n-3pc0.html" class="page-link" title="Table Column (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;col&gt;</a></div>
64
+ <div class="toc-entry"><a target="main" href="n-bpc0.html" class="page-link" title="Table Column Group (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;colgroup&gt;</a></div>
65
+ <div class="toc-entry"><a target="main" href="n-hqc0.html" class="page-link" title="Collaborative (Group) Author"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;collab&gt;</a></div>
66
+ <div class="toc-entry"><a target="main" href="n-gk30.html" class="page-link" title="Comment in a Citation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;comment&gt;</a></div>
67
+ <div class="toc-entry"><a target="main" href="n-v530.html" class="page-link" title="Committee, Subcommittee, Working Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;comm-ref&gt;</a></div>
68
+ <div class="toc-entry"><a target="main" href="n-2830.html" class="page-link" title="Complementary Title Element"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;compl&gt;</a></div>
69
+ <div class="toc-entry"><a target="main" href="n-tx30.html" class="page-link" title="Conference Date"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;conf-date&gt;</a></div>
70
+ <div class="toc-entry"><a target="main" href="n-5v30.html" class="page-link" title="Conference Location"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;conf-loc&gt;</a></div>
71
+ <div class="toc-entry"><a target="main" href="n-qv30.html" class="page-link" title="Conference Name"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;conf-name&gt;</a></div>
72
+ <div class="toc-entry"><a target="main" href="n-6430.html" class="page-link" title="Conference Sponsor"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;conf-sponsor&gt;</a></div>
73
+ <div class="toc-entry"><a target="main" href="n-vs30.html" class="page-link" title="Document Language"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;content-language&gt;</a></div>
74
+ <div class="toc-entry"><a target="main" href="n-ft30.html" class="page-link" title="Contributor"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;contrib&gt;</a></div>
75
+ <div class="toc-entry"><a target="main" href="n-je30.html" class="page-link" title="Contributor Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;contrib-group&gt;</a></div>
76
+ <div class="toc-entry"><a target="main" href="n-6g30.html" class="page-link" title="Copyright Holder"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;copyright-holder&gt;</a></div>
77
+ <div class="toc-entry"><a target="main" href="n-rn30.html" class="page-link" title="Copyright Statement"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;copyright-statement&gt;</a></div>
78
+ <div class="toc-entry"><a target="main" href="n-5r30.html" class="page-link" title="Copyright Year"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;copyright-year&gt;</a></div>
79
+ <div class="toc-entry"><a target="main" href="n-9r30.html" class="page-link" title="Country: in an Address"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;country&gt;</a></div>
80
+ <div class="toc-entry"><a target="main" href="n-ph30.html" class="page-link" title="Custom Metadata"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;custom-meta&gt;</a></div>
81
+ <div class="toc-entry"><a target="main" href="n-3y30.html" class="page-link" title="Custom Metadata Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;custom-meta-group&gt;</a></div>
82
+ <div class="toc-entry"><a target="main" href="n-5j30.html" class="page-link" title="Date"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;date&gt;</a></div>
83
+ <div class="toc-entry"><a target="main" href="n-xp30.html" class="page-link" title="Date within a Citation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;date-in-citation&gt;</a></div>
84
+ <div class="toc-entry"><a target="main" href="n-6q30.html" class="page-link" title="Day"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;day&gt;</a></div>
85
+ <div class="toc-entry"><a target="main" href="n-8b30.html" class="page-link" title="Definition List: Definition"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;def&gt;</a></div>
86
+ <div class="toc-entry"><a target="main" href="n-5930.html" class="page-link" title="Definition List: Definition Head"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;def-head&gt;</a></div>
87
+ <div class="toc-entry"><a target="main" href="n-t250.html" class="page-link" title="Definition List: Definition Item"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;def-item&gt;</a></div>
88
+ <div class="toc-entry"><a target="main" href="n-ic50.html" class="page-link" title="Definition List"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;def-list&gt;</a></div>
89
+ <div class="toc-entry"><a target="main" href="n-v550.html" class="page-link" title="Degree(s)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;degrees&gt;</a></div>
90
+ <div class="toc-entry"><a target="main" href="n-k850.html" class="page-link" title="Formula, Display"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;disp-formula&gt;</a></div>
91
+ <div class="toc-entry"><a target="main" href="n-ax50.html" class="page-link" title="Formula, Display Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;disp-formula-group&gt;</a></div>
92
+ <div class="toc-entry"><a target="main" href="n-pv50.html" class="page-link" title="Quote, Displayed"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;disp-quote&gt;</a></div>
93
+ <div class="toc-entry"><a target="main" href="n-d750.html" class="page-link" title="Document Identification Section"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;doc-ident&gt;</a></div>
94
+ <div class="toc-entry"><a target="main" href="n-qe50.html" class="page-link" title="Document Number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;doc-number&gt;</a></div>
95
+ <div class="toc-entry"><a target="main" href="n-qf50.html" class="page-link" title="Document Reference"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;doc-ref&gt;</a></div>
96
+ <div class="toc-entry"><a target="main" href="n-6g50.html" class="page-link" title="Document Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;doc-type&gt;</a></div>
97
+ <div class="toc-entry"><a target="main" href="n-r650.html" class="page-link" title="Edition, Cited"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;edition&gt;</a></div>
98
+ <div class="toc-entry"><a target="main" href="n-rd50.html" class="page-link" title="Element Citation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;element-citation&gt;</a></div>
99
+ <div class="toc-entry"><a target="main" href="n-d950.html" class="page-link" title="Electronic Location Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;elocation-id&gt;</a></div>
100
+ <div class="toc-entry"><a target="main" href="n-3m50.html" class="page-link" title="Email Address"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;email&gt;</a></div>
101
+ <div class="toc-entry"><a target="main" href="n-rm50.html" class="page-link" title="Et Al."><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;etal&gt;</a></div>
102
+ <div class="toc-entry"><a target="main" href="n-wz50.html" class="page-link" title="External Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;ext-link&gt;</a></div>
103
+ <div class="toc-entry"><a target="main" href="n-s280.html" class="page-link" title="Fax Number: in an Address"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;fax&gt;</a></div>
104
+ <div class="toc-entry"><a target="main" href="n-wc80.html" class="page-link" title="Figure"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;fig&gt;</a></div>
105
+ <div class="toc-entry"><a target="main" href="n-xa80.html" class="page-link" title="Figure Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;fig-group&gt;</a></div>
106
+ <div class="toc-entry"><a target="main" href="n-fw80.html" class="page-link" title="Footnote"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;fn&gt;</a></div>
107
+ <div class="toc-entry"><a target="main" href="n-nx80.html" class="page-link" title="Footnote Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;fn-group&gt;</a></div>
108
+ <div class="toc-entry"><a target="main" href="n-7v80.html" class="page-link" title="First Page"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;fpage&gt;</a></div>
109
+ <div class="toc-entry"><a target="main" href="n-k480.html" class="page-link" title="Front Matter"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;front&gt;</a></div>
110
+ <div class="toc-entry"><a target="main" href="n-nt80.html" class="page-link" title="Full Title"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;full&gt;</a></div>
111
+ <div class="toc-entry"><a target="main" href="n-cn80.html" class="page-link" title="Funding Source"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;funding-source&gt;</a></div>
112
+ <div class="toc-entry"><a target="main" href="n-pd80.html" class="page-link" title="Given (First) Names"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;given-names&gt;</a></div>
113
+ <div class="toc-entry"><a target="main" href="n-5h80.html" class="page-link" title="Glossary Elements List"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;glossary&gt;</a></div>
114
+ <div class="toc-entry"><a target="main" href="n-9j80.html" class="page-link" title="Glyph Data for a Private Character"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;glyph-data&gt;</a></div>
115
+ <div class="toc-entry"><a target="main" href="n-fp80.html" class="page-link" title="Glyph Reference for a Private Character"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;glyph-ref&gt;</a></div>
116
+ <div class="toc-entry"><a target="main" href="n-sq80.html" class="page-link" title="Government Report, Cited"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;gov&gt;</a></div>
117
+ <div class="toc-entry"><a target="main" href="n-f980.html" class="page-link" title="Graphic"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;graphic&gt;</a></div>
118
+ <div class="toc-entry"><a target="main" href="n-wz80.html" class="page-link" title="Horizontal Rule"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;hr&gt;</a></div>
119
+ <div class="toc-entry"><a target="main" href="n-bz80.html" class="page-link" title="International Classification for Standards"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;ics&gt;</a></div>
120
+ <div class="toc-entry"><a target="main" href="n-hka0.html" class="page-link" title="Formula, Inline"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;inline-formula&gt;</a></div>
121
+ <div class="toc-entry"><a target="main" href="n-g3a0.html" class="page-link" title="Inline Graphic"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;inline-graphic&gt;</a></div>
122
+ <div class="toc-entry"><a target="main" href="n-55a0.html" class="page-link" title="Inline Supplementary Material"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;inline-supplementary-material&gt;</a></div>
123
+ <div class="toc-entry"><a target="main" href="n-naa0.html" class="page-link" title="Institution Name: in an Address"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;institution&gt;</a></div>
124
+ <div class="toc-entry"><a target="main" href="n-tua0.html" class="page-link" title="Introductory Title Element"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;intro&gt;</a></div>
125
+ <div class="toc-entry"><a target="main" href="n-q4a0.html" class="page-link" title="ISBN"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;isbn&gt;</a></div>
126
+ <div class="toc-entry"><a target="main" href="n-fsa0.html" class="page-link" title="Is-Proof Flag"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;is-proof&gt;</a></div>
127
+ <div class="toc-entry"><a target="main" href="n-vta0.html" class="page-link" title="ISO Metadata"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;iso-meta&gt;</a></div>
128
+ <div class="toc-entry"><a target="main" href="n-yea0.html" class="page-link" title="ISSN"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;issn&gt;</a></div>
129
+ <div class="toc-entry"><a target="main" href="n-ufa0.html" class="page-link" title="Issue Number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;issue&gt;</a></div>
130
+ <div class="toc-entry"><a target="main" href="n-mfa0.html" class="page-link" title="Issue Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;issue-id&gt;</a></div>
131
+ <div class="toc-entry"><a target="main" href="n-tga0.html" class="page-link" title="Issue Part"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;issue-part&gt;</a></div>
132
+ <div class="toc-entry"><a target="main" href="n-zga0.html" class="page-link" title="Issue Title"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;issue-title&gt;</a></div>
133
+ <div class="toc-entry"><a target="main" href="n-7na0.html" class="page-link" title="Italic"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;italic&gt;</a></div>
134
+ <div class="toc-entry"><a target="main" href="n-iha0.html" class="page-link" title="Journal Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;journal-id&gt;</a></div>
135
+ <div class="toc-entry"><a target="main" href="n-aia0.html" class="page-link" title="Label of a Figure, Reference, Etc."><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;label&gt;</a></div>
136
+ <div class="toc-entry"><a target="main" href="n-upa0.html" class="page-link" title="Language"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;language&gt;</a></div>
137
+ <div class="toc-entry"><a target="main" href="n-uba0.html" class="page-link" title="License Information"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;license&gt;</a></div>
138
+ <div class="toc-entry"><a target="main" href="n-9ba0.html" class="page-link" title="License Paragraph"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;license-p&gt;</a></div>
139
+ <div class="toc-entry"><a target="main" href="n-t3u0.html" class="page-link" title="List"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;list&gt;</a></div>
140
+ <div class="toc-entry"><a target="main" href="n-x5u0.html" class="page-link" title="List Item"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;list-item&gt;</a></div>
141
+ <div class="toc-entry"><a target="main" href="n-n8u0.html" class="page-link" title="Long Description"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;long-desc&gt;</a></div>
142
+ <div class="toc-entry"><a target="main" href="n-wau0.html" class="page-link" title="Last Page"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;lpage&gt;</a></div>
143
+ <div class="toc-entry"><a target="main" href="n-pau0.html" class="page-link" title="Main Title Element"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;main&gt;</a></div>
144
+ <div class="toc-entry"><a target="main" href="n-x4u0.html" class="page-link" title="Media Object"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;media&gt;</a></div>
145
+ <div class="toc-entry"><a target="main" href="n-isu0.html" class="page-link" title="Other Metadata Date"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;meta-date&gt;</a></div>
146
+ <div class="toc-entry"><a target="main" href="n-ntu0.html" class="page-link" title="Metadata Data Name for Custom Metadata"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;meta-name&gt;</a></div>
147
+ <div class="toc-entry"><a target="main" href="n-g7u0.html" class="page-link" title="Metadata Data Value for Custom Metadata"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;meta-value&gt;</a></div>
148
+ <div class="toc-entry"><a target="main" href="n-jnu0.html" class="page-link" title="Milestone End"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;milestone-end&gt;</a></div>
149
+ <div class="toc-entry"><a target="main" href="n-w6u0.html" class="page-link" title="Milestone Start"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;milestone-start&gt;</a></div>
150
+ <div class="toc-entry"><a target="main" href="n-i6u0.html" class="page-link" title="Mixed Citation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;mixed-citation&gt;</a></div>
151
+ <div class="toc-entry"><a target="main" href="n-ybu0.html" class="page-link" title="Math (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;mml:math&gt;</a></div>
152
+ <div class="toc-entry"><a target="main" href="n-amu0.html" class="page-link" title="Monospace Text (Typewriter Text)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;monospace&gt;</a></div>
153
+ <div class="toc-entry"><a target="main" href="n-7cw0.html" class="page-link" title="Month"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;month&gt;</a></div>
154
+ <div class="toc-entry"><a target="main" href="n-k3w0.html" class="page-link" title="Name of Person (Structured)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;name&gt;</a></div>
155
+ <div class="toc-entry"><a target="main" href="n-45w0.html" class="page-link" title="Name Alternatives"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;name-alternatives&gt;</a></div>
156
+ <div class="toc-entry"><a target="main" href="n-g8w0.html" class="page-link" title="Named Special (Subject) Content"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;named-content&gt;</a></div>
157
+ <div class="toc-entry"><a target="main" href="n-t4w0.html" class="page-link" title="National-body Metadata"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;nat-meta&gt;</a></div>
158
+ <div class="toc-entry"><a target="main" href="n-asw0.html" class="page-link" title="Non-normative Example"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;non-normative-example&gt;</a></div>
159
+ <div class="toc-entry"><a target="main" href="n-6ew0.html" class="page-link" title="Non-normative Note"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;non-normative-note&gt;</a></div>
160
+ <div class="toc-entry"><a target="main" href="n-56w0.html" class="page-link" title="Notes"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;notes&gt;</a></div>
161
+ <div class="toc-entry"><a target="main" href="n-riw0.html" class="page-link" title="Number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;num&gt;</a></div>
162
+ <div class="toc-entry"><a target="main" href="n-nyw0.html" class="page-link" title="Object Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;object-id&gt;</a></div>
163
+ <div class="toc-entry"><a target="main" href="n-8jw0.html" class="page-link" title="On Behalf of"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;on-behalf-of&gt;</a></div>
164
+ <div class="toc-entry"><a target="main" href="n-5qw0.html" class="page-link" title="Open Access"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;open-access&gt;</a></div>
165
+ <div class="toc-entry"><a target="main" href="n-kbw0.html" class="page-link" title="Originator of the Document"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;originator&gt;</a></div>
166
+ <div class="toc-entry"><a target="main" href="n-s9w0.html" class="page-link" title="Overline"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;overline&gt;</a></div>
167
+ <div class="toc-entry"><a target="main" href="n-t2x0.html" class="page-link" title="Paragraph"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;p&gt;</a></div>
168
+ <div class="toc-entry"><a target="main" href="n-pux0.html" class="page-link" title="Page Count"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;page-count&gt;</a></div>
169
+ <div class="toc-entry"><a target="main" href="n-dwx0.html" class="page-link" title="Page Ranges"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;page-range&gt;</a></div>
170
+ <div class="toc-entry"><a target="main" href="n-gxx0.html" class="page-link" title="Part Number of Multi-part Document"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;part-number&gt;</a></div>
171
+ <div class="toc-entry"><a target="main" href="n-fvx0.html" class="page-link" title="Part Title in a Citation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;part-title&gt;</a></div>
172
+ <div class="toc-entry"><a target="main" href="n-ktx0.html" class="page-link" title="Patent Number, Cited"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;patent&gt;</a></div>
173
+ <div class="toc-entry"><a target="main" href="n-itx0.html" class="page-link" title="Permissions"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;permissions&gt;</a></div>
174
+ <div class="toc-entry"><a target="main" href="n-2ex0.html" class="page-link" title="Person Group for a Cited Publication"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;person-group&gt;</a></div>
175
+ <div class="toc-entry"><a target="main" href="n-gfx0.html" class="page-link" title="Phone Number: in an Address"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;phone&gt;</a></div>
176
+ <div class="toc-entry"><a target="main" href="n-3gx0.html" class="page-link" title="Prefix"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;prefix&gt;</a></div>
177
+ <div class="toc-entry"><a target="main" href="n-ngx0.html" class="page-link" title="Preformatted Text"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;preformat&gt;</a></div>
178
+ <div class="toc-entry"><a target="main" href="n-5rx0.html" class="page-link" title="Price"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;price&gt;</a></div>
179
+ <div class="toc-entry"><a target="main" href="n-ihx0.html" class="page-link" title="Private Character (Custom or Unicode™)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;private-char&gt;</a></div>
180
+ <div class="toc-entry"><a target="main" href="n-iix0.html" class="page-link" title="ISO Project Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;proj-id&gt;</a></div>
181
+ <div class="toc-entry"><a target="main" href="n-syx0.html" class="page-link" title="Publication Date"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;pub-date&gt;</a></div>
182
+ <div class="toc-entry"><a target="main" href="n-vjx0.html" class="page-link" title="Publication Identifier for a Cited Publication"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;pub-id&gt;</a></div>
183
+ <div class="toc-entry"><a target="main" href="n-bjx0.html" class="page-link" title="Publisher’s Location"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;publisher-loc&gt;</a></div>
184
+ <div class="toc-entry"><a target="main" href="n-zpx0.html" class="page-link" title="Publisher’s Name"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;publisher-name&gt;</a></div>
185
+ <div class="toc-entry"><a target="main" href="n-hqx0.html" class="page-link" title="Reference Item"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;ref&gt;</a></div>
186
+ <div class="toc-entry"><a target="main" href="n-c9x0.html" class="page-link" title="Reference List (Bibliographic)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;ref-list&gt;</a></div>
187
+ <div class="toc-entry"><a target="main" href="n-rkv0.html" class="page-link" title="Related Article Information"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;related-article&gt;</a></div>
188
+ <div class="toc-entry"><a target="main" href="n-6uv0.html" class="page-link" title="Related Object Information"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;related-object&gt;</a></div>
189
+ <div class="toc-entry"><a target="main" href="n-g7v0.html" class="page-link" title="Release Date"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;release-date&gt;</a></div>
190
+ <div class="toc-entry"><a target="main" href="n-7ev0.html" class="page-link" title="Release Version"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;release-version&gt;</a></div>
191
+ <div class="toc-entry"><a target="main" href="el_release-version-id.html" class="page-link" title="Release Version Id"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;release-version-id&gt;</a></div>
192
+ <div class="toc-entry"><a target="main" href="el_reg-meta.html" class="page-link" title="Regional standards body Metadata"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;reg-meta&gt;</a></div>
193
+ <div class="toc-entry"><a target="main" href="n-pfv0.html" class="page-link" title="Role or Function Title of Contributor"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;role&gt;</a></div>
194
+ <div class="toc-entry"><a target="main" href="n-c6v0.html" class="page-link" title="Roman"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;roman&gt;</a></div>
195
+ <div class="toc-entry"><a target="main" href="n-4iv0.html" class="page-link" title="Sans Serif"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sans-serif&gt;</a></div>
196
+ <div class="toc-entry"><a target="main" href="n-eqv0.html" class="page-link" title="Small Caps"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sc&gt;</a></div>
197
+ <div class="toc-entry"><a target="main" href="n-dzv0.html" class="page-link" title="Standards Development Organization"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sdo&gt;</a></div>
198
+ <div class="toc-entry"><a target="main" href="n-nk40.html" class="page-link" title="Season"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;season&gt;</a></div>
199
+ <div class="toc-entry"><a target="main" href="n-5240.html" class="page-link" title="Section"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sec&gt;</a></div>
200
+ <div class="toc-entry"><a target="main" href="n-9a40.html" class="page-link" title="Secretariat"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;secretariat&gt;</a></div>
201
+ <div class="toc-entry"><a target="main" href="n-hu40.html" class="page-link" title="Series"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;series&gt;</a></div>
202
+ <div class="toc-entry"><a target="main" href="n-px40.html" class="page-link" title="Signature"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sig&gt;</a></div>
203
+ <div class="toc-entry"><a target="main" href="n-7s40.html" class="page-link" title="Signature Block"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sig-block&gt;</a></div>
204
+ <div class="toc-entry"><a target="main" href="n-ue40.html" class="page-link" title="Size"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;size&gt;</a></div>
205
+ <div class="toc-entry"><a target="main" href="n-9e40.html" class="page-link" title="Source"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;source&gt;</a></div>
206
+ <div class="toc-entry"><a target="main" href="n-8n40.html" class="page-link" title="Speaker"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;speaker&gt;</a></div>
207
+ <div class="toc-entry"><a target="main" href="n-i640.html" class="page-link" title="Speech"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;speech&gt;</a></div>
208
+ <div class="toc-entry"><a target="main" href="n-qd40.html" class="page-link" title="Standard or Standards-Related Document"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;standard&gt;</a></div>
209
+ <div class="toc-entry"><a target="main" href="n-jr40.html" class="page-link" title="Statement, Formal"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;statement&gt;</a></div>
210
+ <div class="toc-entry"><a target="main" href="n-ui40.html" class="page-link" title="Standard, Cited"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;std&gt;</a></div>
211
+ <div class="toc-entry"><a target="main" href="n-fp40.html" class="page-link" title="Standard Reference"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;std-ident&gt;</a></div>
212
+ <div class="toc-entry"><a target="main" href="n-5b40.html" class="page-link" title="Standard Reference"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;std-ref&gt;</a></div>
213
+ <div class="toc-entry"><a target="main" href="n-3m40.html" class="page-link" title="Cross Reference to Other Standard"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;std-xref&gt;</a></div>
214
+ <div class="toc-entry"><a target="main" href="n-5z40.html" class="page-link" title="Strike Through"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;strike&gt;</a></div>
215
+ <div class="toc-entry"><a target="main" href="n-83s0.html" class="page-link" title="Name of Person (Unstructured)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;string-name&gt;</a></div>
216
+ <div class="toc-entry"><a target="main" href="n-t5s0.html" class="page-link" title="Styled Special (Subject) Content"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;styled-content&gt;</a></div>
217
+ <div class="toc-entry"><a target="main" href="n-wvs0.html" class="page-link" title="Subscript"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sub&gt;</a></div>
218
+ <div class="toc-entry"><a target="main" href="n-n7s0.html" class="page-link" title="Sub-part of Standard or Standards-Related Document"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sub-part&gt;</a></div>
219
+ <div class="toc-entry"><a target="main" href="n-des0.html" class="page-link" title="Document Subtitle"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;subtitle&gt;</a></div>
220
+ <div class="toc-entry"><a target="main" href="n-76s0.html" class="page-link" title="Suffix"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;suffix&gt;</a></div>
221
+ <div class="toc-entry"><a target="main" href="n-kds0.html" class="page-link" title="Superscript"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;sup&gt;</a></div>
222
+ <div class="toc-entry"><a target="main" href="n-4ys0.html" class="page-link" title="Supplement Information"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;supplement&gt;</a></div>
223
+ <div class="toc-entry"><a target="main" href="n-tqs0.html" class="page-link" title="Supplementary Material"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;supplementary-material&gt;</a></div>
224
+ <div class="toc-entry"><a target="main" href="n-3zs0.html" class="page-link" title="Supplement Number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;suppl-number&gt;</a></div>
225
+ <div class="toc-entry"><a target="main" href="n-qzs0.html" class="page-link" title="Supplement Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;suppl-type&gt;</a></div>
226
+ <div class="toc-entry"><a target="main" href="n-mkt0.html" class="page-link" title="Supplement Version Number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;suppl-version&gt;</a></div>
227
+ <div class="toc-entry"><a target="main" href="n-d2t0.html" class="page-link" title="Surname"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;surname&gt;</a></div>
228
+ <div class="toc-entry"><a target="main" href="n-wct0.html" class="page-link" title="Table (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;table&gt;</a></div>
229
+ <div class="toc-entry"><a target="main" href="n-j5t0.html" class="page-link" title="Table Wrapper"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;table-wrap&gt;</a></div>
230
+ <div class="toc-entry"><a target="main" href="n-swt0.html" class="page-link" title="Table Wrapper Footer"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;table-wrap-foot&gt;</a></div>
231
+ <div class="toc-entry"><a target="main" href="n-pxt0.html" class="page-link" title="Table Wrapper Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;table-wrap-group&gt;</a></div>
232
+ <div class="toc-entry"><a target="main" href="n-x4t0.html" class="page-link" title="Target of an Internal Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;target&gt;</a></div>
233
+ <div class="toc-entry"><a target="main" href="n-8tt0.html" class="page-link" title="Table Body (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;tbody&gt;</a></div>
234
+ <div class="toc-entry"><a target="main" href="n-37t0.html" class="page-link" title="Entailed Term (TBX Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;tbx:entailedTerm&gt;</a></div>
235
+ <div class="toc-entry"><a target="main" href="n-z7t0.html" class="page-link" title="Term Entry (TBX Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;tbx:termEntry&gt;</a></div>
236
+ <div class="toc-entry"><a target="main" href="n-kft0.html" class="page-link" title="Table Data Cell (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;td&gt;</a></div>
237
+ <div class="toc-entry"><a target="main" href="n-aht0.html" class="page-link" title="Definition List: Term"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;term&gt;</a></div>
238
+ <div class="toc-entry"><a target="main" href="n-jpt0.html" class="page-link" title="Display Form of Term Entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;term-display&gt;</a></div>
239
+ <div class="toc-entry"><a target="main" href="n-nmt0.html" class="page-link" title="Definition List: Term Head"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;term-head&gt;</a></div>
240
+ <div class="toc-entry"><a target="main" href="n-qc70.html" class="page-link" title="Terminology Section"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;term-sec&gt;</a></div>
241
+ <div class="toc-entry"><a target="main" href="n-8u70.html" class="page-link" title="Textual Form"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;textual-form&gt;</a></div>
242
+ <div class="toc-entry"><a target="main" href="n-mx70.html" class="page-link" title="Table Footer (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;tfoot&gt;</a></div>
243
+ <div class="toc-entry"><a target="main" href="n-pv70.html" class="page-link" title="Table Header Cell (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;th&gt;</a></div>
244
+ <div class="toc-entry"><a target="main" href="n-rf70.html" class="page-link" title="Table Header (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;thead&gt;</a></div>
245
+ <div class="toc-entry"><a target="main" href="n-6g70.html" class="page-link" title="Title"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;title&gt;</a></div>
246
+ <div class="toc-entry"><a target="main" href="n-pr70.html" class="page-link" title="Title Wrapper"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;title-wrap&gt;</a></div>
247
+ <div class="toc-entry"><a target="main" href="n-8i70.html" class="page-link" title="Table Row (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;tr&gt;</a></div>
248
+ <div class="toc-entry"><a target="main" href="n-4y70.html" class="page-link" title="Translated Source"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;trans-source&gt;</a></div>
249
+ <div class="toc-entry"><a target="main" href="n-yp70.html" class="page-link" title="Translated Title"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;trans-title&gt;</a></div>
250
+ <div class="toc-entry"><a target="main" href="n-ym70.html" class="page-link" title="Underline"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;underline&gt;</a></div>
251
+ <div class="toc-entry"><a target="main" href="n-mce0.html" class="page-link" title="Uniform Resource Indicator (URI)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;uri&gt;</a></div>
252
+ <div class="toc-entry"><a target="main" href="n-g3e0.html" class="page-link" title="Uniform Resource Name"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;urn&gt;</a></div>
253
+ <div class="toc-entry"><a target="main" href="n-h5e0.html" class="page-link" title="Verse Form for Poetry"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;verse-group&gt;</a></div>
254
+ <div class="toc-entry"><a target="main" href="n-5ae0.html" class="page-link" title="Line of a Verse"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;verse-line&gt;</a></div>
255
+ <div class="toc-entry"><a target="main" href="n-3xe0.html" class="page-link" title="Document Version Number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;version&gt;</a></div>
256
+ <div class="toc-entry"><a target="main" href="n-qxe0.html" class="page-link" title="Volume Number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;volume&gt;</a></div>
257
+ <div class="toc-entry"><a target="main" href="n-tve0.html" class="page-link" title="Volume Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;volume-id&gt;</a></div>
258
+ <div class="toc-entry"><a target="main" href="n-bve0.html" class="page-link" title="Volume Series"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;volume-series&gt;</a></div>
259
+ <div class="toc-entry"><a target="main" href="n-44e0.html" class="page-link" title="Work item number"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;wi-number&gt;</a></div>
260
+ <div class="toc-entry"><a target="main" href="n-kse0.html" class="page-link" title="X(cross) Reference"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;xref&gt;</a></div>
261
+ <div class="toc-entry"><a target="main" href="n-k7e0.html" class="page-link" title="Year"><img class="toc-icon" src="graphics/block.gif" alt="spacer">&lt;year&gt;</a></div>
262
+ </div>
263
+ <div class="toc-entry"><a href="javascript:toggle('d4e26841')" class="linkbox"><img class="toc-icon" src="graphics/3angle-right.gif" alt="expand" id="icon-d4e26841"></a><a target="main" href="n-r7e0.html" class="page-link" onclick="javascript:toggle('d4e26841');return true">Attributes</a></div>
264
+ <div class="toc-section" id="folder-d4e26841" style="display:none">
265
+ <div class="toc-entry"><a target="main" href="n-6fe0.html" class="page-link" title="Abbreviation (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">abbr</a></div>
266
+ <div class="toc-entry"><a target="main" href="n-vge0.html" class="page-link" title="Horizontal Alignment (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">align</a></div>
267
+ <div class="toc-entry"><a target="main" href="n-f6e0.html" class="page-link" title="Alternative Text"><img class="toc-icon" src="graphics/block.gif" alt="spacer">alt</a></div>
268
+ <div class="toc-entry"><a target="main" href="n-ide0.html" class="page-link" title="Alternate Image (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">altimg</a></div>
269
+ <div class="toc-entry"><a target="main" href="n-tre0.html" class="page-link" title="Alternate Text (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">alttext</a></div>
270
+ <div class="toc-entry"><a target="main" href="n-whe0.html" class="page-link" title="Arrangement of Subscripts and Superscripts"><img class="toc-icon" src="graphics/block.gif" alt="spacer">arrange</a></div>
271
+ <div class="toc-entry"><a target="main" href="n-cie0.html" class="page-link" title="Axis (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">axis</a></div>
272
+ <div class="toc-entry"><a target="main" href="n-bie0.html" class="page-link" title="Baseline (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">baseline</a></div>
273
+ <div class="toc-entry"><a target="main" href="n-nye0.html" class="page-link" title="Baseline Shift"><img class="toc-icon" src="graphics/block.gif" alt="spacer">baseline-shift</a></div>
274
+ <div class="toc-entry"><a target="main" href="n-dpe0.html" class="page-link" title="Border (Frame) around a Table (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">border</a></div>
275
+ <div class="toc-entry"><a target="main" href="n-eqe0.html" class="page-link" title="Cell Padding (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">cellpadding</a></div>
276
+ <div class="toc-entry"><a target="main" href="n-ube0.html" class="page-link" title="Cell Spacing (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">cellspacing</a></div>
277
+ <div class="toc-entry"><a target="main" href="n-zbe0.html" class="page-link" title="Table Cell Alignment Character (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">char</a></div>
278
+ <div class="toc-entry"><a target="main" href="n-eme0.html" class="page-link" title="Table Character Offset (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">charoff</a></div>
279
+ <div class="toc-entry"><a target="main" href="n-kkf0.html" class="page-link" title="Class (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">class</a></div>
280
+ <div class="toc-entry"><a target="main" href="n-hkf0.html" class="page-link" title="Type of Collaboration"><img class="toc-icon" src="graphics/block.gif" alt="spacer">collab-type</a></div>
281
+ <div class="toc-entry"><a target="main" href="n-7cf0.html" class="page-link" title="Column Span (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">colspan</a></div>
282
+ <div class="toc-entry"><a target="main" href="n-x3f0.html" class="page-link" title="Type of Content"><img class="toc-icon" src="graphics/block.gif" alt="spacer">content-type</a></div>
283
+ <div class="toc-entry"><a target="main" href="n-muf0.html" class="page-link" title="Continued From"><img class="toc-icon" src="graphics/block.gif" alt="spacer">continued-from</a></div>
284
+ <div class="toc-entry"><a target="main" href="n-pwf0.html" class="page-link" title="Type of Contribution"><img class="toc-icon" src="graphics/block.gif" alt="spacer">contrib-type</a></div>
285
+ <div class="toc-entry"><a target="main" href="n-9xf0.html" class="page-link" title="Corresponding Author"><img class="toc-icon" src="graphics/block.gif" alt="spacer">corresp</a></div>
286
+ <div class="toc-entry"><a target="main" href="n-bvf0.html" class="page-link" title="Count"><img class="toc-icon" src="graphics/block.gif" alt="spacer">count</a></div>
287
+ <div class="toc-entry"><a target="main" href="n-n4f0.html" class="page-link" title="Country"><img class="toc-icon" src="graphics/block.gif" alt="spacer">country</a></div>
288
+ <div class="toc-entry"><a target="main" href="n-msf0.html" class="page-link" title="Currency"><img class="toc-icon" src="graphics/block.gif" alt="spacer">currency</a></div>
289
+ <div class="toc-entry"><a target="main" href="n-x7f0.html" class="page-link" title="Type of Date"><img class="toc-icon" src="graphics/block.gif" alt="spacer">date-type</a></div>
290
+ <div class="toc-entry"><a target="main" href="n-gef0.html" class="page-link" title="Deceased"><img class="toc-icon" src="graphics/block.gif" alt="spacer">deceased</a></div>
291
+ <div class="toc-entry"><a target="main" href="n-vff0.html" class="page-link" title="Description of a Private Character"><img class="toc-icon" src="graphics/block.gif" alt="spacer">description</a></div>
292
+ <div class="toc-entry"><a target="main" href="n-4gf0.html" class="page-link" title="Display (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">display</a></div>
293
+ <div class="toc-entry"><a target="main" href="n-2nf0.html" class="page-link" title="Document Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">document-id</a></div>
294
+ <div class="toc-entry"><a target="main" href="n-inf0.html" class="page-link" title="Document Identifier Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">document-id-type</a></div>
295
+ <div class="toc-entry"><a target="main" href="n-s6f0.html" class="page-link" title="Document Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">document-type</a></div>
296
+ <div class="toc-entry"><a target="main" href="n-cdf0.html" class="page-link" title="Decimal Separator"><img class="toc-icon" src="graphics/block.gif" alt="spacer">dsep</a></div>
297
+ <div class="toc-entry"><a target="main" href="n-qdf0.html" class="page-link" title="Version of the Tag Set (DTD)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">dtd-version</a></div>
298
+ <div class="toc-entry"><a target="main" href="n-rrf0.html" class="page-link" title="Elocation Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">elocation-id</a></div>
299
+ <div class="toc-entry"><a target="main" href="n-thf0.html" class="page-link" title="Equal Contribution"><img class="toc-icon" src="graphics/block.gif" alt="spacer">equal-contrib</a></div>
300
+ <div class="toc-entry"><a target="main" href="n-sif0.html" class="page-link" title="Type of External Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">ext-link-type</a></div>
301
+ <div class="toc-entry"><a target="main" href="n-epf0.html" class="page-link" title="Type of Figure"><img class="toc-icon" src="graphics/block.gif" alt="spacer">fig-type</a></div>
302
+ <div class="toc-entry"><a target="main" href="n-hqf0.html" class="page-link" title="Type of Footnote"><img class="toc-icon" src="graphics/block.gif" alt="spacer">fn-type</a></div>
303
+ <div class="toc-entry"><a target="main" href="n-jmf0.html" class="page-link" title="Font Character Table Offset"><img class="toc-icon" src="graphics/block.gif" alt="spacer">fontchar</a></div>
304
+ <div class="toc-entry"><a target="main" href="n-7zf0.html" class="page-link" title="Font Name"><img class="toc-icon" src="graphics/block.gif" alt="spacer">fontname</a></div>
305
+ <div class="toc-entry"><a target="main" href="n-3kg0.html" class="page-link" title="Format"><img class="toc-icon" src="graphics/block.gif" alt="spacer">format</a></div>
306
+ <div class="toc-entry"><a target="main" href="n-mkg0.html" class="page-link" title="Frame (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">frame</a></div>
307
+ <div class="toc-entry"><a target="main" href="n-hcg0.html" class="page-link" title="Glyph Data Character Being Referenced"><img class="toc-icon" src="graphics/block.gif" alt="spacer">glyph-data</a></div>
308
+ <div class="toc-entry"><a target="main" href="n-q3g0.html" class="page-link" title="Group Separator"><img class="toc-icon" src="graphics/block.gif" alt="spacer">gsep</a></div>
309
+ <div class="toc-entry"><a target="main" href="n-d5g0.html" class="page-link" title="Headers (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">headers</a></div>
310
+ <div class="toc-entry"><a target="main" href="n-e8g0.html" class="page-link" title="Height (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">height</a></div>
311
+ <div class="toc-entry"><a target="main" href="n-8ag0.html" class="page-link" title="Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">id</a></div>
312
+ <div class="toc-entry"><a target="main" href="n-wvg0.html" class="page-link" title="Initials of Given Names"><img class="toc-icon" src="graphics/block.gif" alt="spacer">initials</a></div>
313
+ <div class="toc-entry"><a target="main" href="n-a4g0.html" class="page-link" title="Issue Number of a Related Article"><img class="toc-icon" src="graphics/block.gif" alt="spacer">issue</a></div>
314
+ <div class="toc-entry"><a target="main" href="n-5sg0.html" class="page-link" title="Journal Identifier of a Related Article"><img class="toc-icon" src="graphics/block.gif" alt="spacer">journal-id</a></div>
315
+ <div class="toc-entry"><a target="main" href="n-zsg0.html" class="page-link" title="Type of Journal Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">journal-id-type</a></div>
316
+ <div class="toc-entry"><a target="main" href="n-5eg0.html" class="page-link" title="Type of License"><img class="toc-icon" src="graphics/block.gif" alt="spacer">license-type</a></div>
317
+ <div class="toc-entry"><a target="main" href="n-jeg0.html" class="page-link" title="Type of Link (for a Related Object)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">link-type</a></div>
318
+ <div class="toc-entry"><a target="main" href="n-efg0.html" class="page-link" title="List Content"><img class="toc-icon" src="graphics/block.gif" alt="spacer">list-content</a></div>
319
+ <div class="toc-entry"><a target="main" href="n-mgg0.html" class="page-link" title="Type of List"><img class="toc-icon" src="graphics/block.gif" alt="spacer">list-type</a></div>
320
+ <div class="toc-entry"><a target="main" href="n-j6g0.html" class="page-link" title="Macros (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">macros</a></div>
321
+ <div class="toc-entry"><a target="main" href="n-edg0.html" class="page-link" title="Mime Subtype"><img class="toc-icon" src="graphics/block.gif" alt="spacer">mime-subtype</a></div>
322
+ <div class="toc-entry"><a target="main" href="n-7rg0.html" class="page-link" title="Mime Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">mimetype</a></div>
323
+ <div class="toc-entry"><a target="main" href="n-ghg0.html" class="page-link" title="Mode (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">mode</a></div>
324
+ <div class="toc-entry"><a target="main" href="n-uig0.html" class="page-link" title="Name"><img class="toc-icon" src="graphics/block.gif" alt="spacer">name</a></div>
325
+ <div class="toc-entry"><a target="main" href="n-uyg0.html" class="page-link" title="Name Style"><img class="toc-icon" src="graphics/block.gif" alt="spacer">name-style</a></div>
326
+ <div class="toc-entry"><a target="main" href="n-ejg0.html" class="page-link" title="Type of Notes"><img class="toc-icon" src="graphics/block.gif" alt="spacer">notes-type</a></div>
327
+ <div class="toc-entry"><a target="main" href="n-apg0.html" class="page-link" title="Object Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">object-id</a></div>
328
+ <div class="toc-entry"><a target="main" href="n-xqg0.html" class="page-link" title="Object Identifier Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">object-id-type</a></div>
329
+ <div class="toc-entry"><a target="main" href="n-kbg0.html" class="page-link" title="Object Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">object-type</a></div>
330
+ <div class="toc-entry"><a target="main" href="n-bbg0.html" class="page-link" title="Orientation"><img class="toc-icon" src="graphics/block.gif" alt="spacer">orientation</a></div>
331
+ <div class="toc-entry"><a target="main" href="n-umg0.html" class="page-link" title="Originator"><img class="toc-icon" src="graphics/block.gif" alt="spacer">originator</a></div>
332
+ <div class="toc-entry"><a target="main" href="n-pzg0.html" class="page-link" title="Other (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">other</a></div>
333
+ <div class="toc-entry"><a target="main" href="n-fkn0.html" class="page-link" title="Overflow (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">overflow</a></div>
334
+ <div class="toc-entry"><a target="main" href="n-n2n0.html" class="page-link" title="Page of Related Article"><img class="toc-icon" src="graphics/block.gif" alt="spacer">page</a></div>
335
+ <div class="toc-entry"><a target="main" href="n-7cn0.html" class="page-link" title="Type of Part"><img class="toc-icon" src="graphics/block.gif" alt="spacer">part-type</a></div>
336
+ <div class="toc-entry"><a target="main" href="n-83n0.html" class="page-link" title="Type of People in the Person Group"><img class="toc-icon" src="graphics/block.gif" alt="spacer">person-group-type</a></div>
337
+ <div class="toc-entry"><a target="main" href="n-z5n0.html" class="page-link" title="Position"><img class="toc-icon" src="graphics/block.gif" alt="spacer">position</a></div>
338
+ <div class="toc-entry"><a target="main" href="n-3un0.html" class="page-link" title="Prefix Word (For a List Item)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">prefix-word</a></div>
339
+ <div class="toc-entry"><a target="main" href="n-6wn0.html" class="page-link" title="Type of Preformatted Text"><img class="toc-icon" src="graphics/block.gif" alt="spacer">preformat-type</a></div>
340
+ <div class="toc-entry"><a target="main" href="n-cvn0.html" class="page-link" title="Type of Publication Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">pub-id-type</a></div>
341
+ <div class="toc-entry"><a target="main" href="n-dsn0.html" class="page-link" title="Publication Format"><img class="toc-icon" src="graphics/block.gif" alt="spacer">publication-format</a></div>
342
+ <div class="toc-entry"><a target="main" href="n-ntn0.html" class="page-link" title="Type of Publication"><img class="toc-icon" src="graphics/block.gif" alt="spacer">publication-type</a></div>
343
+ <div class="toc-entry"><a target="main" href="n-m7n0.html" class="page-link" title="Type of Publisher"><img class="toc-icon" src="graphics/block.gif" alt="spacer">publisher-type</a></div>
344
+ <div class="toc-entry"><a target="main" href="n-wfn0.html" class="page-link" title="Type of Publication"><img class="toc-icon" src="graphics/block.gif" alt="spacer">pub-type</a></div>
345
+ <div class="toc-entry"><a target="main" href="n-unn0.html" class="page-link" title="Rationale"><img class="toc-icon" src="graphics/block.gif" alt="spacer">rationale</a></div>
346
+ <div class="toc-entry"><a target="main" href="n-k6n0.html" class="page-link" title="Type of Cross-Reference"><img class="toc-icon" src="graphics/block.gif" alt="spacer">ref-type</a></div>
347
+ <div class="toc-entry"><a target="main" href="n-mhn0.html" class="page-link" title="Type of Related Article"><img class="toc-icon" src="graphics/block.gif" alt="spacer">related-article-type</a></div>
348
+ <div class="toc-entry"><a target="main" href="n-sjn0.html" class="page-link" title="Resolution of the Glyph Bitmap"><img class="toc-icon" src="graphics/block.gif" alt="spacer">resolution</a></div>
349
+ <div class="toc-entry"><a target="main" href="n-8pn0.html" class="page-link" title="Reference to an Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">rid</a></div>
350
+ <div class="toc-entry"><a target="main" href="n-gqn0.html" class="page-link" title="Row Span (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">rowspan</a></div>
351
+ <div class="toc-entry"><a target="main" href="n-sbn0.html" class="page-link" title="Rules (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">rules</a></div>
352
+ <div class="toc-entry"><a target="main" href="n-m9n0.html" class="page-link" title="Scope (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">scope</a></div>
353
+ <div class="toc-entry"><a target="main" href="n-vzn0.html" class="page-link" title="Type of Section"><img class="toc-icon" src="graphics/block.gif" alt="spacer">sec-type</a></div>
354
+ <div class="toc-entry"><a target="main" href="n-bc60.html" class="page-link" title="Sequence"><img class="toc-icon" src="graphics/block.gif" alt="spacer">seq</a></div>
355
+ <div class="toc-entry"><a target="main" href="n-k560.html" class="page-link" title="Source Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">source-id</a></div>
356
+ <div class="toc-entry"><a target="main" href="n-k860.html" class="page-link" title="Source Identifier Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">source-id-type</a></div>
357
+ <div class="toc-entry"><a target="main" href="n-h860.html" class="page-link" title="Source Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">source-type</a></div>
358
+ <div class="toc-entry"><a target="main" href="n-ja60.html" class="page-link" title="Span (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">span</a></div>
359
+ <div class="toc-entry"><a target="main" href="n-du60.html" class="page-link" title="Specific Use"><img class="toc-icon" src="graphics/block.gif" alt="spacer">specific-use</a></div>
360
+ <div class="toc-entry"><a target="main" href="n-7760.html" class="page-link" title="Standard Identifier"><img class="toc-icon" src="graphics/block.gif" alt="spacer">std-id</a></div>
361
+ <div class="toc-entry"><a target="main" href="n-3e60.html" class="page-link" title="Style (XHTML table model; MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">style</a></div>
362
+ <div class="toc-entry"><a target="main" href="n-6f60.html" class="page-link" title="Style Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">style-type</a></div>
363
+ <div class="toc-entry"><a target="main" href="n-ig60.html" class="page-link" title="Summary (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">summary</a></div>
364
+ <div class="toc-entry"><a target="main" href="n-en60.html" class="page-link" title="Type of Supplement"><img class="toc-icon" src="graphics/block.gif" alt="spacer">supplement-type</a></div>
365
+ <div class="toc-entry"><a target="main" href="n-j660.html" class="page-link" title="Symbol"><img class="toc-icon" src="graphics/block.gif" alt="spacer">symbol</a></div>
366
+ <div class="toc-entry"><a target="main" href="n-id60.html" class="page-link" title="Type of Target"><img class="toc-icon" src="graphics/block.gif" alt="spacer">target-type</a></div>
367
+ <div class="toc-entry"><a target="main" href="n-tr60.html" class="page-link" title="Type"><img class="toc-icon" src="graphics/block.gif" alt="spacer">type</a></div>
368
+ <div class="toc-entry"><a target="main" href="n-fi60.html" class="page-link" title="Appearance of the Underline"><img class="toc-icon" src="graphics/block.gif" alt="spacer">underline-style</a></div>
369
+ <div class="toc-entry"><a target="main" href="n-ty60.html" class="page-link" title="Units"><img class="toc-icon" src="graphics/block.gif" alt="spacer">units</a></div>
370
+ <div class="toc-entry"><a target="main" href="n-cj60.html" class="page-link" title="Vertical Alignment (XHTML table model)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">valign</a></div>
371
+ <div class="toc-entry"><a target="main" href="n-7p60.html" class="page-link" title="Volume of Related Article"><img class="toc-icon" src="graphics/block.gif" alt="spacer">vol</a></div>
372
+ <div class="toc-entry"><a target="main" href="n-xq60.html" class="page-link" title="Width (XHTML table model; MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">width</a></div>
373
+ <div class="toc-entry"><a target="main" href="n-sb60.html" class="page-link" title="Actuating the Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xlink:actuate</a></div>
374
+ <div class="toc-entry"><a target="main" href="n-2m60.html" class="page-link" title="Href (Linking Mechanism)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xlink:href</a></div>
375
+ <div class="toc-entry"><a target="main" href="n-hz60.html" class="page-link" title="Role of the Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xlink:role</a></div>
376
+ <div class="toc-entry"><a target="main" href="n-zkd0.html" class="page-link" title="Showing the Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xlink:show</a></div>
377
+ <div class="toc-entry"><a target="main" href="n-pcd0.html" class="page-link" title="Title of the Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xlink:title</a></div>
378
+ <div class="toc-entry"><a target="main" href="n-a5d0.html" class="page-link" title="Type of Link"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xlink:type</a></div>
379
+ <div class="toc-entry"><a target="main" href="n-vad0.html" class="page-link" title="MathML Namespace Declaration"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xmlns:mml</a></div>
380
+ <div class="toc-entry"><a target="main" href="n-5ud0.html" class="page-link" title="TBX Namespace Declaration"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xmlns:tbx</a></div>
381
+ <div class="toc-entry"><a target="main" href="n-pud0.html" class="page-link" title="XLink Namespace Declaration"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xmlns:xlink</a></div>
382
+ <div class="toc-entry"><a target="main" href="n-wxd0.html" class="page-link" title="XML Schema Namespace Declaration"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xmlns:xsi</a></div>
383
+ <div class="toc-entry"><a target="main" href="n-cvd0.html" class="page-link" title="Language"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xml:lang</a></div>
384
+ <div class="toc-entry"><a target="main" href="n-egd0.html" class="page-link" title="Space"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xml:space</a></div>
385
+ <div class="toc-entry"><a target="main" href="n-snd0.html" class="page-link" title="Cross-Reference (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xref</a></div>
386
+ <div class="toc-entry"><a target="main" href="n-c6d0.html" class="page-link" title="X Size of the Glyph"><img class="toc-icon" src="graphics/block.gif" alt="spacer">x-size</a></div>
387
+ <div class="toc-entry"><a target="main" href="n-j6d0.html" class="page-link" title="Schema Location (MathML 2.0 Tag Set)"><img class="toc-icon" src="graphics/block.gif" alt="spacer">xsi:schemaLocation</a></div>
388
+ <div class="toc-entry"><a target="main" href="n-edd0.html" class="page-link" title="Y Size of the Glyph"><img class="toc-icon" src="graphics/block.gif" alt="spacer">y-size</a></div>
389
+ </div>
390
+ <div class="toc-entry"><a href="javascript:toggle('d4e35010')" class="linkbox"><img class="toc-icon" src="graphics/3angle-right.gif" alt="expand" id="icon-d4e35010"></a><a target="main" href="n-ard0.html" class="page-link" onclick="javascript:toggle('d4e35010');return true">Document Hierarchy Diagrams</a></div>
391
+ <div class="toc-section" id="folder-d4e35010" style="display:none">
392
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-mid0.html" class="page-link">Top level element: Standard or Standards-Related Document
393
+ </a></div>
394
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-3yd0.html" class="page-link">Front Matter structures</a></div>
395
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-upd0.html" class="page-link">Body and Section structures</a></div>
396
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-wqd0.html" class="page-link">Back Matter structures</a></div>
397
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-mbd0.html" class="page-link">Common structures</a></div>
398
+ </div>
399
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-j2r0.html" class="page-link">Element Context Table</a></div>
400
+ <div class="toc-entry"><img class="toc-icon" src="graphics/block.gif" alt="spacer"><a target="main" href="n-d9m0.html" class="page-link">Index</a></div>
401
+ </div>
402
+ </body>
403
+ </html>