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
|
@@ -0,0 +1,852 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- ============================================================= -->
|
|
3
|
+
<!-- MODULE: Journal Publishing DTD Customize Content and -->
|
|
4
|
+
<!-- Attributes Module -->
|
|
5
|
+
<!-- VERSION: NISO 0.4 -->
|
|
6
|
+
<!-- DATE: January 2011 -->
|
|
7
|
+
<!---->
|
|
8
|
+
<!-- ============================================================= -->
|
|
9
|
+
<!-- ============================================================= -->
|
|
10
|
+
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
|
|
11
|
+
<!-- TYPICAL INVOCATION -->
|
|
12
|
+
<!--
|
|
13
|
+
"-//NLM//DTD JATS (Z39.96) Journal Publishing DTD Customize Content and Attributes Module v0.4 20110131//EN"
|
|
14
|
+
Delivered as file "JATS-journalpubcustom-models0.ent"
|
|
15
|
+
-->
|
|
16
|
+
<!-- ============================================================= -->
|
|
17
|
+
<!-- ============================================================= -->
|
|
18
|
+
<!-- SYSTEM: Journal Publishing DTD of the -->
|
|
19
|
+
<!-- Archiving and Interchange DTD Suite -->
|
|
20
|
+
<!---->
|
|
21
|
+
<!-- PURPOSE: To declare the Parameter Entities (PEs) used to -->
|
|
22
|
+
<!-- over-ride content models or parts of content -->
|
|
23
|
+
<!-- models when making a new DTD from the modules of -->
|
|
24
|
+
<!-- the Archiving and Interchange DTD Suite. -->
|
|
25
|
+
<!---->
|
|
26
|
+
<!-- Or-groups within models should use mixes or -->
|
|
27
|
+
<!-- classes rather than name elements directly. -->
|
|
28
|
+
<!---->
|
|
29
|
+
<!-- Note: Since PEs must be declared before they -->
|
|
30
|
+
<!-- are used, this module must be called before the -->
|
|
31
|
+
<!-- content modules that declare elements. -->
|
|
32
|
+
<!---->
|
|
33
|
+
<!-- CONTAINS: 1) PEs that define OR lists of elements to be -->
|
|
34
|
+
<!-- mixed with #PCDATA in element content models -->
|
|
35
|
+
<!-- (all PEs are named "yyy-elements", where "yyy" -->
|
|
36
|
+
<!-- is the name of the primary element whose -->
|
|
37
|
+
<!-- content model will use the declared PE.) -->
|
|
38
|
+
<!-- 2) PEs that define complete content models. -->
|
|
39
|
+
<!-- (names ending in the suffix "-model") -->
|
|
40
|
+
<!-- 3) PEs that define attribute list or attribute -->
|
|
41
|
+
<!-- value over-rides -->
|
|
42
|
+
<!---->
|
|
43
|
+
<!-- CREATED FOR: -->
|
|
44
|
+
<!-- Digital Archive of Journal Articles -->
|
|
45
|
+
<!-- National Center for Biotechnology Information -->
|
|
46
|
+
<!-- (NCBI) -->
|
|
47
|
+
<!-- National Library of Medicine (NLM) -->
|
|
48
|
+
<!---->
|
|
49
|
+
<!-- ORIGINAL CREATION DATE: -->
|
|
50
|
+
<!-- September 2004 -->
|
|
51
|
+
<!---->
|
|
52
|
+
<!-- CREATED BY: Jeff Beck (NCBI) -->
|
|
53
|
+
<!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
|
|
54
|
+
<!-- B. Tommie Usdin (Mulberry Technologies, Inc.) -->
|
|
55
|
+
<!---->
|
|
56
|
+
<!-- Suggestions for refinements and enhancements to -->
|
|
57
|
+
<!-- this DTD should be sent in email to: -->
|
|
58
|
+
<!-- jats@ncbi.nlm.nih.gov -->
|
|
59
|
+
<!-- ============================================================= -->
|
|
60
|
+
<!-- ============================================================= -->
|
|
61
|
+
<!-- DTD VERSION/CHANGE HISTORY -->
|
|
62
|
+
<!-- ============================================================= -->
|
|
63
|
+
<!--
|
|
64
|
+
|
|
65
|
+
Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
|
|
66
|
+
|
|
67
|
+
=============================================================
|
|
68
|
+
Version 0.4 (DAL/BTU) v0.4 (2011-01-31)
|
|
69
|
+
|
|
70
|
+
This Tag Set is in the process of becoming a NISO standard.
|
|
71
|
+
The version numbers are starting over from 0.4", as a Trial
|
|
72
|
+
Use Draft, to be made into "Version 1.0" when the Tag Suite
|
|
73
|
+
becomes a NISO standard. Thus, NLM "Version 3.1 Draft" has
|
|
74
|
+
been changed to NISO "Version 0.4". No model, attribute, or
|
|
75
|
+
parameter entity changes were made as part of this renaming.
|
|
76
|
+
|
|
77
|
+
Details on NISO Tial Use Draft Version 0.4 are available at
|
|
78
|
+
http://jats.nlm.nih.gov/JATS-0.4.
|
|
79
|
+
|
|
80
|
+
10. Updated the public identifier to "v0.4 20110131//EN",
|
|
81
|
+
modified the formal public identifier to include "JATS (Z39.96)",
|
|
82
|
+
and the filename as delivered to include "JATS" and the
|
|
83
|
+
new version number "0".
|
|
84
|
+
|
|
85
|
+
=============================================================
|
|
86
|
+
Version 3.1 (DAL/BTU) v3.1 (2010-04-30)
|
|
87
|
+
|
|
88
|
+
Version 3.1 is fully compatible with Version 3.0.
|
|
89
|
+
|
|
90
|
+
Details on version 3.1 are available at
|
|
91
|
+
http://jats.nlm.nih.gov/3.1.
|
|
92
|
+
|
|
93
|
+
9. POSITION ATTRIBUTE - Added the value "background"
|
|
94
|
+
|
|
95
|
+
8. PREFORMAT - Added <alt-text> and <long-desc> to <preformat> by
|
|
96
|
+
adding %access.class; to %preformat-elements;
|
|
97
|
+
|
|
98
|
+
7. INITIALS - Removed the attribute over-ride for <surname> and
|
|
99
|
+
<given-names> to allow the use of @initials.
|
|
100
|
+
|
|
101
|
+
6. JOURNAL METADATA- Added <notes> to repeat within <journal-meta>
|
|
102
|
+
(through %journal-meta-model; and added @xml:lang and
|
|
103
|
+
@specific-use to the attributes of <notes> through %notes-atts;
|
|
104
|
+
|
|
105
|
+
7. AFFILIATION ALTERNATIVES - Added the element <aff-alternatives>
|
|
106
|
+
to <article-meta> through %article meta-model;. This element
|
|
107
|
+
will hold multiple <aff>s that are a representation of a
|
|
108
|
+
single affiliation, for example, the name of an institution
|
|
109
|
+
in two languages or two scripts.
|
|
110
|
+
|
|
111
|
+
6. PERSON-GROUP - Became a mixed-content model, so the parameter
|
|
112
|
+
entity %person-group-model: was changed to
|
|
113
|
+
%person-group-elements;, which will be mixed with #PCDATA
|
|
114
|
+
as defined in references.ent. The PE person-group-model has
|
|
115
|
+
been retained in references.ent for compatibility, but has been
|
|
116
|
+
set to the mixed model using person-group-elements.
|
|
117
|
+
|
|
118
|
+
5. @SPECIFIC-USE and @XML:LANG - Added the @specific-use and
|
|
119
|
+
@xml:lang to %display-atts;. Also added these attributes
|
|
120
|
+
to the following over-rides:
|
|
121
|
+
- inline-graphic through inline-graphic-atts (both)
|
|
122
|
+
- fn through fn-atts (added @specific-use, @xml:lang already
|
|
123
|
+
there)
|
|
124
|
+
- person-group through person-group-atts (both)
|
|
125
|
+
|
|
126
|
+
4. LABEL - Added optional <label> to <fig-group> using
|
|
127
|
+
%fig-group-model; as the first element in model, before caption
|
|
128
|
+
|
|
129
|
+
3. SELF URI - Added <self-uri> to <journal-meta> (directly
|
|
130
|
+
following <notes>) so that an XML document can point to the
|
|
131
|
+
journal home page.
|
|
132
|
+
|
|
133
|
+
2. Updated public identifier to "v3.1 20100830//EN"
|
|
134
|
+
|
|
135
|
+
=============================================================
|
|
136
|
+
Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
|
|
137
|
+
|
|
138
|
+
Version 3.0 is the first non-backward-compatible release.
|
|
139
|
+
In addition to the usual incremental changes, some
|
|
140
|
+
elements and attributes have been renamed and/or remodeled
|
|
141
|
+
to better meet user needs and to increase tag set consistency.
|
|
142
|
+
All module change histories are available through the Tag Suite
|
|
143
|
+
web site at http://dtd.nlm.nih.gov.
|
|
144
|
+
|
|
145
|
+
Details on version 3.0 are available at
|
|
146
|
+
http://jats.nlm.nih.gov/3.0.
|
|
147
|
+
|
|
148
|
+
1. Updated public identifier to "v3.0 20080202//EN"
|
|
149
|
+
-->
|
|
150
|
+
<!-- ============================================================= -->
|
|
151
|
+
<!-- INLINE MIXES TO OVER-RIDE CONTENT MODELS -->
|
|
152
|
+
<!-- (ELEMENTS TO BE ADDED TO #PCDATA IN MODELS) -->
|
|
153
|
+
<!-- ============================================================= -->
|
|
154
|
+
<!-- ABBREVIATED JOURNAL TITLE ELEMENTS -->
|
|
155
|
+
<!--
|
|
156
|
+
The elements that can be included along with
|
|
157
|
+
data characters inside the content model of
|
|
158
|
+
a <abbrev-journal-title>
|
|
159
|
+
Removed the face markup, %just-rendition;
|
|
160
|
+
-->
|
|
161
|
+
<!-- CONFERENCE ACRONYM ELEMENTS -->
|
|
162
|
+
<!--
|
|
163
|
+
The elements that can be included along with
|
|
164
|
+
data characters inside the content model of
|
|
165
|
+
the conference acronym.
|
|
166
|
+
Removed %simple-text;
|
|
167
|
+
-->
|
|
168
|
+
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
|
169
|
+
<define name="conf-acronym-elements">
|
|
170
|
+
<notAllowed/>
|
|
171
|
+
</define>
|
|
172
|
+
<!-- CONFERENCE LOCATION ELEMENTS -->
|
|
173
|
+
<!--
|
|
174
|
+
Elements for use in the <conf-loc> element
|
|
175
|
+
Removed %simple-text;
|
|
176
|
+
-->
|
|
177
|
+
<define name="conf-loc-elements">
|
|
178
|
+
<notAllowed/>
|
|
179
|
+
</define>
|
|
180
|
+
<!-- CONFERENCE NAME ELEMENTS -->
|
|
181
|
+
<!--
|
|
182
|
+
Elements for use in the <conf-name> element.
|
|
183
|
+
Removed %simple-text;
|
|
184
|
+
-->
|
|
185
|
+
<define name="conf-name-elements">
|
|
186
|
+
<notAllowed/>
|
|
187
|
+
</define>
|
|
188
|
+
<!-- CONFERENCE NUMBER ELEMENTS -->
|
|
189
|
+
<!--
|
|
190
|
+
The elements that can be included along with
|
|
191
|
+
data characters inside the content model of
|
|
192
|
+
the conference number.
|
|
193
|
+
Removed %simple-text;
|
|
194
|
+
-->
|
|
195
|
+
<define name="conf-num-elements">
|
|
196
|
+
<notAllowed/>
|
|
197
|
+
</define>
|
|
198
|
+
<!-- CONFERENCE SPONSOR ELEMENTS -->
|
|
199
|
+
<!--
|
|
200
|
+
The elements that can be included along with
|
|
201
|
+
data characters inside the content model of
|
|
202
|
+
the conference sponsor.
|
|
203
|
+
Removed %simple-text;
|
|
204
|
+
-->
|
|
205
|
+
<define name="conf-sponsor-elements">
|
|
206
|
+
<notAllowed/>
|
|
207
|
+
</define>
|
|
208
|
+
<!-- DEGREE(S) ELEMENTS -->
|
|
209
|
+
<!--
|
|
210
|
+
The elements that can be included along with
|
|
211
|
+
data characters inside the content model of
|
|
212
|
+
<degrees>
|
|
213
|
+
Removed %just-rendition;
|
|
214
|
+
-->
|
|
215
|
+
<define name="degrees-elements">
|
|
216
|
+
<notAllowed/>
|
|
217
|
+
</define>
|
|
218
|
+
<!-- EDITION ELEMENTS -->
|
|
219
|
+
<!--
|
|
220
|
+
The elements that can be included along with
|
|
221
|
+
data characters inside the content model of
|
|
222
|
+
Removed %just-rendition;
|
|
223
|
+
-->
|
|
224
|
+
<define name="edition-elements">
|
|
225
|
+
<notAllowed/>
|
|
226
|
+
</define>
|
|
227
|
+
<!-- FAX NUMBER ELEMENTS -->
|
|
228
|
+
<!--
|
|
229
|
+
The elements that can be included along with
|
|
230
|
+
data characters inside the content model of
|
|
231
|
+
a <fax>
|
|
232
|
+
Removed %just-rendition;
|
|
233
|
+
-->
|
|
234
|
+
<define name="fax-elements">
|
|
235
|
+
<notAllowed/>
|
|
236
|
+
</define>
|
|
237
|
+
<!-- GIVEN (FIRST) NAMES ELEMENTS -->
|
|
238
|
+
<!--
|
|
239
|
+
The elements that can be included along with
|
|
240
|
+
data characters inside the content model of
|
|
241
|
+
a <given-names>
|
|
242
|
+
Removed %just-rendition;
|
|
243
|
+
-->
|
|
244
|
+
<define name="given-names-elements">
|
|
245
|
+
<notAllowed/>
|
|
246
|
+
</define>
|
|
247
|
+
<!-- INSTITUTION NAME ELEMENTS -->
|
|
248
|
+
<!--
|
|
249
|
+
Elements for use in the <institution>
|
|
250
|
+
element
|
|
251
|
+
Removed %break.class; and %emphasis.class;
|
|
252
|
+
-->
|
|
253
|
+
<define name="institution-elements">
|
|
254
|
+
<ref name="subsup.class"/>
|
|
255
|
+
</define>
|
|
256
|
+
<!-- ISSUE TITLE ELEMENTS -->
|
|
257
|
+
<!--
|
|
258
|
+
Elements for use with data characters inside
|
|
259
|
+
the model for the <issue> element
|
|
260
|
+
Removed %just-rendition;
|
|
261
|
+
-->
|
|
262
|
+
<define name="issue-elements">
|
|
263
|
+
<notAllowed/>
|
|
264
|
+
</define>
|
|
265
|
+
<!-- JOURNAL TITLE ELEMENTS -->
|
|
266
|
+
<!--
|
|
267
|
+
The elements that can be included along with
|
|
268
|
+
data characters inside the content model of
|
|
269
|
+
a <journal-title>
|
|
270
|
+
Removed %just-rendition;
|
|
271
|
+
-->
|
|
272
|
+
<!-- KEYWORD CONTENT ELEMENTS -->
|
|
273
|
+
<!--
|
|
274
|
+
The elements that can be included along with
|
|
275
|
+
data characters inside the content model of
|
|
276
|
+
a keyword <kwd>.
|
|
277
|
+
-->
|
|
278
|
+
<define name="kwd-elements">
|
|
279
|
+
<choice>
|
|
280
|
+
<ref name="emphasis.class"/>
|
|
281
|
+
<ref name="phrase-content.class"/>
|
|
282
|
+
<ref name="subsup.class"/>
|
|
283
|
+
</choice>
|
|
284
|
+
</define>
|
|
285
|
+
<!-- PATENT NUMBER ELEMENTS -->
|
|
286
|
+
<!--
|
|
287
|
+
The elements that can be included along with
|
|
288
|
+
data characters inside the content model of
|
|
289
|
+
<patent>
|
|
290
|
+
Removed %just-rendition;
|
|
291
|
+
-->
|
|
292
|
+
<define name="patent-elements">
|
|
293
|
+
<notAllowed/>
|
|
294
|
+
</define>
|
|
295
|
+
<!-- PERSON GROUP MODEL -->
|
|
296
|
+
<!-- Content model for the <person-group> element -->
|
|
297
|
+
<define name="person-group-elements">
|
|
298
|
+
<choice>
|
|
299
|
+
<ref name="name.class"/>
|
|
300
|
+
<ref name="person-group-info.class"/>
|
|
301
|
+
<ref name="string-name.class"/>
|
|
302
|
+
</choice>
|
|
303
|
+
</define>
|
|
304
|
+
<!-- PHONE NUMBER ELEMENTS -->
|
|
305
|
+
<!--
|
|
306
|
+
The elements that can be included along with
|
|
307
|
+
data characters inside the content model of
|
|
308
|
+
a <phone number>
|
|
309
|
+
Removed %just-rendition;
|
|
310
|
+
-->
|
|
311
|
+
<define name="phone-elements">
|
|
312
|
+
<notAllowed/>
|
|
313
|
+
</define>
|
|
314
|
+
<!-- PREFIX ELEMENTS -->
|
|
315
|
+
<!--
|
|
316
|
+
The elements that can be included along with
|
|
317
|
+
data characters inside the content model of
|
|
318
|
+
a <prefix>
|
|
319
|
+
Removed %just-rendition;
|
|
320
|
+
-->
|
|
321
|
+
<define name="prefix-elements">
|
|
322
|
+
<notAllowed/>
|
|
323
|
+
</define>
|
|
324
|
+
<!-- PREFORMATTED TEXT ELEMENTS -->
|
|
325
|
+
<!--
|
|
326
|
+
Elements that may be used, along with data
|
|
327
|
+
characters, inside the content model for the
|
|
328
|
+
<preformat> element, in which white space,
|
|
329
|
+
such as tabs, line feeds, and spaces will
|
|
330
|
+
be preserved
|
|
331
|
+
-->
|
|
332
|
+
<!-- PUBLISHER'S LOCATION ELEMENTS -->
|
|
333
|
+
<!--
|
|
334
|
+
Elements for use in the Publisher Location
|
|
335
|
+
<publisher-loc> element
|
|
336
|
+
Removed %address.class;, %address-link.class;,
|
|
337
|
+
%emphasis.class;, and %subsup.class;
|
|
338
|
+
-->
|
|
339
|
+
<define name="publisher-loc-elements">
|
|
340
|
+
<ref name="address-link.class"/>
|
|
341
|
+
</define>
|
|
342
|
+
<!-- PUBLISHER'S NAME ELEMENTS -->
|
|
343
|
+
<!--
|
|
344
|
+
The elements that can be included along with
|
|
345
|
+
data characters inside the content model of
|
|
346
|
+
a <publisher-name>
|
|
347
|
+
Removed %just-rendition;
|
|
348
|
+
-->
|
|
349
|
+
<define name="publisher-name-elements">
|
|
350
|
+
<notAllowed/>
|
|
351
|
+
</define>
|
|
352
|
+
<!-- SUFFIX ELEMENTS -->
|
|
353
|
+
<!--
|
|
354
|
+
The elements that can be included along with
|
|
355
|
+
data characters inside the content model of
|
|
356
|
+
a <suffix>
|
|
357
|
+
Removed %just-rendition;
|
|
358
|
+
-->
|
|
359
|
+
<define name="suffix-elements">
|
|
360
|
+
<notAllowed/>
|
|
361
|
+
</define>
|
|
362
|
+
<!-- SURNAME ELEMENTS -->
|
|
363
|
+
<!--
|
|
364
|
+
The elements that can be included along with
|
|
365
|
+
data characters inside the content model of
|
|
366
|
+
a <surname>
|
|
367
|
+
Removed %just-rendition;
|
|
368
|
+
-->
|
|
369
|
+
<define name="surname-elements">
|
|
370
|
+
<notAllowed/>
|
|
371
|
+
</define>
|
|
372
|
+
<!-- URI ELEMENTS -->
|
|
373
|
+
<!--
|
|
374
|
+
The elements that can be included along with
|
|
375
|
+
data characters inside the content model of
|
|
376
|
+
a <uri>
|
|
377
|
+
Removed %just-rendition;
|
|
378
|
+
-->
|
|
379
|
+
<define name="uri-elements">
|
|
380
|
+
<notAllowed/>
|
|
381
|
+
</define>
|
|
382
|
+
<!-- VOLUME NUMBER ELEMENTS -->
|
|
383
|
+
<!--
|
|
384
|
+
The elements that can be included along with
|
|
385
|
+
data characters inside the content model of
|
|
386
|
+
a <volume>
|
|
387
|
+
Removed %just-rendition;
|
|
388
|
+
-->
|
|
389
|
+
<define name="volume-elements">
|
|
390
|
+
<notAllowed/>
|
|
391
|
+
</define>
|
|
392
|
+
<!-- ============================================================= -->
|
|
393
|
+
<!-- OVER-RIDES OF CONTENT MODELS (FULL MODELS) -->
|
|
394
|
+
<!-- ============================================================= -->
|
|
395
|
+
<!-- ABSTRACT MODEL -->
|
|
396
|
+
<!--
|
|
397
|
+
Abstracts may contain one or more paragraphs
|
|
398
|
+
(as a typical abstract does) or titled
|
|
399
|
+
sections, as is done in many physics
|
|
400
|
+
articles.
|
|
401
|
+
Unlike the default model in the base DTD
|
|
402
|
+
Suite, this <abstract> requires that all
|
|
403
|
+
sections in the abstract start with titles.
|
|
404
|
+
-->
|
|
405
|
+
<define name="abstract-model">
|
|
406
|
+
<optional>
|
|
407
|
+
<ref name="label"/>
|
|
408
|
+
</optional>
|
|
409
|
+
<optional>
|
|
410
|
+
<ref name="title"/>
|
|
411
|
+
</optional>
|
|
412
|
+
<zeroOrMore>
|
|
413
|
+
<ref name="p"/>
|
|
414
|
+
</zeroOrMore>
|
|
415
|
+
<zeroOrMore>
|
|
416
|
+
<ref name="sec"/>
|
|
417
|
+
</zeroOrMore>
|
|
418
|
+
</define>
|
|
419
|
+
<!-- ACKNOWLEDGMENTS MODEL -->
|
|
420
|
+
<!-- Content model for the <ack> element -->
|
|
421
|
+
<!-- ANONYMOUS MODEL -->
|
|
422
|
+
<!--
|
|
423
|
+
Unlike in Green, <anonymous> is empty. When
|
|
424
|
+
present, it is used to generate the text
|
|
425
|
+
"anonymous" or "anon.", etc.
|
|
426
|
+
-->
|
|
427
|
+
<define name="anonymous-model">
|
|
428
|
+
<empty/>
|
|
429
|
+
</define>
|
|
430
|
+
<!-- ARRAY CONTENT MODEL -->
|
|
431
|
+
<!--
|
|
432
|
+
The element used to contain material in
|
|
433
|
+
rows and columns that is just a block insert
|
|
434
|
+
into the text flow, not numbered or called a
|
|
435
|
+
table, and not titled or captioned
|
|
436
|
+
-->
|
|
437
|
+
<!-- ARTICLE METADATA MODEL -->
|
|
438
|
+
<!--
|
|
439
|
+
Full content model for the metadata that is
|
|
440
|
+
specific to the article.
|
|
441
|
+
Unlike in Archive DTD, some of the metadata
|
|
442
|
+
is required here.
|
|
443
|
+
-->
|
|
444
|
+
<define name="article-meta-model">
|
|
445
|
+
<zeroOrMore>
|
|
446
|
+
<ref name="article-id"/>
|
|
447
|
+
</zeroOrMore>
|
|
448
|
+
<optional>
|
|
449
|
+
<ref name="article-categories"/>
|
|
450
|
+
</optional>
|
|
451
|
+
<ref name="title-group"/>
|
|
452
|
+
<zeroOrMore>
|
|
453
|
+
<choice>
|
|
454
|
+
<ref name="contrib-group.class"/>
|
|
455
|
+
<ref name="aff-alternatives.class"/>
|
|
456
|
+
</choice>
|
|
457
|
+
</zeroOrMore>
|
|
458
|
+
<optional>
|
|
459
|
+
<ref name="author-notes"/>
|
|
460
|
+
</optional>
|
|
461
|
+
<oneOrMore>
|
|
462
|
+
<ref name="pub-date"/>
|
|
463
|
+
</oneOrMore>
|
|
464
|
+
<optional>
|
|
465
|
+
<ref name="volume"/>
|
|
466
|
+
</optional>
|
|
467
|
+
<zeroOrMore>
|
|
468
|
+
<ref name="volume-id"/>
|
|
469
|
+
</zeroOrMore>
|
|
470
|
+
<optional>
|
|
471
|
+
<ref name="volume-series"/>
|
|
472
|
+
</optional>
|
|
473
|
+
<optional>
|
|
474
|
+
<ref name="issue"/>
|
|
475
|
+
</optional>
|
|
476
|
+
<zeroOrMore>
|
|
477
|
+
<ref name="issue-id"/>
|
|
478
|
+
</zeroOrMore>
|
|
479
|
+
<zeroOrMore>
|
|
480
|
+
<ref name="issue-title"/>
|
|
481
|
+
</zeroOrMore>
|
|
482
|
+
<zeroOrMore>
|
|
483
|
+
<ref name="issue-sponsor"/>
|
|
484
|
+
</zeroOrMore>
|
|
485
|
+
<optional>
|
|
486
|
+
<ref name="issue-part"/>
|
|
487
|
+
</optional>
|
|
488
|
+
<zeroOrMore>
|
|
489
|
+
<ref name="isbn"/>
|
|
490
|
+
</zeroOrMore>
|
|
491
|
+
<optional>
|
|
492
|
+
<ref name="supplement"/>
|
|
493
|
+
</optional>
|
|
494
|
+
<optional>
|
|
495
|
+
<choice>
|
|
496
|
+
<group>
|
|
497
|
+
<ref name="fpage"/>
|
|
498
|
+
<optional>
|
|
499
|
+
<ref name="lpage"/>
|
|
500
|
+
</optional>
|
|
501
|
+
<optional>
|
|
502
|
+
<ref name="page-range"/>
|
|
503
|
+
</optional>
|
|
504
|
+
</group>
|
|
505
|
+
<ref name="elocation-id"/>
|
|
506
|
+
</choice>
|
|
507
|
+
</optional>
|
|
508
|
+
<zeroOrMore>
|
|
509
|
+
<choice>
|
|
510
|
+
<ref name="address-link.class"/>
|
|
511
|
+
<ref name="product"/>
|
|
512
|
+
<ref name="supplementary-material"/>
|
|
513
|
+
</choice>
|
|
514
|
+
</zeroOrMore>
|
|
515
|
+
<optional>
|
|
516
|
+
<ref name="history"/>
|
|
517
|
+
</optional>
|
|
518
|
+
<optional>
|
|
519
|
+
<ref name="permissions"/>
|
|
520
|
+
</optional>
|
|
521
|
+
<zeroOrMore>
|
|
522
|
+
<ref name="self-uri"/>
|
|
523
|
+
</zeroOrMore>
|
|
524
|
+
<zeroOrMore>
|
|
525
|
+
<ref name="related-article"/>
|
|
526
|
+
</zeroOrMore>
|
|
527
|
+
<zeroOrMore>
|
|
528
|
+
<ref name="abstract"/>
|
|
529
|
+
</zeroOrMore>
|
|
530
|
+
<zeroOrMore>
|
|
531
|
+
<ref name="trans-abstract"/>
|
|
532
|
+
</zeroOrMore>
|
|
533
|
+
<zeroOrMore>
|
|
534
|
+
<ref name="kwd-group"/>
|
|
535
|
+
</zeroOrMore>
|
|
536
|
+
<zeroOrMore>
|
|
537
|
+
<ref name="funding-group"/>
|
|
538
|
+
</zeroOrMore>
|
|
539
|
+
<zeroOrMore>
|
|
540
|
+
<ref name="conference"/>
|
|
541
|
+
</zeroOrMore>
|
|
542
|
+
<optional>
|
|
543
|
+
<ref name="counts"/>
|
|
544
|
+
</optional>
|
|
545
|
+
<optional>
|
|
546
|
+
<ref name="custom-meta-group"/>
|
|
547
|
+
</optional>
|
|
548
|
+
</define>
|
|
549
|
+
<!-- CONFERENCE MODEL -->
|
|
550
|
+
<!--
|
|
551
|
+
The content model of the <conference>
|
|
552
|
+
element
|
|
553
|
+
-->
|
|
554
|
+
<define name="conference-model">
|
|
555
|
+
<ref name="conf-date"/>
|
|
556
|
+
<oneOrMore>
|
|
557
|
+
<choice>
|
|
558
|
+
<ref name="conf-name"/>
|
|
559
|
+
<ref name="conf-acronym"/>
|
|
560
|
+
</choice>
|
|
561
|
+
</oneOrMore>
|
|
562
|
+
<optional>
|
|
563
|
+
<ref name="conf-num"/>
|
|
564
|
+
</optional>
|
|
565
|
+
<optional>
|
|
566
|
+
<ref name="conf-loc"/>
|
|
567
|
+
</optional>
|
|
568
|
+
<zeroOrMore>
|
|
569
|
+
<ref name="conf-sponsor"/>
|
|
570
|
+
</zeroOrMore>
|
|
571
|
+
<optional>
|
|
572
|
+
<ref name="conf-theme"/>
|
|
573
|
+
</optional>
|
|
574
|
+
</define>
|
|
575
|
+
<!-- CONTRIBUTOR MODEL -->
|
|
576
|
+
<!-- Content model for the <contrib> element -->
|
|
577
|
+
<define name="contrib-model">
|
|
578
|
+
<zeroOrMore>
|
|
579
|
+
<ref name="name.class"/>
|
|
580
|
+
</zeroOrMore>
|
|
581
|
+
<zeroOrMore>
|
|
582
|
+
<ref name="degree.class"/>
|
|
583
|
+
</zeroOrMore>
|
|
584
|
+
<zeroOrMore>
|
|
585
|
+
<ref name="contrib-info.class"/>
|
|
586
|
+
</zeroOrMore>
|
|
587
|
+
</define>
|
|
588
|
+
<!-- DATE ELEMENTS MODEL -->
|
|
589
|
+
<!--
|
|
590
|
+
The content models for elements that describe
|
|
591
|
+
dates, such as Publication Date <pub-date> and
|
|
592
|
+
History Dates <date>. The <string-date>
|
|
593
|
+
element holds dates for which months and
|
|
594
|
+
years are not given, for example "first
|
|
595
|
+
quarter", "spring", etc.
|
|
596
|
+
Unlike the base DTD Suite, this <date>
|
|
597
|
+
requires a <year> and may not take a string
|
|
598
|
+
date as an alternative.
|
|
599
|
+
-->
|
|
600
|
+
<define name="date-model">
|
|
601
|
+
<optional>
|
|
602
|
+
<choice>
|
|
603
|
+
<group>
|
|
604
|
+
<optional>
|
|
605
|
+
<ref name="day"/>
|
|
606
|
+
</optional>
|
|
607
|
+
<optional>
|
|
608
|
+
<ref name="month"/>
|
|
609
|
+
</optional>
|
|
610
|
+
</group>
|
|
611
|
+
<ref name="season"/>
|
|
612
|
+
</choice>
|
|
613
|
+
</optional>
|
|
614
|
+
<ref name="year"/>
|
|
615
|
+
</define>
|
|
616
|
+
<!-- DEFINITION LIST: DEFINITION ITEM ELEMENTS -->
|
|
617
|
+
<!-- The content model of a <def-item>. -->
|
|
618
|
+
<define name="def-item-model">
|
|
619
|
+
<ref name="term"/>
|
|
620
|
+
<zeroOrMore>
|
|
621
|
+
<ref name="def"/>
|
|
622
|
+
</zeroOrMore>
|
|
623
|
+
</define>
|
|
624
|
+
<!-- FIGURE-LIKE CONTENT MODEL -->
|
|
625
|
+
<!--
|
|
626
|
+
Content model for the Figure element and any
|
|
627
|
+
similarly structured elements
|
|
628
|
+
Made <label> and <caption> non-repeatable.
|
|
629
|
+
-->
|
|
630
|
+
<!-- FIGURE GROUP MODEL -->
|
|
631
|
+
<!-- Content model for a <fig-group> -->
|
|
632
|
+
<define name="fig-group-model">
|
|
633
|
+
<optional>
|
|
634
|
+
<ref name="label"/>
|
|
635
|
+
</optional>
|
|
636
|
+
<optional>
|
|
637
|
+
<ref name="caption.class"/>
|
|
638
|
+
</optional>
|
|
639
|
+
<zeroOrMore>
|
|
640
|
+
<choice>
|
|
641
|
+
<ref name="access.class"/>
|
|
642
|
+
<ref name="address-link.class"/>
|
|
643
|
+
</choice>
|
|
644
|
+
</zeroOrMore>
|
|
645
|
+
<zeroOrMore>
|
|
646
|
+
<choice>
|
|
647
|
+
<ref name="fig-display.class"/>
|
|
648
|
+
<ref name="just-base-display.class"/>
|
|
649
|
+
</choice>
|
|
650
|
+
</zeroOrMore>
|
|
651
|
+
</define>
|
|
652
|
+
<!-- JOURNAL METADATA MODEL -->
|
|
653
|
+
<!--
|
|
654
|
+
Content model for the journal metadata
|
|
655
|
+
element <journal-meta>
|
|
656
|
+
-->
|
|
657
|
+
<!-- LIST MODEL -->
|
|
658
|
+
<!-- Content model for the <list> element -->
|
|
659
|
+
<define name="list-model">
|
|
660
|
+
<optional>
|
|
661
|
+
<ref name="label"/>
|
|
662
|
+
</optional>
|
|
663
|
+
<optional>
|
|
664
|
+
<ref name="title"/>
|
|
665
|
+
</optional>
|
|
666
|
+
<oneOrMore>
|
|
667
|
+
<ref name="list-item"/>
|
|
668
|
+
</oneOrMore>
|
|
669
|
+
</define>
|
|
670
|
+
<!-- REFERENCE ITEM MODEL -->
|
|
671
|
+
<!-- Content model for the <ref> element -->
|
|
672
|
+
<!-- CONTENT MODEL FOR A STRUCTURAL SECTION -->
|
|
673
|
+
<!--
|
|
674
|
+
The model for a section that requires that a
|
|
675
|
+
either <title> or a <label> (which in some
|
|
676
|
+
journals takes the place of a title) must be
|
|
677
|
+
present. One or the other must be present
|
|
678
|
+
for autogeneration of a Table of Contents or
|
|
679
|
+
other navigation.
|
|
680
|
+
-->
|
|
681
|
+
<!-- TRANSLATED ABSTRACT MODEL -->
|
|
682
|
+
<!--
|
|
683
|
+
Content model for an <trans-abstract>
|
|
684
|
+
element
|
|
685
|
+
-->
|
|
686
|
+
<define name="trans-abstract-model">
|
|
687
|
+
<optional>
|
|
688
|
+
<ref name="label"/>
|
|
689
|
+
</optional>
|
|
690
|
+
<optional>
|
|
691
|
+
<ref name="title"/>
|
|
692
|
+
</optional>
|
|
693
|
+
<zeroOrMore>
|
|
694
|
+
<ref name="p"/>
|
|
695
|
+
</zeroOrMore>
|
|
696
|
+
<zeroOrMore>
|
|
697
|
+
<ref name="sec"/>
|
|
698
|
+
</zeroOrMore>
|
|
699
|
+
</define>
|
|
700
|
+
<!-- ============================================================= -->
|
|
701
|
+
<!-- DUPLICATE ATTRIBUTE DECLARATIONS -->
|
|
702
|
+
<!-- (These are unchanged from the base Suite, -->
|
|
703
|
+
<!-- but are used in attribute over-rides below) -->
|
|
704
|
+
<!-- ============================================================= -->
|
|
705
|
+
<!-- DISPLAY ATTRIBUTES -->
|
|
706
|
+
<!--
|
|
707
|
+
Attributes used for several of the block
|
|
708
|
+
display elements
|
|
709
|
+
-->
|
|
710
|
+
<!-- XLINK LINK ATTRIBUTES -->
|
|
711
|
+
<!--
|
|
712
|
+
Attributes for any element that must be a
|
|
713
|
+
link
|
|
714
|
+
-->
|
|
715
|
+
<!-- MIGHT LINK XLINK ATTRIBUTES -->
|
|
716
|
+
<!--
|
|
717
|
+
Attributes for any element that may be a link
|
|
718
|
+
but need not be one
|
|
719
|
+
-->
|
|
720
|
+
<!-- ============================================================= -->
|
|
721
|
+
<!-- OVER-RIDES OF ATTRIBUTE LISTS -->
|
|
722
|
+
<!-- ============================================================= -->
|
|
723
|
+
<!-- FOOTNOTE TYPE VALUES -->
|
|
724
|
+
<!--
|
|
725
|
+
Used to mark the semantics of the footnote,
|
|
726
|
+
what information does this footnote convey.
|
|
727
|
+
-->
|
|
728
|
+
<define name="fn-types">
|
|
729
|
+
<choice>
|
|
730
|
+
<value>abbr</value>
|
|
731
|
+
<value>com</value>
|
|
732
|
+
<value>con</value>
|
|
733
|
+
<value>conflict</value>
|
|
734
|
+
<value>corresp</value>
|
|
735
|
+
<value>current-aff</value>
|
|
736
|
+
<value>deceased</value>
|
|
737
|
+
<value>edited-by</value>
|
|
738
|
+
<value>equal</value>
|
|
739
|
+
<value>financial-disclosure</value>
|
|
740
|
+
<value>on-leave</value>
|
|
741
|
+
<value>participating-researchers</value>
|
|
742
|
+
<value>presented-at</value>
|
|
743
|
+
<value>presented-by</value>
|
|
744
|
+
<value>present-address</value>
|
|
745
|
+
<value>previously-at</value>
|
|
746
|
+
<value>study-group-members</value>
|
|
747
|
+
<value>supplementary-material</value>
|
|
748
|
+
<value>supported-by</value>
|
|
749
|
+
<value>other</value>
|
|
750
|
+
</choice>
|
|
751
|
+
</define>
|
|
752
|
+
<!-- FOOTNOTE ATTRIBUTES -->
|
|
753
|
+
<!--
|
|
754
|
+
Attribute list for Footnote element
|
|
755
|
+
Unlike base, "fn-type" values have been made
|
|
756
|
+
explicit and removed the symbol attribute
|
|
757
|
+
-->
|
|
758
|
+
<define name="fn-atts">
|
|
759
|
+
<optional>
|
|
760
|
+
<attribute name="id">
|
|
761
|
+
<data type="ID"/>
|
|
762
|
+
</attribute>
|
|
763
|
+
</optional>
|
|
764
|
+
<optional>
|
|
765
|
+
<attribute name="fn-type">
|
|
766
|
+
<choice>
|
|
767
|
+
<ref name="fn-types"/>
|
|
768
|
+
</choice>
|
|
769
|
+
</attribute>
|
|
770
|
+
</optional>
|
|
771
|
+
<optional>
|
|
772
|
+
<attribute name="specific-use"/>
|
|
773
|
+
</optional>
|
|
774
|
+
<optional>
|
|
775
|
+
<attribute name="symbol"/>
|
|
776
|
+
</optional>
|
|
777
|
+
<optional>
|
|
778
|
+
<attribute name="xml:lang">
|
|
779
|
+
<data type="NMTOKEN"/>
|
|
780
|
+
</attribute>
|
|
781
|
+
</optional>
|
|
782
|
+
</define>
|
|
783
|
+
<!-- INLINE GRAPHIC ATTRIBUTES -->
|
|
784
|
+
<!--
|
|
785
|
+
Attributes for Inline Graphic
|
|
786
|
+
<inline-graphic>
|
|
787
|
+
-->
|
|
788
|
+
<define name="inline-graphic-atts">
|
|
789
|
+
<optional>
|
|
790
|
+
<attribute name="id">
|
|
791
|
+
<data type="ID"/>
|
|
792
|
+
</attribute>
|
|
793
|
+
</optional>
|
|
794
|
+
<optional>
|
|
795
|
+
<attribute name="content-type"/>
|
|
796
|
+
</optional>
|
|
797
|
+
<optional>
|
|
798
|
+
<attribute name="baseline-shift"/>
|
|
799
|
+
</optional>
|
|
800
|
+
<optional>
|
|
801
|
+
<attribute name="mimetype"/>
|
|
802
|
+
</optional>
|
|
803
|
+
<optional>
|
|
804
|
+
<attribute name="mime-subtype"/>
|
|
805
|
+
</optional>
|
|
806
|
+
<optional>
|
|
807
|
+
<attribute name="specific-use"/>
|
|
808
|
+
</optional>
|
|
809
|
+
<optional>
|
|
810
|
+
<attribute name="xml:lang">
|
|
811
|
+
<data type="NMTOKEN"/>
|
|
812
|
+
</attribute>
|
|
813
|
+
</optional>
|
|
814
|
+
<ref name="link-atts"/>
|
|
815
|
+
</define>
|
|
816
|
+
<!-- PERSON GROUP ATTRIBUTES -->
|
|
817
|
+
<!-- Attributes for the <person-group> element -->
|
|
818
|
+
<define name="person-group-atts">
|
|
819
|
+
<optional>
|
|
820
|
+
<attribute name="id">
|
|
821
|
+
<data type="ID"/>
|
|
822
|
+
</attribute>
|
|
823
|
+
</optional>
|
|
824
|
+
<optional>
|
|
825
|
+
<attribute name="person-group-type">
|
|
826
|
+
<choice>
|
|
827
|
+
<value>allauthors</value>
|
|
828
|
+
<value>assignee</value>
|
|
829
|
+
<value>author</value>
|
|
830
|
+
<value>compiler</value>
|
|
831
|
+
<value>director</value>
|
|
832
|
+
<value>editor</value>
|
|
833
|
+
<value>guest-editor</value>
|
|
834
|
+
<value>inventor</value>
|
|
835
|
+
<value>translator</value>
|
|
836
|
+
<value>transed</value>
|
|
837
|
+
</choice>
|
|
838
|
+
</attribute>
|
|
839
|
+
</optional>
|
|
840
|
+
<optional>
|
|
841
|
+
<attribute name="specific-use"/>
|
|
842
|
+
</optional>
|
|
843
|
+
<optional>
|
|
844
|
+
<attribute name="xml:lang">
|
|
845
|
+
<data type="NMTOKEN"/>
|
|
846
|
+
</attribute>
|
|
847
|
+
</optional>
|
|
848
|
+
</define>
|
|
849
|
+
</grammar>
|
|
850
|
+
<!-- SECTION ATTRIBUTES -->
|
|
851
|
+
<!-- Attribute list for Section element -->
|
|
852
|
+
<!-- ================== End Publishing Content/ATT Override ====== -->
|