sts 0.3.4 → 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.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +7 -1
- data/.gitignore +2 -0
- data/.rubocop_todo.yml +8 -30
- data/Gemfile +4 -2
- data/lib/sts/namespaces.rb +13 -0
- data/lib/sts/niso_sts/abstract.rb +23 -0
- data/lib/sts/niso_sts/access_date.rb +20 -0
- data/lib/sts/niso_sts/accrediting_organization.rb +16 -0
- data/lib/sts/niso_sts/ack.rb +27 -0
- data/lib/sts/niso_sts/addr_line.rb +20 -0
- data/lib/sts/niso_sts/address.rb +29 -0
- data/lib/sts/niso_sts/adoption.rb +8 -12
- data/lib/sts/niso_sts/adoption_front.rb +1 -3
- data/lib/sts/niso_sts/aff.rb +51 -0
- data/lib/sts/niso_sts/aff_alternatives.rb +15 -0
- data/lib/sts/niso_sts/ali/ali.rb +10 -0
- data/lib/sts/niso_sts/ali/free_to_read.rb +25 -0
- data/lib/sts/niso_sts/ali/license_ref.rb +26 -0
- data/lib/sts/niso_sts/alt_text.rb +16 -0
- data/lib/sts/niso_sts/alt_title.rb +16 -0
- data/lib/sts/niso_sts/alternatives.rb +16 -0
- data/lib/sts/niso_sts/annotation.rb +26 -0
- data/lib/sts/niso_sts/anonymous.rb +11 -0
- data/lib/sts/niso_sts/app.rb +11 -22
- data/lib/sts/niso_sts/app_group.rb +1 -5
- data/lib/sts/niso_sts/article_title.rb +20 -0
- data/lib/sts/niso_sts/attrib.rb +16 -0
- data/lib/sts/niso_sts/attribution.rb +16 -0
- data/lib/sts/niso_sts/author_comment.rb +24 -0
- data/lib/sts/niso_sts/author_notes.rb +31 -0
- data/lib/sts/niso_sts/authorization.rb +16 -0
- data/lib/sts/niso_sts/award_group.rb +26 -0
- data/lib/sts/niso_sts/award_id.rb +20 -0
- data/lib/sts/niso_sts/back.rb +5 -12
- data/lib/sts/niso_sts/bio.rb +24 -0
- data/lib/sts/niso_sts/body.rb +2 -6
- data/lib/sts/niso_sts/boxed_text.rb +31 -0
- data/lib/sts/niso_sts/caption.rb +6 -10
- data/lib/sts/niso_sts/chapter_title.rb +20 -0
- data/lib/sts/niso_sts/chem_struct.rb +16 -0
- data/lib/sts/niso_sts/chem_struct_wrap.rb +32 -0
- data/lib/sts/niso_sts/citation_alternatives.rb +19 -0
- data/lib/sts/niso_sts/city.rb +20 -0
- data/lib/sts/niso_sts/collab.rb +28 -0
- data/lib/sts/niso_sts/collab_alternatives.rb +15 -0
- data/lib/sts/niso_sts/comm_ref_group.rb +15 -0
- data/lib/sts/niso_sts/comment.rb +16 -0
- data/lib/sts/niso_sts/compound_kwd.rb +25 -0
- data/lib/sts/niso_sts/compound_kwd_part.rb +24 -0
- data/lib/sts/niso_sts/conf_acronym.rb +16 -0
- data/lib/sts/niso_sts/conf_date.rb +20 -0
- data/lib/sts/niso_sts/conf_loc.rb +16 -0
- data/lib/sts/niso_sts/conf_name.rb +16 -0
- data/lib/sts/niso_sts/conf_num.rb +16 -0
- data/lib/sts/niso_sts/conf_sponsor.rb +16 -0
- data/lib/sts/niso_sts/conf_theme.rb +16 -0
- data/lib/sts/niso_sts/conference.rb +29 -0
- data/lib/sts/niso_sts/content_language.rb +20 -0
- data/lib/sts/niso_sts/contrib.rb +58 -0
- data/lib/sts/niso_sts/contrib_group.rb +22 -0
- data/lib/sts/niso_sts/contrib_id.rb +20 -0
- data/lib/sts/niso_sts/copyright_holder.rb +16 -0
- data/lib/sts/niso_sts/copyright_statement.rb +16 -0
- data/lib/sts/niso_sts/copyright_year.rb +16 -0
- data/lib/sts/niso_sts/corresp.rb +20 -0
- data/lib/sts/niso_sts/country.rb +20 -0
- data/lib/sts/niso_sts/counts.rb +25 -0
- data/lib/sts/niso_sts/custom_meta.rb +3 -7
- data/lib/sts/niso_sts/custom_meta_group.rb +2 -6
- data/lib/sts/niso_sts/data_title.rb +20 -0
- data/lib/sts/niso_sts/date.rb +25 -0
- data/lib/sts/niso_sts/date_in_citation.rb +25 -0
- data/lib/sts/niso_sts/day.rb +16 -0
- data/lib/sts/niso_sts/def.rb +2 -6
- data/lib/sts/niso_sts/def_item.rb +3 -8
- data/lib/sts/niso_sts/def_list.rb +3 -7
- data/lib/sts/niso_sts/degrees.rb +20 -0
- data/lib/sts/niso_sts/disp_formula_group.rb +26 -0
- data/lib/sts/niso_sts/disp_quote.rb +27 -0
- data/lib/sts/niso_sts/display_formula.rb +4 -7
- data/lib/sts/niso_sts/doc_number.rb +16 -0
- data/lib/sts/niso_sts/doc_type.rb +16 -0
- data/lib/sts/niso_sts/document_identification.rb +1 -3
- data/lib/sts/niso_sts/editing_instruction.rb +24 -0
- data/lib/sts/niso_sts/edition.rb +16 -0
- data/lib/sts/niso_sts/element_citation.rb +103 -0
- data/lib/sts/niso_sts/elocation_id.rb +17 -0
- data/lib/sts/niso_sts/email.rb +20 -0
- data/lib/sts/niso_sts/equation_count.rb +14 -0
- data/lib/sts/niso_sts/era.rb +16 -0
- data/lib/sts/niso_sts/etal.rb +22 -0
- data/lib/sts/niso_sts/ext_link.rb +3 -7
- data/lib/sts/niso_sts/fax.rb +20 -0
- data/lib/sts/niso_sts/fig_count.rb +14 -0
- data/lib/sts/niso_sts/fig_group.rb +30 -0
- data/lib/sts/niso_sts/figure.rb +6 -13
- data/lib/sts/niso_sts/floats_group.rb +16 -0
- data/lib/sts/niso_sts/fn.rb +3 -8
- data/lib/sts/niso_sts/fn_group.rb +2 -6
- data/lib/sts/niso_sts/fpage.rb +20 -0
- data/lib/sts/niso_sts/front.rb +4 -10
- data/lib/sts/niso_sts/funding_group.rb +22 -0
- data/lib/sts/niso_sts/funding_source.rb +26 -0
- data/lib/sts/niso_sts/funding_statement.rb +20 -0
- data/lib/sts/niso_sts/given_names.rb +20 -0
- data/lib/sts/niso_sts/glossary.rb +33 -0
- data/lib/sts/niso_sts/gov.rb +20 -0
- data/lib/sts/niso_sts/graphic.rb +5 -11
- data/lib/sts/niso_sts/history.rb +18 -0
- data/lib/sts/niso_sts/hr.rb +11 -0
- data/lib/sts/niso_sts/ics.rb +15 -0
- data/lib/sts/niso_sts/ics_desc.rb +16 -0
- data/lib/sts/niso_sts/ics_wrap.rb +15 -0
- data/lib/sts/niso_sts/index_term.rb +32 -0
- data/lib/sts/niso_sts/index_term_range_end.rb +17 -0
- data/lib/sts/niso_sts/inline_formula.rb +3 -6
- data/lib/sts/niso_sts/inline_graphic.rb +39 -0
- data/lib/sts/niso_sts/inline_supplementary_material.rb +38 -0
- data/lib/sts/niso_sts/institution.rb +20 -0
- data/lib/sts/niso_sts/institution_id.rb +18 -0
- data/lib/sts/niso_sts/institution_wrap.rb +17 -0
- data/lib/sts/niso_sts/intro.rb +16 -0
- data/lib/sts/niso_sts/is_proof.rb +15 -0
- data/lib/sts/niso_sts/isbn.rb +20 -0
- data/lib/sts/niso_sts/issn.rb +22 -0
- data/lib/sts/niso_sts/issn_l.rb +20 -0
- data/lib/sts/niso_sts/issue.rb +20 -0
- data/lib/sts/niso_sts/kwd.rb +26 -0
- data/lib/sts/niso_sts/kwd_group.rb +35 -0
- data/lib/sts/niso_sts/label.rb +1 -5
- data/lib/sts/niso_sts/license.rb +19 -0
- data/lib/sts/niso_sts/license_p.rb +16 -0
- data/lib/sts/niso_sts/list.rb +3 -6
- data/lib/sts/niso_sts/list_item.rb +8 -13
- data/lib/sts/niso_sts/long_desc.rb +22 -0
- data/lib/sts/niso_sts/lpage.rb +20 -0
- data/lib/sts/niso_sts/main.rb +16 -0
- data/lib/sts/niso_sts/mathml.rb +69 -0
- data/lib/sts/niso_sts/media.rb +44 -0
- data/lib/sts/niso_sts/meta_date.rb +1 -3
- data/lib/sts/niso_sts/meta_note.rb +3 -6
- data/lib/sts/niso_sts/metadata_iso.rb +11 -22
- data/lib/sts/niso_sts/metadata_std.rb +12 -19
- data/lib/sts/niso_sts/milestone_end.rb +26 -0
- data/lib/sts/niso_sts/milestone_start.rb +24 -0
- data/lib/sts/niso_sts/mixed_citation.rb +101 -12
- data/lib/sts/niso_sts/mml_content/apply.rb +47 -0
- data/lib/sts/niso_sts/mml_content/bind.rb +22 -0
- data/lib/sts/niso_sts/mml_content/calculus.rb +77 -0
- data/lib/sts/niso_sts/mml_content/ci.rb +22 -0
- data/lib/sts/niso_sts/mml_content/cn.rb +24 -0
- data/lib/sts/niso_sts/mml_content/constants.rb +114 -0
- data/lib/sts/niso_sts/mml_content/containers.rb +104 -0
- data/lib/sts/niso_sts/mml_content/csymbol.rb +24 -0
- data/lib/sts/niso_sts/mml_content/functional.rb +110 -0
- data/lib/sts/niso_sts/mml_content/linear_algebra.rb +98 -0
- data/lib/sts/niso_sts/mml_content/operators.rb +154 -0
- data/lib/sts/niso_sts/mml_content/qualifiers.rb +111 -0
- data/lib/sts/niso_sts/mml_content/relations.rb +84 -0
- data/lib/sts/niso_sts/mml_content/sets.rb +84 -0
- data/lib/sts/niso_sts/mml_content/statistics.rb +49 -0
- data/lib/sts/niso_sts/mml_content/trigonometry.rb +135 -0
- data/lib/sts/niso_sts/mml_content.rb +152 -0
- data/lib/sts/niso_sts/monospace.rb +22 -0
- data/lib/sts/niso_sts/month.rb +16 -0
- data/lib/sts/niso_sts/name.rb +25 -0
- data/lib/sts/niso_sts/name_alternatives.rb +15 -0
- data/lib/sts/{tbx_iso_tml → niso_sts}/named_content.rb +2 -5
- data/lib/sts/niso_sts/nat_meta.rb +44 -0
- data/lib/sts/niso_sts/nested_kwd.rb +19 -0
- data/lib/sts/niso_sts/nlm_citation.rb +103 -0
- data/lib/sts/niso_sts/non_normative_example.rb +4 -9
- data/lib/sts/niso_sts/non_normative_note.rb +4 -7
- data/lib/sts/niso_sts/normative_example.rb +27 -0
- data/lib/sts/niso_sts/normative_note.rb +29 -0
- data/lib/sts/niso_sts/note.rb +29 -0
- data/lib/sts/niso_sts/notes.rb +31 -0
- data/lib/sts/niso_sts/notes_group.rb +26 -0
- data/lib/sts/niso_sts/object_id.rb +1 -3
- data/lib/sts/niso_sts/on_behalf_of.rb +20 -0
- data/lib/sts/niso_sts/open_access.rb +16 -0
- data/lib/sts/niso_sts/originator.rb +16 -0
- data/lib/sts/niso_sts/overline.rb +22 -0
- data/lib/sts/niso_sts/page_count.rb +1 -3
- data/lib/sts/niso_sts/page_range.rb +20 -0
- data/lib/sts/niso_sts/paragraph.rb +17 -34
- data/lib/sts/niso_sts/part_number.rb +16 -0
- data/lib/sts/niso_sts/part_of_speech.rb +16 -0
- data/lib/sts/niso_sts/patent.rb +20 -0
- data/lib/sts/niso_sts/permissions.rb +1 -3
- data/lib/sts/niso_sts/person_group.rb +28 -0
- data/lib/sts/niso_sts/phone.rb +20 -0
- data/lib/sts/niso_sts/postal_code.rb +20 -0
- data/lib/sts/niso_sts/prefix.rb +20 -0
- data/lib/sts/niso_sts/preformat.rb +26 -0
- data/lib/sts/niso_sts/price.rb +16 -0
- data/lib/sts/niso_sts/principal_award_recipient.rb +16 -0
- data/lib/sts/niso_sts/principal_investigator.rb +16 -0
- data/lib/sts/niso_sts/private_char.rb +22 -0
- data/lib/sts/niso_sts/product.rb +20 -0
- data/lib/sts/niso_sts/proj_id.rb +16 -0
- data/lib/sts/niso_sts/pub_date.rb +29 -0
- data/lib/sts/niso_sts/pub_id.rb +19 -0
- data/lib/sts/niso_sts/publisher.rb +17 -0
- data/lib/sts/niso_sts/publisher_loc.rb +20 -0
- data/lib/sts/niso_sts/publisher_name.rb +20 -0
- data/lib/sts/niso_sts/rb.rb +22 -0
- data/lib/sts/niso_sts/ref_count.rb +14 -0
- data/lib/sts/niso_sts/reference.rb +10 -7
- data/lib/sts/niso_sts/reference_list.rb +3 -5
- data/lib/sts/niso_sts/reference_standard.rb +10 -15
- data/lib/sts/niso_sts/reg_meta.rb +44 -0
- data/lib/sts/niso_sts/related_article.rb +24 -0
- data/lib/sts/niso_sts/related_object.rb +22 -0
- data/lib/sts/niso_sts/related_term.rb +18 -0
- data/lib/sts/niso_sts/release_date.rb +19 -0
- data/lib/sts/niso_sts/release_version.rb +16 -0
- data/lib/sts/niso_sts/release_version_id.rb +16 -0
- data/lib/sts/niso_sts/role.rb +22 -0
- data/lib/sts/niso_sts/roman.rb +22 -0
- data/lib/sts/niso_sts/rp.rb +18 -0
- data/lib/sts/niso_sts/rt.rb +22 -0
- data/lib/sts/niso_sts/ruby.rb +23 -0
- data/lib/sts/niso_sts/sans_serif.rb +22 -0
- data/lib/sts/niso_sts/sc.rb +22 -0
- data/lib/sts/niso_sts/sdo.rb +16 -0
- data/lib/sts/niso_sts/season.rb +16 -0
- data/lib/sts/niso_sts/secretariat.rb +16 -0
- data/lib/sts/niso_sts/section.rb +16 -29
- data/lib/sts/niso_sts/section_array.rb +2 -6
- data/lib/sts/niso_sts/see.rb +26 -0
- data/lib/sts/niso_sts/see_also.rb +26 -0
- data/lib/sts/niso_sts/self_uri.rb +22 -0
- data/lib/sts/niso_sts/series.rb +22 -0
- data/lib/sts/niso_sts/series_text.rb +22 -0
- data/lib/sts/niso_sts/series_title.rb +22 -0
- data/lib/sts/niso_sts/sig.rb +18 -0
- data/lib/sts/niso_sts/sig_block.rb +22 -0
- data/lib/sts/niso_sts/size.rb +18 -0
- data/lib/sts/niso_sts/source.rb +20 -0
- data/lib/sts/niso_sts/speaker.rb +16 -0
- data/lib/sts/niso_sts/speech.rb +25 -0
- data/lib/sts/niso_sts/standard.rb +11 -15
- data/lib/sts/niso_sts/standard_identification.rb +3 -6
- data/lib/sts/niso_sts/standard_ref.rb +1 -3
- data/lib/sts/niso_sts/state.rb +20 -0
- data/lib/sts/niso_sts/statement.rb +29 -0
- data/lib/sts/niso_sts/std_cross_reference.rb +2 -4
- data/lib/sts/niso_sts/std_doc_meta.rb +44 -0
- data/lib/sts/niso_sts/std_id.rb +1 -3
- data/lib/sts/niso_sts/std_id_group.rb +2 -6
- data/lib/sts/niso_sts/std_org.rb +25 -0
- data/lib/sts/niso_sts/std_org_abbrev.rb +16 -0
- data/lib/sts/niso_sts/std_org_group.rb +15 -0
- data/lib/sts/niso_sts/std_org_loc.rb +16 -0
- data/lib/sts/niso_sts/std_org_name.rb +16 -0
- data/lib/sts/niso_sts/std_organization.rb +16 -0
- data/lib/sts/niso_sts/strike.rb +22 -0
- data/lib/sts/niso_sts/string_conf.rb +16 -0
- data/lib/sts/niso_sts/string_date.rb +16 -0
- data/lib/sts/niso_sts/string_name.rb +24 -0
- data/lib/sts/niso_sts/styled_content.rb +26 -0
- data/lib/sts/niso_sts/sub.rb +20 -0
- data/lib/sts/niso_sts/subj_group.rb +24 -0
- data/lib/sts/niso_sts/subject.rb +24 -0
- data/lib/sts/niso_sts/subtitle.rb +16 -0
- data/lib/sts/niso_sts/suffix.rb +20 -0
- data/lib/sts/niso_sts/sup.rb +20 -0
- data/lib/sts/niso_sts/suppl_number.rb +16 -0
- data/lib/sts/niso_sts/suppl_type.rb +16 -0
- data/lib/sts/niso_sts/suppl_version.rb +16 -0
- data/lib/sts/niso_sts/supplement.rb +24 -0
- data/lib/sts/niso_sts/supplementary_material.rb +46 -0
- data/lib/sts/niso_sts/surname.rb +20 -0
- data/lib/sts/niso_sts/table_count.rb +14 -0
- data/lib/sts/niso_sts/target.rb +24 -0
- data/lib/sts/niso_sts/term.rb +70 -0
- data/lib/sts/niso_sts/term_display.rb +4 -8
- data/lib/sts/niso_sts/term_head.rb +16 -0
- data/lib/sts/niso_sts/term_section.rb +6 -13
- data/lib/sts/niso_sts/term_source.rb +16 -0
- data/lib/sts/niso_sts/tex_math.rb +16 -0
- data/lib/sts/niso_sts/textual_form.rb +16 -0
- data/lib/sts/niso_sts/time_stamp.rb +20 -0
- data/lib/sts/niso_sts/title.rb +2 -6
- data/lib/sts/niso_sts/title_compl.rb +14 -0
- data/lib/sts/niso_sts/title_full.rb +18 -0
- data/lib/sts/niso_sts/title_wrap.rb +12 -17
- data/lib/sts/niso_sts/trans_abstract.rb +23 -0
- data/lib/sts/niso_sts/trans_source.rb +20 -0
- data/lib/sts/niso_sts/trans_title.rb +20 -0
- data/lib/sts/niso_sts/trans_title_group.rb +15 -0
- data/lib/sts/niso_sts/underline.rb +22 -0
- data/lib/sts/niso_sts/unstructured_kwd_group.rb +24 -0
- data/lib/sts/niso_sts/uri.rb +20 -0
- data/lib/sts/niso_sts/urn.rb +16 -0
- data/lib/sts/niso_sts/verse_group.rb +29 -0
- data/lib/sts/niso_sts/verse_line.rb +16 -0
- data/lib/sts/niso_sts/version.rb +16 -0
- data/lib/sts/niso_sts/volume.rb +20 -0
- data/lib/sts/niso_sts/volume_id.rb +22 -0
- data/lib/sts/niso_sts/volume_issue_group.rb +16 -0
- data/lib/sts/niso_sts/volume_series.rb +16 -0
- data/lib/sts/niso_sts/word_count.rb +14 -0
- data/lib/sts/niso_sts/xi/fallback.rb +18 -0
- data/lib/sts/niso_sts/xi/include.rb +27 -0
- data/lib/sts/niso_sts/xi/xi.rb +10 -0
- data/lib/sts/niso_sts/year.rb +16 -0
- data/lib/sts/niso_sts.rb +288 -18
- data/lib/sts/tbx_iso_tml/bold.rb +1 -3
- data/lib/sts/tbx_iso_tml/caption.rb +1 -3
- data/lib/sts/tbx_iso_tml/col.rb +1 -3
- data/lib/sts/tbx_iso_tml/cross_reference.rb +17 -0
- data/lib/sts/tbx_iso_tml/definition.rb +14 -22
- data/lib/sts/tbx_iso_tml/entailed_term.rb +6 -10
- data/lib/sts/tbx_iso_tml/example.rb +6 -10
- data/lib/sts/tbx_iso_tml/external_graphic.rb +2 -4
- data/lib/sts/tbx_iso_tml/external_source.rb +2 -4
- data/lib/sts/tbx_iso_tml/fn.rb +2 -4
- data/lib/sts/tbx_iso_tml/fn_group.rb +2 -6
- data/lib/sts/tbx_iso_tml/geographical_usage.rb +2 -4
- data/lib/sts/tbx_iso_tml/grammatical_gender.rb +2 -4
- data/lib/sts/tbx_iso_tml/grammatical_number.rb +2 -4
- data/lib/sts/tbx_iso_tml/italic.rb +2 -3
- data/lib/sts/tbx_iso_tml/lang_set.rb +16 -30
- data/lib/sts/tbx_iso_tml/math.rb +12 -25
- data/lib/sts/tbx_iso_tml/mfenced.rb +7 -13
- data/lib/sts/tbx_iso_tml/mfrac.rb +5 -8
- data/lib/sts/tbx_iso_tml/mi.rb +2 -3
- data/lib/sts/tbx_iso_tml/mrow.rb +10 -15
- data/lib/sts/tbx_iso_tml/mspace.rb +2 -4
- data/lib/sts/tbx_iso_tml/mstyle.rb +5 -5
- data/lib/sts/tbx_iso_tml/msub.rb +6 -11
- data/lib/sts/tbx_iso_tml/msup.rb +4 -9
- data/lib/sts/tbx_iso_tml/munder.rb +3 -7
- data/lib/sts/tbx_iso_tml/munderover.rb +4 -7
- data/lib/sts/tbx_iso_tml/normative_authorization.rb +2 -4
- data/lib/sts/tbx_iso_tml/note.rb +18 -30
- data/lib/sts/tbx_iso_tml/part_of_speech.rb +2 -4
- data/lib/sts/tbx_iso_tml/pronunciation.rb +16 -0
- data/lib/sts/tbx_iso_tml/see.rb +2 -4
- data/lib/sts/tbx_iso_tml/semantics.rb +5 -9
- data/lib/sts/tbx_iso_tml/source.rb +5 -7
- data/lib/sts/tbx_iso_tml/subject_field.rb +17 -0
- data/lib/sts/tbx_iso_tml/sup.rb +3 -6
- data/lib/sts/tbx_iso_tml/table.rb +4 -10
- data/lib/sts/tbx_iso_tml/table_break.rb +0 -2
- data/lib/sts/tbx_iso_tml/table_wrap.rb +4 -10
- data/lib/sts/tbx_iso_tml/table_wrap_foot.rb +2 -6
- data/lib/sts/tbx_iso_tml/tbody.rb +2 -6
- data/lib/sts/tbx_iso_tml/td.rb +12 -23
- data/lib/sts/tbx_iso_tml/term.rb +13 -29
- data/lib/sts/tbx_iso_tml/term_entry.rb +5 -9
- data/lib/sts/tbx_iso_tml/term_information_group.rb +11 -20
- data/lib/sts/tbx_iso_tml/term_type.rb +2 -4
- data/lib/sts/tbx_iso_tml/th.rb +8 -16
- data/lib/sts/tbx_iso_tml/thead.rb +2 -6
- data/lib/sts/tbx_iso_tml/tr.rb +3 -8
- data/lib/sts/tbx_iso_tml/xref.rb +2 -3
- data/lib/sts/tbx_iso_tml.rb +52 -25
- data/lib/sts/version.rb +1 -1
- data/lib/sts.rb +5 -12
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/NISO-STS-extended-1-mathml3-elements.xsd +11447 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/NISO-STS-extended-1-mathml3.xsd +97 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/module-oasis.xsd +227 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-common.xsd +101 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-content.xsd +683 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-presentation.xsd +2092 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3-strict-content.xsd +186 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/mathml3/mathml3.xsd +9 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-ali.xsd +46 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-tbx.xsd +494 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-xi.xsd +51 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xlink.xsd +100 -0
- data/reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xml.xsd +287 -0
- data/sts.gemspec +1 -1
- metadata +274 -5
|
@@ -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
|
+
<schema . . .>
|
|
208
|
+
. . .
|
|
209
|
+
<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
|
+
<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
|
+
<type . . .>
|
|
225
|
+
. . .
|
|
226
|
+
<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
|
+
|
data/sts.gemspec
CHANGED
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.require_paths = ["lib"]
|
|
31
31
|
|
|
32
32
|
spec.add_dependency "bigdecimal"
|
|
33
|
-
spec.add_dependency "lutaml-model", "~> 0.
|
|
33
|
+
spec.add_dependency "lutaml-model", "~> 0.8.0"
|
|
34
34
|
spec.add_dependency "nokogiri"
|
|
35
35
|
|
|
36
36
|
# spec.add_dependency "thor"
|
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
|
+
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:
|
|
11
|
+
date: 2026-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigdecimal
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: 0.8.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: 0.8.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: nokogiri
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -71,61 +71,316 @@ files:
|
|
|
71
71
|
- README.adoc
|
|
72
72
|
- Rakefile
|
|
73
73
|
- lib/sts.rb
|
|
74
|
+
- lib/sts/namespaces.rb
|
|
74
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
|
|
75
82
|
- lib/sts/niso_sts/adoption.rb
|
|
76
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
|
|
77
94
|
- lib/sts/niso_sts/app.rb
|
|
78
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
|
|
79
104
|
- lib/sts/niso_sts/back.rb
|
|
105
|
+
- lib/sts/niso_sts/bio.rb
|
|
80
106
|
- lib/sts/niso_sts/body.rb
|
|
107
|
+
- lib/sts/niso_sts/boxed_text.rb
|
|
81
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
|
|
82
138
|
- lib/sts/niso_sts/custom_meta.rb
|
|
83
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
|
|
84
144
|
- lib/sts/niso_sts/def.rb
|
|
85
145
|
- lib/sts/niso_sts/def_item.rb
|
|
86
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
|
|
87
150
|
- lib/sts/niso_sts/display_formula.rb
|
|
151
|
+
- lib/sts/niso_sts/doc_number.rb
|
|
152
|
+
- lib/sts/niso_sts/doc_type.rb
|
|
88
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
|
|
89
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
|
|
90
166
|
- lib/sts/niso_sts/figure.rb
|
|
167
|
+
- lib/sts/niso_sts/floats_group.rb
|
|
91
168
|
- lib/sts/niso_sts/fn.rb
|
|
92
169
|
- lib/sts/niso_sts/fn_group.rb
|
|
170
|
+
- lib/sts/niso_sts/fpage.rb
|
|
93
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
|
|
94
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
|
|
95
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
|
|
96
200
|
- lib/sts/niso_sts/label.rb
|
|
201
|
+
- lib/sts/niso_sts/license.rb
|
|
202
|
+
- lib/sts/niso_sts/license_p.rb
|
|
97
203
|
- lib/sts/niso_sts/list.rb
|
|
98
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
|
|
99
210
|
- lib/sts/niso_sts/meta_date.rb
|
|
100
211
|
- lib/sts/niso_sts/meta_note.rb
|
|
101
212
|
- lib/sts/niso_sts/metadata_iso.rb
|
|
102
213
|
- lib/sts/niso_sts/metadata_std.rb
|
|
214
|
+
- lib/sts/niso_sts/milestone_end.rb
|
|
215
|
+
- lib/sts/niso_sts/milestone_start.rb
|
|
103
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
|
|
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
|
|
104
242
|
- lib/sts/niso_sts/non_normative_example.rb
|
|
105
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
|
|
106
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
|
|
107
254
|
- lib/sts/niso_sts/page_count.rb
|
|
255
|
+
- lib/sts/niso_sts/page_range.rb
|
|
108
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
|
|
109
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
|
|
110
279
|
- lib/sts/niso_sts/reference.rb
|
|
111
280
|
- lib/sts/niso_sts/reference_list.rb
|
|
112
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
|
|
113
299
|
- lib/sts/niso_sts/section.rb
|
|
114
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
|
|
115
313
|
- lib/sts/niso_sts/standard.rb
|
|
116
314
|
- lib/sts/niso_sts/standard_identification.rb
|
|
117
315
|
- lib/sts/niso_sts/standard_ref.rb
|
|
316
|
+
- lib/sts/niso_sts/state.rb
|
|
317
|
+
- lib/sts/niso_sts/statement.rb
|
|
118
318
|
- lib/sts/niso_sts/std_cross_reference.rb
|
|
319
|
+
- lib/sts/niso_sts/std_doc_meta.rb
|
|
119
320
|
- lib/sts/niso_sts/std_id.rb
|
|
120
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
|
|
347
|
+
- lib/sts/niso_sts/term.rb
|
|
121
348
|
- lib/sts/niso_sts/term_display.rb
|
|
349
|
+
- lib/sts/niso_sts/term_head.rb
|
|
122
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
|
|
123
355
|
- lib/sts/niso_sts/title.rb
|
|
356
|
+
- lib/sts/niso_sts/title_compl.rb
|
|
357
|
+
- lib/sts/niso_sts/title_full.rb
|
|
124
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
|
|
125
379
|
- lib/sts/tbx_iso_tml.rb
|
|
126
380
|
- lib/sts/tbx_iso_tml/bold.rb
|
|
127
381
|
- lib/sts/tbx_iso_tml/caption.rb
|
|
128
382
|
- lib/sts/tbx_iso_tml/col.rb
|
|
383
|
+
- lib/sts/tbx_iso_tml/cross_reference.rb
|
|
129
384
|
- lib/sts/tbx_iso_tml/definition.rb
|
|
130
385
|
- lib/sts/tbx_iso_tml/entailed_term.rb
|
|
131
386
|
- lib/sts/tbx_iso_tml/example.rb
|
|
@@ -149,13 +404,14 @@ files:
|
|
|
149
404
|
- lib/sts/tbx_iso_tml/msup.rb
|
|
150
405
|
- lib/sts/tbx_iso_tml/munder.rb
|
|
151
406
|
- lib/sts/tbx_iso_tml/munderover.rb
|
|
152
|
-
- lib/sts/tbx_iso_tml/named_content.rb
|
|
153
407
|
- lib/sts/tbx_iso_tml/normative_authorization.rb
|
|
154
408
|
- lib/sts/tbx_iso_tml/note.rb
|
|
155
409
|
- lib/sts/tbx_iso_tml/part_of_speech.rb
|
|
410
|
+
- lib/sts/tbx_iso_tml/pronunciation.rb
|
|
156
411
|
- lib/sts/tbx_iso_tml/see.rb
|
|
157
412
|
- lib/sts/tbx_iso_tml/semantics.rb
|
|
158
413
|
- lib/sts/tbx_iso_tml/source.rb
|
|
414
|
+
- lib/sts/tbx_iso_tml/subject_field.rb
|
|
159
415
|
- lib/sts/tbx_iso_tml/sup.rb
|
|
160
416
|
- lib/sts/tbx_iso_tml/table.rb
|
|
161
417
|
- lib/sts/tbx_iso_tml/table_break.rb
|
|
@@ -172,6 +428,19 @@ files:
|
|
|
172
428
|
- lib/sts/tbx_iso_tml/tr.rb
|
|
173
429
|
- lib/sts/tbx_iso_tml/xref.rb
|
|
174
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
|
|
175
444
|
- sig/sts.rbs
|
|
176
445
|
- sts.gemspec
|
|
177
446
|
homepage: https://github.com/metanorma/sts-ruby
|