sts 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/README.adoc +173 -7
- data/lib/sts/iso_sts/annex_type.rb +20 -0
- data/lib/sts/iso_sts/app.rb +42 -0
- data/lib/sts/iso_sts/app_group.rb +32 -0
- data/lib/sts/iso_sts/array.rb +34 -0
- data/lib/sts/iso_sts/back.rb +26 -0
- data/lib/sts/iso_sts/body.rb +50 -0
- data/lib/sts/iso_sts/bold.rb +44 -0
- data/lib/sts/iso_sts/break.rb +11 -0
- data/lib/sts/iso_sts/caption.rb +32 -0
- data/lib/sts/iso_sts/col.rb +31 -0
- data/lib/sts/iso_sts/colgroup.rb +34 -0
- data/lib/sts/iso_sts/comm_ref.rb +16 -0
- data/lib/sts/iso_sts/copyright_holder.rb +20 -0
- data/lib/sts/iso_sts/copyright_statement.rb +24 -0
- data/lib/sts/iso_sts/copyright_year.rb +15 -0
- data/lib/sts/iso_sts/def.rb +28 -0
- data/lib/sts/iso_sts/def_item.rb +24 -0
- data/lib/sts/iso_sts/def_list.rb +42 -0
- data/lib/sts/iso_sts/disp_formula.rb +40 -0
- data/lib/sts/iso_sts/doc_ref.rb +16 -0
- data/lib/sts/iso_sts/document_identification.rb +23 -0
- data/lib/sts/iso_sts/edition.rb +16 -0
- data/lib/sts/iso_sts/ext_link.rb +33 -0
- data/lib/sts/iso_sts/fig.rb +56 -0
- data/lib/sts/iso_sts/fn.rb +32 -0
- data/lib/sts/iso_sts/fn_group.rb +30 -0
- data/lib/sts/iso_sts/front.rb +21 -0
- data/lib/sts/iso_sts/graphic.rb +40 -0
- data/lib/sts/iso_sts/inline_formula.rb +30 -0
- data/lib/sts/iso_sts/iso_meta.rb +53 -0
- data/lib/sts/iso_sts/italic.rb +44 -0
- data/lib/sts/iso_sts/label.rb +36 -0
- data/lib/sts/iso_sts/language.rb +20 -0
- data/lib/sts/iso_sts/list.rb +36 -0
- data/lib/sts/iso_sts/list_item.rb +32 -0
- data/lib/sts/iso_sts/mathml2/math.rb +67 -0
- data/lib/sts/iso_sts/mathml2.rb +9 -0
- data/lib/sts/iso_sts/mixed_citation.rb +54 -0
- data/lib/sts/iso_sts/nat_meta.rb +53 -0
- data/lib/sts/iso_sts/non_normative_example.rb +26 -0
- data/lib/sts/iso_sts/non_normative_note.rb +28 -0
- data/lib/sts/iso_sts/page_count.rb +15 -0
- data/lib/sts/iso_sts/paragraph.rb +76 -0
- data/lib/sts/iso_sts/permissions.rb +23 -0
- data/lib/sts/iso_sts/preformat.rb +42 -0
- data/lib/sts/iso_sts/ref.rb +34 -0
- data/lib/sts/iso_sts/ref_list.rb +34 -0
- data/lib/sts/iso_sts/reg_meta.rb +57 -0
- data/lib/sts/iso_sts/release_date.rb +16 -0
- data/lib/sts/iso_sts/sec.rb +72 -0
- data/lib/sts/iso_sts/secretariat.rb +16 -0
- data/lib/sts/iso_sts/standard.rb +27 -0
- data/lib/sts/iso_sts/standard_cross_reference.rb +22 -0
- data/lib/sts/iso_sts/standard_identification.rb +31 -0
- data/lib/sts/iso_sts/std.rb +41 -0
- data/lib/sts/iso_sts/std_ref.rb +35 -0
- data/lib/sts/iso_sts/styled_content.rb +62 -0
- data/lib/sts/iso_sts/sub.rb +16 -0
- data/lib/sts/iso_sts/sup.rb +16 -0
- data/lib/sts/iso_sts/table.rb +46 -0
- data/lib/sts/iso_sts/table_wrap.rb +50 -0
- data/lib/sts/iso_sts/table_wrap_foot.rb +29 -0
- data/lib/sts/iso_sts/tbody.rb +30 -0
- data/lib/sts/iso_sts/td.rb +74 -0
- data/lib/sts/iso_sts/term.rb +46 -0
- data/lib/sts/iso_sts/term_sec.rb +48 -0
- data/lib/sts/iso_sts/tfoot.rb +30 -0
- data/lib/sts/iso_sts/th.rb +74 -0
- data/lib/sts/iso_sts/thead.rb +30 -0
- data/lib/sts/iso_sts/title.rb +30 -0
- data/lib/sts/iso_sts/title_compl.rb +22 -0
- data/lib/sts/iso_sts/title_full.rb +22 -0
- data/lib/sts/iso_sts/title_intro.rb +22 -0
- data/lib/sts/iso_sts/title_main.rb +22 -0
- data/lib/sts/iso_sts/title_wrap.rb +26 -0
- data/lib/sts/iso_sts/tr.rb +32 -0
- data/lib/sts/iso_sts/xref.rb +41 -0
- data/lib/sts/iso_sts.rb +103 -0
- data/lib/sts/tbx_iso_tml/colgroup.rb +30 -0
- data/lib/sts/tbx_iso_tml/table.rb +18 -0
- data/lib/sts/tbx_iso_tml/table_wrap.rb +8 -0
- data/lib/sts/tbx_iso_tml/table_wrap_foot.rb +12 -0
- data/lib/sts/tbx_iso_tml/td.rb +11 -1
- data/lib/sts/tbx_iso_tml/tfoot.rb +26 -0
- data/lib/sts/tbx_iso_tml/th.rb +12 -0
- data/lib/sts/tbx_iso_tml.rb +2 -0
- data/lib/sts/version.rb +1 -1
- data/lib/sts.rb +1 -0
- data/reference-docs/isosts-example/feature_doc.xml +502 -0
- data/reference-docs/isosts-v1/ISOSTS-classes.ent +277 -0
- data/reference-docs/isosts-v1/ISOSTS-iso-metadata.ent +765 -0
- data/reference-docs/isosts-v1/ISOSTS-mixes.ent +199 -0
- data/reference-docs/isosts-v1/ISOSTS-models.ent +869 -0
- data/reference-docs/isosts-v1/ISOSTS-modules.ent +207 -0
- data/reference-docs/isosts-v1/ISOSTS-nat-metadata.ent +169 -0
- data/reference-docs/isosts-v1/ISOSTS-reg-metadata.ent +156 -0
- data/reference-docs/isosts-v1/ISOSTS-tbx-namespace.ent +454 -0
- data/reference-docs/isosts-v1/ISOSTS-tbx-setup.ent +142 -0
- data/reference-docs/isosts-v1/ISOSTS.dtd +745 -0
- data/reference-docs/isosts-v1/JATS-XHTMLtablesetup0.ent +313 -0
- data/reference-docs/isosts-v1/JATS-articlemeta0.ent +1734 -0
- data/reference-docs/isosts-v1/JATS-backmatter0.ent +310 -0
- data/reference-docs/isosts-v1/JATS-chars0.ent +446 -0
- data/reference-docs/isosts-v1/JATS-common0.ent +3207 -0
- data/reference-docs/isosts-v1/JATS-default-classes0.ent +881 -0
- data/reference-docs/isosts-v1/JATS-default-mixes0.ent +317 -0
- data/reference-docs/isosts-v1/JATS-display0.ent +839 -0
- data/reference-docs/isosts-v1/JATS-format0.ent +544 -0
- data/reference-docs/isosts-v1/JATS-funding0.ent +440 -0
- data/reference-docs/isosts-v1/JATS-journalmeta0.ent +352 -0
- data/reference-docs/isosts-v1/JATS-journalpub-oasis-custom-classes0.ent +220 -0
- data/reference-docs/isosts-v1/JATS-journalpub-oasis-custom-modules0.ent +154 -0
- data/reference-docs/isosts-v1/JATS-journalpubcustom-classes0.ent +194 -0
- data/reference-docs/isosts-v1/JATS-journalpubcustom-mixes0.ent +148 -0
- data/reference-docs/isosts-v1/JATS-journalpubcustom-models0.ent +674 -0
- data/reference-docs/isosts-v1/JATS-journalpubcustom-modules0.ent +152 -0
- data/reference-docs/isosts-v1/JATS-journalpublishing-oasis0.dtd +721 -0
- data/reference-docs/isosts-v1/JATS-journalpublishing0.dtd +709 -0
- data/reference-docs/isosts-v1/JATS-link0.ent +341 -0
- data/reference-docs/isosts-v1/JATS-list0.ent +393 -0
- data/reference-docs/isosts-v1/JATS-math0.ent +307 -0
- data/reference-docs/isosts-v1/JATS-mathmlsetup0.ent +266 -0
- data/reference-docs/isosts-v1/JATS-modules0.ent +443 -0
- data/reference-docs/isosts-v1/JATS-nlmcitation0.ent +173 -0
- data/reference-docs/isosts-v1/JATS-notat0.ent +193 -0
- data/reference-docs/isosts-v1/JATS-oasis-tablesetup0.ent +290 -0
- data/reference-docs/isosts-v1/JATS-para0.ent +388 -0
- data/reference-docs/isosts-v1/JATS-phrase0.ent +415 -0
- data/reference-docs/isosts-v1/JATS-references0.ent +888 -0
- data/reference-docs/isosts-v1/JATS-related-object0.ent +159 -0
- data/reference-docs/isosts-v1/JATS-section0.ent +225 -0
- data/reference-docs/isosts-v1/JATS-xmlspecchars0.ent +312 -0
- data/reference-docs/isosts-v1/Smallsamples/Samp1.xml +68 -0
- data/reference-docs/isosts-v1/Smallsamples/Sample2.xml +41 -0
- data/reference-docs/isosts-v1/Smallsamples/meta-mixes_ok_1.xml +85 -0
- data/reference-docs/isosts-v1/Smallsamples/meta-mixes_ok_2.xml +109 -0
- data/reference-docs/isosts-v1/Smallsamples/nat-meta.xml +63 -0
- data/reference-docs/isosts-v1/Smallsamples/para-mixes_ok_1.xml +37 -0
- data/reference-docs/isosts-v1/Smallsamples/reg-meta.xml +65 -0
- data/reference-docs/isosts-v1/Smallsamples/tbx-highlight-elements.xml +54 -0
- data/reference-docs/isosts-v1/catalog-iso.xml +514 -0
- data/reference-docs/isosts-v1/catalog-jats-v0.xml +642 -0
- data/reference-docs/isosts-v1/catalog-test-v0.xml +642 -0
- data/reference-docs/isosts-v1/catalog.ent +191 -0
- data/reference-docs/isosts-v1/doc/ISOSTS-style.css +456 -0
- data/reference-docs/isosts-v1/doc/changes.html +146 -0
- data/reference-docs/isosts-v1/doc/el_reg-meta.html +276 -0
- data/reference-docs/isosts-v1/doc/el_release-version-id.html +48 -0
- data/reference-docs/isosts-v1/doc/graphics/3angle-down.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/3angle-right.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/ack.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/app-group.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/app.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/array.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/back.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/bio.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/block.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/body.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/boxed-text.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/caption.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/cen-meta.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/chem-struct-wrap.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/custom-meta-group.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/def-list.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/disp-formula-group.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/disp-quote.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/doc-ident.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/fig-group.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/fig.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/fn-group.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/fn.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/front.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/glossary.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/identity-matrix.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/integral.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/iso-meta.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/list.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nat-meta.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-attributes.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-collapse.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-compound1.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-compound2.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-compound3.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-elem-mul.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-elem-opt.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-elem-plus.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-elem-req.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-elsewhere.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-exclusion.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-or-seq.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-pcdata.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-req-seq.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/nf-root.gif +0 -0
- data/reference-docs/isosts-v1/doc/graphics/non-normative-example.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/non-normative-note.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/notes.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/permissions.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/ref-list.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/ref.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/reg-meta.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/sec.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/speech.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/stack.jpg +0 -0
- data/reference-docs/isosts-v1/doc/graphics/standard.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/statement.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/std-ident.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/std-xref.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/sub-part.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/supplementary-material.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/table-wrap-foot.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/table-wrap-group.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/table-wrap.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/tablesample1.jpg +0 -0
- data/reference-docs/isosts-v1/doc/graphics/term-display.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/term-sec.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/title-wrap.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/verse-group.png +0 -0
- data/reference-docs/isosts-v1/doc/graphics/x-maps-to-y.gif +0 -0
- data/reference-docs/isosts-v1/doc/index.html +422 -0
- data/reference-docs/isosts-v1/doc/n-2830.html +252 -0
- data/reference-docs/isosts-v1/doc/n-2ex0.html +124 -0
- data/reference-docs/isosts-v1/doc/n-2m60.html +75 -0
- data/reference-docs/isosts-v1/doc/n-2nf0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-3320.html +328 -0
- data/reference-docs/isosts-v1/doc/n-37t0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-3e60.html +64 -0
- data/reference-docs/isosts-v1/doc/n-3gx0.html +45 -0
- data/reference-docs/isosts-v1/doc/n-3kg0.html +60 -0
- data/reference-docs/isosts-v1/doc/n-3m40.html +226 -0
- data/reference-docs/isosts-v1/doc/n-3m50.html +68 -0
- data/reference-docs/isosts-v1/doc/n-3pc0.html +97 -0
- data/reference-docs/isosts-v1/doc/n-3un0.html +82 -0
- data/reference-docs/isosts-v1/doc/n-3xe0.html +76 -0
- data/reference-docs/isosts-v1/doc/n-3y30.html +70 -0
- data/reference-docs/isosts-v1/doc/n-3yd0.html +108 -0
- data/reference-docs/isosts-v1/doc/n-3zs0.html +73 -0
- data/reference-docs/isosts-v1/doc/n-44e0.html +205 -0
- data/reference-docs/isosts-v1/doc/n-45w0.html +140 -0
- data/reference-docs/isosts-v1/doc/n-4gf0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-4h00.html +170 -0
- data/reference-docs/isosts-v1/doc/n-4iv0.html +203 -0
- data/reference-docs/isosts-v1/doc/n-4y70.html +165 -0
- data/reference-docs/isosts-v1/doc/n-4ys0.html +209 -0
- data/reference-docs/isosts-v1/doc/n-5240.html +354 -0
- data/reference-docs/isosts-v1/doc/n-55a0.html +166 -0
- data/reference-docs/isosts-v1/doc/n-56w0.html +258 -0
- data/reference-docs/isosts-v1/doc/n-5930.html +229 -0
- data/reference-docs/isosts-v1/doc/n-5ae0.html +165 -0
- data/reference-docs/isosts-v1/doc/n-5b40.html +205 -0
- data/reference-docs/isosts-v1/doc/n-5eg0.html +46 -0
- data/reference-docs/isosts-v1/doc/n-5h80.html +217 -0
- data/reference-docs/isosts-v1/doc/n-5j30.html +93 -0
- data/reference-docs/isosts-v1/doc/n-5qw0.html +65 -0
- data/reference-docs/isosts-v1/doc/n-5r30.html +112 -0
- data/reference-docs/isosts-v1/doc/n-5rx0.html +103 -0
- data/reference-docs/isosts-v1/doc/n-5sg0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-5ud0.html +50 -0
- data/reference-docs/isosts-v1/doc/n-5v30.html +93 -0
- data/reference-docs/isosts-v1/doc/n-5z40.html +196 -0
- data/reference-docs/isosts-v1/doc/n-6420.html +162 -0
- data/reference-docs/isosts-v1/doc/n-6430.html +106 -0
- data/reference-docs/isosts-v1/doc/n-6ew0.html +243 -0
- data/reference-docs/isosts-v1/doc/n-6f60.html +108 -0
- data/reference-docs/isosts-v1/doc/n-6fe0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-6g30.html +126 -0
- data/reference-docs/isosts-v1/doc/n-6g50.html +251 -0
- data/reference-docs/isosts-v1/doc/n-6g70.html +230 -0
- data/reference-docs/isosts-v1/doc/n-6q30.html +71 -0
- data/reference-docs/isosts-v1/doc/n-6t00.html +189 -0
- data/reference-docs/isosts-v1/doc/n-6uv0.html +359 -0
- data/reference-docs/isosts-v1/doc/n-6wn0.html +108 -0
- data/reference-docs/isosts-v1/doc/n-76s0.html +72 -0
- data/reference-docs/isosts-v1/doc/n-7760.html +46 -0
- data/reference-docs/isosts-v1/doc/n-7cf0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-7cn0.html +49 -0
- data/reference-docs/isosts-v1/doc/n-7cw0.html +71 -0
- data/reference-docs/isosts-v1/doc/n-7ev0.html +138 -0
- data/reference-docs/isosts-v1/doc/n-7na0.html +235 -0
- data/reference-docs/isosts-v1/doc/n-7p60.html +54 -0
- data/reference-docs/isosts-v1/doc/n-7rg0.html +64 -0
- data/reference-docs/isosts-v1/doc/n-7s40.html +185 -0
- data/reference-docs/isosts-v1/doc/n-7v80.html +81 -0
- data/reference-docs/isosts-v1/doc/n-7zf0.html +46 -0
- data/reference-docs/isosts-v1/doc/n-83n0.html +94 -0
- data/reference-docs/isosts-v1/doc/n-83s0.html +98 -0
- data/reference-docs/isosts-v1/doc/n-8ag0.html +78 -0
- data/reference-docs/isosts-v1/doc/n-8b30.html +98 -0
- data/reference-docs/isosts-v1/doc/n-8i70.html +144 -0
- data/reference-docs/isosts-v1/doc/n-8jw0.html +129 -0
- data/reference-docs/isosts-v1/doc/n-8n40.html +111 -0
- data/reference-docs/isosts-v1/doc/n-8pn0.html +67 -0
- data/reference-docs/isosts-v1/doc/n-8tt0.html +142 -0
- data/reference-docs/isosts-v1/doc/n-8u70.html +271 -0
- data/reference-docs/isosts-v1/doc/n-9a40.html +101 -0
- data/reference-docs/isosts-v1/doc/n-9b00.html +72 -0
- data/reference-docs/isosts-v1/doc/n-9ba0.html +321 -0
- data/reference-docs/isosts-v1/doc/n-9e40.html +157 -0
- data/reference-docs/isosts-v1/doc/n-9h20.html +149 -0
- data/reference-docs/isosts-v1/doc/n-9j80.html +91 -0
- data/reference-docs/isosts-v1/doc/n-9r30.html +79 -0
- data/reference-docs/isosts-v1/doc/n-9sc0.html +66 -0
- data/reference-docs/isosts-v1/doc/n-9xf0.html +65 -0
- data/reference-docs/isosts-v1/doc/n-a4g0.html +61 -0
- data/reference-docs/isosts-v1/doc/n-a5d0.html +88 -0
- data/reference-docs/isosts-v1/doc/n-aht0.html +264 -0
- data/reference-docs/isosts-v1/doc/n-aia0.html +236 -0
- data/reference-docs/isosts-v1/doc/n-amu0.html +220 -0
- data/reference-docs/isosts-v1/doc/n-apg0.html +62 -0
- data/reference-docs/isosts-v1/doc/n-ard0.html +178 -0
- data/reference-docs/isosts-v1/doc/n-asw0.html +205 -0
- data/reference-docs/isosts-v1/doc/n-ax50.html +127 -0
- data/reference-docs/isosts-v1/doc/n-bbg0.html +64 -0
- data/reference-docs/isosts-v1/doc/n-bc60.html +63 -0
- data/reference-docs/isosts-v1/doc/n-bie0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-bjx0.html +121 -0
- data/reference-docs/isosts-v1/doc/n-bpc0.html +99 -0
- data/reference-docs/isosts-v1/doc/n-bu20.html +277 -0
- data/reference-docs/isosts-v1/doc/n-bve0.html +45 -0
- data/reference-docs/isosts-v1/doc/n-bvf0.html +50 -0
- data/reference-docs/isosts-v1/doc/n-bz80.html +101 -0
- data/reference-docs/isosts-v1/doc/n-c000.html +23 -0
- data/reference-docs/isosts-v1/doc/n-c500.html +397 -0
- data/reference-docs/isosts-v1/doc/n-c6d0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-c6v0.html +226 -0
- data/reference-docs/isosts-v1/doc/n-c9x0.html +214 -0
- data/reference-docs/isosts-v1/doc/n-cdf0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-cie0.html +59 -0
- data/reference-docs/isosts-v1/doc/n-cj60.html +68 -0
- data/reference-docs/isosts-v1/doc/n-cn80.html +159 -0
- data/reference-docs/isosts-v1/doc/n-cvd0.html +166 -0
- data/reference-docs/isosts-v1/doc/n-cvn0.html +128 -0
- data/reference-docs/isosts-v1/doc/n-d2t0.html +78 -0
- data/reference-docs/isosts-v1/doc/n-d5g0.html +56 -0
- data/reference-docs/isosts-v1/doc/n-d750.html +116 -0
- data/reference-docs/isosts-v1/doc/n-d950.html +45 -0
- data/reference-docs/isosts-v1/doc/n-d9m0.html +692 -0
- data/reference-docs/isosts-v1/doc/n-des0.html +191 -0
- data/reference-docs/isosts-v1/doc/n-dg20.html +256 -0
- data/reference-docs/isosts-v1/doc/n-dpe0.html +56 -0
- data/reference-docs/isosts-v1/doc/n-dsn0.html +56 -0
- data/reference-docs/isosts-v1/doc/n-du60.html +97 -0
- data/reference-docs/isosts-v1/doc/n-dwx0.html +91 -0
- data/reference-docs/isosts-v1/doc/n-dzv0.html +94 -0
- data/reference-docs/isosts-v1/doc/n-e8g0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-edd0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-edg0.html +58 -0
- data/reference-docs/isosts-v1/doc/n-efg0.html +78 -0
- data/reference-docs/isosts-v1/doc/n-egd0.html +60 -0
- data/reference-docs/isosts-v1/doc/n-ejg0.html +49 -0
- data/reference-docs/isosts-v1/doc/n-eme0.html +73 -0
- data/reference-docs/isosts-v1/doc/n-en60.html +95 -0
- data/reference-docs/isosts-v1/doc/n-epf0.html +72 -0
- data/reference-docs/isosts-v1/doc/n-eqe0.html +53 -0
- data/reference-docs/isosts-v1/doc/n-eqv0.html +207 -0
- data/reference-docs/isosts-v1/doc/n-f6e0.html +67 -0
- data/reference-docs/isosts-v1/doc/n-f900.html +170 -0
- data/reference-docs/isosts-v1/doc/n-f980.html +170 -0
- data/reference-docs/isosts-v1/doc/n-fi60.html +55 -0
- data/reference-docs/isosts-v1/doc/n-fkn0.html +60 -0
- data/reference-docs/isosts-v1/doc/n-fp40.html +141 -0
- data/reference-docs/isosts-v1/doc/n-fp80.html +83 -0
- data/reference-docs/isosts-v1/doc/n-fsa0.html +77 -0
- data/reference-docs/isosts-v1/doc/n-ft30.html +159 -0
- data/reference-docs/isosts-v1/doc/n-ftc0.html +136 -0
- data/reference-docs/isosts-v1/doc/n-fvx0.html +170 -0
- data/reference-docs/isosts-v1/doc/n-fw80.html +109 -0
- data/reference-docs/isosts-v1/doc/n-g3a0.html +63 -0
- data/reference-docs/isosts-v1/doc/n-g3e0.html +108 -0
- data/reference-docs/isosts-v1/doc/n-g7u0.html +206 -0
- data/reference-docs/isosts-v1/doc/n-g7v0.html +110 -0
- data/reference-docs/isosts-v1/doc/n-g8w0.html +305 -0
- data/reference-docs/isosts-v1/doc/n-gef0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-gfx0.html +62 -0
- data/reference-docs/isosts-v1/doc/n-ghg0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-gj00.html +198 -0
- data/reference-docs/isosts-v1/doc/n-gk20.html +143 -0
- data/reference-docs/isosts-v1/doc/n-gk30.html +208 -0
- data/reference-docs/isosts-v1/doc/n-gqn0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-gxx0.html +126 -0
- data/reference-docs/isosts-v1/doc/n-h5e0.html +113 -0
- data/reference-docs/isosts-v1/doc/n-h860.html +62 -0
- data/reference-docs/isosts-v1/doc/n-hcg0.html +61 -0
- data/reference-docs/isosts-v1/doc/n-he00.html +104 -0
- data/reference-docs/isosts-v1/doc/n-hka0.html +160 -0
- data/reference-docs/isosts-v1/doc/n-hkf0.html +123 -0
- data/reference-docs/isosts-v1/doc/n-hqc0.html +300 -0
- data/reference-docs/isosts-v1/doc/n-hqf0.html +143 -0
- data/reference-docs/isosts-v1/doc/n-hqx0.html +123 -0
- data/reference-docs/isosts-v1/doc/n-hu40.html +155 -0
- data/reference-docs/isosts-v1/doc/n-hz60.html +46 -0
- data/reference-docs/isosts-v1/doc/n-i640.html +99 -0
- data/reference-docs/isosts-v1/doc/n-i6u0.html +497 -0
- data/reference-docs/isosts-v1/doc/n-ic50.html +134 -0
- data/reference-docs/isosts-v1/doc/n-id60.html +49 -0
- data/reference-docs/isosts-v1/doc/n-ide0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-ig60.html +53 -0
- data/reference-docs/isosts-v1/doc/n-iha0.html +43 -0
- data/reference-docs/isosts-v1/doc/n-ihx0.html +103 -0
- data/reference-docs/isosts-v1/doc/n-iic0.html +156 -0
- data/reference-docs/isosts-v1/doc/n-iix0.html +62 -0
- data/reference-docs/isosts-v1/doc/n-inf0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-isu0.html +220 -0
- data/reference-docs/isosts-v1/doc/n-itx0.html +209 -0
- data/reference-docs/isosts-v1/doc/n-iz00.html +116 -0
- data/reference-docs/isosts-v1/doc/n-j2r0.html +1135 -0
- data/reference-docs/isosts-v1/doc/n-j5t0.html +254 -0
- data/reference-docs/isosts-v1/doc/n-j660.html +60 -0
- data/reference-docs/isosts-v1/doc/n-j6d0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-j6g0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-ja60.html +54 -0
- data/reference-docs/isosts-v1/doc/n-je30.html +127 -0
- data/reference-docs/isosts-v1/doc/n-jeg0.html +49 -0
- data/reference-docs/isosts-v1/doc/n-jmf0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-jnu0.html +49 -0
- data/reference-docs/isosts-v1/doc/n-jpt0.html +353 -0
- data/reference-docs/isosts-v1/doc/n-jr40.html +107 -0
- data/reference-docs/isosts-v1/doc/n-k3w0.html +114 -0
- data/reference-docs/isosts-v1/doc/n-k480.html +178 -0
- data/reference-docs/isosts-v1/doc/n-k560.html +63 -0
- data/reference-docs/isosts-v1/doc/n-k6n0.html +158 -0
- data/reference-docs/isosts-v1/doc/n-k7e0.html +124 -0
- data/reference-docs/isosts-v1/doc/n-k850.html +255 -0
- data/reference-docs/isosts-v1/doc/n-k860.html +48 -0
- data/reference-docs/isosts-v1/doc/n-kbg0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-kbw0.html +167 -0
- data/reference-docs/isosts-v1/doc/n-kds0.html +223 -0
- data/reference-docs/isosts-v1/doc/n-kft0.html +354 -0
- data/reference-docs/isosts-v1/doc/n-kkf0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-kr00.html +101 -0
- data/reference-docs/isosts-v1/doc/n-kse0.html +125 -0
- data/reference-docs/isosts-v1/doc/n-ktx0.html +90 -0
- data/reference-docs/isosts-v1/doc/n-m7n0.html +69 -0
- data/reference-docs/isosts-v1/doc/n-m9n0.html +75 -0
- data/reference-docs/isosts-v1/doc/n-mbd0.html +215 -0
- data/reference-docs/isosts-v1/doc/n-mce0.html +70 -0
- data/reference-docs/isosts-v1/doc/n-mfa0.html +44 -0
- data/reference-docs/isosts-v1/doc/n-mgg0.html +136 -0
- data/reference-docs/isosts-v1/doc/n-mhn0.html +173 -0
- data/reference-docs/isosts-v1/doc/n-mid0.html +26 -0
- data/reference-docs/isosts-v1/doc/n-mkg0.html +85 -0
- data/reference-docs/isosts-v1/doc/n-mkt0.html +69 -0
- data/reference-docs/isosts-v1/doc/n-msf0.html +93 -0
- data/reference-docs/isosts-v1/doc/n-muf0.html +63 -0
- data/reference-docs/isosts-v1/doc/n-mx70.html +139 -0
- data/reference-docs/isosts-v1/doc/n-n2n0.html +56 -0
- data/reference-docs/isosts-v1/doc/n-n4f0.html +95 -0
- data/reference-docs/isosts-v1/doc/n-n7s0.html +199 -0
- data/reference-docs/isosts-v1/doc/n-n8u0.html +126 -0
- data/reference-docs/isosts-v1/doc/n-naa0.html +84 -0
- data/reference-docs/isosts-v1/doc/n-nf00.html +240 -0
- data/reference-docs/isosts-v1/doc/n-ngx0.html +206 -0
- data/reference-docs/isosts-v1/doc/n-nk40.html +66 -0
- data/reference-docs/isosts-v1/doc/n-nmt0.html +229 -0
- data/reference-docs/isosts-v1/doc/n-nt80.html +257 -0
- data/reference-docs/isosts-v1/doc/n-ntn0.html +71 -0
- data/reference-docs/isosts-v1/doc/n-ntu0.html +60 -0
- data/reference-docs/isosts-v1/doc/n-nx80.html +117 -0
- data/reference-docs/isosts-v1/doc/n-nye0.html +169 -0
- data/reference-docs/isosts-v1/doc/n-nyw0.html +66 -0
- data/reference-docs/isosts-v1/doc/n-p6c0.html +227 -0
- data/reference-docs/isosts-v1/doc/n-pau0.html +259 -0
- data/reference-docs/isosts-v1/doc/n-pcd0.html +53 -0
- data/reference-docs/isosts-v1/doc/n-pd80.html +136 -0
- data/reference-docs/isosts-v1/doc/n-pfv0.html +177 -0
- data/reference-docs/isosts-v1/doc/n-ph30.html +99 -0
- data/reference-docs/isosts-v1/doc/n-pr70.html +133 -0
- data/reference-docs/isosts-v1/doc/n-pud0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-pux0.html +103 -0
- data/reference-docs/isosts-v1/doc/n-pv50.html +231 -0
- data/reference-docs/isosts-v1/doc/n-pv70.html +355 -0
- data/reference-docs/isosts-v1/doc/n-pwf0.html +62 -0
- data/reference-docs/isosts-v1/doc/n-px40.html +177 -0
- data/reference-docs/isosts-v1/doc/n-pxt0.html +125 -0
- data/reference-docs/isosts-v1/doc/n-pz20.html +499 -0
- data/reference-docs/isosts-v1/doc/n-pzg0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-q3g0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-q4a0.html +100 -0
- data/reference-docs/isosts-v1/doc/n-qc70.html +270 -0
- data/reference-docs/isosts-v1/doc/n-qd40.html +361 -0
- data/reference-docs/isosts-v1/doc/n-qdf0.html +58 -0
- data/reference-docs/isosts-v1/doc/n-qe50.html +162 -0
- data/reference-docs/isosts-v1/doc/n-qf50.html +101 -0
- data/reference-docs/isosts-v1/doc/n-qr20.html +89 -0
- data/reference-docs/isosts-v1/doc/n-qv30.html +93 -0
- data/reference-docs/isosts-v1/doc/n-qxe0.html +81 -0
- data/reference-docs/isosts-v1/doc/n-qzs0.html +102 -0
- data/reference-docs/isosts-v1/doc/n-r650.html +79 -0
- data/reference-docs/isosts-v1/doc/n-r7e0.html +156 -0
- data/reference-docs/isosts-v1/doc/n-rd50.html +522 -0
- data/reference-docs/isosts-v1/doc/n-rf70.html +140 -0
- data/reference-docs/isosts-v1/doc/n-riw0.html +114 -0
- data/reference-docs/isosts-v1/doc/n-rj20.html +183 -0
- data/reference-docs/isosts-v1/doc/n-rkv0.html +338 -0
- data/reference-docs/isosts-v1/doc/n-rm50.html +81 -0
- data/reference-docs/isosts-v1/doc/n-rn30.html +186 -0
- data/reference-docs/isosts-v1/doc/n-rrf0.html +54 -0
- data/reference-docs/isosts-v1/doc/n-s280.html +69 -0
- data/reference-docs/isosts-v1/doc/n-s6f0.html +47 -0
- data/reference-docs/isosts-v1/doc/n-s9w0.html +196 -0
- data/reference-docs/isosts-v1/doc/n-sb60.html +71 -0
- data/reference-docs/isosts-v1/doc/n-sbn0.html +80 -0
- data/reference-docs/isosts-v1/doc/n-sc20.html +98 -0
- data/reference-docs/isosts-v1/doc/n-sif0.html +203 -0
- data/reference-docs/isosts-v1/doc/n-sjn0.html +52 -0
- data/reference-docs/isosts-v1/doc/n-snd0.html +48 -0
- data/reference-docs/isosts-v1/doc/n-sq20.html +259 -0
- data/reference-docs/isosts-v1/doc/n-sq80.html +166 -0
- data/reference-docs/isosts-v1/doc/n-swt0.html +115 -0
- data/reference-docs/isosts-v1/doc/n-syx0.html +122 -0
- data/reference-docs/isosts-v1/doc/n-t220.html +103 -0
- data/reference-docs/isosts-v1/doc/n-t250.html +116 -0
- data/reference-docs/isosts-v1/doc/n-t2x0.html +328 -0
- data/reference-docs/isosts-v1/doc/n-t3u0.html +78 -0
- data/reference-docs/isosts-v1/doc/n-t4w0.html +117 -0
- data/reference-docs/isosts-v1/doc/n-t5s0.html +289 -0
- data/reference-docs/isosts-v1/doc/n-tga0.html +67 -0
- data/reference-docs/isosts-v1/doc/n-thf0.html +65 -0
- data/reference-docs/isosts-v1/doc/n-tqs0.html +225 -0
- data/reference-docs/isosts-v1/doc/n-tr60.html +120 -0
- data/reference-docs/isosts-v1/doc/n-tre0.html +57 -0
- data/reference-docs/isosts-v1/doc/n-tua0.html +261 -0
- data/reference-docs/isosts-v1/doc/n-tve0.html +44 -0
- data/reference-docs/isosts-v1/doc/n-twc0.html +247 -0
- data/reference-docs/isosts-v1/doc/n-tx30.html +91 -0
- data/reference-docs/isosts-v1/doc/n-ty60.html +48 -0
- data/reference-docs/isosts-v1/doc/n-uba0.html +85 -0
- data/reference-docs/isosts-v1/doc/n-ube0.html +51 -0
- data/reference-docs/isosts-v1/doc/n-ue40.html +103 -0
- data/reference-docs/isosts-v1/doc/n-ufa0.html +106 -0
- data/reference-docs/isosts-v1/doc/n-ui40.html +231 -0
- data/reference-docs/isosts-v1/doc/n-uig0.html +60 -0
- data/reference-docs/isosts-v1/doc/n-umg0.html +63 -0
- data/reference-docs/isosts-v1/doc/n-unn0.html +57 -0
- data/reference-docs/isosts-v1/doc/n-upa0.html +104 -0
- data/reference-docs/isosts-v1/doc/n-upd0.html +63 -0
- data/reference-docs/isosts-v1/doc/n-uyg0.html +72 -0
- data/reference-docs/isosts-v1/doc/n-v530.html +91 -0
- data/reference-docs/isosts-v1/doc/n-v550.html +71 -0
- data/reference-docs/isosts-v1/doc/n-vad0.html +56 -0
- data/reference-docs/isosts-v1/doc/n-vff0.html +62 -0
- data/reference-docs/isosts-v1/doc/n-vge0.html +95 -0
- data/reference-docs/isosts-v1/doc/n-vjx0.html +74 -0
- data/reference-docs/isosts-v1/doc/n-vs30.html +106 -0
- data/reference-docs/isosts-v1/doc/n-vta0.html +168 -0
- data/reference-docs/isosts-v1/doc/n-vzn0.html +208 -0
- data/reference-docs/isosts-v1/doc/n-w5c0.html +209 -0
- data/reference-docs/isosts-v1/doc/n-w6u0.html +49 -0
- data/reference-docs/isosts-v1/doc/n-wau0.html +80 -0
- data/reference-docs/isosts-v1/doc/n-wc80.html +266 -0
- data/reference-docs/isosts-v1/doc/n-wct0.html +208 -0
- data/reference-docs/isosts-v1/doc/n-wfn0.html +133 -0
- data/reference-docs/isosts-v1/doc/n-wgc0.html +183 -0
- data/reference-docs/isosts-v1/doc/n-whe0.html +58 -0
- data/reference-docs/isosts-v1/doc/n-wqd0.html +90 -0
- data/reference-docs/isosts-v1/doc/n-wvg0.html +106 -0
- data/reference-docs/isosts-v1/doc/n-wvs0.html +244 -0
- data/reference-docs/isosts-v1/doc/n-wxd0.html +55 -0
- data/reference-docs/isosts-v1/doc/n-wz50.html +131 -0
- data/reference-docs/isosts-v1/doc/n-wz80.html +96 -0
- data/reference-docs/isosts-v1/doc/n-x3f0.html +99 -0
- data/reference-docs/isosts-v1/doc/n-x4t0.html +105 -0
- data/reference-docs/isosts-v1/doc/n-x4u0.html +102 -0
- data/reference-docs/isosts-v1/doc/n-x5u0.html +92 -0
- data/reference-docs/isosts-v1/doc/n-x7f0.html +91 -0
- data/reference-docs/isosts-v1/doc/n-xa80.html +188 -0
- data/reference-docs/isosts-v1/doc/n-xp30.html +122 -0
- data/reference-docs/isosts-v1/doc/n-xq60.html +66 -0
- data/reference-docs/isosts-v1/doc/n-xqg0.html +49 -0
- data/reference-docs/isosts-v1/doc/n-ybu0.html +164 -0
- data/reference-docs/isosts-v1/doc/n-yea0.html +45 -0
- data/reference-docs/isosts-v1/doc/n-ym70.html +213 -0
- data/reference-docs/isosts-v1/doc/n-yp70.html +249 -0
- data/reference-docs/isosts-v1/doc/n-yt20.html +220 -0
- data/reference-docs/isosts-v1/doc/n-z5n0.html +109 -0
- data/reference-docs/isosts-v1/doc/n-z7t0.html +86 -0
- data/reference-docs/isosts-v1/doc/n-zbe0.html +75 -0
- data/reference-docs/isosts-v1/doc/n-zga0.html +43 -0
- data/reference-docs/isosts-v1/doc/n-zkd0.html +78 -0
- data/reference-docs/isosts-v1/doc/n-zpx0.html +104 -0
- data/reference-docs/isosts-v1/doc/n-zsg0.html +149 -0
- data/reference-docs/isosts-v1/doc/t-2000.html +403 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX.indexListcomp.html +941 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX.xsd +571 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_Glossary.html +334 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangTgtDtypScrpt-atts.html +732 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_bpt-attlist.html +533 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_crossReference-attlist.html +482 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_definition-attlist.html +541 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_entailedTerm-attlist.html +626 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ept-attlist.html +469 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_example-attlist.html +468 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_externalCrossReference-attlist.html +472 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_geographicalUsage-attlist.html +474 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalGender-attlist.html +584 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalNumber-attlist.html +566 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_langSet-attlist.html +577 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_normativeAuthorization-attlist.html +626 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_note-attlist.html +571 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_partOfSpeech-attlist.html +600 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ph-attlist.html +469 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_pronunciation-attlist.html +339 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_see-attlist.html +478 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_source-attlist.html +485 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_subjectField-attlist.html +480 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_term-attlist.html +555 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termEntry-attlist.html +492 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termType-attlist.html +622 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_tig-attlist.html +475 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_usageNote-attlist.html +469 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xGraphic-attlist.html +446 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xMathML-attlist.html +441 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xSource-attlist.html +441 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_xref-atts.html +546 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_id.html +450 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_script.html +448 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_target.html +393 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_value.html +431 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_xtarget.html +400 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_ChangeHistory.html +348 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_basicText-model.html +429 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_noteText-model.html +400 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_simpleText-model.html +464 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_DCT-format.html +353 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_bpt.html +425 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_crossReference.html +533 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_definition.html +536 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_encapsulating-elements.html +418 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_entailedTerm.html +487 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_ept.html +412 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_example.html +521 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_externalCrossReference.html +486 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_geographicalUsage.html +488 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_grammaticalGender.html +498 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_grammaticalNumber.html +499 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_highlight-elements.html +564 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_langSet.html +562 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_normativeAuthorization.html +521 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_note.html +511 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_partOfSpeech.html +489 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_ph.html +412 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_pronunciation.html +508 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_see.html +498 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_source.html +512 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_subjectField.html +482 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_term.html +501 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_termEntry.html +464 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_termType.html +517 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_tig.html +511 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_usageNote.html +514 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xGraphic.html +462 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xMathML.html +462 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xSource.html +461 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Examples.html +17 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Guidelines.html +391 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Introduction.html +391 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Main_schema_ISO-TBX_xsd.html +285 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_contentTypes.html +358 -0
- data/reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_entryLevels.html +376 -0
- data/reference-docs/isosts-v1/doc/tbx/docHtml.css +590 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a210.14.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a211.251.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a211.27.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a212.4133.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a212.4134.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.3121.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.3122.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.313.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.314.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.496.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.497.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.498.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a214.93.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a215.31.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a215.37.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a216.311.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a216.319.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a217.374.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a218.37.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a22.31.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a22.32.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a221.322.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.1112.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.3121.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.45.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a223.251.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a225.911.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a227.114.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a227.2263.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a228.14.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a229.131.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a23.311.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a24.313.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a25.27.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a25.44418.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a26.020513.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a26.2150.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a27.234.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a28.2138.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a29.13.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10360-1.a216.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/iso_std_iso_3951-2_ed-1_en_term_3.10.PNG +0 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/snippets/snippets.xml +46 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/tbx-examples.html +1704 -0
- data/reference-docs/isosts-v1/doc/tbx/examples/tbx-examples.xml +1704 -0
- data/reference-docs/isosts-v1/doc/tbx/img/HierarchyArrow12.jpg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/HierarchyCycle12.jpg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangScrpt-atts.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangTgtDtypScrpt-atts.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx-xref-atts.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_bpt-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_crossReference-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_definition-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_entailedTerm-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ept-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_example-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_externalCrossReference-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_geographicalUsage-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalGender-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalNumber-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_langSet-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_normativeAuthorization-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_note-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_partOfSpeech-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ph-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_pronunciation-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_see-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_source-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_subjectField-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_term-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termEntry-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termType-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_tig-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_usageNote-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xGraphic-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xMathML-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xSource-attlist.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_xref-atts.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_basicText-model.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_noteText-model.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_simpleText-model.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_bpt.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_crossReference.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_definition.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_encapsulating-elements.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_entailedTerm.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_ept.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_example.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_externalCrossReference.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_geographicalUsage.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_grammaticalGender.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_grammaticalNumber.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_highlight-elements.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_langSet.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_normativeAuthorization.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_note.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_partOfSpeech.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_ph.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_pronunciation.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_see.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_source.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_subjectField.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_term.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_termEntry.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_termType.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_tig.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_usageNote.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xGraphic.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xMathML.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xSource.jpeg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/Import12.jpg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/Include12.jpg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/Redefine12.jpg +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/btM.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/btP.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/cBL.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/cBR.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/cTL.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/cTR.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/hierarchy_arrow.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/lB.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/lL.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/lR.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/lT.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/logo_iso copy.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/img/logo_iso.gif +0 -0
- data/reference-docs/isosts-v1/doc/tbx/index.html +14 -0
- data/reference-docs/isosts-v1/doc/tbx/schHierarchy.html +284 -0
- data/reference-docs/isosts-v1/doc/tbx/xml.xsd +5 -0
- data/reference-docs/isosts-v1/doc/tbx/xml_xsd_Attribute_xml_lang.html +449 -0
- data/reference-docs/isosts-v1/doc/tbx/xml_xsd_Imported_schema_xml_xsd.html +303 -0
- data/reference-docs/isosts-v1/htmltable.dtd +334 -0
- data/reference-docs/isosts-v1/iso8879/isobox.ent +61 -0
- data/reference-docs/isosts-v1/iso8879/isocyr1.ent +88 -0
- data/reference-docs/isosts-v1/iso8879/isocyr2.ent +47 -0
- data/reference-docs/isosts-v1/iso8879/isodia.ent +35 -0
- data/reference-docs/isosts-v1/iso8879/isolat1.ent +83 -0
- data/reference-docs/isosts-v1/iso8879/isolat2.ent +142 -0
- data/reference-docs/isosts-v1/iso8879/isonum.ent +97 -0
- data/reference-docs/isosts-v1/iso8879/isopub.ent +105 -0
- data/reference-docs/isosts-v1/iso9573-13/isoamsa.ent +167 -0
- data/reference-docs/isosts-v1/iso9573-13/isoamsb.ent +143 -0
- data/reference-docs/isosts-v1/iso9573-13/isoamsc.ent +43 -0
- data/reference-docs/isosts-v1/iso9573-13/isoamsn.ent +114 -0
- data/reference-docs/isosts-v1/iso9573-13/isoamso.ent +73 -0
- data/reference-docs/isosts-v1/iso9573-13/isoamsr.ent +204 -0
- data/reference-docs/isosts-v1/iso9573-13/isogrk3.ent +64 -0
- data/reference-docs/isosts-v1/iso9573-13/isomfrk.ent +75 -0
- data/reference-docs/isosts-v1/iso9573-13/isomopf.ent +49 -0
- data/reference-docs/isosts-v1/iso9573-13/isomscr.ent +75 -0
- data/reference-docs/isosts-v1/iso9573-13/isotech.ent +182 -0
- data/reference-docs/isosts-v1/jats-publishing-dtd-0.4.zip +0 -0
- data/reference-docs/isosts-v1/mathml/mmlalias.ent +564 -0
- data/reference-docs/isosts-v1/mathml/mmlextra.ent +122 -0
- data/reference-docs/isosts-v1/mathml2-qname-1.mod +286 -0
- data/reference-docs/isosts-v1/mathml2.dtd +2206 -0
- data/reference-docs/isosts-v1/oasis-exchange.ent +384 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-classes.ent.rng +335 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-iso-metadata.ent.rng +1125 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-mixes.ent.rng +236 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-models.ent.rng +1392 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-nat-metadata.ent.rng +198 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-reg-metadata.ent.rng +208 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-tbx-namespace.ent.rng +686 -0
- data/reference-docs/isosts-v1/rng/ISOSTS-tbx-setup.ent.rng +130 -0
- data/reference-docs/isosts-v1/rng/ISOSTS.rng +368 -0
- data/reference-docs/isosts-v1/rng/JATS-XHTMLtablesetup0.ent.rng +301 -0
- data/reference-docs/isosts-v1/rng/JATS-articlemeta0.ent.rng +2284 -0
- data/reference-docs/isosts-v1/rng/JATS-backmatter0.ent.rng +347 -0
- data/reference-docs/isosts-v1/rng/JATS-chars0.ent.rng +498 -0
- data/reference-docs/isosts-v1/rng/JATS-common0.ent.rng +4267 -0
- data/reference-docs/isosts-v1/rng/JATS-default-classes0.ent.rng +1045 -0
- data/reference-docs/isosts-v1/rng/JATS-default-mixes0.ent.rng +299 -0
- data/reference-docs/isosts-v1/rng/JATS-display0.ent.rng +847 -0
- data/reference-docs/isosts-v1/rng/JATS-format0.ent.rng +702 -0
- data/reference-docs/isosts-v1/rng/JATS-funding0.ent.rng +578 -0
- data/reference-docs/isosts-v1/rng/JATS-journalpubcustom-classes0.ent.rng +196 -0
- data/reference-docs/isosts-v1/rng/JATS-journalpubcustom-mixes0.ent.rng +140 -0
- data/reference-docs/isosts-v1/rng/JATS-journalpubcustom-models0.ent.rng +852 -0
- data/reference-docs/isosts-v1/rng/JATS-link0.ent.rng +426 -0
- data/reference-docs/isosts-v1/rng/JATS-list0.ent.rng +459 -0
- data/reference-docs/isosts-v1/rng/JATS-math0.ent.rng +344 -0
- data/reference-docs/isosts-v1/rng/JATS-mathmlsetup0.ent.rng +231 -0
- data/reference-docs/isosts-v1/rng/JATS-nlmcitation0.ent.rng +269 -0
- data/reference-docs/isosts-v1/rng/JATS-para0.ent.rng +436 -0
- data/reference-docs/isosts-v1/rng/JATS-phrase0.ent.rng +505 -0
- data/reference-docs/isosts-v1/rng/JATS-references0.ent.rng +1137 -0
- data/reference-docs/isosts-v1/rng/JATS-related-object0.ent.rng +138 -0
- data/reference-docs/isosts-v1/rng/JATS-section0.ent.rng +231 -0
- data/reference-docs/isosts-v1/rng/mathml2-qname-1.mod.rng +63 -0
- data/reference-docs/isosts-v1/rng/mathml2.rng +3320 -0
- data/reference-docs/isosts-v1/rng/xhtml-inlstyle-1.mod.rng +37 -0
- data/reference-docs/isosts-v1/rng/xhtml-table-1.mod.rng +430 -0
- data/reference-docs/isosts-v1/xhtml-inlstyle-1.mod +34 -0
- data/reference-docs/isosts-v1/xhtml-table-1.mod +333 -0
- data/reference-docs/isosts-v1/xmlchars/isogrk1.ent +70 -0
- data/reference-docs/isosts-v1/xmlchars/isogrk2.ent +41 -0
- data/reference-docs/isosts-v1/xmlchars/isogrk4.ent +66 -0
- data/reference-docs/isosts-v1/xsd/ISOSTS.xsd +6773 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/common/common-attribs.xsd +45 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/common/math.xsd +126 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/common/xlink-href.xsd +20 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/arith.xsd +90 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/calculus.xsd +146 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/common-attrib.xsd +30 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/constants.xsd +83 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/constructs.xsd +260 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/elementary-functions.xsd +117 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/functions.xsd +73 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/linear-algebra.xsd +173 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/logic.xsd +53 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/relations.xsd +55 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/semantics.xsd +85 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/sets.xsd +236 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/statistics.xsd +136 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/tokens.xsd +120 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/content/vector-calculus.xsd +88 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/mathml2.xsd +59 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/action.xsd +44 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/characters.xsd +37 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/common-attribs.xsd +113 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/common-types.xsd +103 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/error.xsd +40 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/layout.xsd +195 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/scripts.xsd +186 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/space.xsd +52 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/style.xsd +69 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/table.xsd +216 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/tokens.xsd +124 -0
- data/reference-docs/isosts-v1/xsd/ncbi-mathml2/readme.txt +17 -0
- data/reference-docs/isosts-v1/xsd/tbx.xsd +790 -0
- data/reference-docs/isosts-v1/xsd/xlink.xsd +39 -0
- data/reference-docs/isosts-v1/xsd/xml.xsd +17 -0
- data/reference-docs/isosts-v1/xsl/cals/flatten_cals.xsl +21 -0
- data/reference-docs/isosts-v1/xsl/cals/isosts2cals.xsl +28 -0
- data/reference-docs/isosts-v1/xsl/cals/lib/css-parser.xsl +119 -0
- data/reference-docs/isosts-v1/xsl/cals/lib/xhtml2cals.xsl +580 -0
- data/reference-docs/isosts-v1/xsl/cals/readme.html +211 -0
- data/reference-docs/isosts-v1/xsl/cals/remove_oasis_ns.xsl +21 -0
- data/reference-docs/isosts-v1/xsl/cals/test/css-parser-test.html +4655 -0
- data/reference-docs/isosts-v1/xsl/cals/test/css-parser-test.xsl +983 -0
- data/reference-docs/isosts-v1/xsl/cals/test/css2colrowsep-test.html +161 -0
- data/reference-docs/isosts-v1/xsl/cals/test/css2colrowsep-test.xsl +212 -0
- data/reference-docs/isosts-v1/xsl/cals/test/isosts_tables.cals.xml +214 -0
- data/reference-docs/isosts-v1/xsl/cals/test/isosts_tables.html +28 -0
- data/reference-docs/isosts-v1/xsl/cals/test/isosts_tables.xml +544 -0
- data/reference-docs/isosts-v1/xsl/cals/test/styles.txt +4010 -0
- data/reference-docs/isosts-v1/xsl/cals/tm9901.dtd +313 -0
- data/sts.gemspec +1 -1
- metadata +906 -7
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.5.0
|
|
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-
|
|
11
|
+
date: 2026-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bigdecimal
|
|
@@ -39,19 +39,19 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 0.8.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: mml
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: 2.3.1
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 2.3.1
|
|
55
55
|
description:
|
|
56
56
|
email:
|
|
57
57
|
- open.source@ribose.com
|
|
@@ -71,6 +71,84 @@ files:
|
|
|
71
71
|
- README.adoc
|
|
72
72
|
- Rakefile
|
|
73
73
|
- lib/sts.rb
|
|
74
|
+
- lib/sts/iso_sts.rb
|
|
75
|
+
- lib/sts/iso_sts/annex_type.rb
|
|
76
|
+
- lib/sts/iso_sts/app.rb
|
|
77
|
+
- lib/sts/iso_sts/app_group.rb
|
|
78
|
+
- lib/sts/iso_sts/array.rb
|
|
79
|
+
- lib/sts/iso_sts/back.rb
|
|
80
|
+
- lib/sts/iso_sts/body.rb
|
|
81
|
+
- lib/sts/iso_sts/bold.rb
|
|
82
|
+
- lib/sts/iso_sts/break.rb
|
|
83
|
+
- lib/sts/iso_sts/caption.rb
|
|
84
|
+
- lib/sts/iso_sts/col.rb
|
|
85
|
+
- lib/sts/iso_sts/colgroup.rb
|
|
86
|
+
- lib/sts/iso_sts/comm_ref.rb
|
|
87
|
+
- lib/sts/iso_sts/copyright_holder.rb
|
|
88
|
+
- lib/sts/iso_sts/copyright_statement.rb
|
|
89
|
+
- lib/sts/iso_sts/copyright_year.rb
|
|
90
|
+
- lib/sts/iso_sts/def.rb
|
|
91
|
+
- lib/sts/iso_sts/def_item.rb
|
|
92
|
+
- lib/sts/iso_sts/def_list.rb
|
|
93
|
+
- lib/sts/iso_sts/disp_formula.rb
|
|
94
|
+
- lib/sts/iso_sts/doc_ref.rb
|
|
95
|
+
- lib/sts/iso_sts/document_identification.rb
|
|
96
|
+
- lib/sts/iso_sts/edition.rb
|
|
97
|
+
- lib/sts/iso_sts/ext_link.rb
|
|
98
|
+
- lib/sts/iso_sts/fig.rb
|
|
99
|
+
- lib/sts/iso_sts/fn.rb
|
|
100
|
+
- lib/sts/iso_sts/fn_group.rb
|
|
101
|
+
- lib/sts/iso_sts/front.rb
|
|
102
|
+
- lib/sts/iso_sts/graphic.rb
|
|
103
|
+
- lib/sts/iso_sts/inline_formula.rb
|
|
104
|
+
- lib/sts/iso_sts/iso_meta.rb
|
|
105
|
+
- lib/sts/iso_sts/italic.rb
|
|
106
|
+
- lib/sts/iso_sts/label.rb
|
|
107
|
+
- lib/sts/iso_sts/language.rb
|
|
108
|
+
- lib/sts/iso_sts/list.rb
|
|
109
|
+
- lib/sts/iso_sts/list_item.rb
|
|
110
|
+
- lib/sts/iso_sts/mathml2.rb
|
|
111
|
+
- lib/sts/iso_sts/mathml2/math.rb
|
|
112
|
+
- lib/sts/iso_sts/mixed_citation.rb
|
|
113
|
+
- lib/sts/iso_sts/nat_meta.rb
|
|
114
|
+
- lib/sts/iso_sts/non_normative_example.rb
|
|
115
|
+
- lib/sts/iso_sts/non_normative_note.rb
|
|
116
|
+
- lib/sts/iso_sts/page_count.rb
|
|
117
|
+
- lib/sts/iso_sts/paragraph.rb
|
|
118
|
+
- lib/sts/iso_sts/permissions.rb
|
|
119
|
+
- lib/sts/iso_sts/preformat.rb
|
|
120
|
+
- lib/sts/iso_sts/ref.rb
|
|
121
|
+
- lib/sts/iso_sts/ref_list.rb
|
|
122
|
+
- lib/sts/iso_sts/reg_meta.rb
|
|
123
|
+
- lib/sts/iso_sts/release_date.rb
|
|
124
|
+
- lib/sts/iso_sts/sec.rb
|
|
125
|
+
- lib/sts/iso_sts/secretariat.rb
|
|
126
|
+
- lib/sts/iso_sts/standard.rb
|
|
127
|
+
- lib/sts/iso_sts/standard_cross_reference.rb
|
|
128
|
+
- lib/sts/iso_sts/standard_identification.rb
|
|
129
|
+
- lib/sts/iso_sts/std.rb
|
|
130
|
+
- lib/sts/iso_sts/std_ref.rb
|
|
131
|
+
- lib/sts/iso_sts/styled_content.rb
|
|
132
|
+
- lib/sts/iso_sts/sub.rb
|
|
133
|
+
- lib/sts/iso_sts/sup.rb
|
|
134
|
+
- lib/sts/iso_sts/table.rb
|
|
135
|
+
- lib/sts/iso_sts/table_wrap.rb
|
|
136
|
+
- lib/sts/iso_sts/table_wrap_foot.rb
|
|
137
|
+
- lib/sts/iso_sts/tbody.rb
|
|
138
|
+
- lib/sts/iso_sts/td.rb
|
|
139
|
+
- lib/sts/iso_sts/term.rb
|
|
140
|
+
- lib/sts/iso_sts/term_sec.rb
|
|
141
|
+
- lib/sts/iso_sts/tfoot.rb
|
|
142
|
+
- lib/sts/iso_sts/th.rb
|
|
143
|
+
- lib/sts/iso_sts/thead.rb
|
|
144
|
+
- lib/sts/iso_sts/title.rb
|
|
145
|
+
- lib/sts/iso_sts/title_compl.rb
|
|
146
|
+
- lib/sts/iso_sts/title_full.rb
|
|
147
|
+
- lib/sts/iso_sts/title_intro.rb
|
|
148
|
+
- lib/sts/iso_sts/title_main.rb
|
|
149
|
+
- lib/sts/iso_sts/title_wrap.rb
|
|
150
|
+
- lib/sts/iso_sts/tr.rb
|
|
151
|
+
- lib/sts/iso_sts/xref.rb
|
|
74
152
|
- lib/sts/namespaces.rb
|
|
75
153
|
- lib/sts/niso_sts.rb
|
|
76
154
|
- lib/sts/niso_sts/abstract.rb
|
|
@@ -380,6 +458,7 @@ files:
|
|
|
380
458
|
- lib/sts/tbx_iso_tml/bold.rb
|
|
381
459
|
- lib/sts/tbx_iso_tml/caption.rb
|
|
382
460
|
- lib/sts/tbx_iso_tml/col.rb
|
|
461
|
+
- lib/sts/tbx_iso_tml/colgroup.rb
|
|
383
462
|
- lib/sts/tbx_iso_tml/cross_reference.rb
|
|
384
463
|
- lib/sts/tbx_iso_tml/definition.rb
|
|
385
464
|
- lib/sts/tbx_iso_tml/entailed_term.rb
|
|
@@ -423,6 +502,7 @@ files:
|
|
|
423
502
|
- lib/sts/tbx_iso_tml/term_entry.rb
|
|
424
503
|
- lib/sts/tbx_iso_tml/term_information_group.rb
|
|
425
504
|
- lib/sts/tbx_iso_tml/term_type.rb
|
|
505
|
+
- lib/sts/tbx_iso_tml/tfoot.rb
|
|
426
506
|
- lib/sts/tbx_iso_tml/th.rb
|
|
427
507
|
- lib/sts/tbx_iso_tml/thead.rb
|
|
428
508
|
- lib/sts/tbx_iso_tml/tr.rb
|
|
@@ -441,6 +521,825 @@ files:
|
|
|
441
521
|
- reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/module-xi.xsd
|
|
442
522
|
- reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xlink.xsd
|
|
443
523
|
- reference-docs/NISO-STS-extended-1-MathML3-XSD/standard-modules/xml.xsd
|
|
524
|
+
- reference-docs/isosts-example/feature_doc.xml
|
|
525
|
+
- reference-docs/isosts-v1/ISOSTS-classes.ent
|
|
526
|
+
- reference-docs/isosts-v1/ISOSTS-iso-metadata.ent
|
|
527
|
+
- reference-docs/isosts-v1/ISOSTS-mixes.ent
|
|
528
|
+
- reference-docs/isosts-v1/ISOSTS-models.ent
|
|
529
|
+
- reference-docs/isosts-v1/ISOSTS-modules.ent
|
|
530
|
+
- reference-docs/isosts-v1/ISOSTS-nat-metadata.ent
|
|
531
|
+
- reference-docs/isosts-v1/ISOSTS-reg-metadata.ent
|
|
532
|
+
- reference-docs/isosts-v1/ISOSTS-tbx-namespace.ent
|
|
533
|
+
- reference-docs/isosts-v1/ISOSTS-tbx-setup.ent
|
|
534
|
+
- reference-docs/isosts-v1/ISOSTS.dtd
|
|
535
|
+
- reference-docs/isosts-v1/JATS-XHTMLtablesetup0.ent
|
|
536
|
+
- reference-docs/isosts-v1/JATS-articlemeta0.ent
|
|
537
|
+
- reference-docs/isosts-v1/JATS-backmatter0.ent
|
|
538
|
+
- reference-docs/isosts-v1/JATS-chars0.ent
|
|
539
|
+
- reference-docs/isosts-v1/JATS-common0.ent
|
|
540
|
+
- reference-docs/isosts-v1/JATS-default-classes0.ent
|
|
541
|
+
- reference-docs/isosts-v1/JATS-default-mixes0.ent
|
|
542
|
+
- reference-docs/isosts-v1/JATS-display0.ent
|
|
543
|
+
- reference-docs/isosts-v1/JATS-format0.ent
|
|
544
|
+
- reference-docs/isosts-v1/JATS-funding0.ent
|
|
545
|
+
- reference-docs/isosts-v1/JATS-journalmeta0.ent
|
|
546
|
+
- reference-docs/isosts-v1/JATS-journalpub-oasis-custom-classes0.ent
|
|
547
|
+
- reference-docs/isosts-v1/JATS-journalpub-oasis-custom-modules0.ent
|
|
548
|
+
- reference-docs/isosts-v1/JATS-journalpubcustom-classes0.ent
|
|
549
|
+
- reference-docs/isosts-v1/JATS-journalpubcustom-mixes0.ent
|
|
550
|
+
- reference-docs/isosts-v1/JATS-journalpubcustom-models0.ent
|
|
551
|
+
- reference-docs/isosts-v1/JATS-journalpubcustom-modules0.ent
|
|
552
|
+
- reference-docs/isosts-v1/JATS-journalpublishing-oasis0.dtd
|
|
553
|
+
- reference-docs/isosts-v1/JATS-journalpublishing0.dtd
|
|
554
|
+
- reference-docs/isosts-v1/JATS-link0.ent
|
|
555
|
+
- reference-docs/isosts-v1/JATS-list0.ent
|
|
556
|
+
- reference-docs/isosts-v1/JATS-math0.ent
|
|
557
|
+
- reference-docs/isosts-v1/JATS-mathmlsetup0.ent
|
|
558
|
+
- reference-docs/isosts-v1/JATS-modules0.ent
|
|
559
|
+
- reference-docs/isosts-v1/JATS-nlmcitation0.ent
|
|
560
|
+
- reference-docs/isosts-v1/JATS-notat0.ent
|
|
561
|
+
- reference-docs/isosts-v1/JATS-oasis-tablesetup0.ent
|
|
562
|
+
- reference-docs/isosts-v1/JATS-para0.ent
|
|
563
|
+
- reference-docs/isosts-v1/JATS-phrase0.ent
|
|
564
|
+
- reference-docs/isosts-v1/JATS-references0.ent
|
|
565
|
+
- reference-docs/isosts-v1/JATS-related-object0.ent
|
|
566
|
+
- reference-docs/isosts-v1/JATS-section0.ent
|
|
567
|
+
- reference-docs/isosts-v1/JATS-xmlspecchars0.ent
|
|
568
|
+
- reference-docs/isosts-v1/Smallsamples/Samp1.xml
|
|
569
|
+
- reference-docs/isosts-v1/Smallsamples/Sample2.xml
|
|
570
|
+
- reference-docs/isosts-v1/Smallsamples/meta-mixes_ok_1.xml
|
|
571
|
+
- reference-docs/isosts-v1/Smallsamples/meta-mixes_ok_2.xml
|
|
572
|
+
- reference-docs/isosts-v1/Smallsamples/nat-meta.xml
|
|
573
|
+
- reference-docs/isosts-v1/Smallsamples/para-mixes_ok_1.xml
|
|
574
|
+
- reference-docs/isosts-v1/Smallsamples/reg-meta.xml
|
|
575
|
+
- reference-docs/isosts-v1/Smallsamples/tbx-highlight-elements.xml
|
|
576
|
+
- reference-docs/isosts-v1/catalog-iso.xml
|
|
577
|
+
- reference-docs/isosts-v1/catalog-jats-v0.xml
|
|
578
|
+
- reference-docs/isosts-v1/catalog-test-v0.xml
|
|
579
|
+
- reference-docs/isosts-v1/catalog.ent
|
|
580
|
+
- reference-docs/isosts-v1/doc/ISOSTS-style.css
|
|
581
|
+
- reference-docs/isosts-v1/doc/changes.html
|
|
582
|
+
- reference-docs/isosts-v1/doc/el_reg-meta.html
|
|
583
|
+
- reference-docs/isosts-v1/doc/el_release-version-id.html
|
|
584
|
+
- reference-docs/isosts-v1/doc/graphics/3angle-down.gif
|
|
585
|
+
- reference-docs/isosts-v1/doc/graphics/3angle-right.gif
|
|
586
|
+
- reference-docs/isosts-v1/doc/graphics/ack.png
|
|
587
|
+
- reference-docs/isosts-v1/doc/graphics/app-group.png
|
|
588
|
+
- reference-docs/isosts-v1/doc/graphics/app.png
|
|
589
|
+
- reference-docs/isosts-v1/doc/graphics/array.png
|
|
590
|
+
- reference-docs/isosts-v1/doc/graphics/back.png
|
|
591
|
+
- reference-docs/isosts-v1/doc/graphics/bio.png
|
|
592
|
+
- reference-docs/isosts-v1/doc/graphics/block.gif
|
|
593
|
+
- reference-docs/isosts-v1/doc/graphics/body.png
|
|
594
|
+
- reference-docs/isosts-v1/doc/graphics/boxed-text.png
|
|
595
|
+
- reference-docs/isosts-v1/doc/graphics/caption.png
|
|
596
|
+
- reference-docs/isosts-v1/doc/graphics/cen-meta.png
|
|
597
|
+
- reference-docs/isosts-v1/doc/graphics/chem-struct-wrap.png
|
|
598
|
+
- reference-docs/isosts-v1/doc/graphics/custom-meta-group.png
|
|
599
|
+
- reference-docs/isosts-v1/doc/graphics/def-list.png
|
|
600
|
+
- reference-docs/isosts-v1/doc/graphics/disp-formula-group.png
|
|
601
|
+
- reference-docs/isosts-v1/doc/graphics/disp-quote.png
|
|
602
|
+
- reference-docs/isosts-v1/doc/graphics/doc-ident.png
|
|
603
|
+
- reference-docs/isosts-v1/doc/graphics/fig-group.png
|
|
604
|
+
- reference-docs/isosts-v1/doc/graphics/fig.png
|
|
605
|
+
- reference-docs/isosts-v1/doc/graphics/fn-group.png
|
|
606
|
+
- reference-docs/isosts-v1/doc/graphics/fn.png
|
|
607
|
+
- reference-docs/isosts-v1/doc/graphics/front.png
|
|
608
|
+
- reference-docs/isosts-v1/doc/graphics/glossary.png
|
|
609
|
+
- reference-docs/isosts-v1/doc/graphics/identity-matrix.gif
|
|
610
|
+
- reference-docs/isosts-v1/doc/graphics/integral.gif
|
|
611
|
+
- reference-docs/isosts-v1/doc/graphics/iso-meta.png
|
|
612
|
+
- reference-docs/isosts-v1/doc/graphics/list.png
|
|
613
|
+
- reference-docs/isosts-v1/doc/graphics/nat-meta.png
|
|
614
|
+
- reference-docs/isosts-v1/doc/graphics/nf-attributes.gif
|
|
615
|
+
- reference-docs/isosts-v1/doc/graphics/nf-collapse.gif
|
|
616
|
+
- reference-docs/isosts-v1/doc/graphics/nf-compound1.gif
|
|
617
|
+
- reference-docs/isosts-v1/doc/graphics/nf-compound2.gif
|
|
618
|
+
- reference-docs/isosts-v1/doc/graphics/nf-compound3.gif
|
|
619
|
+
- reference-docs/isosts-v1/doc/graphics/nf-elem-mul.gif
|
|
620
|
+
- reference-docs/isosts-v1/doc/graphics/nf-elem-opt.gif
|
|
621
|
+
- reference-docs/isosts-v1/doc/graphics/nf-elem-plus.gif
|
|
622
|
+
- reference-docs/isosts-v1/doc/graphics/nf-elem-req.gif
|
|
623
|
+
- reference-docs/isosts-v1/doc/graphics/nf-elsewhere.gif
|
|
624
|
+
- reference-docs/isosts-v1/doc/graphics/nf-exclusion.gif
|
|
625
|
+
- reference-docs/isosts-v1/doc/graphics/nf-or-seq.gif
|
|
626
|
+
- reference-docs/isosts-v1/doc/graphics/nf-pcdata.gif
|
|
627
|
+
- reference-docs/isosts-v1/doc/graphics/nf-req-seq.gif
|
|
628
|
+
- reference-docs/isosts-v1/doc/graphics/nf-root.gif
|
|
629
|
+
- reference-docs/isosts-v1/doc/graphics/non-normative-example.png
|
|
630
|
+
- reference-docs/isosts-v1/doc/graphics/non-normative-note.png
|
|
631
|
+
- reference-docs/isosts-v1/doc/graphics/notes.png
|
|
632
|
+
- reference-docs/isosts-v1/doc/graphics/permissions.png
|
|
633
|
+
- reference-docs/isosts-v1/doc/graphics/ref-list.png
|
|
634
|
+
- reference-docs/isosts-v1/doc/graphics/ref.png
|
|
635
|
+
- reference-docs/isosts-v1/doc/graphics/reg-meta.png
|
|
636
|
+
- reference-docs/isosts-v1/doc/graphics/sec.png
|
|
637
|
+
- reference-docs/isosts-v1/doc/graphics/speech.png
|
|
638
|
+
- reference-docs/isosts-v1/doc/graphics/stack.jpg
|
|
639
|
+
- reference-docs/isosts-v1/doc/graphics/standard.png
|
|
640
|
+
- reference-docs/isosts-v1/doc/graphics/statement.png
|
|
641
|
+
- reference-docs/isosts-v1/doc/graphics/std-ident.png
|
|
642
|
+
- reference-docs/isosts-v1/doc/graphics/std-xref.png
|
|
643
|
+
- reference-docs/isosts-v1/doc/graphics/sub-part.png
|
|
644
|
+
- reference-docs/isosts-v1/doc/graphics/supplementary-material.png
|
|
645
|
+
- reference-docs/isosts-v1/doc/graphics/table-wrap-foot.png
|
|
646
|
+
- reference-docs/isosts-v1/doc/graphics/table-wrap-group.png
|
|
647
|
+
- reference-docs/isosts-v1/doc/graphics/table-wrap.png
|
|
648
|
+
- reference-docs/isosts-v1/doc/graphics/tablesample1.jpg
|
|
649
|
+
- reference-docs/isosts-v1/doc/graphics/term-display.png
|
|
650
|
+
- reference-docs/isosts-v1/doc/graphics/term-sec.png
|
|
651
|
+
- reference-docs/isosts-v1/doc/graphics/title-wrap.png
|
|
652
|
+
- reference-docs/isosts-v1/doc/graphics/verse-group.png
|
|
653
|
+
- reference-docs/isosts-v1/doc/graphics/x-maps-to-y.gif
|
|
654
|
+
- reference-docs/isosts-v1/doc/index.html
|
|
655
|
+
- reference-docs/isosts-v1/doc/n-2830.html
|
|
656
|
+
- reference-docs/isosts-v1/doc/n-2ex0.html
|
|
657
|
+
- reference-docs/isosts-v1/doc/n-2m60.html
|
|
658
|
+
- reference-docs/isosts-v1/doc/n-2nf0.html
|
|
659
|
+
- reference-docs/isosts-v1/doc/n-3320.html
|
|
660
|
+
- reference-docs/isosts-v1/doc/n-37t0.html
|
|
661
|
+
- reference-docs/isosts-v1/doc/n-3e60.html
|
|
662
|
+
- reference-docs/isosts-v1/doc/n-3gx0.html
|
|
663
|
+
- reference-docs/isosts-v1/doc/n-3kg0.html
|
|
664
|
+
- reference-docs/isosts-v1/doc/n-3m40.html
|
|
665
|
+
- reference-docs/isosts-v1/doc/n-3m50.html
|
|
666
|
+
- reference-docs/isosts-v1/doc/n-3pc0.html
|
|
667
|
+
- reference-docs/isosts-v1/doc/n-3un0.html
|
|
668
|
+
- reference-docs/isosts-v1/doc/n-3xe0.html
|
|
669
|
+
- reference-docs/isosts-v1/doc/n-3y30.html
|
|
670
|
+
- reference-docs/isosts-v1/doc/n-3yd0.html
|
|
671
|
+
- reference-docs/isosts-v1/doc/n-3zs0.html
|
|
672
|
+
- reference-docs/isosts-v1/doc/n-44e0.html
|
|
673
|
+
- reference-docs/isosts-v1/doc/n-45w0.html
|
|
674
|
+
- reference-docs/isosts-v1/doc/n-4gf0.html
|
|
675
|
+
- reference-docs/isosts-v1/doc/n-4h00.html
|
|
676
|
+
- reference-docs/isosts-v1/doc/n-4iv0.html
|
|
677
|
+
- reference-docs/isosts-v1/doc/n-4y70.html
|
|
678
|
+
- reference-docs/isosts-v1/doc/n-4ys0.html
|
|
679
|
+
- reference-docs/isosts-v1/doc/n-5240.html
|
|
680
|
+
- reference-docs/isosts-v1/doc/n-55a0.html
|
|
681
|
+
- reference-docs/isosts-v1/doc/n-56w0.html
|
|
682
|
+
- reference-docs/isosts-v1/doc/n-5930.html
|
|
683
|
+
- reference-docs/isosts-v1/doc/n-5ae0.html
|
|
684
|
+
- reference-docs/isosts-v1/doc/n-5b40.html
|
|
685
|
+
- reference-docs/isosts-v1/doc/n-5eg0.html
|
|
686
|
+
- reference-docs/isosts-v1/doc/n-5h80.html
|
|
687
|
+
- reference-docs/isosts-v1/doc/n-5j30.html
|
|
688
|
+
- reference-docs/isosts-v1/doc/n-5qw0.html
|
|
689
|
+
- reference-docs/isosts-v1/doc/n-5r30.html
|
|
690
|
+
- reference-docs/isosts-v1/doc/n-5rx0.html
|
|
691
|
+
- reference-docs/isosts-v1/doc/n-5sg0.html
|
|
692
|
+
- reference-docs/isosts-v1/doc/n-5ud0.html
|
|
693
|
+
- reference-docs/isosts-v1/doc/n-5v30.html
|
|
694
|
+
- reference-docs/isosts-v1/doc/n-5z40.html
|
|
695
|
+
- reference-docs/isosts-v1/doc/n-6420.html
|
|
696
|
+
- reference-docs/isosts-v1/doc/n-6430.html
|
|
697
|
+
- reference-docs/isosts-v1/doc/n-6ew0.html
|
|
698
|
+
- reference-docs/isosts-v1/doc/n-6f60.html
|
|
699
|
+
- reference-docs/isosts-v1/doc/n-6fe0.html
|
|
700
|
+
- reference-docs/isosts-v1/doc/n-6g30.html
|
|
701
|
+
- reference-docs/isosts-v1/doc/n-6g50.html
|
|
702
|
+
- reference-docs/isosts-v1/doc/n-6g70.html
|
|
703
|
+
- reference-docs/isosts-v1/doc/n-6q30.html
|
|
704
|
+
- reference-docs/isosts-v1/doc/n-6t00.html
|
|
705
|
+
- reference-docs/isosts-v1/doc/n-6uv0.html
|
|
706
|
+
- reference-docs/isosts-v1/doc/n-6wn0.html
|
|
707
|
+
- reference-docs/isosts-v1/doc/n-76s0.html
|
|
708
|
+
- reference-docs/isosts-v1/doc/n-7760.html
|
|
709
|
+
- reference-docs/isosts-v1/doc/n-7cf0.html
|
|
710
|
+
- reference-docs/isosts-v1/doc/n-7cn0.html
|
|
711
|
+
- reference-docs/isosts-v1/doc/n-7cw0.html
|
|
712
|
+
- reference-docs/isosts-v1/doc/n-7ev0.html
|
|
713
|
+
- reference-docs/isosts-v1/doc/n-7na0.html
|
|
714
|
+
- reference-docs/isosts-v1/doc/n-7p60.html
|
|
715
|
+
- reference-docs/isosts-v1/doc/n-7rg0.html
|
|
716
|
+
- reference-docs/isosts-v1/doc/n-7s40.html
|
|
717
|
+
- reference-docs/isosts-v1/doc/n-7v80.html
|
|
718
|
+
- reference-docs/isosts-v1/doc/n-7zf0.html
|
|
719
|
+
- reference-docs/isosts-v1/doc/n-83n0.html
|
|
720
|
+
- reference-docs/isosts-v1/doc/n-83s0.html
|
|
721
|
+
- reference-docs/isosts-v1/doc/n-8ag0.html
|
|
722
|
+
- reference-docs/isosts-v1/doc/n-8b30.html
|
|
723
|
+
- reference-docs/isosts-v1/doc/n-8i70.html
|
|
724
|
+
- reference-docs/isosts-v1/doc/n-8jw0.html
|
|
725
|
+
- reference-docs/isosts-v1/doc/n-8n40.html
|
|
726
|
+
- reference-docs/isosts-v1/doc/n-8pn0.html
|
|
727
|
+
- reference-docs/isosts-v1/doc/n-8tt0.html
|
|
728
|
+
- reference-docs/isosts-v1/doc/n-8u70.html
|
|
729
|
+
- reference-docs/isosts-v1/doc/n-9a40.html
|
|
730
|
+
- reference-docs/isosts-v1/doc/n-9b00.html
|
|
731
|
+
- reference-docs/isosts-v1/doc/n-9ba0.html
|
|
732
|
+
- reference-docs/isosts-v1/doc/n-9e40.html
|
|
733
|
+
- reference-docs/isosts-v1/doc/n-9h20.html
|
|
734
|
+
- reference-docs/isosts-v1/doc/n-9j80.html
|
|
735
|
+
- reference-docs/isosts-v1/doc/n-9r30.html
|
|
736
|
+
- reference-docs/isosts-v1/doc/n-9sc0.html
|
|
737
|
+
- reference-docs/isosts-v1/doc/n-9xf0.html
|
|
738
|
+
- reference-docs/isosts-v1/doc/n-a4g0.html
|
|
739
|
+
- reference-docs/isosts-v1/doc/n-a5d0.html
|
|
740
|
+
- reference-docs/isosts-v1/doc/n-aht0.html
|
|
741
|
+
- reference-docs/isosts-v1/doc/n-aia0.html
|
|
742
|
+
- reference-docs/isosts-v1/doc/n-amu0.html
|
|
743
|
+
- reference-docs/isosts-v1/doc/n-apg0.html
|
|
744
|
+
- reference-docs/isosts-v1/doc/n-ard0.html
|
|
745
|
+
- reference-docs/isosts-v1/doc/n-asw0.html
|
|
746
|
+
- reference-docs/isosts-v1/doc/n-ax50.html
|
|
747
|
+
- reference-docs/isosts-v1/doc/n-bbg0.html
|
|
748
|
+
- reference-docs/isosts-v1/doc/n-bc60.html
|
|
749
|
+
- reference-docs/isosts-v1/doc/n-bie0.html
|
|
750
|
+
- reference-docs/isosts-v1/doc/n-bjx0.html
|
|
751
|
+
- reference-docs/isosts-v1/doc/n-bpc0.html
|
|
752
|
+
- reference-docs/isosts-v1/doc/n-bu20.html
|
|
753
|
+
- reference-docs/isosts-v1/doc/n-bve0.html
|
|
754
|
+
- reference-docs/isosts-v1/doc/n-bvf0.html
|
|
755
|
+
- reference-docs/isosts-v1/doc/n-bz80.html
|
|
756
|
+
- reference-docs/isosts-v1/doc/n-c000.html
|
|
757
|
+
- reference-docs/isosts-v1/doc/n-c500.html
|
|
758
|
+
- reference-docs/isosts-v1/doc/n-c6d0.html
|
|
759
|
+
- reference-docs/isosts-v1/doc/n-c6v0.html
|
|
760
|
+
- reference-docs/isosts-v1/doc/n-c9x0.html
|
|
761
|
+
- reference-docs/isosts-v1/doc/n-cdf0.html
|
|
762
|
+
- reference-docs/isosts-v1/doc/n-cie0.html
|
|
763
|
+
- reference-docs/isosts-v1/doc/n-cj60.html
|
|
764
|
+
- reference-docs/isosts-v1/doc/n-cn80.html
|
|
765
|
+
- reference-docs/isosts-v1/doc/n-cvd0.html
|
|
766
|
+
- reference-docs/isosts-v1/doc/n-cvn0.html
|
|
767
|
+
- reference-docs/isosts-v1/doc/n-d2t0.html
|
|
768
|
+
- reference-docs/isosts-v1/doc/n-d5g0.html
|
|
769
|
+
- reference-docs/isosts-v1/doc/n-d750.html
|
|
770
|
+
- reference-docs/isosts-v1/doc/n-d950.html
|
|
771
|
+
- reference-docs/isosts-v1/doc/n-d9m0.html
|
|
772
|
+
- reference-docs/isosts-v1/doc/n-des0.html
|
|
773
|
+
- reference-docs/isosts-v1/doc/n-dg20.html
|
|
774
|
+
- reference-docs/isosts-v1/doc/n-dpe0.html
|
|
775
|
+
- reference-docs/isosts-v1/doc/n-dsn0.html
|
|
776
|
+
- reference-docs/isosts-v1/doc/n-du60.html
|
|
777
|
+
- reference-docs/isosts-v1/doc/n-dwx0.html
|
|
778
|
+
- reference-docs/isosts-v1/doc/n-dzv0.html
|
|
779
|
+
- reference-docs/isosts-v1/doc/n-e8g0.html
|
|
780
|
+
- reference-docs/isosts-v1/doc/n-edd0.html
|
|
781
|
+
- reference-docs/isosts-v1/doc/n-edg0.html
|
|
782
|
+
- reference-docs/isosts-v1/doc/n-efg0.html
|
|
783
|
+
- reference-docs/isosts-v1/doc/n-egd0.html
|
|
784
|
+
- reference-docs/isosts-v1/doc/n-ejg0.html
|
|
785
|
+
- reference-docs/isosts-v1/doc/n-eme0.html
|
|
786
|
+
- reference-docs/isosts-v1/doc/n-en60.html
|
|
787
|
+
- reference-docs/isosts-v1/doc/n-epf0.html
|
|
788
|
+
- reference-docs/isosts-v1/doc/n-eqe0.html
|
|
789
|
+
- reference-docs/isosts-v1/doc/n-eqv0.html
|
|
790
|
+
- reference-docs/isosts-v1/doc/n-f6e0.html
|
|
791
|
+
- reference-docs/isosts-v1/doc/n-f900.html
|
|
792
|
+
- reference-docs/isosts-v1/doc/n-f980.html
|
|
793
|
+
- reference-docs/isosts-v1/doc/n-fi60.html
|
|
794
|
+
- reference-docs/isosts-v1/doc/n-fkn0.html
|
|
795
|
+
- reference-docs/isosts-v1/doc/n-fp40.html
|
|
796
|
+
- reference-docs/isosts-v1/doc/n-fp80.html
|
|
797
|
+
- reference-docs/isosts-v1/doc/n-fsa0.html
|
|
798
|
+
- reference-docs/isosts-v1/doc/n-ft30.html
|
|
799
|
+
- reference-docs/isosts-v1/doc/n-ftc0.html
|
|
800
|
+
- reference-docs/isosts-v1/doc/n-fvx0.html
|
|
801
|
+
- reference-docs/isosts-v1/doc/n-fw80.html
|
|
802
|
+
- reference-docs/isosts-v1/doc/n-g3a0.html
|
|
803
|
+
- reference-docs/isosts-v1/doc/n-g3e0.html
|
|
804
|
+
- reference-docs/isosts-v1/doc/n-g7u0.html
|
|
805
|
+
- reference-docs/isosts-v1/doc/n-g7v0.html
|
|
806
|
+
- reference-docs/isosts-v1/doc/n-g8w0.html
|
|
807
|
+
- reference-docs/isosts-v1/doc/n-gef0.html
|
|
808
|
+
- reference-docs/isosts-v1/doc/n-gfx0.html
|
|
809
|
+
- reference-docs/isosts-v1/doc/n-ghg0.html
|
|
810
|
+
- reference-docs/isosts-v1/doc/n-gj00.html
|
|
811
|
+
- reference-docs/isosts-v1/doc/n-gk20.html
|
|
812
|
+
- reference-docs/isosts-v1/doc/n-gk30.html
|
|
813
|
+
- reference-docs/isosts-v1/doc/n-gqn0.html
|
|
814
|
+
- reference-docs/isosts-v1/doc/n-gxx0.html
|
|
815
|
+
- reference-docs/isosts-v1/doc/n-h5e0.html
|
|
816
|
+
- reference-docs/isosts-v1/doc/n-h860.html
|
|
817
|
+
- reference-docs/isosts-v1/doc/n-hcg0.html
|
|
818
|
+
- reference-docs/isosts-v1/doc/n-he00.html
|
|
819
|
+
- reference-docs/isosts-v1/doc/n-hka0.html
|
|
820
|
+
- reference-docs/isosts-v1/doc/n-hkf0.html
|
|
821
|
+
- reference-docs/isosts-v1/doc/n-hqc0.html
|
|
822
|
+
- reference-docs/isosts-v1/doc/n-hqf0.html
|
|
823
|
+
- reference-docs/isosts-v1/doc/n-hqx0.html
|
|
824
|
+
- reference-docs/isosts-v1/doc/n-hu40.html
|
|
825
|
+
- reference-docs/isosts-v1/doc/n-hz60.html
|
|
826
|
+
- reference-docs/isosts-v1/doc/n-i640.html
|
|
827
|
+
- reference-docs/isosts-v1/doc/n-i6u0.html
|
|
828
|
+
- reference-docs/isosts-v1/doc/n-ic50.html
|
|
829
|
+
- reference-docs/isosts-v1/doc/n-id60.html
|
|
830
|
+
- reference-docs/isosts-v1/doc/n-ide0.html
|
|
831
|
+
- reference-docs/isosts-v1/doc/n-ig60.html
|
|
832
|
+
- reference-docs/isosts-v1/doc/n-iha0.html
|
|
833
|
+
- reference-docs/isosts-v1/doc/n-ihx0.html
|
|
834
|
+
- reference-docs/isosts-v1/doc/n-iic0.html
|
|
835
|
+
- reference-docs/isosts-v1/doc/n-iix0.html
|
|
836
|
+
- reference-docs/isosts-v1/doc/n-inf0.html
|
|
837
|
+
- reference-docs/isosts-v1/doc/n-isu0.html
|
|
838
|
+
- reference-docs/isosts-v1/doc/n-itx0.html
|
|
839
|
+
- reference-docs/isosts-v1/doc/n-iz00.html
|
|
840
|
+
- reference-docs/isosts-v1/doc/n-j2r0.html
|
|
841
|
+
- reference-docs/isosts-v1/doc/n-j5t0.html
|
|
842
|
+
- reference-docs/isosts-v1/doc/n-j660.html
|
|
843
|
+
- reference-docs/isosts-v1/doc/n-j6d0.html
|
|
844
|
+
- reference-docs/isosts-v1/doc/n-j6g0.html
|
|
845
|
+
- reference-docs/isosts-v1/doc/n-ja60.html
|
|
846
|
+
- reference-docs/isosts-v1/doc/n-je30.html
|
|
847
|
+
- reference-docs/isosts-v1/doc/n-jeg0.html
|
|
848
|
+
- reference-docs/isosts-v1/doc/n-jmf0.html
|
|
849
|
+
- reference-docs/isosts-v1/doc/n-jnu0.html
|
|
850
|
+
- reference-docs/isosts-v1/doc/n-jpt0.html
|
|
851
|
+
- reference-docs/isosts-v1/doc/n-jr40.html
|
|
852
|
+
- reference-docs/isosts-v1/doc/n-k3w0.html
|
|
853
|
+
- reference-docs/isosts-v1/doc/n-k480.html
|
|
854
|
+
- reference-docs/isosts-v1/doc/n-k560.html
|
|
855
|
+
- reference-docs/isosts-v1/doc/n-k6n0.html
|
|
856
|
+
- reference-docs/isosts-v1/doc/n-k7e0.html
|
|
857
|
+
- reference-docs/isosts-v1/doc/n-k850.html
|
|
858
|
+
- reference-docs/isosts-v1/doc/n-k860.html
|
|
859
|
+
- reference-docs/isosts-v1/doc/n-kbg0.html
|
|
860
|
+
- reference-docs/isosts-v1/doc/n-kbw0.html
|
|
861
|
+
- reference-docs/isosts-v1/doc/n-kds0.html
|
|
862
|
+
- reference-docs/isosts-v1/doc/n-kft0.html
|
|
863
|
+
- reference-docs/isosts-v1/doc/n-kkf0.html
|
|
864
|
+
- reference-docs/isosts-v1/doc/n-kr00.html
|
|
865
|
+
- reference-docs/isosts-v1/doc/n-kse0.html
|
|
866
|
+
- reference-docs/isosts-v1/doc/n-ktx0.html
|
|
867
|
+
- reference-docs/isosts-v1/doc/n-m7n0.html
|
|
868
|
+
- reference-docs/isosts-v1/doc/n-m9n0.html
|
|
869
|
+
- reference-docs/isosts-v1/doc/n-mbd0.html
|
|
870
|
+
- reference-docs/isosts-v1/doc/n-mce0.html
|
|
871
|
+
- reference-docs/isosts-v1/doc/n-mfa0.html
|
|
872
|
+
- reference-docs/isosts-v1/doc/n-mgg0.html
|
|
873
|
+
- reference-docs/isosts-v1/doc/n-mhn0.html
|
|
874
|
+
- reference-docs/isosts-v1/doc/n-mid0.html
|
|
875
|
+
- reference-docs/isosts-v1/doc/n-mkg0.html
|
|
876
|
+
- reference-docs/isosts-v1/doc/n-mkt0.html
|
|
877
|
+
- reference-docs/isosts-v1/doc/n-msf0.html
|
|
878
|
+
- reference-docs/isosts-v1/doc/n-muf0.html
|
|
879
|
+
- reference-docs/isosts-v1/doc/n-mx70.html
|
|
880
|
+
- reference-docs/isosts-v1/doc/n-n2n0.html
|
|
881
|
+
- reference-docs/isosts-v1/doc/n-n4f0.html
|
|
882
|
+
- reference-docs/isosts-v1/doc/n-n7s0.html
|
|
883
|
+
- reference-docs/isosts-v1/doc/n-n8u0.html
|
|
884
|
+
- reference-docs/isosts-v1/doc/n-naa0.html
|
|
885
|
+
- reference-docs/isosts-v1/doc/n-nf00.html
|
|
886
|
+
- reference-docs/isosts-v1/doc/n-ngx0.html
|
|
887
|
+
- reference-docs/isosts-v1/doc/n-nk40.html
|
|
888
|
+
- reference-docs/isosts-v1/doc/n-nmt0.html
|
|
889
|
+
- reference-docs/isosts-v1/doc/n-nt80.html
|
|
890
|
+
- reference-docs/isosts-v1/doc/n-ntn0.html
|
|
891
|
+
- reference-docs/isosts-v1/doc/n-ntu0.html
|
|
892
|
+
- reference-docs/isosts-v1/doc/n-nx80.html
|
|
893
|
+
- reference-docs/isosts-v1/doc/n-nye0.html
|
|
894
|
+
- reference-docs/isosts-v1/doc/n-nyw0.html
|
|
895
|
+
- reference-docs/isosts-v1/doc/n-p6c0.html
|
|
896
|
+
- reference-docs/isosts-v1/doc/n-pau0.html
|
|
897
|
+
- reference-docs/isosts-v1/doc/n-pcd0.html
|
|
898
|
+
- reference-docs/isosts-v1/doc/n-pd80.html
|
|
899
|
+
- reference-docs/isosts-v1/doc/n-pfv0.html
|
|
900
|
+
- reference-docs/isosts-v1/doc/n-ph30.html
|
|
901
|
+
- reference-docs/isosts-v1/doc/n-pr70.html
|
|
902
|
+
- reference-docs/isosts-v1/doc/n-pud0.html
|
|
903
|
+
- reference-docs/isosts-v1/doc/n-pux0.html
|
|
904
|
+
- reference-docs/isosts-v1/doc/n-pv50.html
|
|
905
|
+
- reference-docs/isosts-v1/doc/n-pv70.html
|
|
906
|
+
- reference-docs/isosts-v1/doc/n-pwf0.html
|
|
907
|
+
- reference-docs/isosts-v1/doc/n-px40.html
|
|
908
|
+
- reference-docs/isosts-v1/doc/n-pxt0.html
|
|
909
|
+
- reference-docs/isosts-v1/doc/n-pz20.html
|
|
910
|
+
- reference-docs/isosts-v1/doc/n-pzg0.html
|
|
911
|
+
- reference-docs/isosts-v1/doc/n-q3g0.html
|
|
912
|
+
- reference-docs/isosts-v1/doc/n-q4a0.html
|
|
913
|
+
- reference-docs/isosts-v1/doc/n-qc70.html
|
|
914
|
+
- reference-docs/isosts-v1/doc/n-qd40.html
|
|
915
|
+
- reference-docs/isosts-v1/doc/n-qdf0.html
|
|
916
|
+
- reference-docs/isosts-v1/doc/n-qe50.html
|
|
917
|
+
- reference-docs/isosts-v1/doc/n-qf50.html
|
|
918
|
+
- reference-docs/isosts-v1/doc/n-qr20.html
|
|
919
|
+
- reference-docs/isosts-v1/doc/n-qv30.html
|
|
920
|
+
- reference-docs/isosts-v1/doc/n-qxe0.html
|
|
921
|
+
- reference-docs/isosts-v1/doc/n-qzs0.html
|
|
922
|
+
- reference-docs/isosts-v1/doc/n-r650.html
|
|
923
|
+
- reference-docs/isosts-v1/doc/n-r7e0.html
|
|
924
|
+
- reference-docs/isosts-v1/doc/n-rd50.html
|
|
925
|
+
- reference-docs/isosts-v1/doc/n-rf70.html
|
|
926
|
+
- reference-docs/isosts-v1/doc/n-riw0.html
|
|
927
|
+
- reference-docs/isosts-v1/doc/n-rj20.html
|
|
928
|
+
- reference-docs/isosts-v1/doc/n-rkv0.html
|
|
929
|
+
- reference-docs/isosts-v1/doc/n-rm50.html
|
|
930
|
+
- reference-docs/isosts-v1/doc/n-rn30.html
|
|
931
|
+
- reference-docs/isosts-v1/doc/n-rrf0.html
|
|
932
|
+
- reference-docs/isosts-v1/doc/n-s280.html
|
|
933
|
+
- reference-docs/isosts-v1/doc/n-s6f0.html
|
|
934
|
+
- reference-docs/isosts-v1/doc/n-s9w0.html
|
|
935
|
+
- reference-docs/isosts-v1/doc/n-sb60.html
|
|
936
|
+
- reference-docs/isosts-v1/doc/n-sbn0.html
|
|
937
|
+
- reference-docs/isosts-v1/doc/n-sc20.html
|
|
938
|
+
- reference-docs/isosts-v1/doc/n-sif0.html
|
|
939
|
+
- reference-docs/isosts-v1/doc/n-sjn0.html
|
|
940
|
+
- reference-docs/isosts-v1/doc/n-snd0.html
|
|
941
|
+
- reference-docs/isosts-v1/doc/n-sq20.html
|
|
942
|
+
- reference-docs/isosts-v1/doc/n-sq80.html
|
|
943
|
+
- reference-docs/isosts-v1/doc/n-swt0.html
|
|
944
|
+
- reference-docs/isosts-v1/doc/n-syx0.html
|
|
945
|
+
- reference-docs/isosts-v1/doc/n-t220.html
|
|
946
|
+
- reference-docs/isosts-v1/doc/n-t250.html
|
|
947
|
+
- reference-docs/isosts-v1/doc/n-t2x0.html
|
|
948
|
+
- reference-docs/isosts-v1/doc/n-t3u0.html
|
|
949
|
+
- reference-docs/isosts-v1/doc/n-t4w0.html
|
|
950
|
+
- reference-docs/isosts-v1/doc/n-t5s0.html
|
|
951
|
+
- reference-docs/isosts-v1/doc/n-tga0.html
|
|
952
|
+
- reference-docs/isosts-v1/doc/n-thf0.html
|
|
953
|
+
- reference-docs/isosts-v1/doc/n-tqs0.html
|
|
954
|
+
- reference-docs/isosts-v1/doc/n-tr60.html
|
|
955
|
+
- reference-docs/isosts-v1/doc/n-tre0.html
|
|
956
|
+
- reference-docs/isosts-v1/doc/n-tua0.html
|
|
957
|
+
- reference-docs/isosts-v1/doc/n-tve0.html
|
|
958
|
+
- reference-docs/isosts-v1/doc/n-twc0.html
|
|
959
|
+
- reference-docs/isosts-v1/doc/n-tx30.html
|
|
960
|
+
- reference-docs/isosts-v1/doc/n-ty60.html
|
|
961
|
+
- reference-docs/isosts-v1/doc/n-uba0.html
|
|
962
|
+
- reference-docs/isosts-v1/doc/n-ube0.html
|
|
963
|
+
- reference-docs/isosts-v1/doc/n-ue40.html
|
|
964
|
+
- reference-docs/isosts-v1/doc/n-ufa0.html
|
|
965
|
+
- reference-docs/isosts-v1/doc/n-ui40.html
|
|
966
|
+
- reference-docs/isosts-v1/doc/n-uig0.html
|
|
967
|
+
- reference-docs/isosts-v1/doc/n-umg0.html
|
|
968
|
+
- reference-docs/isosts-v1/doc/n-unn0.html
|
|
969
|
+
- reference-docs/isosts-v1/doc/n-upa0.html
|
|
970
|
+
- reference-docs/isosts-v1/doc/n-upd0.html
|
|
971
|
+
- reference-docs/isosts-v1/doc/n-uyg0.html
|
|
972
|
+
- reference-docs/isosts-v1/doc/n-v530.html
|
|
973
|
+
- reference-docs/isosts-v1/doc/n-v550.html
|
|
974
|
+
- reference-docs/isosts-v1/doc/n-vad0.html
|
|
975
|
+
- reference-docs/isosts-v1/doc/n-vff0.html
|
|
976
|
+
- reference-docs/isosts-v1/doc/n-vge0.html
|
|
977
|
+
- reference-docs/isosts-v1/doc/n-vjx0.html
|
|
978
|
+
- reference-docs/isosts-v1/doc/n-vs30.html
|
|
979
|
+
- reference-docs/isosts-v1/doc/n-vta0.html
|
|
980
|
+
- reference-docs/isosts-v1/doc/n-vzn0.html
|
|
981
|
+
- reference-docs/isosts-v1/doc/n-w5c0.html
|
|
982
|
+
- reference-docs/isosts-v1/doc/n-w6u0.html
|
|
983
|
+
- reference-docs/isosts-v1/doc/n-wau0.html
|
|
984
|
+
- reference-docs/isosts-v1/doc/n-wc80.html
|
|
985
|
+
- reference-docs/isosts-v1/doc/n-wct0.html
|
|
986
|
+
- reference-docs/isosts-v1/doc/n-wfn0.html
|
|
987
|
+
- reference-docs/isosts-v1/doc/n-wgc0.html
|
|
988
|
+
- reference-docs/isosts-v1/doc/n-whe0.html
|
|
989
|
+
- reference-docs/isosts-v1/doc/n-wqd0.html
|
|
990
|
+
- reference-docs/isosts-v1/doc/n-wvg0.html
|
|
991
|
+
- reference-docs/isosts-v1/doc/n-wvs0.html
|
|
992
|
+
- reference-docs/isosts-v1/doc/n-wxd0.html
|
|
993
|
+
- reference-docs/isosts-v1/doc/n-wz50.html
|
|
994
|
+
- reference-docs/isosts-v1/doc/n-wz80.html
|
|
995
|
+
- reference-docs/isosts-v1/doc/n-x3f0.html
|
|
996
|
+
- reference-docs/isosts-v1/doc/n-x4t0.html
|
|
997
|
+
- reference-docs/isosts-v1/doc/n-x4u0.html
|
|
998
|
+
- reference-docs/isosts-v1/doc/n-x5u0.html
|
|
999
|
+
- reference-docs/isosts-v1/doc/n-x7f0.html
|
|
1000
|
+
- reference-docs/isosts-v1/doc/n-xa80.html
|
|
1001
|
+
- reference-docs/isosts-v1/doc/n-xp30.html
|
|
1002
|
+
- reference-docs/isosts-v1/doc/n-xq60.html
|
|
1003
|
+
- reference-docs/isosts-v1/doc/n-xqg0.html
|
|
1004
|
+
- reference-docs/isosts-v1/doc/n-ybu0.html
|
|
1005
|
+
- reference-docs/isosts-v1/doc/n-yea0.html
|
|
1006
|
+
- reference-docs/isosts-v1/doc/n-ym70.html
|
|
1007
|
+
- reference-docs/isosts-v1/doc/n-yp70.html
|
|
1008
|
+
- reference-docs/isosts-v1/doc/n-yt20.html
|
|
1009
|
+
- reference-docs/isosts-v1/doc/n-z5n0.html
|
|
1010
|
+
- reference-docs/isosts-v1/doc/n-z7t0.html
|
|
1011
|
+
- reference-docs/isosts-v1/doc/n-zbe0.html
|
|
1012
|
+
- reference-docs/isosts-v1/doc/n-zga0.html
|
|
1013
|
+
- reference-docs/isosts-v1/doc/n-zkd0.html
|
|
1014
|
+
- reference-docs/isosts-v1/doc/n-zpx0.html
|
|
1015
|
+
- reference-docs/isosts-v1/doc/n-zsg0.html
|
|
1016
|
+
- reference-docs/isosts-v1/doc/t-2000.html
|
|
1017
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX.indexListcomp.html
|
|
1018
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX.xsd
|
|
1019
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_Glossary.html
|
|
1020
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangTgtDtypScrpt-atts.html
|
|
1021
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_bpt-attlist.html
|
|
1022
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_crossReference-attlist.html
|
|
1023
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_definition-attlist.html
|
|
1024
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_entailedTerm-attlist.html
|
|
1025
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ept-attlist.html
|
|
1026
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_example-attlist.html
|
|
1027
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_externalCrossReference-attlist.html
|
|
1028
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_geographicalUsage-attlist.html
|
|
1029
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalGender-attlist.html
|
|
1030
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalNumber-attlist.html
|
|
1031
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_langSet-attlist.html
|
|
1032
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_normativeAuthorization-attlist.html
|
|
1033
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_note-attlist.html
|
|
1034
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_partOfSpeech-attlist.html
|
|
1035
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ph-attlist.html
|
|
1036
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_pronunciation-attlist.html
|
|
1037
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_see-attlist.html
|
|
1038
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_source-attlist.html
|
|
1039
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_subjectField-attlist.html
|
|
1040
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_term-attlist.html
|
|
1041
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termEntry-attlist.html
|
|
1042
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termType-attlist.html
|
|
1043
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_tig-attlist.html
|
|
1044
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_usageNote-attlist.html
|
|
1045
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xGraphic-attlist.html
|
|
1046
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xMathML-attlist.html
|
|
1047
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xSource-attlist.html
|
|
1048
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_Group_tbx_xref-atts.html
|
|
1049
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_id.html
|
|
1050
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_script.html
|
|
1051
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_target.html
|
|
1052
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_value.html
|
|
1053
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Attribute_xtarget.html
|
|
1054
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_ChangeHistory.html
|
|
1055
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_basicText-model.html
|
|
1056
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_noteText-model.html
|
|
1057
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Complex_Type_tbx_simpleText-model.html
|
|
1058
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_DCT-format.html
|
|
1059
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_bpt.html
|
|
1060
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_crossReference.html
|
|
1061
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_definition.html
|
|
1062
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_encapsulating-elements.html
|
|
1063
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_entailedTerm.html
|
|
1064
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_ept.html
|
|
1065
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_example.html
|
|
1066
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_externalCrossReference.html
|
|
1067
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_geographicalUsage.html
|
|
1068
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_grammaticalGender.html
|
|
1069
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_grammaticalNumber.html
|
|
1070
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_highlight-elements.html
|
|
1071
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_langSet.html
|
|
1072
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_normativeAuthorization.html
|
|
1073
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_note.html
|
|
1074
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_partOfSpeech.html
|
|
1075
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_ph.html
|
|
1076
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_pronunciation.html
|
|
1077
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_see.html
|
|
1078
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_source.html
|
|
1079
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_subjectField.html
|
|
1080
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_term.html
|
|
1081
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_termEntry.html
|
|
1082
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_termType.html
|
|
1083
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_tig.html
|
|
1084
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_usageNote.html
|
|
1085
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xGraphic.html
|
|
1086
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xMathML.html
|
|
1087
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Element_tbx_xSource.html
|
|
1088
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Examples.html
|
|
1089
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Guidelines.html
|
|
1090
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Introduction.html
|
|
1091
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_Main_schema_ISO-TBX_xsd.html
|
|
1092
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_contentTypes.html
|
|
1093
|
+
- reference-docs/isosts-v1/doc/tbx/ISO-TBX_xsd_entryLevels.html
|
|
1094
|
+
- reference-docs/isosts-v1/doc/tbx/docHtml.css
|
|
1095
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a210.14.PNG
|
|
1096
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a211.251.PNG
|
|
1097
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a211.27.PNG
|
|
1098
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a212.4133.PNG
|
|
1099
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a212.4134.PNG
|
|
1100
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.3121.PNG
|
|
1101
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.3122.PNG
|
|
1102
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.313.PNG
|
|
1103
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.314.PNG
|
|
1104
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.496.PNG
|
|
1105
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.497.PNG
|
|
1106
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a213.498.PNG
|
|
1107
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a214.93.PNG
|
|
1108
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a215.31.PNG
|
|
1109
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a215.37.PNG
|
|
1110
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a216.311.PNG
|
|
1111
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a216.319.PNG
|
|
1112
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a217.374.PNG
|
|
1113
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a218.37.PNG
|
|
1114
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a22.31.PNG
|
|
1115
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a22.32.PNG
|
|
1116
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a221.322.PNG
|
|
1117
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.1112.PNG
|
|
1118
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.3121.PNG
|
|
1119
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a222.45.PNG
|
|
1120
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a223.251.PNG
|
|
1121
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a225.911.PNG
|
|
1122
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a227.114.PNG
|
|
1123
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a227.2263.PNG
|
|
1124
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a228.14.PNG
|
|
1125
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a229.131.PNG
|
|
1126
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a23.311.PNG
|
|
1127
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a24.313.PNG
|
|
1128
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a25.27.PNG
|
|
1129
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a25.44418.PNG
|
|
1130
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a26.020513.PNG
|
|
1131
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a26.2150.PNG
|
|
1132
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a27.234.PNG
|
|
1133
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a28.2138.PNG
|
|
1134
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10241-1.a29.13.PNG
|
|
1135
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/ISO10360-1.a216.PNG
|
|
1136
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/iso_std_iso_3951-2_ed-1_en_term_3.10.PNG
|
|
1137
|
+
- reference-docs/isosts-v1/doc/tbx/examples/snippets/snippets.xml
|
|
1138
|
+
- reference-docs/isosts-v1/doc/tbx/examples/tbx-examples.html
|
|
1139
|
+
- reference-docs/isosts-v1/doc/tbx/examples/tbx-examples.xml
|
|
1140
|
+
- reference-docs/isosts-v1/doc/tbx/img/HierarchyArrow12.jpg
|
|
1141
|
+
- reference-docs/isosts-v1/doc/tbx/img/HierarchyCycle12.jpg
|
|
1142
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangScrpt-atts.jpeg
|
|
1143
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_impIDLangTgtDtypScrpt-atts.jpeg
|
|
1144
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx-xref-atts.jpeg
|
|
1145
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_bpt-attlist.jpeg
|
|
1146
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_crossReference-attlist.jpeg
|
|
1147
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_definition-attlist.jpeg
|
|
1148
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_entailedTerm-attlist.jpeg
|
|
1149
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ept-attlist.jpeg
|
|
1150
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_example-attlist.jpeg
|
|
1151
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_externalCrossReference-attlist.jpeg
|
|
1152
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_geographicalUsage-attlist.jpeg
|
|
1153
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalGender-attlist.jpeg
|
|
1154
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_grammaticalNumber-attlist.jpeg
|
|
1155
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_langSet-attlist.jpeg
|
|
1156
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_normativeAuthorization-attlist.jpeg
|
|
1157
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_note-attlist.jpeg
|
|
1158
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_partOfSpeech-attlist.jpeg
|
|
1159
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_ph-attlist.jpeg
|
|
1160
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_pronunciation-attlist.jpeg
|
|
1161
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_see-attlist.jpeg
|
|
1162
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_source-attlist.jpeg
|
|
1163
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_subjectField-attlist.jpeg
|
|
1164
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_term-attlist.jpeg
|
|
1165
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termEntry-attlist.jpeg
|
|
1166
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_termType-attlist.jpeg
|
|
1167
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_tig-attlist.jpeg
|
|
1168
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_usageNote-attlist.jpeg
|
|
1169
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xGraphic-attlist.jpeg
|
|
1170
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xMathML-attlist.jpeg
|
|
1171
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_tbx_xSource-attlist.jpeg
|
|
1172
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Attribute_Group_tbx_xref-atts.jpeg
|
|
1173
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_basicText-model.jpeg
|
|
1174
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_noteText-model.jpeg
|
|
1175
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Complex_Type_tbx_simpleText-model.jpeg
|
|
1176
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_bpt.jpeg
|
|
1177
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_crossReference.jpeg
|
|
1178
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_definition.jpeg
|
|
1179
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_encapsulating-elements.jpeg
|
|
1180
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_entailedTerm.jpeg
|
|
1181
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_ept.jpeg
|
|
1182
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_example.jpeg
|
|
1183
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_externalCrossReference.jpeg
|
|
1184
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_geographicalUsage.jpeg
|
|
1185
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_grammaticalGender.jpeg
|
|
1186
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_grammaticalNumber.jpeg
|
|
1187
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_highlight-elements.jpeg
|
|
1188
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_langSet.jpeg
|
|
1189
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_normativeAuthorization.jpeg
|
|
1190
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_note.jpeg
|
|
1191
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_partOfSpeech.jpeg
|
|
1192
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_ph.jpeg
|
|
1193
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_pronunciation.jpeg
|
|
1194
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_see.jpeg
|
|
1195
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_source.jpeg
|
|
1196
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_subjectField.jpeg
|
|
1197
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_term.jpeg
|
|
1198
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_termEntry.jpeg
|
|
1199
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_termType.jpeg
|
|
1200
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_tig.jpeg
|
|
1201
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_usageNote.jpeg
|
|
1202
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xGraphic.jpeg
|
|
1203
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xMathML.jpeg
|
|
1204
|
+
- reference-docs/isosts-v1/doc/tbx/img/ISO-TBX_xsd_Element_tbx_xSource.jpeg
|
|
1205
|
+
- reference-docs/isosts-v1/doc/tbx/img/Import12.jpg
|
|
1206
|
+
- reference-docs/isosts-v1/doc/tbx/img/Include12.jpg
|
|
1207
|
+
- reference-docs/isosts-v1/doc/tbx/img/Redefine12.jpg
|
|
1208
|
+
- reference-docs/isosts-v1/doc/tbx/img/btM.gif
|
|
1209
|
+
- reference-docs/isosts-v1/doc/tbx/img/btP.gif
|
|
1210
|
+
- reference-docs/isosts-v1/doc/tbx/img/cBL.gif
|
|
1211
|
+
- reference-docs/isosts-v1/doc/tbx/img/cBR.gif
|
|
1212
|
+
- reference-docs/isosts-v1/doc/tbx/img/cTL.gif
|
|
1213
|
+
- reference-docs/isosts-v1/doc/tbx/img/cTR.gif
|
|
1214
|
+
- reference-docs/isosts-v1/doc/tbx/img/hierarchy_arrow.gif
|
|
1215
|
+
- reference-docs/isosts-v1/doc/tbx/img/lB.gif
|
|
1216
|
+
- reference-docs/isosts-v1/doc/tbx/img/lL.gif
|
|
1217
|
+
- reference-docs/isosts-v1/doc/tbx/img/lR.gif
|
|
1218
|
+
- reference-docs/isosts-v1/doc/tbx/img/lT.gif
|
|
1219
|
+
- reference-docs/isosts-v1/doc/tbx/img/logo_iso copy.gif
|
|
1220
|
+
- reference-docs/isosts-v1/doc/tbx/img/logo_iso.gif
|
|
1221
|
+
- reference-docs/isosts-v1/doc/tbx/index.html
|
|
1222
|
+
- reference-docs/isosts-v1/doc/tbx/schHierarchy.html
|
|
1223
|
+
- reference-docs/isosts-v1/doc/tbx/xml.xsd
|
|
1224
|
+
- reference-docs/isosts-v1/doc/tbx/xml_xsd_Attribute_xml_lang.html
|
|
1225
|
+
- reference-docs/isosts-v1/doc/tbx/xml_xsd_Imported_schema_xml_xsd.html
|
|
1226
|
+
- reference-docs/isosts-v1/htmltable.dtd
|
|
1227
|
+
- reference-docs/isosts-v1/iso8879/isobox.ent
|
|
1228
|
+
- reference-docs/isosts-v1/iso8879/isocyr1.ent
|
|
1229
|
+
- reference-docs/isosts-v1/iso8879/isocyr2.ent
|
|
1230
|
+
- reference-docs/isosts-v1/iso8879/isodia.ent
|
|
1231
|
+
- reference-docs/isosts-v1/iso8879/isolat1.ent
|
|
1232
|
+
- reference-docs/isosts-v1/iso8879/isolat2.ent
|
|
1233
|
+
- reference-docs/isosts-v1/iso8879/isonum.ent
|
|
1234
|
+
- reference-docs/isosts-v1/iso8879/isopub.ent
|
|
1235
|
+
- reference-docs/isosts-v1/iso9573-13/isoamsa.ent
|
|
1236
|
+
- reference-docs/isosts-v1/iso9573-13/isoamsb.ent
|
|
1237
|
+
- reference-docs/isosts-v1/iso9573-13/isoamsc.ent
|
|
1238
|
+
- reference-docs/isosts-v1/iso9573-13/isoamsn.ent
|
|
1239
|
+
- reference-docs/isosts-v1/iso9573-13/isoamso.ent
|
|
1240
|
+
- reference-docs/isosts-v1/iso9573-13/isoamsr.ent
|
|
1241
|
+
- reference-docs/isosts-v1/iso9573-13/isogrk3.ent
|
|
1242
|
+
- reference-docs/isosts-v1/iso9573-13/isomfrk.ent
|
|
1243
|
+
- reference-docs/isosts-v1/iso9573-13/isomopf.ent
|
|
1244
|
+
- reference-docs/isosts-v1/iso9573-13/isomscr.ent
|
|
1245
|
+
- reference-docs/isosts-v1/iso9573-13/isotech.ent
|
|
1246
|
+
- reference-docs/isosts-v1/jats-publishing-dtd-0.4.zip
|
|
1247
|
+
- reference-docs/isosts-v1/mathml/mmlalias.ent
|
|
1248
|
+
- reference-docs/isosts-v1/mathml/mmlextra.ent
|
|
1249
|
+
- reference-docs/isosts-v1/mathml2-qname-1.mod
|
|
1250
|
+
- reference-docs/isosts-v1/mathml2.dtd
|
|
1251
|
+
- reference-docs/isosts-v1/oasis-exchange.ent
|
|
1252
|
+
- reference-docs/isosts-v1/rng/ISOSTS-classes.ent.rng
|
|
1253
|
+
- reference-docs/isosts-v1/rng/ISOSTS-iso-metadata.ent.rng
|
|
1254
|
+
- reference-docs/isosts-v1/rng/ISOSTS-mixes.ent.rng
|
|
1255
|
+
- reference-docs/isosts-v1/rng/ISOSTS-models.ent.rng
|
|
1256
|
+
- reference-docs/isosts-v1/rng/ISOSTS-nat-metadata.ent.rng
|
|
1257
|
+
- reference-docs/isosts-v1/rng/ISOSTS-reg-metadata.ent.rng
|
|
1258
|
+
- reference-docs/isosts-v1/rng/ISOSTS-tbx-namespace.ent.rng
|
|
1259
|
+
- reference-docs/isosts-v1/rng/ISOSTS-tbx-setup.ent.rng
|
|
1260
|
+
- reference-docs/isosts-v1/rng/ISOSTS.rng
|
|
1261
|
+
- reference-docs/isosts-v1/rng/JATS-XHTMLtablesetup0.ent.rng
|
|
1262
|
+
- reference-docs/isosts-v1/rng/JATS-articlemeta0.ent.rng
|
|
1263
|
+
- reference-docs/isosts-v1/rng/JATS-backmatter0.ent.rng
|
|
1264
|
+
- reference-docs/isosts-v1/rng/JATS-chars0.ent.rng
|
|
1265
|
+
- reference-docs/isosts-v1/rng/JATS-common0.ent.rng
|
|
1266
|
+
- reference-docs/isosts-v1/rng/JATS-default-classes0.ent.rng
|
|
1267
|
+
- reference-docs/isosts-v1/rng/JATS-default-mixes0.ent.rng
|
|
1268
|
+
- reference-docs/isosts-v1/rng/JATS-display0.ent.rng
|
|
1269
|
+
- reference-docs/isosts-v1/rng/JATS-format0.ent.rng
|
|
1270
|
+
- reference-docs/isosts-v1/rng/JATS-funding0.ent.rng
|
|
1271
|
+
- reference-docs/isosts-v1/rng/JATS-journalpubcustom-classes0.ent.rng
|
|
1272
|
+
- reference-docs/isosts-v1/rng/JATS-journalpubcustom-mixes0.ent.rng
|
|
1273
|
+
- reference-docs/isosts-v1/rng/JATS-journalpubcustom-models0.ent.rng
|
|
1274
|
+
- reference-docs/isosts-v1/rng/JATS-link0.ent.rng
|
|
1275
|
+
- reference-docs/isosts-v1/rng/JATS-list0.ent.rng
|
|
1276
|
+
- reference-docs/isosts-v1/rng/JATS-math0.ent.rng
|
|
1277
|
+
- reference-docs/isosts-v1/rng/JATS-mathmlsetup0.ent.rng
|
|
1278
|
+
- reference-docs/isosts-v1/rng/JATS-nlmcitation0.ent.rng
|
|
1279
|
+
- reference-docs/isosts-v1/rng/JATS-para0.ent.rng
|
|
1280
|
+
- reference-docs/isosts-v1/rng/JATS-phrase0.ent.rng
|
|
1281
|
+
- reference-docs/isosts-v1/rng/JATS-references0.ent.rng
|
|
1282
|
+
- reference-docs/isosts-v1/rng/JATS-related-object0.ent.rng
|
|
1283
|
+
- reference-docs/isosts-v1/rng/JATS-section0.ent.rng
|
|
1284
|
+
- reference-docs/isosts-v1/rng/mathml2-qname-1.mod.rng
|
|
1285
|
+
- reference-docs/isosts-v1/rng/mathml2.rng
|
|
1286
|
+
- reference-docs/isosts-v1/rng/xhtml-inlstyle-1.mod.rng
|
|
1287
|
+
- reference-docs/isosts-v1/rng/xhtml-table-1.mod.rng
|
|
1288
|
+
- reference-docs/isosts-v1/xhtml-inlstyle-1.mod
|
|
1289
|
+
- reference-docs/isosts-v1/xhtml-table-1.mod
|
|
1290
|
+
- reference-docs/isosts-v1/xmlchars/isogrk1.ent
|
|
1291
|
+
- reference-docs/isosts-v1/xmlchars/isogrk2.ent
|
|
1292
|
+
- reference-docs/isosts-v1/xmlchars/isogrk4.ent
|
|
1293
|
+
- reference-docs/isosts-v1/xsd/ISOSTS.xsd
|
|
1294
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/common/common-attribs.xsd
|
|
1295
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/common/math.xsd
|
|
1296
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/common/xlink-href.xsd
|
|
1297
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/arith.xsd
|
|
1298
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/calculus.xsd
|
|
1299
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/common-attrib.xsd
|
|
1300
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/constants.xsd
|
|
1301
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/constructs.xsd
|
|
1302
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/elementary-functions.xsd
|
|
1303
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/functions.xsd
|
|
1304
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/linear-algebra.xsd
|
|
1305
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/logic.xsd
|
|
1306
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/relations.xsd
|
|
1307
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/semantics.xsd
|
|
1308
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/sets.xsd
|
|
1309
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/statistics.xsd
|
|
1310
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/tokens.xsd
|
|
1311
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/content/vector-calculus.xsd
|
|
1312
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/mathml2.xsd
|
|
1313
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/action.xsd
|
|
1314
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/characters.xsd
|
|
1315
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/common-attribs.xsd
|
|
1316
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/common-types.xsd
|
|
1317
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/error.xsd
|
|
1318
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/layout.xsd
|
|
1319
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/scripts.xsd
|
|
1320
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/space.xsd
|
|
1321
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/style.xsd
|
|
1322
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/table.xsd
|
|
1323
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/presentation/tokens.xsd
|
|
1324
|
+
- reference-docs/isosts-v1/xsd/ncbi-mathml2/readme.txt
|
|
1325
|
+
- reference-docs/isosts-v1/xsd/tbx.xsd
|
|
1326
|
+
- reference-docs/isosts-v1/xsd/xlink.xsd
|
|
1327
|
+
- reference-docs/isosts-v1/xsd/xml.xsd
|
|
1328
|
+
- reference-docs/isosts-v1/xsl/cals/flatten_cals.xsl
|
|
1329
|
+
- reference-docs/isosts-v1/xsl/cals/isosts2cals.xsl
|
|
1330
|
+
- reference-docs/isosts-v1/xsl/cals/lib/css-parser.xsl
|
|
1331
|
+
- reference-docs/isosts-v1/xsl/cals/lib/xhtml2cals.xsl
|
|
1332
|
+
- reference-docs/isosts-v1/xsl/cals/readme.html
|
|
1333
|
+
- reference-docs/isosts-v1/xsl/cals/remove_oasis_ns.xsl
|
|
1334
|
+
- reference-docs/isosts-v1/xsl/cals/test/css-parser-test.html
|
|
1335
|
+
- reference-docs/isosts-v1/xsl/cals/test/css-parser-test.xsl
|
|
1336
|
+
- reference-docs/isosts-v1/xsl/cals/test/css2colrowsep-test.html
|
|
1337
|
+
- reference-docs/isosts-v1/xsl/cals/test/css2colrowsep-test.xsl
|
|
1338
|
+
- reference-docs/isosts-v1/xsl/cals/test/isosts_tables.cals.xml
|
|
1339
|
+
- reference-docs/isosts-v1/xsl/cals/test/isosts_tables.html
|
|
1340
|
+
- reference-docs/isosts-v1/xsl/cals/test/isosts_tables.xml
|
|
1341
|
+
- reference-docs/isosts-v1/xsl/cals/test/styles.txt
|
|
1342
|
+
- reference-docs/isosts-v1/xsl/cals/tm9901.dtd
|
|
444
1343
|
- sig/sts.rbs
|
|
445
1344
|
- sts.gemspec
|
|
446
1345
|
homepage: https://github.com/metanorma/sts-ruby
|