sts 0.4.0 → 0.4.1

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 (273) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop_todo.yml +4 -8
  3. data/lib/sts/niso_sts/abstract.rb +23 -0
  4. data/lib/sts/niso_sts/access_date.rb +20 -0
  5. data/lib/sts/niso_sts/accrediting_organization.rb +16 -0
  6. data/lib/sts/niso_sts/ack.rb +27 -0
  7. data/lib/sts/niso_sts/addr_line.rb +20 -0
  8. data/lib/sts/niso_sts/address.rb +29 -0
  9. data/lib/sts/niso_sts/aff.rb +51 -0
  10. data/lib/sts/niso_sts/aff_alternatives.rb +15 -0
  11. data/lib/sts/niso_sts/ali/ali.rb +10 -0
  12. data/lib/sts/niso_sts/ali/free_to_read.rb +25 -0
  13. data/lib/sts/niso_sts/ali/license_ref.rb +26 -0
  14. data/lib/sts/niso_sts/alt_text.rb +16 -0
  15. data/lib/sts/niso_sts/alt_title.rb +16 -0
  16. data/lib/sts/niso_sts/alternatives.rb +16 -0
  17. data/lib/sts/niso_sts/annotation.rb +26 -0
  18. data/lib/sts/niso_sts/anonymous.rb +11 -0
  19. data/lib/sts/niso_sts/article_title.rb +20 -0
  20. data/lib/sts/niso_sts/attrib.rb +16 -0
  21. data/lib/sts/niso_sts/attribution.rb +16 -0
  22. data/lib/sts/niso_sts/author_comment.rb +24 -0
  23. data/lib/sts/niso_sts/author_notes.rb +31 -0
  24. data/lib/sts/niso_sts/authorization.rb +16 -0
  25. data/lib/sts/niso_sts/award_group.rb +26 -0
  26. data/lib/sts/niso_sts/award_id.rb +20 -0
  27. data/lib/sts/niso_sts/bio.rb +24 -0
  28. data/lib/sts/niso_sts/boxed_text.rb +31 -0
  29. data/lib/sts/niso_sts/chapter_title.rb +20 -0
  30. data/lib/sts/niso_sts/chem_struct.rb +16 -0
  31. data/lib/sts/niso_sts/chem_struct_wrap.rb +32 -0
  32. data/lib/sts/niso_sts/citation_alternatives.rb +19 -0
  33. data/lib/sts/niso_sts/city.rb +20 -0
  34. data/lib/sts/niso_sts/collab.rb +28 -0
  35. data/lib/sts/niso_sts/collab_alternatives.rb +15 -0
  36. data/lib/sts/niso_sts/comm_ref_group.rb +15 -0
  37. data/lib/sts/niso_sts/comment.rb +16 -0
  38. data/lib/sts/niso_sts/compound_kwd.rb +25 -0
  39. data/lib/sts/niso_sts/compound_kwd_part.rb +24 -0
  40. data/lib/sts/niso_sts/conf_acronym.rb +16 -0
  41. data/lib/sts/niso_sts/conf_date.rb +20 -0
  42. data/lib/sts/niso_sts/conf_loc.rb +16 -0
  43. data/lib/sts/niso_sts/conf_name.rb +16 -0
  44. data/lib/sts/niso_sts/conf_num.rb +16 -0
  45. data/lib/sts/niso_sts/conf_sponsor.rb +16 -0
  46. data/lib/sts/niso_sts/conf_theme.rb +16 -0
  47. data/lib/sts/niso_sts/conference.rb +29 -0
  48. data/lib/sts/niso_sts/content_language.rb +20 -0
  49. data/lib/sts/niso_sts/contrib.rb +58 -0
  50. data/lib/sts/niso_sts/contrib_group.rb +22 -0
  51. data/lib/sts/niso_sts/contrib_id.rb +20 -0
  52. data/lib/sts/niso_sts/copyright_holder.rb +16 -0
  53. data/lib/sts/niso_sts/copyright_statement.rb +16 -0
  54. data/lib/sts/niso_sts/copyright_year.rb +16 -0
  55. data/lib/sts/niso_sts/corresp.rb +20 -0
  56. data/lib/sts/niso_sts/country.rb +20 -0
  57. data/lib/sts/niso_sts/counts.rb +25 -0
  58. data/lib/sts/niso_sts/data_title.rb +20 -0
  59. data/lib/sts/niso_sts/date.rb +25 -0
  60. data/lib/sts/niso_sts/date_in_citation.rb +25 -0
  61. data/lib/sts/niso_sts/day.rb +16 -0
  62. data/lib/sts/niso_sts/degrees.rb +20 -0
  63. data/lib/sts/niso_sts/disp_formula_group.rb +26 -0
  64. data/lib/sts/niso_sts/disp_quote.rb +27 -0
  65. data/lib/sts/niso_sts/doc_number.rb +16 -0
  66. data/lib/sts/niso_sts/doc_type.rb +16 -0
  67. data/lib/sts/niso_sts/editing_instruction.rb +24 -0
  68. data/lib/sts/niso_sts/edition.rb +16 -0
  69. data/lib/sts/niso_sts/element_citation.rb +103 -0
  70. data/lib/sts/niso_sts/elocation_id.rb +17 -0
  71. data/lib/sts/niso_sts/email.rb +20 -0
  72. data/lib/sts/niso_sts/equation_count.rb +14 -0
  73. data/lib/sts/niso_sts/era.rb +16 -0
  74. data/lib/sts/niso_sts/etal.rb +22 -0
  75. data/lib/sts/niso_sts/fax.rb +20 -0
  76. data/lib/sts/niso_sts/fig_count.rb +14 -0
  77. data/lib/sts/niso_sts/fig_group.rb +30 -0
  78. data/lib/sts/niso_sts/floats_group.rb +16 -0
  79. data/lib/sts/niso_sts/fpage.rb +20 -0
  80. data/lib/sts/niso_sts/funding_group.rb +22 -0
  81. data/lib/sts/niso_sts/funding_source.rb +26 -0
  82. data/lib/sts/niso_sts/funding_statement.rb +20 -0
  83. data/lib/sts/niso_sts/given_names.rb +20 -0
  84. data/lib/sts/niso_sts/glossary.rb +33 -0
  85. data/lib/sts/niso_sts/gov.rb +20 -0
  86. data/lib/sts/niso_sts/history.rb +18 -0
  87. data/lib/sts/niso_sts/hr.rb +11 -0
  88. data/lib/sts/niso_sts/ics.rb +15 -0
  89. data/lib/sts/niso_sts/ics_desc.rb +16 -0
  90. data/lib/sts/niso_sts/ics_wrap.rb +15 -0
  91. data/lib/sts/niso_sts/index_term.rb +32 -0
  92. data/lib/sts/niso_sts/index_term_range_end.rb +17 -0
  93. data/lib/sts/niso_sts/inline_graphic.rb +39 -0
  94. data/lib/sts/niso_sts/inline_supplementary_material.rb +38 -0
  95. data/lib/sts/niso_sts/institution.rb +20 -0
  96. data/lib/sts/niso_sts/institution_id.rb +18 -0
  97. data/lib/sts/niso_sts/institution_wrap.rb +17 -0
  98. data/lib/sts/niso_sts/intro.rb +16 -0
  99. data/lib/sts/niso_sts/is_proof.rb +15 -0
  100. data/lib/sts/niso_sts/isbn.rb +20 -0
  101. data/lib/sts/niso_sts/issn.rb +22 -0
  102. data/lib/sts/niso_sts/issn_l.rb +20 -0
  103. data/lib/sts/niso_sts/issue.rb +20 -0
  104. data/lib/sts/niso_sts/kwd.rb +26 -0
  105. data/lib/sts/niso_sts/kwd_group.rb +35 -0
  106. data/lib/sts/niso_sts/license.rb +19 -0
  107. data/lib/sts/niso_sts/license_p.rb +16 -0
  108. data/lib/sts/niso_sts/long_desc.rb +22 -0
  109. data/lib/sts/niso_sts/lpage.rb +20 -0
  110. data/lib/sts/niso_sts/main.rb +16 -0
  111. data/lib/sts/niso_sts/mathml.rb +69 -0
  112. data/lib/sts/niso_sts/media.rb +44 -0
  113. data/lib/sts/niso_sts/milestone_end.rb +26 -0
  114. data/lib/sts/niso_sts/milestone_start.rb +24 -0
  115. data/lib/sts/niso_sts/mixed_citation.rb +98 -5
  116. data/lib/sts/niso_sts/mml_content/apply.rb +47 -0
  117. data/lib/sts/niso_sts/mml_content/bind.rb +22 -0
  118. data/lib/sts/niso_sts/mml_content/calculus.rb +77 -0
  119. data/lib/sts/niso_sts/mml_content/ci.rb +22 -0
  120. data/lib/sts/niso_sts/mml_content/cn.rb +24 -0
  121. data/lib/sts/niso_sts/mml_content/constants.rb +114 -0
  122. data/lib/sts/niso_sts/mml_content/containers.rb +104 -0
  123. data/lib/sts/niso_sts/mml_content/csymbol.rb +24 -0
  124. data/lib/sts/niso_sts/mml_content/functional.rb +110 -0
  125. data/lib/sts/niso_sts/mml_content/linear_algebra.rb +98 -0
  126. data/lib/sts/niso_sts/mml_content/operators.rb +154 -0
  127. data/lib/sts/niso_sts/mml_content/qualifiers.rb +111 -0
  128. data/lib/sts/niso_sts/mml_content/relations.rb +84 -0
  129. data/lib/sts/niso_sts/mml_content/sets.rb +84 -0
  130. data/lib/sts/niso_sts/mml_content/statistics.rb +49 -0
  131. data/lib/sts/niso_sts/mml_content/trigonometry.rb +135 -0
  132. data/lib/sts/niso_sts/mml_content.rb +152 -0
  133. data/lib/sts/niso_sts/monospace.rb +22 -0
  134. data/lib/sts/niso_sts/month.rb +16 -0
  135. data/lib/sts/niso_sts/name.rb +25 -0
  136. data/lib/sts/niso_sts/name_alternatives.rb +15 -0
  137. data/lib/sts/niso_sts/nat_meta.rb +44 -0
  138. data/lib/sts/niso_sts/nested_kwd.rb +19 -0
  139. data/lib/sts/niso_sts/nlm_citation.rb +103 -0
  140. data/lib/sts/niso_sts/normative_example.rb +27 -0
  141. data/lib/sts/niso_sts/normative_note.rb +29 -0
  142. data/lib/sts/niso_sts/note.rb +29 -0
  143. data/lib/sts/niso_sts/notes.rb +31 -0
  144. data/lib/sts/niso_sts/notes_group.rb +26 -0
  145. data/lib/sts/niso_sts/on_behalf_of.rb +20 -0
  146. data/lib/sts/niso_sts/open_access.rb +16 -0
  147. data/lib/sts/niso_sts/originator.rb +16 -0
  148. data/lib/sts/niso_sts/overline.rb +22 -0
  149. data/lib/sts/niso_sts/page_range.rb +20 -0
  150. data/lib/sts/niso_sts/paragraph.rb +2 -2
  151. data/lib/sts/niso_sts/part_number.rb +16 -0
  152. data/lib/sts/niso_sts/part_of_speech.rb +16 -0
  153. data/lib/sts/niso_sts/patent.rb +20 -0
  154. data/lib/sts/niso_sts/person_group.rb +28 -0
  155. data/lib/sts/niso_sts/phone.rb +20 -0
  156. data/lib/sts/niso_sts/postal_code.rb +20 -0
  157. data/lib/sts/niso_sts/prefix.rb +20 -0
  158. data/lib/sts/niso_sts/preformat.rb +26 -0
  159. data/lib/sts/niso_sts/price.rb +16 -0
  160. data/lib/sts/niso_sts/principal_award_recipient.rb +16 -0
  161. data/lib/sts/niso_sts/principal_investigator.rb +16 -0
  162. data/lib/sts/niso_sts/private_char.rb +22 -0
  163. data/lib/sts/niso_sts/product.rb +20 -0
  164. data/lib/sts/niso_sts/proj_id.rb +16 -0
  165. data/lib/sts/niso_sts/pub_date.rb +29 -0
  166. data/lib/sts/niso_sts/pub_id.rb +19 -0
  167. data/lib/sts/niso_sts/publisher.rb +17 -0
  168. data/lib/sts/niso_sts/publisher_loc.rb +20 -0
  169. data/lib/sts/niso_sts/publisher_name.rb +20 -0
  170. data/lib/sts/niso_sts/rb.rb +22 -0
  171. data/lib/sts/niso_sts/ref_count.rb +14 -0
  172. data/lib/sts/niso_sts/reference.rb +6 -0
  173. data/lib/sts/niso_sts/reg_meta.rb +44 -0
  174. data/lib/sts/niso_sts/related_article.rb +24 -0
  175. data/lib/sts/niso_sts/related_object.rb +22 -0
  176. data/lib/sts/niso_sts/related_term.rb +18 -0
  177. data/lib/sts/niso_sts/release_date.rb +19 -0
  178. data/lib/sts/niso_sts/release_version.rb +16 -0
  179. data/lib/sts/niso_sts/release_version_id.rb +16 -0
  180. data/lib/sts/niso_sts/role.rb +22 -0
  181. data/lib/sts/niso_sts/roman.rb +22 -0
  182. data/lib/sts/niso_sts/rp.rb +18 -0
  183. data/lib/sts/niso_sts/rt.rb +22 -0
  184. data/lib/sts/niso_sts/ruby.rb +23 -0
  185. data/lib/sts/niso_sts/sans_serif.rb +22 -0
  186. data/lib/sts/niso_sts/sc.rb +22 -0
  187. data/lib/sts/niso_sts/sdo.rb +16 -0
  188. data/lib/sts/niso_sts/season.rb +16 -0
  189. data/lib/sts/niso_sts/secretariat.rb +16 -0
  190. data/lib/sts/niso_sts/see.rb +26 -0
  191. data/lib/sts/niso_sts/see_also.rb +26 -0
  192. data/lib/sts/niso_sts/self_uri.rb +22 -0
  193. data/lib/sts/niso_sts/series.rb +22 -0
  194. data/lib/sts/niso_sts/series_text.rb +22 -0
  195. data/lib/sts/niso_sts/series_title.rb +22 -0
  196. data/lib/sts/niso_sts/sig.rb +18 -0
  197. data/lib/sts/niso_sts/sig_block.rb +22 -0
  198. data/lib/sts/niso_sts/size.rb +18 -0
  199. data/lib/sts/niso_sts/source.rb +20 -0
  200. data/lib/sts/niso_sts/speaker.rb +16 -0
  201. data/lib/sts/niso_sts/speech.rb +25 -0
  202. data/lib/sts/niso_sts/state.rb +20 -0
  203. data/lib/sts/niso_sts/statement.rb +29 -0
  204. data/lib/sts/niso_sts/std_doc_meta.rb +44 -0
  205. data/lib/sts/niso_sts/std_org.rb +25 -0
  206. data/lib/sts/niso_sts/std_org_abbrev.rb +16 -0
  207. data/lib/sts/niso_sts/std_org_group.rb +15 -0
  208. data/lib/sts/niso_sts/std_org_loc.rb +16 -0
  209. data/lib/sts/niso_sts/std_org_name.rb +16 -0
  210. data/lib/sts/niso_sts/std_organization.rb +16 -0
  211. data/lib/sts/niso_sts/strike.rb +22 -0
  212. data/lib/sts/niso_sts/string_conf.rb +16 -0
  213. data/lib/sts/niso_sts/string_date.rb +16 -0
  214. data/lib/sts/niso_sts/string_name.rb +24 -0
  215. data/lib/sts/niso_sts/styled_content.rb +26 -0
  216. data/lib/sts/niso_sts/sub.rb +20 -0
  217. data/lib/sts/niso_sts/subj_group.rb +24 -0
  218. data/lib/sts/niso_sts/subject.rb +24 -0
  219. data/lib/sts/niso_sts/subtitle.rb +16 -0
  220. data/lib/sts/niso_sts/suffix.rb +20 -0
  221. data/lib/sts/niso_sts/sup.rb +20 -0
  222. data/lib/sts/niso_sts/suppl_number.rb +16 -0
  223. data/lib/sts/niso_sts/suppl_type.rb +16 -0
  224. data/lib/sts/niso_sts/suppl_version.rb +16 -0
  225. data/lib/sts/niso_sts/supplement.rb +24 -0
  226. data/lib/sts/niso_sts/supplementary_material.rb +46 -0
  227. data/lib/sts/niso_sts/surname.rb +20 -0
  228. data/lib/sts/niso_sts/table_count.rb +14 -0
  229. data/lib/sts/niso_sts/target.rb +24 -0
  230. data/lib/sts/niso_sts/term.rb +4 -2
  231. data/lib/sts/niso_sts/term_head.rb +16 -0
  232. data/lib/sts/niso_sts/term_source.rb +16 -0
  233. data/lib/sts/niso_sts/tex_math.rb +16 -0
  234. data/lib/sts/niso_sts/textual_form.rb +16 -0
  235. data/lib/sts/niso_sts/time_stamp.rb +20 -0
  236. data/lib/sts/niso_sts/trans_abstract.rb +23 -0
  237. data/lib/sts/niso_sts/trans_source.rb +20 -0
  238. data/lib/sts/niso_sts/trans_title.rb +20 -0
  239. data/lib/sts/niso_sts/trans_title_group.rb +15 -0
  240. data/lib/sts/niso_sts/underline.rb +22 -0
  241. data/lib/sts/niso_sts/unstructured_kwd_group.rb +24 -0
  242. data/lib/sts/niso_sts/uri.rb +20 -0
  243. data/lib/sts/niso_sts/urn.rb +16 -0
  244. data/lib/sts/niso_sts/verse_group.rb +29 -0
  245. data/lib/sts/niso_sts/verse_line.rb +16 -0
  246. data/lib/sts/niso_sts/version.rb +16 -0
  247. data/lib/sts/niso_sts/volume.rb +20 -0
  248. data/lib/sts/niso_sts/volume_id.rb +22 -0
  249. data/lib/sts/niso_sts/volume_issue_group.rb +16 -0
  250. data/lib/sts/niso_sts/volume_series.rb +16 -0
  251. data/lib/sts/niso_sts/word_count.rb +14 -0
  252. data/lib/sts/niso_sts/xi/fallback.rb +18 -0
  253. data/lib/sts/niso_sts/xi/include.rb +27 -0
  254. data/lib/sts/niso_sts/xi/xi.rb +10 -0
  255. data/lib/sts/niso_sts/year.rb +16 -0
  256. data/lib/sts/niso_sts.rb +233 -1
  257. data/lib/sts/tbx_iso_tml/td.rb +3 -3
  258. data/lib/sts/version.rb +1 -1
  259. data/lib/sts.rb +1 -0
  260. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/NISO-STS-extended-1-mathml3-elements.xsd +11447 -0
  261. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/NISO-STS-extended-1-mathml3.xsd +97 -0
  262. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/module-oasis.xsd +227 -0
  263. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-common.xsd +101 -0
  264. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-content.xsd +683 -0
  265. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-presentation.xsd +2092 -0
  266. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-strict-content.xsd +186 -0
  267. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3.xsd +9 -0
  268. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-ali.xsd +46 -0
  269. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-tbx.xsd +494 -0
  270. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-xi.xsd +51 -0
  271. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xlink.xsd +100 -0
  272. data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xml.xsd +287 -0
  273. metadata +264 -2
@@ -0,0 +1,287 @@
1
+ <?xml version='1.0'?>
2
+ <?xml-stylesheet href="../2008/09/xsd.xsl" type="text/xsl"?>
3
+ <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
4
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
5
+ xmlns ="http://www.w3.org/1999/xhtml"
6
+ xml:lang="en">
7
+
8
+ <xs:annotation>
9
+ <xs:documentation>
10
+ <div>
11
+ <h1>About the XML namespace</h1>
12
+
13
+ <div class="bodytext">
14
+ <p>
15
+ This schema document describes the XML namespace, in a form
16
+ suitable for import by other schema documents.
17
+ </p>
18
+ <p>
19
+ See <a href="http://www.w3.org/XML/1998/namespace.html">
20
+ http://www.w3.org/XML/1998/namespace.html</a> and
21
+ <a href="http://www.w3.org/TR/REC-xml">
22
+ http://www.w3.org/TR/REC-xml</a> for information
23
+ about this namespace.
24
+ </p>
25
+ <p>
26
+ Note that local names in this namespace are intended to be
27
+ defined only by the World Wide Web Consortium or its subgroups.
28
+ The names currently defined in this namespace are listed below.
29
+ They should not be used with conflicting semantics by any Working
30
+ Group, specification, or document instance.
31
+ </p>
32
+ <p>
33
+ See further below in this document for more information about <a
34
+ href="#usage">how to refer to this schema document from your own
35
+ XSD schema documents</a> and about <a href="#nsversioning">the
36
+ namespace-versioning policy governing this schema document</a>.
37
+ </p>
38
+ </div>
39
+ </div>
40
+ </xs:documentation>
41
+ </xs:annotation>
42
+
43
+ <xs:attribute name="lang">
44
+ <xs:annotation>
45
+ <xs:documentation>
46
+ <div>
47
+
48
+ <h3>lang (as an attribute name)</h3>
49
+ <p>
50
+ denotes an attribute whose value
51
+ is a language code for the natural language of the content of
52
+ any element; its value is inherited. This name is reserved
53
+ by virtue of its definition in the XML specification.</p>
54
+
55
+ </div>
56
+ <div>
57
+ <h4>Notes</h4>
58
+ <p>
59
+ Attempting to install the relevant ISO 2- and 3-letter
60
+ codes as the enumerated possible values is probably never
61
+ going to be a realistic possibility.
62
+ </p>
63
+ <p>
64
+ See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
65
+ http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>
66
+ and the IANA language subtag registry at
67
+ <a href="http://www.iana.org/assignments/language-subtag-registry">
68
+ http://www.iana.org/assignments/language-subtag-registry</a>
69
+ for further information.
70
+ </p>
71
+ <p>
72
+ The union allows for the 'un-declaration' of xml:lang with
73
+ the empty string.
74
+ </p>
75
+ </div>
76
+ </xs:documentation>
77
+ </xs:annotation>
78
+ <xs:simpleType>
79
+ <xs:union memberTypes="xs:language">
80
+ <xs:simpleType>
81
+ <xs:restriction base="xs:string">
82
+ <xs:enumeration value=""/>
83
+ </xs:restriction>
84
+ </xs:simpleType>
85
+ </xs:union>
86
+ </xs:simpleType>
87
+ </xs:attribute>
88
+
89
+ <xs:attribute name="space">
90
+ <xs:annotation>
91
+ <xs:documentation>
92
+ <div>
93
+
94
+ <h3>space (as an attribute name)</h3>
95
+ <p>
96
+ denotes an attribute whose
97
+ value is a keyword indicating what whitespace processing
98
+ discipline is intended for the content of the element; its
99
+ value is inherited. This name is reserved by virtue of its
100
+ definition in the XML specification.</p>
101
+
102
+ </div>
103
+ </xs:documentation>
104
+ </xs:annotation>
105
+ <xs:simpleType>
106
+ <xs:restriction base="xs:NCName">
107
+ <xs:enumeration value="default"/>
108
+ <xs:enumeration value="preserve"/>
109
+ </xs:restriction>
110
+ </xs:simpleType>
111
+ </xs:attribute>
112
+
113
+ <xs:attribute name="base" type="xs:anyURI"> <xs:annotation>
114
+ <xs:documentation>
115
+ <div>
116
+
117
+ <h3>base (as an attribute name)</h3>
118
+ <p>
119
+ denotes an attribute whose value
120
+ provides a URI to be used as the base for interpreting any
121
+ relative URIs in the scope of the element on which it
122
+ appears; its value is inherited. This name is reserved
123
+ by virtue of its definition in the XML Base specification.</p>
124
+
125
+ <p>
126
+ See <a
127
+ href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
128
+ for information about this attribute.
129
+ </p>
130
+ </div>
131
+ </xs:documentation>
132
+ </xs:annotation>
133
+ </xs:attribute>
134
+
135
+ <xs:attribute name="id" type="xs:ID">
136
+ <xs:annotation>
137
+ <xs:documentation>
138
+ <div>
139
+
140
+ <h3>id (as an attribute name)</h3>
141
+ <p>
142
+ denotes an attribute whose value
143
+ should be interpreted as if declared to be of type ID.
144
+ This name is reserved by virtue of its definition in the
145
+ xml:id specification.</p>
146
+
147
+ <p>
148
+ See <a
149
+ href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</a>
150
+ for information about this attribute.
151
+ </p>
152
+ </div>
153
+ </xs:documentation>
154
+ </xs:annotation>
155
+ </xs:attribute>
156
+
157
+ <xs:attributeGroup name="specialAttrs">
158
+ <xs:attribute ref="xml:base"/>
159
+ <xs:attribute ref="xml:lang"/>
160
+ <xs:attribute ref="xml:space"/>
161
+ <xs:attribute ref="xml:id"/>
162
+ </xs:attributeGroup>
163
+
164
+ <xs:annotation>
165
+ <xs:documentation>
166
+ <div>
167
+
168
+ <h3>Father (in any context at all)</h3>
169
+
170
+ <div class="bodytext">
171
+ <p>
172
+ denotes Jon Bosak, the chair of
173
+ the original XML Working Group. This name is reserved by
174
+ the following decision of the W3C XML Plenary and
175
+ XML Coordination groups:
176
+ </p>
177
+ <blockquote>
178
+ <p>
179
+ In appreciation for his vision, leadership and
180
+ dedication the W3C XML Plenary on this 10th day of
181
+ February, 2000, reserves for Jon Bosak in perpetuity
182
+ the XML name "xml:Father".
183
+ </p>
184
+ </blockquote>
185
+ </div>
186
+ </div>
187
+ </xs:documentation>
188
+ </xs:annotation>
189
+
190
+ <xs:annotation>
191
+ <xs:documentation>
192
+ <div xml:id="usage" id="usage">
193
+ <h2><a name="usage">About this schema document</a></h2>
194
+
195
+ <div class="bodytext">
196
+ <p>
197
+ This schema defines attributes and an attribute group suitable
198
+ for use by schemas wishing to allow <code>xml:base</code>,
199
+ <code>xml:lang</code>, <code>xml:space</code> or
200
+ <code>xml:id</code> attributes on elements they define.
201
+ </p>
202
+ <p>
203
+ To enable this, such a schema must import this schema for
204
+ the XML namespace, e.g. as follows:
205
+ </p>
206
+ <pre>
207
+ &lt;schema . . .>
208
+ . . .
209
+ &lt;import namespace="http://www.w3.org/XML/1998/namespace"
210
+ schemaLocation="http://www.w3.org/2001/xml.xsd"/>
211
+ </pre>
212
+ <p>
213
+ or
214
+ </p>
215
+ <pre>
216
+ &lt;import namespace="http://www.w3.org/XML/1998/namespace"
217
+ schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
218
+ </pre>
219
+ <p>
220
+ Subsequently, qualified reference to any of the attributes or the
221
+ group defined below will have the desired effect, e.g.
222
+ </p>
223
+ <pre>
224
+ &lt;type . . .>
225
+ . . .
226
+ &lt;attributeGroup ref="xml:specialAttrs"/>
227
+ </pre>
228
+ <p>
229
+ will define a type which will schema-validate an instance element
230
+ with any of those attributes.
231
+ </p>
232
+ </div>
233
+ </div>
234
+ </xs:documentation>
235
+ </xs:annotation>
236
+
237
+ <xs:annotation>
238
+ <xs:documentation>
239
+ <div id="nsversioning" xml:id="nsversioning">
240
+ <h2><a name="nsversioning">Versioning policy for this schema document</a></h2>
241
+ <div class="bodytext">
242
+ <p>
243
+ In keeping with the XML Schema WG's standard versioning
244
+ policy, this schema document will persist at
245
+ <a href="http://www.w3.org/2009/01/xml.xsd">
246
+ http://www.w3.org/2009/01/xml.xsd</a>.
247
+ </p>
248
+ <p>
249
+ At the date of issue it can also be found at
250
+ <a href="http://www.w3.org/2001/xml.xsd">
251
+ http://www.w3.org/2001/xml.xsd</a>.
252
+ </p>
253
+ <p>
254
+ The schema document at that URI may however change in the future,
255
+ in order to remain compatible with the latest version of XML
256
+ Schema itself, or with the XML namespace itself. In other words,
257
+ if the XML Schema or XML namespaces change, the version of this
258
+ document at <a href="http://www.w3.org/2001/xml.xsd">
259
+ http://www.w3.org/2001/xml.xsd
260
+ </a>
261
+ will change accordingly; the version at
262
+ <a href="http://www.w3.org/2009/01/xml.xsd">
263
+ http://www.w3.org/2009/01/xml.xsd
264
+ </a>
265
+ will not change.
266
+ </p>
267
+ <p>
268
+ Previous dated (and unchanging) versions of this schema
269
+ document are at:
270
+ </p>
271
+ <ul>
272
+ <li><a href="http://www.w3.org/2009/01/xml.xsd">
273
+ http://www.w3.org/2009/01/xml.xsd</a></li>
274
+ <li><a href="http://www.w3.org/2007/08/xml.xsd">
275
+ http://www.w3.org/2007/08/xml.xsd</a></li>
276
+ <li><a href="http://www.w3.org/2004/10/xml.xsd">
277
+ http://www.w3.org/2004/10/xml.xsd</a></li>
278
+ <li><a href="http://www.w3.org/2001/03/xml.xsd">
279
+ http://www.w3.org/2001/03/xml.xsd</a></li>
280
+ </ul>
281
+ </div>
282
+ </div>
283
+ </xs:documentation>
284
+ </xs:annotation>
285
+
286
+ </xs:schema>
287
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-04-01 00:00:00.000000000 Z
11
+ date: 2026-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal
@@ -73,60 +73,309 @@ files:
73
73
  - lib/sts.rb
74
74
  - lib/sts/namespaces.rb
75
75
  - lib/sts/niso_sts.rb
76
+ - lib/sts/niso_sts/abstract.rb
77
+ - lib/sts/niso_sts/access_date.rb
78
+ - lib/sts/niso_sts/accrediting_organization.rb
79
+ - lib/sts/niso_sts/ack.rb
80
+ - lib/sts/niso_sts/addr_line.rb
81
+ - lib/sts/niso_sts/address.rb
76
82
  - lib/sts/niso_sts/adoption.rb
77
83
  - lib/sts/niso_sts/adoption_front.rb
84
+ - lib/sts/niso_sts/aff.rb
85
+ - lib/sts/niso_sts/aff_alternatives.rb
86
+ - lib/sts/niso_sts/ali/ali.rb
87
+ - lib/sts/niso_sts/ali/free_to_read.rb
88
+ - lib/sts/niso_sts/ali/license_ref.rb
89
+ - lib/sts/niso_sts/alt_text.rb
90
+ - lib/sts/niso_sts/alt_title.rb
91
+ - lib/sts/niso_sts/alternatives.rb
92
+ - lib/sts/niso_sts/annotation.rb
93
+ - lib/sts/niso_sts/anonymous.rb
78
94
  - lib/sts/niso_sts/app.rb
79
95
  - lib/sts/niso_sts/app_group.rb
96
+ - lib/sts/niso_sts/article_title.rb
97
+ - lib/sts/niso_sts/attrib.rb
98
+ - lib/sts/niso_sts/attribution.rb
99
+ - lib/sts/niso_sts/author_comment.rb
100
+ - lib/sts/niso_sts/author_notes.rb
101
+ - lib/sts/niso_sts/authorization.rb
102
+ - lib/sts/niso_sts/award_group.rb
103
+ - lib/sts/niso_sts/award_id.rb
80
104
  - lib/sts/niso_sts/back.rb
105
+ - lib/sts/niso_sts/bio.rb
81
106
  - lib/sts/niso_sts/body.rb
107
+ - lib/sts/niso_sts/boxed_text.rb
82
108
  - lib/sts/niso_sts/caption.rb
109
+ - lib/sts/niso_sts/chapter_title.rb
110
+ - lib/sts/niso_sts/chem_struct.rb
111
+ - lib/sts/niso_sts/chem_struct_wrap.rb
112
+ - lib/sts/niso_sts/citation_alternatives.rb
113
+ - lib/sts/niso_sts/city.rb
114
+ - lib/sts/niso_sts/collab.rb
115
+ - lib/sts/niso_sts/collab_alternatives.rb
116
+ - lib/sts/niso_sts/comm_ref_group.rb
117
+ - lib/sts/niso_sts/comment.rb
118
+ - lib/sts/niso_sts/compound_kwd.rb
119
+ - lib/sts/niso_sts/compound_kwd_part.rb
120
+ - lib/sts/niso_sts/conf_acronym.rb
121
+ - lib/sts/niso_sts/conf_date.rb
122
+ - lib/sts/niso_sts/conf_loc.rb
123
+ - lib/sts/niso_sts/conf_name.rb
124
+ - lib/sts/niso_sts/conf_num.rb
125
+ - lib/sts/niso_sts/conf_sponsor.rb
126
+ - lib/sts/niso_sts/conf_theme.rb
127
+ - lib/sts/niso_sts/conference.rb
128
+ - lib/sts/niso_sts/content_language.rb
129
+ - lib/sts/niso_sts/contrib.rb
130
+ - lib/sts/niso_sts/contrib_group.rb
131
+ - lib/sts/niso_sts/contrib_id.rb
132
+ - lib/sts/niso_sts/copyright_holder.rb
133
+ - lib/sts/niso_sts/copyright_statement.rb
134
+ - lib/sts/niso_sts/copyright_year.rb
135
+ - lib/sts/niso_sts/corresp.rb
136
+ - lib/sts/niso_sts/country.rb
137
+ - lib/sts/niso_sts/counts.rb
83
138
  - lib/sts/niso_sts/custom_meta.rb
84
139
  - lib/sts/niso_sts/custom_meta_group.rb
140
+ - lib/sts/niso_sts/data_title.rb
141
+ - lib/sts/niso_sts/date.rb
142
+ - lib/sts/niso_sts/date_in_citation.rb
143
+ - lib/sts/niso_sts/day.rb
85
144
  - lib/sts/niso_sts/def.rb
86
145
  - lib/sts/niso_sts/def_item.rb
87
146
  - lib/sts/niso_sts/def_list.rb
147
+ - lib/sts/niso_sts/degrees.rb
148
+ - lib/sts/niso_sts/disp_formula_group.rb
149
+ - lib/sts/niso_sts/disp_quote.rb
88
150
  - lib/sts/niso_sts/display_formula.rb
151
+ - lib/sts/niso_sts/doc_number.rb
152
+ - lib/sts/niso_sts/doc_type.rb
89
153
  - lib/sts/niso_sts/document_identification.rb
154
+ - lib/sts/niso_sts/editing_instruction.rb
155
+ - lib/sts/niso_sts/edition.rb
156
+ - lib/sts/niso_sts/element_citation.rb
157
+ - lib/sts/niso_sts/elocation_id.rb
158
+ - lib/sts/niso_sts/email.rb
159
+ - lib/sts/niso_sts/equation_count.rb
160
+ - lib/sts/niso_sts/era.rb
161
+ - lib/sts/niso_sts/etal.rb
90
162
  - lib/sts/niso_sts/ext_link.rb
163
+ - lib/sts/niso_sts/fax.rb
164
+ - lib/sts/niso_sts/fig_count.rb
165
+ - lib/sts/niso_sts/fig_group.rb
91
166
  - lib/sts/niso_sts/figure.rb
167
+ - lib/sts/niso_sts/floats_group.rb
92
168
  - lib/sts/niso_sts/fn.rb
93
169
  - lib/sts/niso_sts/fn_group.rb
170
+ - lib/sts/niso_sts/fpage.rb
94
171
  - lib/sts/niso_sts/front.rb
172
+ - lib/sts/niso_sts/funding_group.rb
173
+ - lib/sts/niso_sts/funding_source.rb
174
+ - lib/sts/niso_sts/funding_statement.rb
175
+ - lib/sts/niso_sts/given_names.rb
176
+ - lib/sts/niso_sts/glossary.rb
177
+ - lib/sts/niso_sts/gov.rb
95
178
  - lib/sts/niso_sts/graphic.rb
179
+ - lib/sts/niso_sts/history.rb
180
+ - lib/sts/niso_sts/hr.rb
181
+ - lib/sts/niso_sts/ics.rb
182
+ - lib/sts/niso_sts/ics_desc.rb
183
+ - lib/sts/niso_sts/ics_wrap.rb
184
+ - lib/sts/niso_sts/index_term.rb
185
+ - lib/sts/niso_sts/index_term_range_end.rb
96
186
  - lib/sts/niso_sts/inline_formula.rb
187
+ - lib/sts/niso_sts/inline_graphic.rb
188
+ - lib/sts/niso_sts/inline_supplementary_material.rb
189
+ - lib/sts/niso_sts/institution.rb
190
+ - lib/sts/niso_sts/institution_id.rb
191
+ - lib/sts/niso_sts/institution_wrap.rb
192
+ - lib/sts/niso_sts/intro.rb
193
+ - lib/sts/niso_sts/is_proof.rb
194
+ - lib/sts/niso_sts/isbn.rb
195
+ - lib/sts/niso_sts/issn.rb
196
+ - lib/sts/niso_sts/issn_l.rb
197
+ - lib/sts/niso_sts/issue.rb
198
+ - lib/sts/niso_sts/kwd.rb
199
+ - lib/sts/niso_sts/kwd_group.rb
97
200
  - lib/sts/niso_sts/label.rb
201
+ - lib/sts/niso_sts/license.rb
202
+ - lib/sts/niso_sts/license_p.rb
98
203
  - lib/sts/niso_sts/list.rb
99
204
  - lib/sts/niso_sts/list_item.rb
205
+ - lib/sts/niso_sts/long_desc.rb
206
+ - lib/sts/niso_sts/lpage.rb
207
+ - lib/sts/niso_sts/main.rb
208
+ - lib/sts/niso_sts/mathml.rb
209
+ - lib/sts/niso_sts/media.rb
100
210
  - lib/sts/niso_sts/meta_date.rb
101
211
  - lib/sts/niso_sts/meta_note.rb
102
212
  - lib/sts/niso_sts/metadata_iso.rb
103
213
  - lib/sts/niso_sts/metadata_std.rb
214
+ - lib/sts/niso_sts/milestone_end.rb
215
+ - lib/sts/niso_sts/milestone_start.rb
104
216
  - lib/sts/niso_sts/mixed_citation.rb
217
+ - lib/sts/niso_sts/mml_content.rb
218
+ - lib/sts/niso_sts/mml_content/apply.rb
219
+ - lib/sts/niso_sts/mml_content/bind.rb
220
+ - lib/sts/niso_sts/mml_content/calculus.rb
221
+ - lib/sts/niso_sts/mml_content/ci.rb
222
+ - lib/sts/niso_sts/mml_content/cn.rb
223
+ - lib/sts/niso_sts/mml_content/constants.rb
224
+ - lib/sts/niso_sts/mml_content/containers.rb
225
+ - lib/sts/niso_sts/mml_content/csymbol.rb
226
+ - lib/sts/niso_sts/mml_content/functional.rb
227
+ - lib/sts/niso_sts/mml_content/linear_algebra.rb
228
+ - lib/sts/niso_sts/mml_content/operators.rb
229
+ - lib/sts/niso_sts/mml_content/qualifiers.rb
230
+ - lib/sts/niso_sts/mml_content/relations.rb
231
+ - lib/sts/niso_sts/mml_content/sets.rb
232
+ - lib/sts/niso_sts/mml_content/statistics.rb
233
+ - lib/sts/niso_sts/mml_content/trigonometry.rb
234
+ - lib/sts/niso_sts/monospace.rb
235
+ - lib/sts/niso_sts/month.rb
236
+ - lib/sts/niso_sts/name.rb
237
+ - lib/sts/niso_sts/name_alternatives.rb
105
238
  - lib/sts/niso_sts/named_content.rb
239
+ - lib/sts/niso_sts/nat_meta.rb
240
+ - lib/sts/niso_sts/nested_kwd.rb
241
+ - lib/sts/niso_sts/nlm_citation.rb
106
242
  - lib/sts/niso_sts/non_normative_example.rb
107
243
  - lib/sts/niso_sts/non_normative_note.rb
244
+ - lib/sts/niso_sts/normative_example.rb
245
+ - lib/sts/niso_sts/normative_note.rb
246
+ - lib/sts/niso_sts/note.rb
247
+ - lib/sts/niso_sts/notes.rb
248
+ - lib/sts/niso_sts/notes_group.rb
108
249
  - lib/sts/niso_sts/object_id.rb
250
+ - lib/sts/niso_sts/on_behalf_of.rb
251
+ - lib/sts/niso_sts/open_access.rb
252
+ - lib/sts/niso_sts/originator.rb
253
+ - lib/sts/niso_sts/overline.rb
109
254
  - lib/sts/niso_sts/page_count.rb
255
+ - lib/sts/niso_sts/page_range.rb
110
256
  - lib/sts/niso_sts/paragraph.rb
257
+ - lib/sts/niso_sts/part_number.rb
258
+ - lib/sts/niso_sts/part_of_speech.rb
259
+ - lib/sts/niso_sts/patent.rb
111
260
  - lib/sts/niso_sts/permissions.rb
261
+ - lib/sts/niso_sts/person_group.rb
262
+ - lib/sts/niso_sts/phone.rb
263
+ - lib/sts/niso_sts/postal_code.rb
264
+ - lib/sts/niso_sts/prefix.rb
265
+ - lib/sts/niso_sts/preformat.rb
266
+ - lib/sts/niso_sts/price.rb
267
+ - lib/sts/niso_sts/principal_award_recipient.rb
268
+ - lib/sts/niso_sts/principal_investigator.rb
269
+ - lib/sts/niso_sts/private_char.rb
270
+ - lib/sts/niso_sts/product.rb
271
+ - lib/sts/niso_sts/proj_id.rb
272
+ - lib/sts/niso_sts/pub_date.rb
273
+ - lib/sts/niso_sts/pub_id.rb
274
+ - lib/sts/niso_sts/publisher.rb
275
+ - lib/sts/niso_sts/publisher_loc.rb
276
+ - lib/sts/niso_sts/publisher_name.rb
277
+ - lib/sts/niso_sts/rb.rb
278
+ - lib/sts/niso_sts/ref_count.rb
112
279
  - lib/sts/niso_sts/reference.rb
113
280
  - lib/sts/niso_sts/reference_list.rb
114
281
  - lib/sts/niso_sts/reference_standard.rb
282
+ - lib/sts/niso_sts/reg_meta.rb
283
+ - lib/sts/niso_sts/related_article.rb
284
+ - lib/sts/niso_sts/related_object.rb
285
+ - lib/sts/niso_sts/related_term.rb
286
+ - lib/sts/niso_sts/release_date.rb
287
+ - lib/sts/niso_sts/release_version.rb
288
+ - lib/sts/niso_sts/release_version_id.rb
289
+ - lib/sts/niso_sts/role.rb
290
+ - lib/sts/niso_sts/roman.rb
291
+ - lib/sts/niso_sts/rp.rb
292
+ - lib/sts/niso_sts/rt.rb
293
+ - lib/sts/niso_sts/ruby.rb
294
+ - lib/sts/niso_sts/sans_serif.rb
295
+ - lib/sts/niso_sts/sc.rb
296
+ - lib/sts/niso_sts/sdo.rb
297
+ - lib/sts/niso_sts/season.rb
298
+ - lib/sts/niso_sts/secretariat.rb
115
299
  - lib/sts/niso_sts/section.rb
116
300
  - lib/sts/niso_sts/section_array.rb
301
+ - lib/sts/niso_sts/see.rb
302
+ - lib/sts/niso_sts/see_also.rb
303
+ - lib/sts/niso_sts/self_uri.rb
304
+ - lib/sts/niso_sts/series.rb
305
+ - lib/sts/niso_sts/series_text.rb
306
+ - lib/sts/niso_sts/series_title.rb
307
+ - lib/sts/niso_sts/sig.rb
308
+ - lib/sts/niso_sts/sig_block.rb
309
+ - lib/sts/niso_sts/size.rb
310
+ - lib/sts/niso_sts/source.rb
311
+ - lib/sts/niso_sts/speaker.rb
312
+ - lib/sts/niso_sts/speech.rb
117
313
  - lib/sts/niso_sts/standard.rb
118
314
  - lib/sts/niso_sts/standard_identification.rb
119
315
  - lib/sts/niso_sts/standard_ref.rb
316
+ - lib/sts/niso_sts/state.rb
317
+ - lib/sts/niso_sts/statement.rb
120
318
  - lib/sts/niso_sts/std_cross_reference.rb
319
+ - lib/sts/niso_sts/std_doc_meta.rb
121
320
  - lib/sts/niso_sts/std_id.rb
122
321
  - lib/sts/niso_sts/std_id_group.rb
322
+ - lib/sts/niso_sts/std_org.rb
323
+ - lib/sts/niso_sts/std_org_abbrev.rb
324
+ - lib/sts/niso_sts/std_org_group.rb
325
+ - lib/sts/niso_sts/std_org_loc.rb
326
+ - lib/sts/niso_sts/std_org_name.rb
327
+ - lib/sts/niso_sts/std_organization.rb
328
+ - lib/sts/niso_sts/strike.rb
329
+ - lib/sts/niso_sts/string_conf.rb
330
+ - lib/sts/niso_sts/string_date.rb
331
+ - lib/sts/niso_sts/string_name.rb
332
+ - lib/sts/niso_sts/styled_content.rb
333
+ - lib/sts/niso_sts/sub.rb
334
+ - lib/sts/niso_sts/subj_group.rb
335
+ - lib/sts/niso_sts/subject.rb
336
+ - lib/sts/niso_sts/subtitle.rb
337
+ - lib/sts/niso_sts/suffix.rb
338
+ - lib/sts/niso_sts/sup.rb
339
+ - lib/sts/niso_sts/suppl_number.rb
340
+ - lib/sts/niso_sts/suppl_type.rb
341
+ - lib/sts/niso_sts/suppl_version.rb
342
+ - lib/sts/niso_sts/supplement.rb
343
+ - lib/sts/niso_sts/supplementary_material.rb
344
+ - lib/sts/niso_sts/surname.rb
345
+ - lib/sts/niso_sts/table_count.rb
346
+ - lib/sts/niso_sts/target.rb
123
347
  - lib/sts/niso_sts/term.rb
124
348
  - lib/sts/niso_sts/term_display.rb
349
+ - lib/sts/niso_sts/term_head.rb
125
350
  - lib/sts/niso_sts/term_section.rb
351
+ - lib/sts/niso_sts/term_source.rb
352
+ - lib/sts/niso_sts/tex_math.rb
353
+ - lib/sts/niso_sts/textual_form.rb
354
+ - lib/sts/niso_sts/time_stamp.rb
126
355
  - lib/sts/niso_sts/title.rb
127
356
  - lib/sts/niso_sts/title_compl.rb
128
357
  - lib/sts/niso_sts/title_full.rb
129
358
  - lib/sts/niso_sts/title_wrap.rb
359
+ - lib/sts/niso_sts/trans_abstract.rb
360
+ - lib/sts/niso_sts/trans_source.rb
361
+ - lib/sts/niso_sts/trans_title.rb
362
+ - lib/sts/niso_sts/trans_title_group.rb
363
+ - lib/sts/niso_sts/underline.rb
364
+ - lib/sts/niso_sts/unstructured_kwd_group.rb
365
+ - lib/sts/niso_sts/uri.rb
366
+ - lib/sts/niso_sts/urn.rb
367
+ - lib/sts/niso_sts/verse_group.rb
368
+ - lib/sts/niso_sts/verse_line.rb
369
+ - lib/sts/niso_sts/version.rb
370
+ - lib/sts/niso_sts/volume.rb
371
+ - lib/sts/niso_sts/volume_id.rb
372
+ - lib/sts/niso_sts/volume_issue_group.rb
373
+ - lib/sts/niso_sts/volume_series.rb
374
+ - lib/sts/niso_sts/word_count.rb
375
+ - lib/sts/niso_sts/xi/fallback.rb
376
+ - lib/sts/niso_sts/xi/include.rb
377
+ - lib/sts/niso_sts/xi/xi.rb
378
+ - lib/sts/niso_sts/year.rb
130
379
  - lib/sts/tbx_iso_tml.rb
131
380
  - lib/sts/tbx_iso_tml/bold.rb
132
381
  - lib/sts/tbx_iso_tml/caption.rb
@@ -179,6 +428,19 @@ files:
179
428
  - lib/sts/tbx_iso_tml/tr.rb
180
429
  - lib/sts/tbx_iso_tml/xref.rb
181
430
  - lib/sts/version.rb
431
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/NISO-STS-extended-1-mathml3-elements.xsd
432
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/NISO-STS-extended-1-mathml3.xsd
433
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/module-oasis.xsd
434
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-common.xsd
435
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-content.xsd
436
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-presentation.xsd
437
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-strict-content.xsd
438
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3.xsd
439
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-ali.xsd
440
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-tbx.xsd
441
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-xi.xsd
442
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xlink.xsd
443
+ - reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xml.xsd
182
444
  - sig/sts.rbs
183
445
  - sts.gemspec
184
446
  homepage: https://github.com/metanorma/sts-ruby