sts 0.5.3 → 0.5.4
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/GAPS.guidelines.iso-sts-ed2.1/01-maintenance.md +19 -0
- data/GAPS.guidelines.iso-sts-ed2.1/03-general.md +75 -0
- data/GAPS.guidelines.iso-sts-ed2.1/04-structure.md +75 -0
- data/GAPS.guidelines.iso-sts-ed2.1/05-content.md +63 -0
- data/GAPS.guidelines.iso-sts-ed2.1/06-tables.md +53 -0
- data/GAPS.guidelines.iso-sts-ed2.1/07-formulae.md +41 -0
- data/GAPS.guidelines.iso-sts-ed2.1/08-figures.md +45 -0
- data/GAPS.guidelines.iso-sts-ed2.1/09-terms.md +56 -0
- data/GAPS.guidelines.iso-sts-ed2.1/10-references.md +56 -0
- data/GAPS.guidelines.iso-sts-ed2.1/annex-a-multilingual.md +79 -0
- data/GAPS.guidelines.niso-sts-v1.0/01-introduction-scope.md +27 -0
- data/GAPS.guidelines.niso-sts-v1.0/02-document-structure.md +100 -0
- data/GAPS.guidelines.niso-sts-v1.0/03-front-matter.md +149 -0
- data/GAPS.guidelines.niso-sts-v1.0/04-body-content.md +209 -0
- data/GAPS.guidelines.niso-sts-v1.0/05-tables-figures.md +152 -0
- data/GAPS.guidelines.niso-sts-v1.0/06-math-formulae.md +128 -0
- data/GAPS.guidelines.niso-sts-v1.0/07-references.md +113 -0
- data/GAPS.guidelines.niso-sts-v1.0/08-terminology.md +127 -0
- data/GAPS.guidelines.niso-sts-v1.0/09-metadata.md +113 -0
- data/GAPS.guidelines.niso-sts-v1.0/10-iso-iec-variant.md +141 -0
- data/GAPS.guidelines.niso-sts-v1.0/SUMMARY.md +96 -0
- data/GAPS.guidelines.schema-xref.md +101 -0
- data/Gemfile +1 -0
- data/TODO.sts-refactor/00-overview.md +172 -0
- data/TODO.sts-refactor/01-mathml-delegation.md +153 -0
- data/TODO.sts-refactor/02-type-resolution.md +122 -0
- data/TODO.sts-refactor/03-namespace-coupling.md +158 -0
- data/TODO.sts-refactor/04-register-versioning.md +180 -0
- data/TODO.sts-refactor/05-missing-elements.md +195 -0
- data/TODO.sts-refactor/06-missing-attributes.md +152 -0
- data/TODO.sts-refactor/07-incomplete-models.md +180 -0
- data/TODO.sts-refactor/08-isoiec-profile.md +169 -0
- data/TODO.sts-refactor/09-autoload-cleanup.md +88 -0
- data/TODO.sts-refactor/10-test-coverage.md +164 -0
- data/TODO.sts-refactor/11-duplicate-models.md +168 -0
- data/lib/sts/iso_sts/annex_type.rb +2 -0
- data/lib/sts/iso_sts/bold.rb +9 -9
- data/lib/sts/iso_sts/break.rb +3 -0
- data/lib/sts/iso_sts/comm_ref.rb +2 -0
- data/lib/sts/iso_sts/content_language.rb +22 -0
- data/lib/sts/iso_sts/copyright_holder.rb +4 -2
- data/lib/sts/iso_sts/copyright_statement.rb +4 -2
- data/lib/sts/iso_sts/copyright_year.rb +3 -0
- data/lib/sts/iso_sts/doc_ref.rb +2 -0
- data/lib/sts/iso_sts/document_identification.rb +2 -0
- data/lib/sts/iso_sts/edition.rb +2 -0
- data/lib/sts/iso_sts/ext_link.rb +1 -1
- data/lib/sts/iso_sts/front.rb +2 -0
- data/lib/sts/iso_sts/iso_meta.rb +2 -2
- data/lib/sts/iso_sts/italic.rb +9 -9
- data/lib/sts/iso_sts/label.rb +7 -5
- data/lib/sts/iso_sts/language.rb +2 -0
- data/lib/sts/iso_sts/meta_date.rb +20 -0
- data/lib/sts/iso_sts/mixed_citation.rb +5 -5
- data/lib/sts/iso_sts/monospace.rb +26 -0
- data/lib/sts/iso_sts/named_content.rb +44 -0
- data/lib/sts/iso_sts/nat_meta.rb +4 -4
- data/lib/sts/iso_sts/page_count.rb +2 -0
- data/lib/sts/iso_sts/paragraph.rb +8 -8
- data/lib/sts/iso_sts/permissions.rb +2 -0
- data/lib/sts/iso_sts/preformat.rb +3 -3
- data/lib/sts/iso_sts/reg_meta.rb +4 -4
- data/lib/sts/iso_sts/release_date.rb +2 -0
- data/lib/sts/iso_sts/sc.rb +26 -0
- data/lib/sts/iso_sts/sec.rb +2 -2
- data/lib/sts/iso_sts/secretariat.rb +2 -0
- data/lib/sts/iso_sts/standard_cross_reference.rb +4 -2
- data/lib/sts/iso_sts/standard_identification.rb +2 -0
- data/lib/sts/iso_sts/standard_ref.rb +16 -0
- data/lib/sts/iso_sts/std.rb +3 -1
- data/lib/sts/iso_sts/std_ref.rb +2 -0
- data/lib/sts/iso_sts/strike.rb +26 -0
- data/lib/sts/iso_sts/styled_content.rb +11 -9
- data/lib/sts/iso_sts/sub.rb +2 -0
- data/lib/sts/iso_sts/sup.rb +2 -0
- data/lib/sts/iso_sts/table_wrap_foot.rb +2 -0
- data/lib/sts/iso_sts/td.rb +7 -7
- data/lib/sts/iso_sts/term.rb +5 -5
- data/lib/sts/iso_sts/th.rb +7 -7
- data/lib/sts/iso_sts/title.rb +6 -4
- data/lib/sts/iso_sts/title_compl.rb +2 -0
- data/lib/sts/iso_sts/title_full.rb +2 -0
- data/lib/sts/iso_sts/title_intro.rb +2 -0
- data/lib/sts/iso_sts/title_main.rb +2 -0
- data/lib/sts/iso_sts/underline.rb +26 -0
- data/lib/sts/iso_sts/uri.rb +32 -0
- data/lib/sts/iso_sts/xref.rb +3 -3
- data/lib/sts/iso_sts.rb +9 -0
- data/lib/sts/mathml.rb +12 -58
- data/lib/sts/namespaces.rb +2 -0
- data/lib/sts/niso_sts/abstract.rb +2 -0
- data/lib/sts/niso_sts/access_date.rb +2 -0
- data/lib/sts/niso_sts/accrediting_organization.rb +2 -0
- data/lib/sts/niso_sts/addr_line.rb +2 -0
- data/lib/sts/niso_sts/address.rb +2 -0
- data/lib/sts/niso_sts/aff_alternatives.rb +3 -0
- data/lib/sts/niso_sts/alt_text.rb +2 -0
- data/lib/sts/niso_sts/alt_title.rb +2 -0
- data/lib/sts/niso_sts/alternatives.rb +2 -0
- data/lib/sts/niso_sts/anonymous.rb +3 -0
- data/lib/sts/niso_sts/app.rb +2 -0
- data/lib/sts/niso_sts/article_title.rb +2 -0
- data/lib/sts/niso_sts/attrib.rb +2 -0
- data/lib/sts/niso_sts/authorization.rb +2 -0
- data/lib/sts/niso_sts/award_group.rb +22 -4
- data/lib/sts/niso_sts/award_id.rb +6 -0
- data/lib/sts/niso_sts/back.rb +22 -4
- data/lib/sts/niso_sts/body.rb +2 -0
- data/lib/sts/niso_sts/boxed_text.rb +38 -4
- data/lib/sts/niso_sts/break.rb +3 -0
- data/lib/sts/niso_sts/caption.rb +8 -0
- data/lib/sts/niso_sts/chapter_title.rb +2 -0
- data/lib/sts/niso_sts/chem_struct.rb +2 -0
- data/lib/sts/niso_sts/citation_alternatives.rb +2 -0
- data/lib/sts/niso_sts/city.rb +2 -0
- data/lib/sts/niso_sts/code.rb +111 -0
- data/lib/sts/niso_sts/collab_alternatives.rb +3 -0
- data/lib/sts/niso_sts/comm_ref_group.rb +3 -0
- data/lib/sts/niso_sts/comment.rb +2 -0
- data/lib/sts/niso_sts/compound_subject.rb +29 -0
- data/lib/sts/niso_sts/compound_subject_part.rb +39 -0
- data/lib/sts/niso_sts/conf_acronym.rb +2 -0
- data/lib/sts/niso_sts/conf_date.rb +2 -0
- data/lib/sts/niso_sts/conf_loc.rb +2 -0
- data/lib/sts/niso_sts/conf_name.rb +2 -0
- data/lib/sts/niso_sts/conf_num.rb +2 -0
- data/lib/sts/niso_sts/conf_sponsor.rb +2 -0
- data/lib/sts/niso_sts/conf_theme.rb +2 -0
- data/lib/sts/niso_sts/conference.rb +2 -0
- data/lib/sts/niso_sts/content_language.rb +2 -0
- data/lib/sts/niso_sts/contrib_id.rb +2 -0
- data/lib/sts/niso_sts/copyright_holder.rb +2 -0
- data/lib/sts/niso_sts/copyright_statement.rb +2 -0
- data/lib/sts/niso_sts/copyright_year.rb +2 -0
- data/lib/sts/niso_sts/country.rb +2 -0
- data/lib/sts/niso_sts/counts.rb +2 -0
- data/lib/sts/niso_sts/custom_meta.rb +2 -0
- data/lib/sts/niso_sts/custom_meta_group.rb +3 -0
- data/lib/sts/niso_sts/data_title.rb +29 -0
- data/lib/sts/niso_sts/date.rb +2 -0
- data/lib/sts/niso_sts/date_in_citation.rb +2 -0
- data/lib/sts/niso_sts/day.rb +2 -0
- data/lib/sts/niso_sts/def.rb +3 -0
- data/lib/sts/niso_sts/def_head.rb +18 -0
- data/lib/sts/niso_sts/def_item.rb +4 -0
- data/lib/sts/niso_sts/def_list.rb +21 -4
- data/lib/sts/niso_sts/degrees.rb +2 -0
- data/lib/sts/niso_sts/disp_formula_group.rb +0 -2
- data/lib/sts/niso_sts/disp_quote.rb +2 -0
- data/lib/sts/niso_sts/display_formula.rb +37 -4
- data/lib/sts/niso_sts/doc_number.rb +2 -0
- data/lib/sts/niso_sts/doc_type.rb +2 -0
- data/lib/sts/niso_sts/editing_instruction.rb +8 -2
- data/lib/sts/niso_sts/edition.rb +2 -0
- data/lib/sts/niso_sts/elocation_id.rb +2 -0
- data/lib/sts/niso_sts/email.rb +2 -0
- data/lib/sts/niso_sts/equation_count.rb +2 -0
- data/lib/sts/niso_sts/era.rb +2 -0
- data/lib/sts/niso_sts/ext_link.rb +16 -0
- data/lib/sts/niso_sts/fax.rb +2 -0
- data/lib/sts/niso_sts/fig_count.rb +2 -0
- data/lib/sts/niso_sts/floats_group.rb +2 -0
- data/lib/sts/niso_sts/fn_group.rb +3 -0
- data/lib/sts/niso_sts/fpage.rb +2 -0
- data/lib/sts/niso_sts/front.rb +15 -0
- data/lib/sts/niso_sts/funding_source.rb +2 -0
- data/lib/sts/niso_sts/given_names.rb +2 -0
- data/lib/sts/niso_sts/gov.rb +2 -0
- data/lib/sts/niso_sts/graphic.rb +4 -0
- data/lib/sts/niso_sts/hr.rb +3 -0
- data/lib/sts/niso_sts/ics.rb +3 -0
- data/lib/sts/niso_sts/ics_desc.rb +2 -0
- data/lib/sts/niso_sts/ics_wrap.rb +9 -0
- data/lib/sts/niso_sts/index.rb +32 -0
- data/lib/sts/niso_sts/index_div.rb +30 -0
- data/lib/sts/niso_sts/index_entry.rb +32 -0
- data/lib/sts/niso_sts/index_title_group.rb +22 -0
- data/lib/sts/niso_sts/inline_formula.rb +29 -4
- data/lib/sts/niso_sts/inline_media.rb +50 -0
- data/lib/sts/niso_sts/institution.rb +2 -0
- data/lib/sts/niso_sts/institution_id.rb +2 -0
- data/lib/sts/niso_sts/institution_wrap.rb +2 -0
- data/lib/sts/niso_sts/intro.rb +2 -0
- data/lib/sts/niso_sts/is_proof.rb +2 -0
- data/lib/sts/niso_sts/isbn.rb +2 -0
- data/lib/sts/niso_sts/issn.rb +2 -0
- data/lib/sts/niso_sts/issn_l.rb +2 -0
- data/lib/sts/niso_sts/issue.rb +2 -0
- data/lib/sts/niso_sts/kwd_group.rb +8 -0
- data/lib/sts/niso_sts/label.rb +4 -0
- data/lib/sts/niso_sts/legend.rb +39 -0
- data/lib/sts/niso_sts/license.rb +2 -0
- data/lib/sts/niso_sts/license_p.rb +2 -0
- data/lib/sts/niso_sts/list.rb +2 -0
- data/lib/sts/niso_sts/list_item.rb +2 -2
- data/lib/sts/niso_sts/long_desc.rb +2 -0
- data/lib/sts/niso_sts/lpage.rb +2 -0
- data/lib/sts/niso_sts/main.rb +2 -0
- data/lib/sts/niso_sts/meta_date.rb +2 -0
- data/lib/sts/niso_sts/metadata_std.rb +0 -2
- data/lib/sts/niso_sts/mml_content.rb +0 -2
- data/lib/sts/niso_sts/month.rb +2 -0
- data/lib/sts/niso_sts/name.rb +2 -0
- data/lib/sts/niso_sts/name_alternatives.rb +5 -0
- data/lib/sts/niso_sts/named_content.rb +51 -1
- data/lib/sts/niso_sts/nat_meta.rb +2 -0
- data/lib/sts/niso_sts/nested_kwd.rb +2 -0
- data/lib/sts/niso_sts/non_normative_note.rb +2 -0
- data/lib/sts/niso_sts/normative_note.rb +2 -0
- data/lib/sts/niso_sts/object_id.rb +4 -0
- data/lib/sts/niso_sts/on_behalf_of.rb +2 -0
- data/lib/sts/niso_sts/open_access.rb +2 -0
- data/lib/sts/niso_sts/originator.rb +2 -0
- data/lib/sts/niso_sts/page_count.rb +2 -0
- data/lib/sts/niso_sts/page_range.rb +2 -0
- data/lib/sts/niso_sts/paragraph.rb +2 -0
- data/lib/sts/niso_sts/part_number.rb +2 -0
- data/lib/sts/niso_sts/part_of_speech.rb +2 -0
- data/lib/sts/niso_sts/patent.rb +2 -0
- data/lib/sts/niso_sts/permissions.rb +6 -1
- data/lib/sts/niso_sts/phone.rb +2 -0
- data/lib/sts/niso_sts/postal_code.rb +2 -0
- data/lib/sts/niso_sts/prefix.rb +2 -0
- data/lib/sts/niso_sts/price.rb +2 -0
- data/lib/sts/niso_sts/principal_award_recipient.rb +2 -0
- data/lib/sts/niso_sts/principal_investigator.rb +2 -0
- data/lib/sts/niso_sts/private_char.rb +2 -0
- data/lib/sts/niso_sts/processing_meta.rb +54 -0
- data/lib/sts/niso_sts/product.rb +2 -0
- data/lib/sts/niso_sts/proj_id.rb +2 -0
- data/lib/sts/niso_sts/pub_date.rb +2 -0
- data/lib/sts/niso_sts/pub_id.rb +2 -0
- data/lib/sts/niso_sts/publisher.rb +2 -0
- data/lib/sts/niso_sts/publisher_loc.rb +2 -0
- data/lib/sts/niso_sts/publisher_name.rb +2 -0
- data/lib/sts/niso_sts/ref_count.rb +2 -0
- data/lib/sts/niso_sts/reference_standard.rb +2 -2
- data/lib/sts/niso_sts/reg_meta.rb +2 -0
- data/lib/sts/niso_sts/related_term.rb +2 -0
- data/lib/sts/niso_sts/release_date.rb +2 -0
- data/lib/sts/niso_sts/release_version.rb +2 -0
- data/lib/sts/niso_sts/release_version_id.rb +2 -0
- data/lib/sts/niso_sts/role.rb +35 -0
- data/lib/sts/niso_sts/sdo.rb +2 -0
- data/lib/sts/niso_sts/season.rb +2 -0
- data/lib/sts/niso_sts/sec_meta.rb +26 -0
- data/lib/sts/niso_sts/secretariat.rb +2 -0
- data/lib/sts/niso_sts/section.rb +8 -0
- data/lib/sts/niso_sts/see_also_entry.rb +26 -0
- data/lib/sts/niso_sts/see_entry.rb +26 -0
- data/lib/sts/niso_sts/self_uri.rb +2 -0
- data/lib/sts/niso_sts/series.rb +2 -0
- data/lib/sts/niso_sts/series_text.rb +2 -0
- data/lib/sts/niso_sts/series_title.rb +2 -0
- data/lib/sts/niso_sts/sig.rb +2 -0
- data/lib/sts/niso_sts/size.rb +2 -0
- data/lib/sts/niso_sts/source.rb +29 -0
- data/lib/sts/niso_sts/speaker.rb +2 -0
- data/lib/sts/niso_sts/standard_identification.rb +2 -0
- data/lib/sts/niso_sts/state.rb +2 -0
- data/lib/sts/niso_sts/std_doc_meta.rb +49 -11
- data/lib/sts/niso_sts/std_id.rb +2 -0
- data/lib/sts/niso_sts/std_id_group.rb +3 -0
- data/lib/sts/niso_sts/std_org_abbrev.rb +2 -0
- data/lib/sts/niso_sts/std_org_group.rb +3 -0
- data/lib/sts/niso_sts/std_org_name.rb +2 -0
- data/lib/sts/niso_sts/std_organization.rb +2 -0
- data/lib/sts/niso_sts/string_conf.rb +2 -0
- data/lib/sts/niso_sts/string_date.rb +2 -0
- data/lib/sts/niso_sts/string_name.rb +2 -0
- data/lib/sts/niso_sts/styled_content.rb +2 -0
- data/lib/sts/niso_sts/subj_group.rb +11 -1
- data/lib/sts/niso_sts/subtitle.rb +2 -0
- data/lib/sts/niso_sts/suffix.rb +2 -0
- data/lib/sts/niso_sts/suppl_number.rb +2 -0
- data/lib/sts/niso_sts/suppl_type.rb +2 -0
- data/lib/sts/niso_sts/suppl_version.rb +2 -0
- data/lib/sts/niso_sts/surname.rb +2 -0
- data/lib/sts/niso_sts/table_count.rb +2 -0
- data/lib/sts/niso_sts/table_wrap_group.rb +32 -0
- data/lib/sts/niso_sts/term_display.rb +22 -1
- data/lib/sts/niso_sts/term_display_string.rb +22 -0
- data/lib/sts/niso_sts/term_head.rb +2 -0
- data/lib/sts/niso_sts/term_source.rb +2 -0
- data/lib/sts/niso_sts/tex_math.rb +2 -0
- data/lib/sts/niso_sts/textual_form.rb +2 -0
- data/lib/sts/niso_sts/time_stamp.rb +2 -0
- data/lib/sts/niso_sts/title.rb +6 -0
- data/lib/sts/niso_sts/title_wrap.rb +2 -0
- data/lib/sts/niso_sts/toc.rb +32 -0
- data/lib/sts/niso_sts/toc_div.rb +30 -0
- data/lib/sts/niso_sts/toc_entry.rb +30 -0
- data/lib/sts/niso_sts/toc_title_group.rb +22 -0
- data/lib/sts/niso_sts/trans_source.rb +2 -0
- data/lib/sts/niso_sts/trans_title.rb +2 -0
- data/lib/sts/niso_sts/trans_title_group.rb +3 -0
- data/lib/sts/niso_sts/uri.rb +2 -0
- data/lib/sts/niso_sts/urn.rb +2 -0
- data/lib/sts/niso_sts/verse_line.rb +2 -0
- data/lib/sts/niso_sts/version.rb +2 -0
- data/lib/sts/niso_sts/volume.rb +2 -0
- data/lib/sts/niso_sts/volume_id.rb +2 -0
- data/lib/sts/niso_sts/volume_issue_group.rb +2 -0
- data/lib/sts/niso_sts/volume_series.rb +2 -0
- data/lib/sts/niso_sts/word_count.rb +2 -0
- data/lib/sts/niso_sts/year.rb +2 -0
- data/lib/sts/niso_sts.rb +35 -10
- data/lib/sts/profiles/iso_iec/constraints.rb +43 -0
- data/lib/sts/profiles/iso_iec/validator.rb +73 -0
- data/lib/sts/profiles/iso_iec.rb +10 -0
- data/lib/sts/profiles.rb +7 -0
- data/lib/sts/tbx_iso_tml/bold.rb +2 -0
- data/lib/sts/tbx_iso_tml/caption.rb +3 -0
- data/lib/sts/tbx_iso_tml/cross_reference.rb +2 -0
- data/lib/sts/tbx_iso_tml/definition.rb +2 -0
- data/lib/sts/tbx_iso_tml/entailed_term.rb +2 -0
- data/lib/sts/tbx_iso_tml/example.rb +0 -2
- data/lib/sts/tbx_iso_tml/external_graphic.rb +2 -0
- data/lib/sts/tbx_iso_tml/external_source.rb +2 -0
- data/lib/sts/tbx_iso_tml/fn_group.rb +3 -0
- data/lib/sts/tbx_iso_tml/geographical_usage.rb +3 -0
- data/lib/sts/tbx_iso_tml/grammatical_gender.rb +2 -0
- data/lib/sts/tbx_iso_tml/grammatical_number.rb +2 -0
- data/lib/sts/tbx_iso_tml/italic.rb +2 -0
- data/lib/sts/tbx_iso_tml/lang_set.rb +2 -0
- data/lib/sts/tbx_iso_tml/mfenced.rb +2 -0
- data/lib/sts/tbx_iso_tml/mfrac.rb +2 -2
- data/lib/sts/tbx_iso_tml/mi.rb +3 -2
- data/lib/sts/tbx_iso_tml/mrow.rb +2 -2
- data/lib/sts/tbx_iso_tml/mspace.rb +2 -0
- data/lib/sts/tbx_iso_tml/mstyle.rb +2 -2
- data/lib/sts/tbx_iso_tml/msub.rb +2 -0
- data/lib/sts/tbx_iso_tml/msup.rb +2 -0
- data/lib/sts/tbx_iso_tml/munder.rb +3 -0
- data/lib/sts/tbx_iso_tml/munderover.rb +2 -0
- data/lib/sts/tbx_iso_tml/normative_authorization.rb +2 -0
- data/lib/sts/tbx_iso_tml/part_of_speech.rb +2 -0
- data/lib/sts/tbx_iso_tml/pronunciation.rb +3 -0
- data/lib/sts/tbx_iso_tml/see.rb +2 -0
- data/lib/sts/tbx_iso_tml/semantics.rb +2 -0
- data/lib/sts/tbx_iso_tml/source.rb +2 -0
- data/lib/sts/tbx_iso_tml/subject_field.rb +2 -0
- data/lib/sts/tbx_iso_tml/sup.rb +3 -2
- data/lib/sts/tbx_iso_tml/table_wrap.rb +0 -1
- data/lib/sts/tbx_iso_tml/table_wrap_foot.rb +2 -0
- data/lib/sts/tbx_iso_tml/td.rb +115 -24
- data/lib/sts/tbx_iso_tml/term_type.rb +2 -0
- data/lib/sts/tbx_iso_tml/th.rb +124 -30
- data/lib/sts/tbx_iso_tml/xref.rb +2 -2
- data/lib/sts/version.rb +1 -1
- data/lib/sts.rb +1 -12
- data/reference-docs/Guidelines for coding ed.2.1.pdf +0 -0
- data/reference-docs/NISO-STS-1-2-compare-1-0.pdf +0 -0
- data/reference-docs/NISOSTS-guidelines-v1.0.pdf +0 -0
- metadata +71 -14
- data/lib/sts/content_groups/helpers.rb +0 -27
- data/lib/sts/enum_values.rb +0 -17
- data/lib/sts/iso_sts/content_groups/highlight_elements.rb +0 -285
- data/lib/sts/niso_sts/content_groups/body_elements.rb +0 -50
- data/lib/sts/niso_sts/content_groups/citation_elements.rb +0 -74
- data/lib/sts/niso_sts/content_groups/emphasized_text.rb +0 -67
- data/lib/sts/niso_sts/content_groups/highlight_elements.rb +0 -51
- data/lib/sts/niso_sts/content_groups/inside_cell.rb +0 -116
- data/lib/sts/niso_sts/content_groups/p_elements.rb +0 -41
- data/lib/sts/niso_sts/content_groups/para_level.rb +0 -67
- data/lib/sts/niso_sts/content_groups/styled_content_elements.rb +0 -93
- data/lib/sts/niso_sts/content_groups/table_group_attributes.rb +0 -62
- data/lib/sts/niso_sts/content_groups.rb +0 -8
data/lib/sts/niso_sts/section.rb
CHANGED
|
@@ -4,7 +4,10 @@ module Sts
|
|
|
4
4
|
module NisoSts
|
|
5
5
|
class Section < Lutaml::Model::Serializable
|
|
6
6
|
attribute :id, :string
|
|
7
|
+
attribute :originator, :string
|
|
7
8
|
attribute :specific_use, :string
|
|
9
|
+
attribute :xml_lang, :string
|
|
10
|
+
attribute :sec_meta, ::Sts::NisoSts::SecMeta
|
|
8
11
|
attribute :label, ::Sts::NisoSts::Label
|
|
9
12
|
attribute :title, ::Sts::NisoSts::Title
|
|
10
13
|
attribute :type, :string
|
|
@@ -42,14 +45,18 @@ module Sts
|
|
|
42
45
|
collection: true
|
|
43
46
|
attribute :fn, ::Sts::NisoSts::Fn, collection: true
|
|
44
47
|
|
|
48
|
+
# rubocop:disable Metrics/BlockLength
|
|
45
49
|
xml do
|
|
46
50
|
element "sec"
|
|
47
51
|
ordered
|
|
48
52
|
|
|
49
53
|
map_attribute "id", to: :id
|
|
54
|
+
map_attribute "originator", to: :originator
|
|
50
55
|
map_attribute "sec-type", to: :type
|
|
51
56
|
map_attribute "specific-use", to: :specific_use
|
|
57
|
+
map_attribute "xml:lang", to: :xml_lang
|
|
52
58
|
|
|
59
|
+
map_element "sec-meta", to: :sec_meta
|
|
53
60
|
map_element "label", to: :label
|
|
54
61
|
map_element "title", to: :title
|
|
55
62
|
map_element "p", to: :paragraphs
|
|
@@ -80,6 +87,7 @@ module Sts
|
|
|
80
87
|
map_element "non-normative-note", to: :non_normative_note
|
|
81
88
|
map_element "non-normative-example", to: :non_normative_example
|
|
82
89
|
end
|
|
90
|
+
# rubocop:enable Metrics/BlockLength
|
|
83
91
|
end
|
|
84
92
|
end
|
|
85
93
|
end
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Sts
|
|
4
|
+
module NisoSts
|
|
5
|
+
class SeeAlsoEntry < Lutaml::Model::Serializable
|
|
6
|
+
attribute :content_type, :string
|
|
7
|
+
attribute :id, :string
|
|
8
|
+
attribute :rid, :string
|
|
9
|
+
attribute :specific_use, :string
|
|
10
|
+
attribute :xml_lang, :string
|
|
11
|
+
attribute :content, :string, collection: true
|
|
12
|
+
|
|
13
|
+
xml do
|
|
14
|
+
element "see-also-entry"
|
|
15
|
+
mixed_content
|
|
16
|
+
|
|
17
|
+
map_attribute "content-type", to: :content_type
|
|
18
|
+
map_attribute "id", to: :id
|
|
19
|
+
map_attribute "rid", to: :rid
|
|
20
|
+
map_attribute "specific-use", to: :specific_use
|
|
21
|
+
map_attribute "xml:lang", to: :xml_lang
|
|
22
|
+
map_content to: :content
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Sts
|
|
4
|
+
module NisoSts
|
|
5
|
+
class SeeEntry < Lutaml::Model::Serializable
|
|
6
|
+
attribute :content_type, :string
|
|
7
|
+
attribute :id, :string
|
|
8
|
+
attribute :rid, :string
|
|
9
|
+
attribute :specific_use, :string
|
|
10
|
+
attribute :xml_lang, :string
|
|
11
|
+
attribute :content, :string, collection: true
|
|
12
|
+
|
|
13
|
+
xml do
|
|
14
|
+
element "see-entry"
|
|
15
|
+
mixed_content
|
|
16
|
+
|
|
17
|
+
map_attribute "content-type", to: :content_type
|
|
18
|
+
map_attribute "id", to: :id
|
|
19
|
+
map_attribute "rid", to: :rid
|
|
20
|
+
map_attribute "specific-use", to: :specific_use
|
|
21
|
+
map_attribute "xml:lang", to: :xml_lang
|
|
22
|
+
map_content to: :content
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class SelfUri < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
attribute :href, :xlink_href
|
|
8
9
|
attribute :content_type, :string
|
|
@@ -10,6 +11,7 @@ module Sts
|
|
|
10
11
|
|
|
11
12
|
xml do
|
|
12
13
|
element "self-uri"
|
|
14
|
+
map_attribute "id", to: :id
|
|
13
15
|
mixed_content
|
|
14
16
|
|
|
15
17
|
map_content to: :content
|
data/lib/sts/niso_sts/series.rb
CHANGED
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class Series < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content_type, :string
|
|
7
8
|
attribute :specific_use, :string
|
|
8
9
|
attribute :xml_lang, :string
|
|
9
10
|
attribute :content, :string, collection: true
|
|
10
11
|
xml do
|
|
11
12
|
element "series"
|
|
13
|
+
map_attribute "id", to: :id
|
|
12
14
|
mixed_content
|
|
13
15
|
|
|
14
16
|
map_attribute "content-type", to: :content_type
|
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class SeriesText < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content_type, :string
|
|
7
8
|
attribute :specific_use, :string
|
|
8
9
|
attribute :xml_lang, :string
|
|
9
10
|
attribute :content, :string, collection: true
|
|
10
11
|
xml do
|
|
11
12
|
element "series-text"
|
|
13
|
+
map_attribute "id", to: :id
|
|
12
14
|
mixed_content
|
|
13
15
|
|
|
14
16
|
map_attribute "content-type", to: :content_type
|
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class SeriesTitle < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content_type, :string
|
|
7
8
|
attribute :specific_use, :string
|
|
8
9
|
attribute :xml_lang, :string
|
|
9
10
|
attribute :content, :string, collection: true
|
|
10
11
|
xml do
|
|
11
12
|
element "series-title"
|
|
13
|
+
map_attribute "id", to: :id
|
|
12
14
|
mixed_content
|
|
13
15
|
|
|
14
16
|
map_attribute "content-type", to: :content_type
|
data/lib/sts/niso_sts/sig.rb
CHANGED
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class Sig < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :graphic, ::Sts::NisoSts::Graphic
|
|
7
8
|
attribute :content, :string, collection: true
|
|
8
9
|
xml do
|
|
9
10
|
element "sig"
|
|
11
|
+
map_attribute "id", to: :id
|
|
10
12
|
mixed_content
|
|
11
13
|
|
|
12
14
|
map_element "graphic", to: :graphic
|
data/lib/sts/niso_sts/size.rb
CHANGED
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class Size < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :units, :string
|
|
7
8
|
attribute :content, :string, collection: true
|
|
8
9
|
xml do
|
|
9
10
|
element "size"
|
|
11
|
+
map_attribute "id", to: :id
|
|
10
12
|
mixed_content
|
|
11
13
|
|
|
12
14
|
map_attribute "units", to: :units
|
data/lib/sts/niso_sts/source.rb
CHANGED
|
@@ -3,17 +3,46 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class Source < Lutaml::Model::Serializable
|
|
6
|
+
attribute :content_type, :string
|
|
7
|
+
attribute :id, :string
|
|
8
|
+
attribute :specific_use, :string
|
|
9
|
+
attribute :xml_lang, :string
|
|
6
10
|
attribute :content, :string, collection: true
|
|
7
11
|
attribute :bold, ::Sts::TbxIsoTml::Bold, collection: true
|
|
8
12
|
attribute :italic, ::Sts::TbxIsoTml::Italic, collection: true
|
|
13
|
+
attribute :sub, ::Sts::NisoSts::Sub, collection: true
|
|
14
|
+
attribute :sup, ::Sts::NisoSts::Sup, collection: true
|
|
15
|
+
attribute :ext_link, ::Sts::NisoSts::ExtLink, collection: true
|
|
16
|
+
attribute :inline_graphic, ::Sts::NisoSts::InlineGraphic, collection: true
|
|
17
|
+
attribute :private_char, ::Sts::NisoSts::PrivateChar, collection: true
|
|
18
|
+
attribute :named_content, ::Sts::NisoSts::NamedContent, collection: true
|
|
19
|
+
attribute :styled_content, ::Sts::NisoSts::StyledContent, collection: true
|
|
20
|
+
attribute :fn, ::Sts::NisoSts::Fn, collection: true
|
|
21
|
+
attribute :target, ::Sts::NisoSts::Target, collection: true
|
|
22
|
+
attribute :xref, ::Sts::TbxIsoTml::Xref, collection: true
|
|
9
23
|
|
|
10
24
|
xml do
|
|
11
25
|
element "source"
|
|
12
26
|
mixed_content
|
|
13
27
|
|
|
28
|
+
map_attribute "content-type", to: :content_type
|
|
29
|
+
map_attribute "id", to: :id
|
|
30
|
+
map_attribute "specific-use", to: :specific_use
|
|
31
|
+
map_attribute "xml:lang", to: :xml_lang
|
|
32
|
+
|
|
14
33
|
map_content to: :content
|
|
15
34
|
map_element "bold", to: :bold
|
|
16
35
|
map_element "italic", to: :italic
|
|
36
|
+
map_element "sub", to: :sub
|
|
37
|
+
map_element "sup", to: :sup
|
|
38
|
+
map_element "ext-link", to: :ext_link
|
|
39
|
+
map_element "inline-graphic", to: :inline_graphic
|
|
40
|
+
map_element "private-char", to: :private_char
|
|
41
|
+
map_element "named-content", to: :named_content
|
|
42
|
+
map_element "styled-content", to: :styled_content
|
|
43
|
+
map_element "fn", to: :fn
|
|
44
|
+
map_element "target", to: :target
|
|
45
|
+
map_element "xref", to: :xref
|
|
17
46
|
end
|
|
18
47
|
end
|
|
19
48
|
end
|
data/lib/sts/niso_sts/speaker.rb
CHANGED
|
@@ -9,6 +9,7 @@ module Sts
|
|
|
9
9
|
attribute :edition, :string
|
|
10
10
|
attribute :version, :string
|
|
11
11
|
attribute :part_number, :string
|
|
12
|
+
attribute :sub_part_number, :string, collection: true
|
|
12
13
|
attribute :std_id_group, ::Sts::NisoSts::StdIdGroup
|
|
13
14
|
|
|
14
15
|
xml do
|
|
@@ -23,6 +24,7 @@ module Sts
|
|
|
23
24
|
map_element "version", to: :version,
|
|
24
25
|
value_map: { to: { empty: :empty } }
|
|
25
26
|
map_element "part-number", to: :part_number
|
|
27
|
+
map_element "sub-part-number", to: :sub_part_number
|
|
26
28
|
map_element "std-id-group", to: :std_id_group
|
|
27
29
|
end
|
|
28
30
|
end
|
data/lib/sts/niso_sts/state.rb
CHANGED
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class State < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
attribute :bold, ::Sts::TbxIsoTml::Bold, collection: true
|
|
8
9
|
attribute :italic, ::Sts::TbxIsoTml::Italic, collection: true
|
|
9
10
|
|
|
10
11
|
xml do
|
|
11
12
|
element "state"
|
|
13
|
+
map_attribute "id", to: :id
|
|
12
14
|
mixed_content
|
|
13
15
|
|
|
14
16
|
map_content to: :content
|
|
@@ -4,41 +4,79 @@ module Sts
|
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StdDocMeta < Lutaml::Model::Serializable
|
|
6
6
|
attribute :id, :string
|
|
7
|
+
attribute :std_meta_type, :string
|
|
8
|
+
attribute :std_org_type, :string
|
|
9
|
+
attribute :xml_base, :string
|
|
10
|
+
attribute :xml_lang, :string
|
|
7
11
|
attribute :title_wrap, ::Sts::NisoSts::TitleWrap, collection: true
|
|
12
|
+
attribute :release_version, ::Sts::NisoSts::ReleaseVersion
|
|
8
13
|
attribute :std_ident, ::Sts::NisoSts::StandardIdentification
|
|
9
|
-
attribute :
|
|
14
|
+
attribute :std_org, ::Sts::NisoSts::StdOrg, collection: true
|
|
15
|
+
attribute :std_org_group, ::Sts::NisoSts::StdOrgGroup, collection: true
|
|
16
|
+
attribute :content_language, ::Sts::NisoSts::ContentLanguage,
|
|
17
|
+
collection: true
|
|
10
18
|
attribute :std_ref, ::Sts::NisoSts::StandardRef, collection: true
|
|
11
19
|
attribute :doc_ref, :string
|
|
12
|
-
attribute :pub_date,
|
|
13
|
-
attribute :release_date, :
|
|
14
|
-
attribute :
|
|
15
|
-
attribute :comm_ref, :string
|
|
16
|
-
attribute :
|
|
17
|
-
attribute :
|
|
18
|
-
attribute :
|
|
19
|
-
attribute :
|
|
20
|
+
attribute :pub_date, ::Sts::NisoSts::PubDate
|
|
21
|
+
attribute :release_date, ::Sts::NisoSts::ReleaseDate, collection: true
|
|
22
|
+
attribute :meta_date, ::Sts::NisoSts::MetaDate, collection: true
|
|
23
|
+
attribute :comm_ref, :string, collection: true
|
|
24
|
+
attribute :comm_ref_group, ::Sts::NisoSts::CommRefGroup
|
|
25
|
+
attribute :accrediting_organization, ::Sts::NisoSts::AccreditingOrganization
|
|
26
|
+
attribute :authorization, ::Sts::NisoSts::Authorization
|
|
27
|
+
attribute :secretariat, ::Sts::NisoSts::Secretariat, collection: true
|
|
28
|
+
attribute :ics, ::Sts::NisoSts::Ics, collection: true
|
|
29
|
+
attribute :subj_group, ::Sts::NisoSts::SubjGroup, collection: true
|
|
30
|
+
attribute :page_count, ::Sts::NisoSts::PageCount
|
|
31
|
+
attribute :counts, ::Sts::NisoSts::Counts
|
|
32
|
+
attribute :is_proof, ::Sts::NisoSts::IsProof
|
|
33
|
+
attribute :std_xref, ::Sts::NisoSts::StdCrossReference, collection: true
|
|
34
|
+
attribute :permissions, ::Sts::NisoSts::Permissions, collection: true
|
|
35
|
+
attribute :self_uri, ::Sts::NisoSts::SelfUri, collection: true
|
|
36
|
+
attribute :abstract, ::Sts::NisoSts::Abstract, collection: true
|
|
37
|
+
attribute :kwd_group, ::Sts::NisoSts::KwdGroup, collection: true
|
|
20
38
|
attribute :meta_note, ::Sts::NisoSts::MetaNote, collection: true
|
|
39
|
+
attribute :custom_meta_group, ::Sts::NisoSts::CustomMetaGroup,
|
|
40
|
+
collection: true
|
|
21
41
|
|
|
22
42
|
xml do
|
|
23
43
|
element "std-doc-meta"
|
|
24
44
|
ordered
|
|
25
45
|
|
|
26
46
|
map_attribute "id", to: :id
|
|
47
|
+
map_attribute "std-meta-type", to: :std_meta_type
|
|
48
|
+
map_attribute "std-org-type", to: :std_org_type
|
|
49
|
+
map_attribute "xml:base", to: :xml_base
|
|
50
|
+
map_attribute "xml:lang", to: :xml_lang
|
|
27
51
|
|
|
28
52
|
map_element "title-wrap", to: :title_wrap
|
|
53
|
+
map_element "release-version", to: :release_version
|
|
29
54
|
map_element "std-ident", to: :std_ident
|
|
30
|
-
map_element "
|
|
55
|
+
map_element "std-org", to: :std_org
|
|
56
|
+
map_element "std-org-group", to: :std_org_group
|
|
57
|
+
map_element "content-language", to: :content_language
|
|
31
58
|
map_element "std-ref", to: :std_ref
|
|
32
59
|
map_element "doc-ref", to: :doc_ref
|
|
33
60
|
map_element "pub-date", to: :pub_date
|
|
34
61
|
map_element "release-date", to: :release_date
|
|
35
|
-
map_element "
|
|
62
|
+
map_element "meta-date", to: :meta_date
|
|
36
63
|
map_element "comm-ref", to: :comm_ref
|
|
64
|
+
map_element "comm-ref-group", to: :comm_ref_group
|
|
65
|
+
map_element "accrediting-organization", to: :accrediting_organization
|
|
66
|
+
map_element "authorization", to: :authorization
|
|
37
67
|
map_element "secretariat", to: :secretariat
|
|
38
68
|
map_element "ics", to: :ics
|
|
69
|
+
map_element "subj-group", to: :subj_group
|
|
70
|
+
map_element "page-count", to: :page_count
|
|
71
|
+
map_element "counts", to: :counts
|
|
72
|
+
map_element "is-proof", to: :is_proof
|
|
39
73
|
map_element "std-xref", to: :std_xref
|
|
40
74
|
map_element "permissions", to: :permissions
|
|
75
|
+
map_element "self-uri", to: :self_uri
|
|
76
|
+
map_element "abstract", to: :abstract
|
|
77
|
+
map_element "kwd-group", to: :kwd_group
|
|
41
78
|
map_element "meta-note", to: :meta_note
|
|
79
|
+
map_element "custom-meta-group", to: :custom_meta_group
|
|
42
80
|
end
|
|
43
81
|
end
|
|
44
82
|
end
|
data/lib/sts/niso_sts/std_id.rb
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StdId < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :std_id_link_type, :string
|
|
7
8
|
attribute :std_id_type, :string
|
|
8
9
|
attribute :specific_use, :string
|
|
@@ -11,6 +12,7 @@ module Sts
|
|
|
11
12
|
xml do
|
|
12
13
|
element "std-id"
|
|
13
14
|
|
|
15
|
+
map_attribute "id", to: :id
|
|
14
16
|
map_attribute "std-id-link-type", to: :std_id_link_type
|
|
15
17
|
map_attribute "std-id-type", to: :std_id_type
|
|
16
18
|
map_attribute "specific-use", to: :specific_use
|
|
@@ -3,11 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StdIdGroup < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :std_id, ::Sts::NisoSts::StdId, collection: true
|
|
7
8
|
|
|
8
9
|
xml do
|
|
9
10
|
element "std-id-group"
|
|
10
11
|
|
|
12
|
+
map_attribute "id", to: :id
|
|
13
|
+
|
|
11
14
|
map_element "std-id", to: :std_id
|
|
12
15
|
end
|
|
13
16
|
end
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StdOrgAbbrev < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "std-org-abbrev"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
|
@@ -3,11 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StdOrgGroup < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :std_org, ::Sts::NisoSts::StdOrg, collection: true
|
|
7
8
|
|
|
8
9
|
xml do
|
|
9
10
|
element "std-org-group"
|
|
10
11
|
|
|
12
|
+
map_attribute "id", to: :id
|
|
13
|
+
|
|
11
14
|
map_element "std-org", to: :std_org
|
|
12
15
|
end
|
|
13
16
|
end
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StdOrgName < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "std-org-name"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StdOrganization < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "std-organization"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StringConf < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "string-conf"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StringDate < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "string-date"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StringName < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :name_style, :string
|
|
7
8
|
attribute :content_type, :string
|
|
8
9
|
attribute :content, :string, collection: true
|
|
@@ -11,6 +12,7 @@ module Sts
|
|
|
11
12
|
|
|
12
13
|
xml do
|
|
13
14
|
element "string-name"
|
|
15
|
+
map_attribute "id", to: :id
|
|
14
16
|
mixed_content
|
|
15
17
|
|
|
16
18
|
map_attribute "name-style", to: :name_style
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class StyledContent < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :style, :string
|
|
7
8
|
attribute :style_type, :string
|
|
8
9
|
attribute :toggle, :string
|
|
@@ -30,6 +31,7 @@ module Sts
|
|
|
30
31
|
|
|
31
32
|
xml do
|
|
32
33
|
element "styled-content"
|
|
34
|
+
map_attribute "id", to: :id
|
|
33
35
|
mixed_content
|
|
34
36
|
|
|
35
37
|
map_attribute "style", to: :style
|
|
@@ -3,22 +3,32 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class SubjGroup < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :subj_group_type, :string
|
|
7
8
|
attribute :xml_lang, :string
|
|
8
9
|
attribute :specific_use, :string
|
|
10
|
+
attribute :vocab, :string
|
|
11
|
+
attribute :vocab_identifier, :string
|
|
9
12
|
attribute :label, ::Sts::NisoSts::Label
|
|
10
13
|
attribute :subject, ::Sts::NisoSts::Subject, collection: true
|
|
14
|
+
attribute :compound_subject, ::Sts::NisoSts::CompoundSubject,
|
|
15
|
+
collection: true
|
|
16
|
+
attribute :subj_group, ::Sts::NisoSts::SubjGroup, collection: true
|
|
11
17
|
|
|
12
18
|
xml do
|
|
13
19
|
element "subj-group"
|
|
14
|
-
ordered
|
|
15
20
|
|
|
21
|
+
map_attribute "id", to: :id
|
|
16
22
|
map_attribute "subj-group-type", to: :subj_group_type
|
|
17
23
|
map_attribute "xml:lang", to: :xml_lang
|
|
18
24
|
map_attribute "specific-use", to: :specific_use
|
|
25
|
+
map_attribute "vocab", to: :vocab
|
|
26
|
+
map_attribute "vocab-identifier", to: :vocab_identifier
|
|
19
27
|
|
|
20
28
|
map_element "label", to: :label
|
|
21
29
|
map_element "subject", to: :subject
|
|
30
|
+
map_element "compound-subject", to: :compound_subject
|
|
31
|
+
map_element "subj-group", to: :subj_group
|
|
22
32
|
end
|
|
23
33
|
end
|
|
24
34
|
end
|
data/lib/sts/niso_sts/suffix.rb
CHANGED
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class Suffix < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
attribute :bold, ::Sts::TbxIsoTml::Bold, collection: true
|
|
8
9
|
attribute :italic, ::Sts::TbxIsoTml::Italic, collection: true
|
|
9
10
|
|
|
10
11
|
xml do
|
|
11
12
|
element "suffix"
|
|
13
|
+
map_attribute "id", to: :id
|
|
12
14
|
mixed_content
|
|
13
15
|
|
|
14
16
|
map_content to: :content
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class SupplNumber < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "suppl-number"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class SupplType < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "suppl-type"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class SupplVersion < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
xml do
|
|
8
9
|
element "suppl-version"
|
|
10
|
+
map_attribute "id", to: :id
|
|
9
11
|
mixed_content
|
|
10
12
|
|
|
11
13
|
map_content to: :content
|
data/lib/sts/niso_sts/surname.rb
CHANGED
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
module Sts
|
|
4
4
|
module NisoSts
|
|
5
5
|
class Surname < Lutaml::Model::Serializable
|
|
6
|
+
attribute :id, :string
|
|
6
7
|
attribute :content, :string, collection: true
|
|
7
8
|
attribute :bold, ::Sts::TbxIsoTml::Bold, collection: true
|
|
8
9
|
attribute :italic, ::Sts::TbxIsoTml::Italic, collection: true
|
|
9
10
|
|
|
10
11
|
xml do
|
|
11
12
|
element "surname"
|
|
13
|
+
map_attribute "id", to: :id
|
|
12
14
|
mixed_content
|
|
13
15
|
|
|
14
16
|
map_content to: :content
|