ojxv 0.0.2 → 1.0.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/README.md +77 -2
- data/lib/ojxv/crossref_metadata_file.rb +49 -0
- data/lib/ojxv/jats_file.rb +64 -0
- data/lib/ojxv/schemas/crossref/AccessIndicators.xsd +64 -0
- data/lib/ojxv/schemas/crossref/JATS-journalpublishing1-3d2-mathml3-elements.xsd +10130 -0
- data/lib/ojxv/schemas/crossref/JATS-journalpublishing1-3d2-mathml3.xsd +48 -0
- data/lib/ojxv/schemas/crossref/JATS-journalpublishing1-elements.xsd +8705 -0
- data/lib/ojxv/schemas/crossref/JATS-journalpublishing1-mathml3-elements.xsd +8608 -0
- data/lib/ojxv/schemas/crossref/JATS-journalpublishing1-mathml3.xsd +49 -0
- data/lib/ojxv/schemas/crossref/JATS-journalpublishing1.xsd +6176 -0
- data/lib/ojxv/schemas/crossref/NLM.JATS2CrossRef.v1.0.xsl +554 -0
- data/lib/ojxv/schemas/crossref/NLM2CrossRef.xsl +577 -0
- data/lib/ojxv/schemas/crossref/OAI-PMH.cr.xsd +280 -0
- data/lib/ojxv/schemas/crossref/OAI-PMH.xsd +317 -0
- data/lib/ojxv/schemas/crossref/clinicaltrials.xsd +61 -0
- data/lib/ojxv/schemas/crossref/common4.8.0.xsd +1606 -0
- data/lib/ojxv/schemas/crossref/common4.8.1.xsd +1606 -0
- data/lib/ojxv/schemas/crossref/common5.1.0.xsd +1606 -0
- data/lib/ojxv/schemas/crossref/common5.2.0.xsd +1606 -0
- data/lib/ojxv/schemas/crossref/common5.3.0.xsd +1606 -0
- data/lib/ojxv/schemas/crossref/common5.3.1.xsd +1606 -0
- data/lib/ojxv/schemas/crossref/crossref4.8.0.xsd +2042 -0
- data/lib/ojxv/schemas/crossref/crossref4.8.1.xsd +2042 -0
- data/lib/ojxv/schemas/crossref/crossref5.1.0.xsd +2075 -0
- data/lib/ojxv/schemas/crossref/crossref5.2.0.xsd +2077 -0
- data/lib/ojxv/schemas/crossref/crossref5.3.0.xsd +2065 -0
- data/lib/ojxv/schemas/crossref/crossref5.3.1.xsd +2065 -0
- data/lib/ojxv/schemas/crossref/crossref_citations_1.0.0.xsd +48 -0
- data/lib/ojxv/schemas/crossref/crossref_output3.0.0.xsd +1124 -0
- data/lib/ojxv/schemas/crossref/crossref_output3.0.1.xsd +1949 -0
- data/lib/ojxv/schemas/crossref/crossref_query_input1.0.xsd +587 -0
- data/lib/ojxv/schemas/crossref/crossref_query_input2.0.xsd +845 -0
- data/lib/ojxv/schemas/crossref/crossref_query_output1.0.xsd +499 -0
- data/lib/ojxv/schemas/crossref/crossref_query_output2.0.xsd +1052 -0
- data/lib/ojxv/schemas/crossref/crossref_query_output3.0.xsd +1169 -0
- data/lib/ojxv/schemas/crossref/fundref.xsd +85 -0
- data/lib/ojxv/schemas/crossref/fundrefoutput.xsd +38 -0
- data/lib/ojxv/schemas/crossref/grant_id0.0.1.xsd +1076 -0
- data/lib/ojxv/schemas/crossref/grant_id0.0.2.xsd +1076 -0
- data/lib/ojxv/schemas/crossref/grant_id0.1.0.xsd +1077 -0
- data/lib/ojxv/schemas/crossref/module-ali.xsd +47 -0
- data/lib/ojxv/schemas/crossref/oai-identifier.xsd +47 -0
- data/lib/ojxv/schemas/crossref/openAI.xsd +24 -0
- data/lib/ojxv/schemas/crossref/relations.xsd +426 -0
- data/lib/ojxv/schemas/crossref/rfc1807.xsd +53 -0
- data/lib/ojxv/schemas/crossref/standard-modules/mathml3/mathml3-common.xsd +101 -0
- data/lib/ojxv/schemas/crossref/standard-modules/mathml3/mathml3-content.xsd +683 -0
- data/lib/ojxv/schemas/crossref/standard-modules/mathml3/mathml3-presentation.xsd +2092 -0
- data/lib/ojxv/schemas/crossref/standard-modules/mathml3/mathml3-strict-content.xsd +186 -0
- data/lib/ojxv/schemas/crossref/standard-modules/mathml3/mathml3.xsd +9 -0
- data/lib/ojxv/schemas/crossref/standard-modules/mathml3/module-ali.xsd +47 -0
- data/lib/ojxv/schemas/crossref/standard-modules/module-ali.xsd +47 -0
- data/lib/ojxv/schemas/crossref/standard-modules/xlink.xsd +100 -0
- data/lib/ojxv/schemas/crossref/standard-modules/xml.xsd +287 -0
- data/lib/ojxv/schemas/crossref/unixref1.0.xsd +2433 -0
- data/lib/ojxv/schemas/crossref/unixref1.1.xsd +3240 -0
- data/lib/ojxv/schemas/crossref/xml.xsd +287 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-XHTMLtablesetup1.ent +342 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archive-oasis-article1.dtd +734 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archive-oasis-custom-classes1.ent +271 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archive-oasis-custom-modules1.ent +221 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archivearticle1.dtd +695 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archivecustom-classes1.ent +242 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archivecustom-mixes1.ent +357 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archivecustom-models1.ent +1119 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-archivecustom-modules1.ent +216 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-articleauthcustom-classes1.ent +306 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-articleauthcustom-mixes1.ent +278 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-articleauthcustom-models1.ent +1032 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-articleauthcustom-modules1.ent +200 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-articleauthoring1.dtd +519 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-articlemeta1.ent +1663 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-backmatter1.ent +318 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-chars1.ent +455 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-common1.ent +3622 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-default-classes1.ent +1049 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-default-mixes1.ent +390 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-display1.ent +837 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-format1.ent +551 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-funding1.ent +467 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalmeta1.ent +371 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpub-oasis-custom-classes1.ent +291 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpub-oasis-custom-modules1.ent +222 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpubcustom-classes1.ent +258 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpubcustom-mixes1.ent +195 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpubcustom-models1.ent +752 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpubcustom-modules1.ent +201 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpublishing-oasis-article1.dtd +718 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-journalpublishing1.dtd +691 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-link1.ent +344 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-list1.ent +403 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-math1.ent +318 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-mathmlsetup1.ent +281 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-modules1.ent +481 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-nlmcitation1.ent +215 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-notat1.ent +208 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-oasis-namespace1.ent +181 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-oasis-tablesetup1.ent +295 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-para1.ent +395 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-phrase1.ent +431 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-publishing1.dtd +691 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-references1.ent +1001 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-related-object1.ent +214 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-section1.ent +238 -0
- data/lib/ojxv/schemas/jats/1.0/JATS-xmlspecchars1.ent +343 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.0/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.0/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.0/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.0/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.0/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.0/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.0/oasis-exchange.ent +399 -0
- data/lib/ojxv/schemas/jats/1.0/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.0/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.0/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.0/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.0/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-ali-namespace1.ent +154 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archive-oasis-article1-mathml3.dtd +911 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archive-oasis-article1.dtd +894 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archive-oasis-custom-classes1.ent +326 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archive-oasis-custom-modules1.ent +269 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archivearticle1-mathml3.dtd +867 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archivearticle1.dtd +854 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archivecustom-classes1.ent +291 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archivecustom-models1.ent +1339 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-archivecustom-modules1.ent +266 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-articleauthcustom-classes1.ent +384 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-articleauthcustom-mixes1.ent +321 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-articleauthcustom-models1.ent +1269 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-articleauthcustom-modules1.ent +249 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-articleauthoring1-mathml3.dtd +669 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-articleauthoring1.dtd +655 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-articlemeta1.ent +1817 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-backmatter1.ent +393 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-chars1.ent +525 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-common-atts1.ent +221 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-common1.ent +4273 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-default-classes1.ent +1277 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-default-mixes1.ent +455 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-display1.ent +1000 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-format1.ent +858 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-funding1.ent +547 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalmeta1.ent +454 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpub-oasis-custom-classes1.ent +378 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpub-oasis-custom-modules1.ent +270 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpubcustom-classes1.ent +337 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpubcustom-mixes1.ent +258 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpubcustom-models1.ent +979 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpubcustom-modules1.ent +261 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpublishing-oasis-article1-mathml3.dtd +889 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpublishing-oasis-article1.dtd +872 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpublishing1-mathml3.dtd +861 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-journalpublishing1.dtd +845 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-link1.ent +416 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-list1.ent +494 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-math1.ent +402 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-mathml3-mathmlsetup1.ent +350 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-mathml3-modules1.ent +190 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-mathmlsetup1.ent +348 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-modules1.ent +584 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-nlmcitation1.ent +285 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-notat1.ent +269 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-oasis-namespace1.ent +223 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-oasis-tablesetup1.ent +409 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-para1.ent +481 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-phrase1.ent +502 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-publishing1.dtd +845 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-references1.ent +1205 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-related-object1.ent +283 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-section1.ent +324 -0
- data/lib/ojxv/schemas/jats/1.1/JATS-xmlspecchars1.ent +389 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.1/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.1/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.1/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.1/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.1/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.1/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.1/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.1/oasis-exchange.ent +449 -0
- data/lib/ojxv/schemas/jats/1.1/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.1/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.1/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.1/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.1/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-XHTMLtablesetup1.ent +421 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archive-oasis-article1-mathml3.dtd +829 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archive-oasis-article1.dtd +813 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archive-oasis-custom-classes1.ent +277 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archive-oasis-custom-modules1.ent +221 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archivearticle1-mathml3.dtd +791 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archivearticle1.dtd +775 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archivecustom-classes1.ent +242 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archivecustom-mixes1.ent +372 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archivecustom-models1.ent +1241 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-archivecustom-modules1.ent +216 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-articleauthcustom-classes1.ent +340 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-articleauthcustom-mixes1.ent +278 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-articleauthcustom-models1.ent +1172 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-articleauthcustom-modules1.ent +200 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-articleauthoring1-mathml3.dtd +604 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-articleauthoring1.dtd +589 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-articlemeta1.ent +1766 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-backmatter1.ent +347 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-chars1.ent +478 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-common-atts1.ent +178 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-common1.ent +3947 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-default-classes1.ent +1186 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-default-mixes1.ent +406 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-display1.ent +952 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-format1.ent +798 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-funding1.ent +499 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalmeta1.ent +407 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpub-oasis-custom-classes1.ent +329 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpub-oasis-custom-modules1.ent +222 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpubcustom-classes1.ent +275 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpubcustom-mixes1.ent +195 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpubcustom-models1.ent +895 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpubcustom-modules1.ent +201 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpublishing-oasis-article1-mathml3.dtd +810 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpublishing-oasis-article1.dtd +795 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpublishing1-mathml3.dtd +786 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-journalpublishing1.dtd +770 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-link1.ent +364 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-list1.ent +443 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-math1.ent +347 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-mathml3-mathmlsetup1.ent +303 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-mathml3-modules1.ent +129 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-mathmlsetup1.ent +295 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-modules1.ent +521 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-nlmcitation1.ent +236 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-notat1.ent +208 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-oasis-namespace1.ent +181 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-oasis-tablesetup1.ent +355 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-para1.ent +428 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-phrase1.ent +454 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-publishing1.dtd +770 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-references1.ent +1052 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-related-object1.ent +235 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-section1.ent +278 -0
- data/lib/ojxv/schemas/jats/1.1d1/JATS-xmlspecchars1.ent +343 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1d1/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.1d1/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.1d1/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.1d1/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.1d1/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.1d1/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.1d1/mathml3.dtd +1673 -0
- data/lib/ojxv/schemas/jats/1.1d1/oasis-exchange.ent +399 -0
- data/lib/ojxv/schemas/jats/1.1d1/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.1d1/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.1d1/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.1d1/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.1d1/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-XHTMLtablesetup1.ent +456 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archive-oasis-article1-mathml3.dtd +856 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archive-oasis-article1.dtd +840 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archive-oasis-custom-classes1.ent +292 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archive-oasis-custom-modules1.ent +236 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archivearticle1-mathml3.dtd +816 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archivearticle1.dtd +802 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archivecustom-classes1.ent +257 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archivecustom-mixes1.ent +386 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archivecustom-models1.ent +1299 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-archivecustom-modules1.ent +232 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-articleauthcustom-classes1.ent +355 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-articleauthcustom-mixes1.ent +293 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-articleauthcustom-models1.ent +1233 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-articleauthcustom-modules1.ent +215 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-articleauthoring1-mathml3.dtd +620 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-articleauthoring1.dtd +605 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-articlemeta1.ent +1784 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-backmatter1.ent +362 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-chars1.ent +493 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-common-atts1.ent +193 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-common1.ent +4138 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-default-classes1.ent +1228 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-default-mixes1.ent +421 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-display1.ent +967 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-format1.ent +824 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-funding1.ent +514 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalmeta1.ent +422 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpub-oasis-custom-classes1.ent +344 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpub-oasis-custom-modules1.ent +237 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpubcustom-classes1.ent +304 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpubcustom-mixes1.ent +224 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpubcustom-models1.ent +946 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpubcustom-modules1.ent +229 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpublishing-oasis-article1-mathml3.dtd +837 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpublishing-oasis-article1.dtd +822 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpublishing1-mathml3.dtd +813 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-journalpublishing1.dtd +797 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-link1.ent +382 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-list1.ent +462 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-math1.ent +368 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-mathml3-mathmlsetup1.ent +316 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-mathml3-modules1.ent +158 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-mathmlsetup1.ent +314 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-modules1.ent +536 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-nlmcitation1.ent +252 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-notat1.ent +237 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-oasis-namespace1.ent +196 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-oasis-tablesetup1.ent +376 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-para1.ent +447 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-phrase1.ent +469 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-publishing1.dtd +797 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-references1.ent +1175 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-related-object1.ent +250 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-section1.ent +293 -0
- data/lib/ojxv/schemas/jats/1.1d2/JATS-xmlspecchars1.ent +357 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1d2/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.1d2/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.1d2/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.1d2/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.1d2/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.1d2/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.1d2/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.1d2/oasis-exchange.ent +414 -0
- data/lib/ojxv/schemas/jats/1.1d2/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.1d2/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.1d2/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.1d2/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.1d2/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-XHTMLtablesetup1.ent +472 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-ali-namespace1.ent +145 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archive-oasis-article1-mathml3.dtd +893 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archive-oasis-article1.dtd +877 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archive-oasis-custom-classes1.ent +309 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archive-oasis-custom-modules1.ent +253 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archivearticle1-mathml3.dtd +850 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archivearticle1.dtd +836 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archivecustom-classes1.ent +274 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archivecustom-mixes1.ent +403 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archivecustom-models1.ent +1316 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-archivecustom-modules1.ent +249 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-articleauthcustom-classes1.ent +372 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-articleauthcustom-mixes1.ent +310 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-articleauthcustom-models1.ent +1250 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-articleauthcustom-modules1.ent +232 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-articleauthoring1-mathml3.dtd +652 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-articleauthoring1.dtd +638 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-articlemeta1.ent +1801 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-backmatter1.ent +379 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-chars1.ent +510 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-common-atts1.ent +210 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-common1.ent +4256 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-default-classes1.ent +1260 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-default-mixes1.ent +438 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-display1.ent +983 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-format1.ent +842 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-funding1.ent +531 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalmeta1.ent +439 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpub-oasis-custom-classes1.ent +362 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpub-oasis-custom-modules1.ent +253 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpubcustom-classes1.ent +320 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpubcustom-mixes1.ent +241 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpubcustom-models1.ent +962 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpubcustom-modules1.ent +245 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpublishing-oasis-article1-mathml3.dtd +872 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpublishing-oasis-article1.dtd +856 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpublishing1-mathml3.dtd +844 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-journalpublishing1.dtd +828 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-link1.ent +398 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-list1.ent +478 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-math1.ent +384 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-mathml3-mathmlsetup1.ent +332 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-mathml3-modules1.ent +174 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-mathmlsetup1.ent +330 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-modules1.ent +566 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-nlmcitation1.ent +268 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-notat1.ent +252 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-oasis-namespace1.ent +212 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-oasis-tablesetup1.ent +391 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-para1.ent +463 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-phrase1.ent +484 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-publishing1.dtd +828 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-references1.ent +1190 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-related-object1.ent +266 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-section1.ent +307 -0
- data/lib/ojxv/schemas/jats/1.1d3/JATS-xmlspecchars1.ent +373 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.1d3/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.1d3/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.1d3/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.1d3/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.1d3/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.1d3/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.1d3/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.1d3/oasis-exchange.ent +439 -0
- data/lib/ojxv/schemas/jats/1.1d3/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.1d3/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.1d3/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.1d3/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.1d3/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.2/BITS-embedded-index2.ent +323 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-XHTMLtablesetup1.ent +587 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-ali-namespace1.ent +240 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archive-oasis-article1-mathml3.dtd +1055 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archive-oasis-article1.dtd +1044 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archive-oasis-custom-classes1.ent +414 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archive-oasis-custom-modules1.ent +353 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archivearticle1-mathml3.dtd +1006 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archivearticle1.dtd +988 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archivecustom-classes1.ent +377 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archivecustom-mixes1.ent +506 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archivecustom-models1.ent +1483 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-archivecustom-modules1.ent +351 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-articleauthcustom-classes1.ent +472 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-articleauthcustom-mixes1.ent +412 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-articleauthcustom-models1.ent +1414 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-articleauthcustom-modules1.ent +334 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-articleauthoring1-mathml3.dtd +784 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-articleauthoring1.dtd +768 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-articlemeta1.ent +2251 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-backmatter1.ent +479 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-chars1.ent +611 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-common-atts1.ent +307 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-common1.ent +4457 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-default-classes1.ent +1426 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-default-mixes1.ent +541 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-display1.ent +1147 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-format1.ent +944 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-funding1.ent +963 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalmeta1.ent +540 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpub-oasis-custom-classes1.ent +461 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpub-oasis-custom-modules1.ent +356 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpubcustom-classes1.ent +417 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpubcustom-mixes1.ent +343 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpubcustom-models1.ent +1139 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpubcustom-modules1.ent +347 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpublishing-oasis-article1-mathml3.dtd +1035 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpublishing-oasis-article1.dtd +1017 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpublishing1-mathml3.dtd +1006 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-journalpublishing1.dtd +989 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-link1.ent +511 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-list1.ent +602 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-math1.ent +492 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-mathml3-mathmlsetup1.ent +436 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-mathml3-modules1.ent +276 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-mathmlsetup1.ent +434 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-modules1.ent +696 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-nlmcitation1.ent +371 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-notat1.ent +354 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-oasis-namespace1.ent +309 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-oasis-tablesetup1.ent +495 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-para1.ent +582 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-phrase1.ent +607 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-publishing1.dtd +989 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-references1.ent +1328 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-related-object1.ent +369 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-section1.ent +410 -0
- data/lib/ojxv/schemas/jats/1.2/JATS-xmlspecchars1.ent +475 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.2/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.2/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.2/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.2/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.2/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.2/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.2/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.2/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.2/oasis-exchange.ent +487 -0
- data/lib/ojxv/schemas/jats/1.2/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.2/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.2/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.2/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.2/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-XHTMLtablesetup1.ent +516 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-ali-namespace1.ent +169 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archive-oasis-article1-mathml3.dtd +950 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archive-oasis-article1.dtd +940 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archive-oasis-custom-classes1.ent +341 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archive-oasis-custom-modules1.ent +283 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archivearticle1-mathml3.dtd +907 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archivearticle1.dtd +889 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archivecustom-classes1.ent +306 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archivecustom-mixes1.ent +435 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archivecustom-models1.ent +1379 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-archivecustom-modules1.ent +280 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-articleauthcustom-classes1.ent +391 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-articleauthcustom-mixes1.ent +341 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-articleauthcustom-models1.ent +1278 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-articleauthcustom-modules1.ent +264 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-articleauthoring1-mathml3.dtd +694 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-articleauthoring1.dtd +679 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-articlemeta1.ent +2120 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-backmatter1.ent +408 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-chars1.ent +540 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-common-atts1.ent +236 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-common1.ent +4300 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-default-classes1.ent +1339 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-default-mixes1.ent +470 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-display1.ent +1022 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-format1.ent +873 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-funding1.ent +562 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalmeta1.ent +469 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpub-oasis-custom-classes1.ent +387 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpub-oasis-custom-modules1.ent +285 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpubcustom-classes1.ent +346 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpubcustom-mixes1.ent +273 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpubcustom-models1.ent +1008 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpubcustom-modules1.ent +276 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpublishing-oasis-article1-mathml3.dtd +930 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpublishing-oasis-article1.dtd +912 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpublishing1-mathml3.dtd +901 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-journalpublishing1.dtd +883 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-link1.ent +415 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-list1.ent +526 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-math1.ent +421 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-mathml3-mathmlsetup1.ent +365 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-mathml3-modules1.ent +205 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-mathmlsetup1.ent +363 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-modules1.ent +609 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-nlmcitation1.ent +300 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-notat1.ent +284 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-oasis-namespace1.ent +238 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-oasis-tablesetup1.ent +424 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-para1.ent +510 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-phrase1.ent +536 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-publishing1.dtd +883 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-references1.ent +1249 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-related-object1.ent +298 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-section1.ent +339 -0
- data/lib/ojxv/schemas/jats/1.2d1/JATS-xmlspecchars1.ent +404 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.2d1/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.2d1/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.2d1/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.2d1/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.2d1/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.2d1/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.2d1/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.2d1/oasis-exchange.ent +449 -0
- data/lib/ojxv/schemas/jats/1.2d1/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.2d1/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.2d1/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.2d1/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.2d1/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.2d2/BITS-embedded-index2.ent +323 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-XHTMLtablesetup1.ent +555 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-ali-namespace1.ent +210 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archive-oasis-article1-mathml3.dtd +1022 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archive-oasis-article1.dtd +1010 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archive-oasis-custom-classes1.ent +384 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archive-oasis-custom-modules1.ent +323 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archivearticle1-mathml3.dtd +973 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archivearticle1.dtd +956 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archivecustom-classes1.ent +346 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archivecustom-mixes1.ent +475 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archivecustom-models1.ent +1452 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-archivecustom-modules1.ent +320 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-articleauthcustom-classes1.ent +442 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-articleauthcustom-mixes1.ent +382 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-articleauthcustom-models1.ent +1382 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-articleauthcustom-modules1.ent +305 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-articleauthoring1-mathml3.dtd +752 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-articleauthoring1.dtd +737 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-articlemeta1.ent +2221 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-backmatter1.ent +449 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-chars1.ent +581 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-common-atts1.ent +277 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-common1.ent +4427 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-default-classes1.ent +1396 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-default-mixes1.ent +511 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-display1.ent +1116 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-format1.ent +913 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-funding1.ent +904 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalmeta1.ent +510 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpub-oasis-custom-classes1.ent +430 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpub-oasis-custom-modules1.ent +326 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpubcustom-classes1.ent +387 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpubcustom-mixes1.ent +313 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpubcustom-models1.ent +1109 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpubcustom-modules1.ent +316 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpublishing-oasis-article1-mathml3.dtd +1002 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpublishing-oasis-article1.dtd +984 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpublishing1-mathml3.dtd +973 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-journalpublishing1.dtd +957 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-link1.ent +480 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-list1.ent +572 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-math1.ent +461 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-mathml3-mathmlsetup1.ent +406 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-mathml3-modules1.ent +246 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-mathmlsetup1.ent +404 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-modules1.ent +666 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-nlmcitation1.ent +341 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-notat1.ent +325 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-oasis-namespace1.ent +279 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-oasis-tablesetup1.ent +465 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-para1.ent +551 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-phrase1.ent +577 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-publishing1.dtd +957 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-references1.ent +1297 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-related-object1.ent +339 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-section1.ent +378 -0
- data/lib/ojxv/schemas/jats/1.2d2/JATS-xmlspecchars1.ent +443 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.2d2/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.2d2/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.2d2/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.2d2/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.2d2/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.2d2/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.2d2/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.2d2/oasis-exchange.ent +447 -0
- data/lib/ojxv/schemas/jats/1.2d2/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.2d2/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.2d2/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.2d2/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.2d2/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.3/BITS-embedded-index2.ent +308 -0
- data/lib/ojxv/schemas/jats/1.3/BITS-question-answer2.ent +531 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-XHTMLtablesetup1-3.ent +629 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-ali-namespace1-3.ent +293 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-articlemeta1-3.ent +2552 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-backmatter1-3.ent +540 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-chars1-3.ent +664 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-common-atts1-3.ent +360 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-common1-3.ent +4659 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-default-classes1-3.ent +1595 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-default-mixes1-3.ent +630 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-display1-3.ent +1299 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-format1-3.ent +997 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-funding1-3.ent +1100 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalmeta1-3.ent +593 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpub-oasis-custom-classes1-3.ent +504 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpub-oasis-custom-modules1-3.ent +410 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpubcustom-classes1-3.ent +467 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpubcustom-mixes1-3.ent +397 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpubcustom-models1-3.ent +1341 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpubcustom-modules1-3.ent +404 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpublishing-oasis-article1-3-mathml3.dtd +1137 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-journalpublishing1-3-mathml3.dtd +1105 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-link1-3.ent +604 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-list1-3.ent +663 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-math1-3.ent +563 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-mathml3-mathmlsetup1-3.ent +493 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-mathml3-modules1-3.ent +333 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-modules1-3.ent +769 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-nlmcitation1-3.ent +428 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-notat1-3.ent +412 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-oasis-namespace1-3.ent +366 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-oasis-tablesetup1-3.ent +552 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-para1-3.ent +648 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-phrase1-3.ent +664 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-publishing1.dtd +1105 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-references1-3.ent +1428 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-related-object1-3.ent +435 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-section1-3.ent +463 -0
- data/lib/ojxv/schemas/jats/1.3/JATS-xmlspecchars1-3.ent +528 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.3/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.3/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.3/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.3/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.3/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.3/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.3/oasis-exchange.ent +484 -0
- data/lib/ojxv/schemas/jats/1.3/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.3/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.3/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.3/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.3/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/schemas/jats/1.3d1/BITS-embedded-index2.ent +323 -0
- data/lib/ojxv/schemas/jats/1.3d1/BITS-question-answer2.ent +545 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-XHTMLtablesetup1.ent +605 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-ali-namespace1.ent +258 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archive-oasis-article1-mathml3.dtd +1083 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archive-oasis-article1.dtd +1072 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archive-oasis-custom-classes1.ent +416 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archive-oasis-custom-modules1.ent +371 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archivearticle1-mathml3.dtd +1034 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archivearticle1.dtd +1016 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archivecustom-classes1.ent +383 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archivecustom-mixes1.ent +561 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archivecustom-models1.ent +1493 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-archivecustom-modules1.ent +369 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-articleauthcustom-classes1.ent +534 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-articleauthcustom-mixes1.ent +437 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-articleauthcustom-models1.ent +1441 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-articleauthcustom-modules1.ent +352 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-articleauthoring1-mathml3.dtd +812 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-articleauthoring1.dtd +796 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-articlemeta1.ent +2303 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-backmatter1.ent +502 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-chars1.ent +629 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-common-atts1.ent +325 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-common1.ent +4490 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-default-classes1.ent +1542 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-default-mixes1.ent +587 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-display1.ent +1260 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-format1.ent +962 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-funding1.ent +993 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalmeta1.ent +558 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpub-oasis-custom-classes1.ent +479 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpub-oasis-custom-modules1.ent +374 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpubcustom-classes1.ent +435 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpubcustom-mixes1.ent +359 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpubcustom-models1.ent +1190 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpubcustom-modules1.ent +365 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpublishing-oasis-article1-mathml3.dtd +1063 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpublishing-oasis-article1.dtd +1045 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpublishing1-mathml3.dtd +1034 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-journalpublishing1.dtd +1017 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-link1.ent +529 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-list1.ent +620 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-math1.ent +518 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-mathml3-mathmlsetup1.ent +454 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-mathml3-modules1.ent +294 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-mathmlsetup1.ent +452 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-modules1.ent +730 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-nlmcitation1.ent +389 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-notat1.ent +372 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-oasis-namespace1.ent +327 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-oasis-tablesetup1.ent +513 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-para1.ent +605 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-phrase1.ent +625 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-publishing1.dtd +1017 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-references1.ent +1347 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-related-object1.ent +392 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-section1.ent +428 -0
- data/lib/ojxv/schemas/jats/1.3d1/JATS-xmlspecchars1.ent +493 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isobox.ent +61 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isocyr1.ent +88 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isocyr2.ent +47 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isodia.ent +35 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isolat1.ent +83 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isolat2.ent +142 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isonum.ent +97 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso8879/isopub.ent +105 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isoamsa.ent +167 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isoamsb.ent +143 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isoamsc.ent +43 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isoamsn.ent +114 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isoamso.ent +73 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isoamsr.ent +204 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isogrk3.ent +64 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isomfrk.ent +75 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isomopf.ent +49 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isomscr.ent +75 -0
- data/lib/ojxv/schemas/jats/1.3d1/iso9573-13/isotech.ent +182 -0
- data/lib/ojxv/schemas/jats/1.3d1/mathml/mmlalias.ent +564 -0
- data/lib/ojxv/schemas/jats/1.3d1/mathml/mmlextra.ent +122 -0
- data/lib/ojxv/schemas/jats/1.3d1/mathml2-qname-1.mod +286 -0
- data/lib/ojxv/schemas/jats/1.3d1/mathml2.dtd +2206 -0
- data/lib/ojxv/schemas/jats/1.3d1/mathml3-qname1.mod +294 -0
- data/lib/ojxv/schemas/jats/1.3d1/mathml3.dtd +1682 -0
- data/lib/ojxv/schemas/jats/1.3d1/oasis-exchange.ent +487 -0
- data/lib/ojxv/schemas/jats/1.3d1/xhtml-inlstyle-1.mod +34 -0
- data/lib/ojxv/schemas/jats/1.3d1/xhtml-table-1.mod +333 -0
- data/lib/ojxv/schemas/jats/1.3d1/xmlchars/isogrk1.ent +70 -0
- data/lib/ojxv/schemas/jats/1.3d1/xmlchars/isogrk2.ent +41 -0
- data/lib/ojxv/schemas/jats/1.3d1/xmlchars/isogrk4.ent +66 -0
- data/lib/ojxv/version.rb +1 -1
- data/lib/ojxv.rb +7 -0
- metadata +928 -6
@@ -0,0 +1,3622 @@
|
|
1
|
+
<!-- ============================================================= -->
|
2
|
+
<!-- MODULE: Common (Shared) Elements Module -->
|
3
|
+
<!-- VERSION: ANSI/NISO JATS Version 1.0 (Z39.96-2012) -->
|
4
|
+
<!-- DATE: March 2012 -->
|
5
|
+
<!-- -->
|
6
|
+
<!-- ============================================================= -->
|
7
|
+
|
8
|
+
<!-- ============================================================= -->
|
9
|
+
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
|
10
|
+
<!-- TYPICAL INVOCATION -->
|
11
|
+
<!--
|
12
|
+
"-//NLM//DTD JATS (Z39.96) JATS DTD Suite Common (Shared) Elements Module v1.0 20120330//EN"
|
13
|
+
Delivered as file "JATS-common1.ent" -->
|
14
|
+
<!-- ============================================================= -->
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
<!-- ============================================================= -->
|
19
|
+
<!-- SYSTEM: JATS DTD Suite -->
|
20
|
+
<!-- -->
|
21
|
+
<!-- PURPOSE: Defines the common parameter entities, calls the -->
|
22
|
+
<!-- shared modules (such as special characters and -->
|
23
|
+
<!-- notations) and provides declarations for elements -->
|
24
|
+
<!-- that do not properly fit into one class, since -->
|
25
|
+
<!-- they can be used at more than one structural level-->
|
26
|
+
<!-- -->
|
27
|
+
<!-- MODULES REQUIRED: -->
|
28
|
+
<!-- 1) Standard XML Special Characters Module -->
|
29
|
+
<!-- (%xmlspecchars.ent;) -->
|
30
|
+
<!-- 2) Custom XML Special Characters (%chars.ent;) -->
|
31
|
+
<!-- 3) Notation Declarations (%notat.ent;) -->
|
32
|
+
<!-- -->
|
33
|
+
<!-- TAG SET SPONSOR -->
|
34
|
+
<!-- National Center for Biotechnology -->
|
35
|
+
<!-- Information (NCBI) -->
|
36
|
+
<!-- National Library of Medicine (NLM) -->
|
37
|
+
<!-- -->
|
38
|
+
<!-- CREATED FOR: -->
|
39
|
+
<!-- This module was created for the JATS DTD Suite. -->
|
40
|
+
<!-- Digital archives and publishers may use the -->
|
41
|
+
<!-- DTD as is for markup of journal literature or -->
|
42
|
+
<!-- related material for archiving and transferring -->
|
43
|
+
<!-- such material between archives or create a -->
|
44
|
+
<!-- custom XML DTD from the Suite for -->
|
45
|
+
<!-- these purposes. -->
|
46
|
+
<!-- -->
|
47
|
+
<!-- This DTD is in the public domain. An organization -->
|
48
|
+
<!-- that wishes to create its own DTD from the suite -->
|
49
|
+
<!-- may do so without permission from NLM. -->
|
50
|
+
<!-- -->
|
51
|
+
<!-- The suite has been set up to be extended using a -->
|
52
|
+
<!-- new DTD file and a new DTD-specific customization -->
|
53
|
+
<!-- module to redefine the many Parameter Entities. -->
|
54
|
+
<!-- Do not modify the suite directly or redistribute -->
|
55
|
+
<!-- modified versions of the suite. -->
|
56
|
+
<!-- -->
|
57
|
+
<!-- In the interest of maintaining consistency and -->
|
58
|
+
<!-- clarity for potential users, NLM requests: -->
|
59
|
+
<!-- -->
|
60
|
+
<!-- 1. If you create a DTD from the JATS DTD Suite -->
|
61
|
+
<!-- and intend to stay compatible with the suite, -->
|
62
|
+
<!-- then please include the following statement -->
|
63
|
+
<!-- as a comment in all of your DTD modules: -->
|
64
|
+
<!-- "Created from, and fully compatible with, -->
|
65
|
+
<!-- the ANSI/NISO Z39.96 Journal Article Tag -->
|
66
|
+
<!-- Suite (JATS)." -->
|
67
|
+
<!-- -->
|
68
|
+
<!-- 2. If you alter one or more modules of the suite, -->
|
69
|
+
<!-- then please rename your version and all its -->
|
70
|
+
<!-- modules to avoid any confusion with the -->
|
71
|
+
<!-- original suite. Also, please include the -->
|
72
|
+
<!-- following statement as a comment in all your -->
|
73
|
+
<!-- DTD modules: -->
|
74
|
+
<!-- "Based in part on, but not fully compatible -->
|
75
|
+
<!-- with, the ANSI/NISO Z39.96 Journal Article -->
|
76
|
+
<!-- Tag Suite (JATS)." -->
|
77
|
+
<!-- -->
|
78
|
+
<!-- ORIGINAL CREATION DATE: -->
|
79
|
+
<!-- December 2002 -->
|
80
|
+
<!-- -->
|
81
|
+
<!-- CREATED BY: Mulberry Technologies, Inc. for the NISO Z39.96 -->
|
82
|
+
<!-- Working Group. Mulberry Technologies was -->
|
83
|
+
<!-- supported by National Center for Biotechnology -->
|
84
|
+
<!-- Information (NCBI), a center of the US National -->
|
85
|
+
<!-- Library of Medicine (NLM). -->
|
86
|
+
<!-- -->
|
87
|
+
<!-- This module is part of the JATS DTD Suite. The -->
|
88
|
+
<!-- Suite is a continuation of work done by NCBI, -->
|
89
|
+
<!-- Mulberry Technologies, and Inera, Inc. on the NLM -->
|
90
|
+
<!-- Journal Archiving and Interchange DTD Suite, which-->
|
91
|
+
<!-- was originally released in December, 2002. -->
|
92
|
+
<!-- -->
|
93
|
+
<!-- NLM thanks the Harvard University Libraries, both -->
|
94
|
+
<!-- for proposing that a draft archiving NLM DTD for -->
|
95
|
+
<!-- life sciences journals be extended to accommodate -->
|
96
|
+
<!-- journals in all disciplines and for sponsoring -->
|
97
|
+
<!-- Inera Inc.'s collaboration with other DTD -->
|
98
|
+
<!-- authors in completing NLM Version 1.0. The -->
|
99
|
+
<!-- Andrew W. Mellon Foundation provided support for -->
|
100
|
+
<!-- these important contributions. -->
|
101
|
+
<!-- -->
|
102
|
+
<!-- Suggestions for refinements and enhancements to -->
|
103
|
+
<!-- this DTD should be sent in email to: -->
|
104
|
+
<!-- jats@ncbi.nlm.nih.gov -->
|
105
|
+
<!-- ============================================================= -->
|
106
|
+
|
107
|
+
|
108
|
+
<!-- ============================================================= -->
|
109
|
+
<!-- DTD VERSION/CHANGE HISTORY -->
|
110
|
+
<!-- ============================================================= -->
|
111
|
+
<!--
|
112
|
+
|
113
|
+
Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
|
114
|
+
|
115
|
+
=============================================================
|
116
|
+
NISO JATS Version 1.0 (DAL/BTU) v1.0 (2012-xx-xx)
|
117
|
+
|
118
|
+
ANSI/NISO Z39.96-2012 (Version 1.0)
|
119
|
+
|
120
|
+
Details concerning ANSI/NISO Z39.96-2012 JATS-based DTDs, XSDs,
|
121
|
+
RNGs and supporting documentation are available at
|
122
|
+
http://jats.nlm.nih.gov/1.0/
|
123
|
+
|
124
|
+
30. CONTRIB-GROUP AND CONTRIB MODULE SHIFT - Moved <contrib>
|
125
|
+
and <contrib-group> to common.ent from the module
|
126
|
+
article-meta.ent, since they are now used
|
127
|
+
in both article metadata and journal metadata.
|
128
|
+
|
129
|
+
29. CONTRIB ID - Added new element <contrib-id> using new PE
|
130
|
+
contrib-id.class, contrib-id-atts, contrib-id-model.
|
131
|
+
Element holds one identifier, such as an ORCID, for a
|
132
|
+
person such as a contributor or principal investigator.
|
133
|
+
|
134
|
+
28. COLLABORATION ALTERNATIVES - Added new element
|
135
|
+
<collab-alternatives> using new PE %collab-alternatives-model;.
|
136
|
+
Element holds different versions (for example, different
|
137
|
+
language renderings) of a single collaboration.
|
138
|
+
|
139
|
+
27. DATE ATTRIBUTES - Added date attributes
|
140
|
+
- to <conf-date> through %conf-date-atts
|
141
|
+
- to <date> through %date-atts
|
142
|
+
- to <string-date> through %string-date-atts
|
143
|
+
- to <year> through %year-atts
|
144
|
+
|
145
|
+
a) @iso-8601-date - ISO 8601 standard date format
|
146
|
+
of the publication date. Format YYYY-MM-DDThh:mm:ss
|
147
|
+
|
148
|
+
b) @calendar - Name of the calendar used (@calendar) in
|
149
|
+
naming this publication date (such as "Gregorian",
|
150
|
+
"Japanese" (Emperor years), or "Islamic").
|
151
|
+
|
152
|
+
c) Added @publication-format, so that both publication
|
153
|
+
dates and history dates can separate the for amt of the
|
154
|
+
publication from the version/lifecycle event. Thus
|
155
|
+
both an "article" and a "manuscript" might be received.
|
156
|
+
|
157
|
+
27. PUBLICATION IDENTIFIER @pub-id-type
|
158
|
+
- Added "std-designation" as value in predefined list
|
159
|
+
for @pub-id-type (%pub-id-types;).
|
160
|
+
- Added new value "arxiv" as value in predefined list
|
161
|
+
for @pub-id-type (%pub-id-types;).
|
162
|
+
"pub-id-types" are used within citations for
|
163
|
+
<object-id> and <pub-id>;
|
164
|
+
used within the article metadata for <article-id>,
|
165
|
+
<issue-id>, and <volume-id>;
|
166
|
+
used within many body elements for <object-id>.
|
167
|
+
|
168
|
+
26. LONG DESCRIPTION - Added the might-link attributes to
|
169
|
+
<long-desc> because of an argument over what <long-desc>
|
170
|
+
should be. The semantic web folks want it to be a URI, the
|
171
|
+
librarians and accessibility (for pronouncing readers) want
|
172
|
+
to find a real description there, not a link. So JATS needs
|
173
|
+
to handle both.
|
174
|
+
|
175
|
+
25. ISSN Linking - Added new element <issn-l> with the usual
|
176
|
+
%issn-elements; and %issn-l-atts;.
|
177
|
+
|
178
|
+
24. MODULE MOVEMENT (from increased reference content)
|
179
|
+
|
180
|
+
a) Element <degrees> - Moved <degrees> and its parameter
|
181
|
+
entities into this module from JATS-article-meta.ent.
|
182
|
+
|
183
|
+
b) Element <supplement> - Moved <supplement> and its parameter
|
184
|
+
entities into this module from JATS-article-meta.ent.
|
185
|
+
|
186
|
+
c) Element <conf-sponsor> - Moved <conf-sponsor> and its parameter
|
187
|
+
entities into this module from JATS-article-meta.ent.
|
188
|
+
|
189
|
+
d) Element <on-behalf-of> - Moved <on-behalf-of> and its parameter
|
190
|
+
entities into this module from JATS-article-meta.ent.
|
191
|
+
|
192
|
+
23. Element <license-p> - Added @content-type, which can hold
|
193
|
+
values such as "open-access", "CCC-statement",
|
194
|
+
"non-commerical-use".
|
195
|
+
|
196
|
+
22. Updated the DTD-version attribute to "1.0" and the formal
|
197
|
+
public identifier to the date: "v1.0 20120330//EN".
|
198
|
+
|
199
|
+
=============================================================
|
200
|
+
Version 0.4 (DAL/BTU) v0.4 (2011-01-31)
|
201
|
+
|
202
|
+
This Tag Set is in the process of becoming a NISO standard.
|
203
|
+
The version numbers are starting over from 0.4", as a Trial
|
204
|
+
Use Draft, to be made into "Version 1.0" when the Tag Suite
|
205
|
+
becomes a NISO standard. Thus, the version number that would
|
206
|
+
have been "NLM Version 3.1 Draft" has become NISO JATS
|
207
|
+
"Version 0.4".
|
208
|
+
|
209
|
+
Details on NISO Trial Use Draft Version 0.4 are available at
|
210
|
+
http://jats.nlm.nih.gov/JATS-0.4.
|
211
|
+
|
212
|
+
21. Updated the DTD-version attribute to "0.4"
|
213
|
+
|
214
|
+
18. Updated the public identifier to "v0.4 20110131",
|
215
|
+
modified the formal public identifier to include "JATS (Z39.96)",
|
216
|
+
and the filename as delivered to include "JATS" and the
|
217
|
+
new version number "0".
|
218
|
+
http://jats.nlm.nih.gov/0.4.
|
219
|
+
|
220
|
+
17. MIXED CITATION ATTS PE - Was defined twice, identically,
|
221
|
+
deleted one of them.
|
222
|
+
|
223
|
+
16. ACCESSIBILITY - Added @alt to <label> thru %label-atts;
|
224
|
+
|
225
|
+
15. ALTERNATIVES ATTRIBUTES- Created a new parameter entity for
|
226
|
+
attributes for <alternatives>; currently null
|
227
|
+
|
228
|
+
14. @SPECIFIC-USE and @XML:LANG - Added the @specific-use and
|
229
|
+
@xml:lang to the following elements:
|
230
|
+
- anonymous through anonymous-atts (both) NEW PE
|
231
|
+
- conf-acronym through conf-acronym-atts (both)
|
232
|
+
- conf-date through conf-date-atts (both)
|
233
|
+
- conf-loc through conf-loc-atts (both)
|
234
|
+
- conf-name through conf-name-atts (both)
|
235
|
+
- conf-num through conf-num-atts (both)
|
236
|
+
- conf-sponsor through conf-sponsor-atts (both)
|
237
|
+
- conf-theme through conf-theme-atts (both)
|
238
|
+
- day through day-atts (@specific-use)
|
239
|
+
- degrees through degrees-atts (both)
|
240
|
+
- element-citation through citation-atts (both)
|
241
|
+
- etal through etal-atts (both) NEW PE
|
242
|
+
- ext-link through ext-link-atts (@xml:lang; @specific-use
|
243
|
+
already)
|
244
|
+
- institution through institution-atts (both)
|
245
|
+
- issue-part through issue-part (both + content-type) NEW PE
|
246
|
+
- isbn through isbn-atts (both) NEW PE
|
247
|
+
- label through label-atts (both) NEW PE
|
248
|
+
- mixed-citation through citation-atts (both)
|
249
|
+
- name through name-atts (@xml:lang; @specific-use already)
|
250
|
+
- notes through notes-atts (both)
|
251
|
+
- prefix through prefix-atts (both)
|
252
|
+
- publisher-loc through publisher-loc-atts (both)
|
253
|
+
- publisher-name through publisher-name-atts (both)
|
254
|
+
- string-name through string-name-atts (both and
|
255
|
+
content-type and name-style) NEW PE
|
256
|
+
- suffix through suffix-atts (both)
|
257
|
+
- textual-form through textual-form-atts (both)
|
258
|
+
- trans-subtitle through trans-subtitle-atts
|
259
|
+
(@xml:lang only) NEW PE
|
260
|
+
- x-name through x-name-atts (both)
|
261
|
+
|
262
|
+
13. AFFILIATION ALTERNATIVES - Created new the element
|
263
|
+
<aff-alternatives> to hold multiple <aff>s that are
|
264
|
+
representations of a single affiliation, for example, the
|
265
|
+
name of an institution in two languages or two scripts.
|
266
|
+
New PE; New attribute PE (currently null)
|
267
|
+
|
268
|
+
12. RELATED-ARTICLE-ATTS - Removed the dependency that tied
|
269
|
+
%related-article-atts to journal-id-atts and added all
|
270
|
+
the journal-id attributes to related-article-atts explicitly.
|
271
|
+
|
272
|
+
11. TITLE ELEMENTS - Removed the dependency which had both
|
273
|
+
<subtitle> and <alt-title> modeled with the same parameter
|
274
|
+
entity %title-elements;. Created new PEs for each element
|
275
|
+
but set them (as the default) to %title-elements so that no
|
276
|
+
customization would break. Models changed:
|
277
|
+
- alt-title %alt-title-elements;
|
278
|
+
- subtitle %subtitle-elements; (defined in
|
279
|
+
article-meta3.ent;)
|
280
|
+
- trans-title %trans-title-elements;
|
281
|
+
- trans-subtitle %trans-subtitle-elements;
|
282
|
+
|
283
|
+
10. TEXTUAL FORM MODEL - Changed the textual-form-elements
|
284
|
+
parameter entity to begin with an OR bar, since it names
|
285
|
+
elements to be mixed with #PCDATA.
|
286
|
+
*****Customization Alert: New parameter entity could break some
|
287
|
+
customizations. Check your %textual-form-elements parameter
|
288
|
+
entity. *****
|
289
|
+
|
290
|
+
9. PUBLISHER - Allowed <publisher-name> and <publisher-loc> to
|
291
|
+
repeat (as an unnamed-parenthetical) inside <publisher>.
|
292
|
+
This will allow co-publishers and publisher names and locations
|
293
|
+
in more than one language. Added to facilitate multiple
|
294
|
+
languages. Also added @specific-use and @xml-lang to
|
295
|
+
both publisher-name and publisher-loc.
|
296
|
+
|
297
|
+
8. ATTLIST PARAMETER ENTITIES - Changed the attribute lists
|
298
|
+
from using the same parameter entity (%day-atts;) to using:
|
299
|
+
- day %day-atts; (no change)
|
300
|
+
- month %month-atts;
|
301
|
+
- season %season-atts;
|
302
|
+
|
303
|
+
7. ISBN - Added "isbn" as value in predefined list for
|
304
|
+
@pub-id-type (%pub-id-types;)
|
305
|
+
|
306
|
+
6. TEXTUAL FORM - Added the following attributes: (new)
|
307
|
+
- @specific-use
|
308
|
+
- @xml:lang
|
309
|
+
|
310
|
+
5. NAME ALTERNATIVES - Created a new wrapper element for more
|
311
|
+
than one version of a personal name, for example, the name in
|
312
|
+
Japanese kana characters and a transliterated form of the name
|
313
|
+
in Latin alphabet, or a regular name and a search version
|
314
|
+
that transliterates umlauts to unaccented characters.
|
315
|
+
- new element <name-alternatives>
|
316
|
+
- new PE name-alternatives-model
|
317
|
+
- new PE name-alternatives-atts (currently null)
|
318
|
+
|
319
|
+
4. STRING NAME - Added the following attributes: (new)
|
320
|
+
- @content-type
|
321
|
+
- @specific-use
|
322
|
+
- @name-style
|
323
|
+
- @xml:lang
|
324
|
+
|
325
|
+
3. PERSON'S NAME STYLE
|
326
|
+
- Added the value "given-only" to the @namestyle on <name>
|
327
|
+
|
328
|
+
2. PERSON'S NAME - Allowed <given-names> as an alternative
|
329
|
+
to <surname, given-names?) to accommodate the Indian
|
330
|
+
names that are only a given name.
|
331
|
+
|
332
|
+
=============================================================
|
333
|
+
Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
|
334
|
+
|
335
|
+
Version 3.0 is the first non-backward-compatible release.
|
336
|
+
In addition to the usual incremental changes, some
|
337
|
+
elements and attributes have been renamed and/or remodeled
|
338
|
+
to better meet user needs and to increase tag set consistency.
|
339
|
+
All module change histories are available through the Tag Suite
|
340
|
+
web site at http://dtd.nlm.nih.gov.
|
341
|
+
|
342
|
+
Details on version 3.0 are available at
|
343
|
+
http://dtd.nlm.nih.gov/3.0.
|
344
|
+
|
345
|
+
1. Updated public identifier to "v3.0 20080202//EN" -->
|
346
|
+
|
347
|
+
|
348
|
+
<!-- ============================================================= -->
|
349
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTE VALUES -->
|
350
|
+
<!-- ============================================================= -->
|
351
|
+
|
352
|
+
|
353
|
+
<!-- ARTICLE/PUBLICATION IDENTIFIER TYPES -->
|
354
|
+
<!-- Values for the @pub-id attribute. Used:
|
355
|
+
1) Within citations with the <pub-id> and
|
356
|
+
<object-id> elements to name the type of
|
357
|
+
identifier (such as DOI) or the organization
|
358
|
+
or system that defined the identifier for the
|
359
|
+
identifier of the journal article or a cited
|
360
|
+
publication, such as a book or standard.
|
361
|
+
2) Within article metadata with the
|
362
|
+
<article-id>, <issue-id>, and <volume-id>
|
363
|
+
elements to name the type of identifier or
|
364
|
+
identifying agency.
|
365
|
+
4) Within many body elements to perform a
|
366
|
+
similar function for the <object-id> element.
|
367
|
+
-->
|
368
|
+
<!ENTITY % pub-id-types "art-access-id | arxiv | coden | doaj |
|
369
|
+
doi | isbn | manuscript | medline | other |
|
370
|
+
pii | pmcid | pmid | publisher-id | sici |
|
371
|
+
std-designation" >
|
372
|
+
|
373
|
+
|
374
|
+
<!-- ============================================================= -->
|
375
|
+
<!-- PARAMETER ENTITIES FOR FULL CONTENT MODELS -->
|
376
|
+
<!-- ============================================================= -->
|
377
|
+
|
378
|
+
|
379
|
+
<!-- DATE ELEMENTS MODEL -->
|
380
|
+
<!-- The content models for elements that describe
|
381
|
+
dates, such as Publication Date <pub-date>
|
382
|
+
and History Dates <date>. -->
|
383
|
+
<!ENTITY % date-model "( ( (day?, month?) | season)?,
|
384
|
+
year?, string-date?)" >
|
385
|
+
|
386
|
+
|
387
|
+
<!-- CONTENT MODEL FOR A STRUCTURAL SECTION -->
|
388
|
+
<!-- The model for a section that requires that a
|
389
|
+
section title be present, used for elements
|
390
|
+
such as Section and Appendix. -->
|
391
|
+
<!ENTITY % sec-model "(sec-meta?, label?, title, (%para-level;)*,
|
392
|
+
(%sec-level;)*,
|
393
|
+
(%sec-back-matter-mix;)* )" >
|
394
|
+
|
395
|
+
|
396
|
+
<!-- CONTENT MODEL FOR A SECTION METADATA -->
|
397
|
+
<!-- In some works, each section has a different
|
398
|
+
author or some sections are authored by
|
399
|
+
different contributors from the enclosing
|
400
|
+
article. This wrapper element for
|
401
|
+
section-level metadata is used to capture
|
402
|
+
information such as those contributors.
|
403
|
+
-->
|
404
|
+
<!ENTITY % sec-meta-model
|
405
|
+
"((%contrib-group.class;)*, kwd-group*,
|
406
|
+
permissions?)" >
|
407
|
+
|
408
|
+
|
409
|
+
<!-- CONTENT MODEL FOR AN UNTITLED SECTION -->
|
410
|
+
<!-- The model for a section-like structure that
|
411
|
+
may or may not have an initial title -->
|
412
|
+
<!ENTITY % sec-opt-title-model
|
413
|
+
"(sec-meta?, label?, title?, (%para-level;)*,
|
414
|
+
(%sec-level;)*,
|
415
|
+
(%sec-back-matter-mix;)* )" >
|
416
|
+
|
417
|
+
|
418
|
+
<!-- ============================================================= -->
|
419
|
+
<!-- PARAMETER ENTITIES FOR MIXED CONTENT -->
|
420
|
+
<!-- ============================================================= -->
|
421
|
+
|
422
|
+
|
423
|
+
<!-- LINK ELEMENTS -->
|
424
|
+
<!-- Elements for use in the linking elements
|
425
|
+
such as <xref>, <target>, and <ext-link> -->
|
426
|
+
<!ENTITY % link-elements
|
427
|
+
"| %emphasis.class; | %phrase-content.class; |
|
428
|
+
%subsup.class;" >
|
429
|
+
|
430
|
+
|
431
|
+
<!-- PARAGRAPH ELEMENTS -->
|
432
|
+
<!-- The elements that can be included along with
|
433
|
+
data characters inside the content model of
|
434
|
+
a paragraph <p>.
|
435
|
+
Design Note: There is a major overlap between
|
436
|
+
this parameter entity and the mix for elements
|
437
|
+
that are at the same level as a paragraph.
|
438
|
+
Inline elements appear only inside a
|
439
|
+
paragraph, but block elements such as quotes
|
440
|
+
and lists may appear either within a
|
441
|
+
paragraph or at the same level as a
|
442
|
+
paragraph. This serves a requirement in a
|
443
|
+
repository DTD, since some incoming material
|
444
|
+
will have restricted such elements to only
|
445
|
+
inside a paragraph, some incoming material
|
446
|
+
will have restricted them to only outside a
|
447
|
+
paragraph and some may allow them in both
|
448
|
+
places. Thus the DTD must allow for them to
|
449
|
+
be in either or both.
|
450
|
+
Design Note: Inline mixes begin with an
|
451
|
+
OR bar -->
|
452
|
+
<!ENTITY % p-elements "| %address-link.class; |
|
453
|
+
%article-link.class; |
|
454
|
+
%block-display.class; | %block-math.class; |
|
455
|
+
%citation.class; | %emphasis.class; |
|
456
|
+
%funding.class; | %inline-math.class; |
|
457
|
+
%inline-display-noalt.class; |
|
458
|
+
%list.class; | %math.class; |
|
459
|
+
%phrase.class; | %rest-of-para.class; |
|
460
|
+
%simple-link.class; |
|
461
|
+
%subsup.class;" >
|
462
|
+
|
463
|
+
|
464
|
+
<!-- ============================================================= -->
|
465
|
+
<!-- PARAMETER ENTITIES FOR TITLES -->
|
466
|
+
<!-- ============================================================= -->
|
467
|
+
|
468
|
+
|
469
|
+
<!-- TITLE ELEMENTS -->
|
470
|
+
<!-- The elements that can be included along with
|
471
|
+
data characters inside the content model of
|
472
|
+
a paragraph <title>.
|
473
|
+
Design Note: All inline mixes begin with an
|
474
|
+
OR bar, but since %simple-phrase; is an
|
475
|
+
inline mix, the OR bar is already there. -->
|
476
|
+
<!ENTITY % title-elements
|
477
|
+
"%simple-phrase; | %break.class;" >
|
478
|
+
|
479
|
+
|
480
|
+
<!-- ALTERNATE TITLE ELEMENTS -->
|
481
|
+
<!-- The elements that can be included along with
|
482
|
+
data characters inside the content model of
|
483
|
+
a paragraph <alt-title>.
|
484
|
+
An earlier version of this tag set used the
|
485
|
+
parameter entity %title-elements; for many
|
486
|
+
title elements including <alt-title>. -->
|
487
|
+
<!ENTITY % alt-title-elements
|
488
|
+
"%title-elements;" >
|
489
|
+
|
490
|
+
|
491
|
+
<!-- TRANSLATED TITLE ELEMENTS -->
|
492
|
+
<!-- The elements that can be included along with
|
493
|
+
data characters inside the content model of
|
494
|
+
a paragraph <trans-title>.
|
495
|
+
An earlier version of this tag set used the
|
496
|
+
parameter entity %title-elements; for many
|
497
|
+
title elements including <trans-title>. -->
|
498
|
+
<!ENTITY % trans-title-elements
|
499
|
+
"%title-elements;" >
|
500
|
+
|
501
|
+
|
502
|
+
<!-- TRANSLATED SUBTITLE ELEMENTS -->
|
503
|
+
<!-- The elements that can be included along with
|
504
|
+
data characters inside the content model of
|
505
|
+
a paragraph <subtitle>.
|
506
|
+
An earlier version of this tag set used the
|
507
|
+
parameter entity %title-elements; for many
|
508
|
+
title elements including <trans-subtitle>. -->
|
509
|
+
<!ENTITY % trans-subtitle-elements
|
510
|
+
"%title-elements;" >
|
511
|
+
|
512
|
+
|
513
|
+
<!-- ============================================================= -->
|
514
|
+
<!-- PARAMETER ENTITIES FOR LINKING ATTRIBUTES -->
|
515
|
+
<!-- THE FOLLOWING FEW ARE SHARED ATTRIBUTES -->
|
516
|
+
<!-- ============================================================= -->
|
517
|
+
|
518
|
+
|
519
|
+
<!-- XLINK LINK ATTRIBUTES -->
|
520
|
+
<!-- Used for elements that are a link by
|
521
|
+
definition, such as the <xref> element. -->
|
522
|
+
<!ENTITY % link-atts
|
523
|
+
"xmlns:xlink CDATA #IMPLIED
|
524
|
+
xlink:type (simple) #IMPLIED
|
525
|
+
xlink:href CDATA #REQUIRED
|
526
|
+
xlink:role CDATA #IMPLIED
|
527
|
+
xlink:title CDATA #IMPLIED
|
528
|
+
xlink:show (embed | new | none | other | replace)
|
529
|
+
#IMPLIED
|
530
|
+
xlink:actuate
|
531
|
+
(none | onLoad | onRequest | other)
|
532
|
+
#IMPLIED" >
|
533
|
+
|
534
|
+
|
535
|
+
<!-- MIGHT LINK XLINK ATTRIBUTES -->
|
536
|
+
<!-- Used for elements which may need to link to
|
537
|
+
external sources or other objects within
|
538
|
+
the document, but may not necessarily act
|
539
|
+
as a link at all. The attribute
|
540
|
+
"xlink:href" identifies the object to which
|
541
|
+
the link points. -->
|
542
|
+
<!ENTITY % might-link-atts
|
543
|
+
"xmlns:xlink CDATA #IMPLIED
|
544
|
+
xlink:type (simple) #IMPLIED
|
545
|
+
xlink:href CDATA #IMPLIED
|
546
|
+
xlink:role CDATA #IMPLIED
|
547
|
+
xlink:title CDATA #IMPLIED
|
548
|
+
xlink:show (embed | new | none | other | replace)
|
549
|
+
#IMPLIED
|
550
|
+
xlink:actuate
|
551
|
+
(none | onLoad | onRequest | other)
|
552
|
+
#IMPLIED" >
|
553
|
+
|
554
|
+
|
555
|
+
<!-- CITATION ATTRIBUTES -->
|
556
|
+
<!-- Attributes for all three kinds of citations:
|
557
|
+
<element-citation> and <mixed-citation> -->
|
558
|
+
<!ENTITY % citation-atts
|
559
|
+
"id ID #IMPLIED
|
560
|
+
publication-type
|
561
|
+
CDATA #IMPLIED
|
562
|
+
publisher-type
|
563
|
+
CDATA #IMPLIED
|
564
|
+
publication-format
|
565
|
+
CDATA #IMPLIED
|
566
|
+
specific-use
|
567
|
+
CDATA #IMPLIED
|
568
|
+
xml:lang NMTOKEN #IMPLIED
|
569
|
+
%might-link-atts;" >
|
570
|
+
|
571
|
+
|
572
|
+
<!-- ============================================================= -->
|
573
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTES LISTS -->
|
574
|
+
<!-- (ALPHABETICAL ORDER) -->
|
575
|
+
<!-- ============================================================= -->
|
576
|
+
|
577
|
+
|
578
|
+
<!-- AFFILIATION ATTRIBUTES -->
|
579
|
+
<!-- Attributes for the <ack> element -->
|
580
|
+
<!ENTITY % ack-atts
|
581
|
+
"id ID #IMPLIED
|
582
|
+
specific-use
|
583
|
+
CDATA #IMPLIED
|
584
|
+
content-type
|
585
|
+
CDATA #IMPLIED
|
586
|
+
xml:lang NMTOKEN #IMPLIED" >
|
587
|
+
|
588
|
+
|
589
|
+
<!-- ADDRESS ATTRIBUTES -->
|
590
|
+
<!-- Attributes for the <address> element -->
|
591
|
+
<!ENTITY % address-atts
|
592
|
+
"id ID #IMPLIED
|
593
|
+
content-type
|
594
|
+
CDATA #IMPLIED
|
595
|
+
specific-use
|
596
|
+
CDATA #IMPLIED
|
597
|
+
xml:lang NMTOKEN #IMPLIED" >
|
598
|
+
|
599
|
+
|
600
|
+
<!-- ADDRESS LINE ATTRIBUTES -->
|
601
|
+
<!-- Attributes for the <addr-line> element -->
|
602
|
+
<!ENTITY % addr-line-atts
|
603
|
+
"content-type
|
604
|
+
CDATA #IMPLIED
|
605
|
+
specific-use
|
606
|
+
CDATA #IMPLIED
|
607
|
+
xml:lang NMTOKEN #IMPLIED" >
|
608
|
+
|
609
|
+
|
610
|
+
<!-- AFFILIATION ATTRIBUTES -->
|
611
|
+
<!-- Attributes for the Affiliation <aff>
|
612
|
+
element -->
|
613
|
+
<!ENTITY % aff-atts
|
614
|
+
"id ID #IMPLIED
|
615
|
+
content-type
|
616
|
+
CDATA #IMPLIED
|
617
|
+
rid IDREFS #IMPLIED
|
618
|
+
specific-use
|
619
|
+
CDATA #IMPLIED
|
620
|
+
xml:lang NMTOKEN #IMPLIED" >
|
621
|
+
|
622
|
+
|
623
|
+
<!-- AFFILIATION ALTERNATIVES ATTRIBUTES -->
|
624
|
+
<!-- Attributes for the <aff-alternatives>
|
625
|
+
element -->
|
626
|
+
<!ENTITY % aff-alternatives-atts
|
627
|
+
"id ID #IMPLIED" >
|
628
|
+
|
629
|
+
|
630
|
+
<!-- ALTERNATE TEXT ATTRIBUTES -->
|
631
|
+
<!-- Attributes for the <alt-text> element -->
|
632
|
+
<!ENTITY % alt-text-atts
|
633
|
+
"id ID #IMPLIED
|
634
|
+
content-type
|
635
|
+
CDATA #IMPLIED
|
636
|
+
specific-use
|
637
|
+
CDATA #IMPLIED
|
638
|
+
xml:lang NMTOKEN #IMPLIED" >
|
639
|
+
|
640
|
+
|
641
|
+
<!-- ALTERNATE TEXT ATTRIBUTES -->
|
642
|
+
<!-- Attributes for the <alt-text> element -->
|
643
|
+
<!ENTITY % alt-text-atts
|
644
|
+
"id ID #IMPLIED
|
645
|
+
content-type
|
646
|
+
CDATA #IMPLIED
|
647
|
+
specific-use
|
648
|
+
CDATA #IMPLIED
|
649
|
+
xml:lang NMTOKEN #IMPLIED" >
|
650
|
+
|
651
|
+
|
652
|
+
<!-- ANONYMOUS ATTRIBUTES -->
|
653
|
+
<!-- Attributes for the <anonymous> element -->
|
654
|
+
<!ENTITY % anonymous-atts
|
655
|
+
"specific-use
|
656
|
+
CDATA #IMPLIED
|
657
|
+
xml:lang NMTOKEN #IMPLIED" >
|
658
|
+
|
659
|
+
|
660
|
+
<!-- ALTERNATIVES ATTRIBUTES -->
|
661
|
+
<!-- Attributes for the <alternatives> element -->
|
662
|
+
<!ENTITY % alternatives-atts
|
663
|
+
"" >
|
664
|
+
|
665
|
+
|
666
|
+
<!-- ARTICLE TITLE ATTRIBUTES -->
|
667
|
+
<!-- Attributes for the <article-title> element -->
|
668
|
+
<!ENTITY % article-title-atts
|
669
|
+
"id ID #IMPLIED
|
670
|
+
xml:lang NMTOKEN #IMPLIED" >
|
671
|
+
|
672
|
+
|
673
|
+
<!-- ATTRIBUTION ATTRIBUTES -->
|
674
|
+
<!-- Attributes for the <attrib> element -->
|
675
|
+
<!ENTITY % attrib-atts
|
676
|
+
"id ID #IMPLIED
|
677
|
+
specific-use
|
678
|
+
CDATA #IMPLIED
|
679
|
+
xml:lang NMTOKEN #IMPLIED" >
|
680
|
+
|
681
|
+
|
682
|
+
<!-- BIOGRAPHY ATTRIBUTES -->
|
683
|
+
<!-- Attributes for <bio> element -->
|
684
|
+
<!ENTITY % bio-atts
|
685
|
+
"id ID #IMPLIED
|
686
|
+
rid IDREFS #IMPLIED
|
687
|
+
content-type
|
688
|
+
CDATA #IMPLIED
|
689
|
+
specific-use
|
690
|
+
CDATA #IMPLIED
|
691
|
+
xml:lang NMTOKEN #IMPLIED
|
692
|
+
%might-link-atts;" >
|
693
|
+
|
694
|
+
|
695
|
+
<!-- COLLABORATION ATTRIBUTES -->
|
696
|
+
<!-- Attributes for <collab> -->
|
697
|
+
<!ENTITY % collab-atts
|
698
|
+
"collab-type
|
699
|
+
CDATA #IMPLIED
|
700
|
+
id ID #IMPLIED
|
701
|
+
specific-use
|
702
|
+
CDATA #IMPLIED
|
703
|
+
xml:lang NMTOKEN #IMPLIED
|
704
|
+
%might-link-atts;" >
|
705
|
+
|
706
|
+
|
707
|
+
<!-- CONFERENCE DATE ATTRIBUTES -->
|
708
|
+
<!-- Attributes for the <conf-date> element -->
|
709
|
+
<!ENTITY % conf-date-atts
|
710
|
+
"iso-8601-date
|
711
|
+
CDATA #IMPLIED
|
712
|
+
calendar CDATA #IMPLIED
|
713
|
+
content-type
|
714
|
+
CDATA #IMPLIED
|
715
|
+
specific-use
|
716
|
+
CDATA #IMPLIED
|
717
|
+
xml:lang NMTOKEN #IMPLIED" >
|
718
|
+
|
719
|
+
|
720
|
+
<!-- CONFERENCE LOCATION ATTRIBUTES -->
|
721
|
+
<!-- Attributes for the <conf-loc> element -->
|
722
|
+
<!ENTITY % conf-loc-atts
|
723
|
+
"content-type
|
724
|
+
CDATA #IMPLIED
|
725
|
+
specific-use
|
726
|
+
CDATA #IMPLIED
|
727
|
+
xml:lang NMTOKEN #IMPLIED" >
|
728
|
+
|
729
|
+
|
730
|
+
<!-- CONFERENCE NAME ATTRIBUTES -->
|
731
|
+
<!-- Attributes for the <conf-name> element. -->
|
732
|
+
<!ENTITY % conf-name-atts
|
733
|
+
"content-type
|
734
|
+
CDATA #IMPLIED
|
735
|
+
specific-use
|
736
|
+
CDATA #IMPLIED
|
737
|
+
xml:lang NMTOKEN #IMPLIED" >
|
738
|
+
|
739
|
+
|
740
|
+
<!-- CONFERENCE SPONSOR ATTRIBUTES -->
|
741
|
+
<!-- Attributes for the <conf-sponsor> element. -->
|
742
|
+
<!ENTITY % conf-sponsor-atts
|
743
|
+
"content-type
|
744
|
+
CDATA #IMPLIED
|
745
|
+
specific-use
|
746
|
+
CDATA #IMPLIED
|
747
|
+
xml:lang NMTOKEN #IMPLIED" >
|
748
|
+
|
749
|
+
|
750
|
+
<!-- CONTRIBUTOR ATTRIBUTES -->
|
751
|
+
<!-- Attributes for the <contrib> element -->
|
752
|
+
<!ENTITY % contrib-atts
|
753
|
+
"contrib-type
|
754
|
+
CDATA #IMPLIED
|
755
|
+
id ID #IMPLIED
|
756
|
+
corresp (no | yes) #IMPLIED
|
757
|
+
equal-contrib
|
758
|
+
(no | yes) #IMPLIED
|
759
|
+
deceased (no | yes) #IMPLIED
|
760
|
+
rid IDREFS #IMPLIED
|
761
|
+
specific-use
|
762
|
+
CDATA #IMPLIED
|
763
|
+
%might-link-atts;" >
|
764
|
+
|
765
|
+
|
766
|
+
<!-- CONTRIBUTOR GROUP ATTRIBUTES -->
|
767
|
+
<!-- Attributes for the <contrib-group> element -->
|
768
|
+
<!ENTITY % contrib-group-atts
|
769
|
+
"id ID #IMPLIED
|
770
|
+
content-type
|
771
|
+
CDATA #IMPLIED
|
772
|
+
specific-use
|
773
|
+
CDATA #IMPLIED" >
|
774
|
+
|
775
|
+
|
776
|
+
<!-- CONTRIBUTOR IDENTIFIER ATTRIBUTES -->
|
777
|
+
<!-- Attributes for the <contrib-id-atts>
|
778
|
+
element. -->
|
779
|
+
<!ENTITY % contrib-id-atts
|
780
|
+
"content-type
|
781
|
+
CDATA #IMPLIED
|
782
|
+
specific-use
|
783
|
+
CDATA #IMPLIED
|
784
|
+
contrib-id-type
|
785
|
+
CDATA #IMPLIED" >
|
786
|
+
|
787
|
+
|
788
|
+
<!-- COPYRIGHT HOLDER ATTRIBUTES -->
|
789
|
+
<!-- Attributes for the <copyright-holder>
|
790
|
+
element. -->
|
791
|
+
<!ENTITY % copyright-holder-atts
|
792
|
+
"content-type
|
793
|
+
CDATA #IMPLIED
|
794
|
+
specific-use
|
795
|
+
CDATA #IMPLIED
|
796
|
+
xml:lang NMTOKEN #IMPLIED" >
|
797
|
+
|
798
|
+
|
799
|
+
<!-- COPYRIGHT STATEMENT ATTRIBUTES -->
|
800
|
+
<!-- Attributes for the <copyright-statement>
|
801
|
+
element. -->
|
802
|
+
<!ENTITY % copyright-statement-atts
|
803
|
+
"content-type
|
804
|
+
CDATA #IMPLIED
|
805
|
+
specific-use
|
806
|
+
CDATA #IMPLIED
|
807
|
+
xml:lang NMTOKEN #IMPLIED" >
|
808
|
+
|
809
|
+
|
810
|
+
<!-- COPYRIGHT YEAR ATTRIBUTES -->
|
811
|
+
<!-- Attributes for the <copyright-year>
|
812
|
+
element -->
|
813
|
+
<!ENTITY % copyright-year-atts
|
814
|
+
"content-type
|
815
|
+
CDATA #IMPLIED
|
816
|
+
specific-use
|
817
|
+
CDATA #IMPLIED" >
|
818
|
+
|
819
|
+
|
820
|
+
<!-- COUNTRY ATTRIBUTES -->
|
821
|
+
<!-- Attributes for the <country> element -->
|
822
|
+
<!ENTITY % country-atts
|
823
|
+
"content-type
|
824
|
+
CDATA #IMPLIED
|
825
|
+
country CDATA #IMPLIED
|
826
|
+
specific-use
|
827
|
+
CDATA #IMPLIED
|
828
|
+
xml:lang NMTOKEN #IMPLIED" >
|
829
|
+
|
830
|
+
|
831
|
+
<!-- CUSTOM METADATA ATTRIBUTES -->
|
832
|
+
<!-- Attributes for the <custom-meta> element -->
|
833
|
+
<!ENTITY % custom-meta-atts
|
834
|
+
"id ID #IMPLIED
|
835
|
+
specific-use
|
836
|
+
CDATA #IMPLIED
|
837
|
+
xml:lang NMTOKEN #IMPLIED
|
838
|
+
%might-link-atts;" >
|
839
|
+
|
840
|
+
|
841
|
+
<!-- DATE (HISTORICAL) ATTRIBUTES -->
|
842
|
+
<!-- Attributes for the <date> element -->
|
843
|
+
<!ENTITY % date-atts
|
844
|
+
"date-type CDATA #IMPLIED
|
845
|
+
publication-format
|
846
|
+
CDATA #IMPLIED
|
847
|
+
iso-8601-date
|
848
|
+
CDATA #IMPLIED
|
849
|
+
calendar CDATA #IMPLIED
|
850
|
+
specific-use
|
851
|
+
CDATA #IMPLIED" >
|
852
|
+
|
853
|
+
|
854
|
+
<!-- DAY ATTRIBUTES -->
|
855
|
+
<!-- Attributes for the <day> element -->
|
856
|
+
<!ENTITY % day-atts
|
857
|
+
"content-type
|
858
|
+
CDATA #IMPLIED
|
859
|
+
specific-use
|
860
|
+
CDATA #IMPLIED
|
861
|
+
xml:lang NMTOKEN #IMPLIED" >
|
862
|
+
|
863
|
+
|
864
|
+
<!-- DEFINITION LIST: DEFINITION ATTRIBUTES -->
|
865
|
+
<!-- Attribute list for the <def> element -->
|
866
|
+
<!ENTITY % def-atts
|
867
|
+
"rid IDREFS #IMPLIED
|
868
|
+
id ID #IMPLIED
|
869
|
+
specific-use
|
870
|
+
CDATA #IMPLIED
|
871
|
+
xml:lang NMTOKEN #IMPLIED" >
|
872
|
+
|
873
|
+
|
874
|
+
<!-- DEGREES ATTRIBUTES -->
|
875
|
+
<!-- Attributes for the <degrees> element -->
|
876
|
+
<!ENTITY % degrees-atts
|
877
|
+
"content-type
|
878
|
+
CDATA #IMPLIED
|
879
|
+
specific-use
|
880
|
+
CDATA #IMPLIED
|
881
|
+
xml:lang NMTOKEN #IMPLIED" >
|
882
|
+
|
883
|
+
|
884
|
+
<!-- ELEMENT CITATION ATTRIBUTES -->
|
885
|
+
<!-- Attributes for <element-citation> and
|
886
|
+
<nlm-citation>) -->
|
887
|
+
<!ENTITY % element-citation-atts
|
888
|
+
"%citation-atts;" >
|
889
|
+
|
890
|
+
|
891
|
+
<!-- ELECTRONIC LOCATION IDENTIFIER ATTRIBUTES
|
892
|
+
Attribute list for the <elocation-id>
|
893
|
+
element -->
|
894
|
+
<!ENTITY % elocation-id-atts
|
895
|
+
"content-type
|
896
|
+
CDATA #IMPLIED
|
897
|
+
seq CDATA #IMPLIED
|
898
|
+
specific-use
|
899
|
+
CDATA #IMPLIED" >
|
900
|
+
|
901
|
+
|
902
|
+
<!-- EMAIL ATTRIBUTES -->
|
903
|
+
<!-- Attribute list for the <email> element -->
|
904
|
+
<!ENTITY % email-atts
|
905
|
+
"content-type
|
906
|
+
CDATA #IMPLIED
|
907
|
+
specific-use
|
908
|
+
CDATA #IMPLIED
|
909
|
+
xml:lang NMTOKEN #IMPLIED
|
910
|
+
%might-link-atts;" >
|
911
|
+
|
912
|
+
|
913
|
+
<!-- ET AL. ATTRIBUTES -->
|
914
|
+
<!-- Attribute list for the <etal> element -->
|
915
|
+
<!ENTITY % etal-atts
|
916
|
+
"specific-use
|
917
|
+
CDATA #IMPLIED
|
918
|
+
xml:lang NMTOKEN #IMPLIED" >
|
919
|
+
|
920
|
+
|
921
|
+
<!-- EXTERNAL LINK ATTRIBUTES -->
|
922
|
+
<!-- Attribute list for external links, such as
|
923
|
+
<ext-link> -->
|
924
|
+
<!ENTITY % ext-link-atts
|
925
|
+
"id ID #IMPLIED
|
926
|
+
ext-link-type
|
927
|
+
CDATA #IMPLIED
|
928
|
+
specific-use
|
929
|
+
CDATA #IMPLIED
|
930
|
+
xml:lang NMTOKEN #IMPLIED
|
931
|
+
%might-link-atts;" >
|
932
|
+
|
933
|
+
|
934
|
+
<!-- FAX ATTRIBUTES -->
|
935
|
+
<!-- Attribute list for the <fax> element -->
|
936
|
+
<!ENTITY % fax-atts
|
937
|
+
"content-type
|
938
|
+
CDATA #IMPLIED
|
939
|
+
specific-use
|
940
|
+
CDATA #IMPLIED" >
|
941
|
+
|
942
|
+
|
943
|
+
<!-- FIRST PAGE ATTRIBUTES -->
|
944
|
+
<!-- Attribute list for the <fpage> element -->
|
945
|
+
<!ENTITY % fpage-atts
|
946
|
+
"content-type
|
947
|
+
CDATA #IMPLIED
|
948
|
+
seq CDATA #IMPLIED
|
949
|
+
specific-use
|
950
|
+
CDATA #IMPLIED
|
951
|
+
xml:lang NMTOKEN #IMPLIED" >
|
952
|
+
|
953
|
+
|
954
|
+
<!-- GIVEN NAMES ATTRIBUTES -->
|
955
|
+
<!-- Attribute list for the <given-names> element
|
956
|
+
-->
|
957
|
+
<!ENTITY % given-names-atts
|
958
|
+
"initials CDATA #IMPLIED" >
|
959
|
+
|
960
|
+
|
961
|
+
<!-- INSTITUTION ATTRIBUTES -->
|
962
|
+
<!-- Attribute list for <institution> -->
|
963
|
+
<!ENTITY % institution-atts
|
964
|
+
"id ID #IMPLIED
|
965
|
+
content-type
|
966
|
+
CDATA #IMPLIED
|
967
|
+
specific-use
|
968
|
+
CDATA #IMPLIED
|
969
|
+
xml:lang NMTOKEN #IMPLIED
|
970
|
+
%might-link-atts;" >
|
971
|
+
|
972
|
+
|
973
|
+
<!-- ISBN ATTRIBUTES -->
|
974
|
+
<!-- Attributes for the <isbn> element -->
|
975
|
+
<!ENTITY % isbn-atts
|
976
|
+
"content-type
|
977
|
+
CDATA #IMPLIED
|
978
|
+
specific-use
|
979
|
+
CDATA #IMPLIED" >
|
980
|
+
|
981
|
+
|
982
|
+
<!-- ISSN ATTRIBUTES -->
|
983
|
+
<!-- Attribute list for the <issn> element -->
|
984
|
+
<!ENTITY % issn-atts
|
985
|
+
"pub-type CDATA #IMPLIED
|
986
|
+
specific-use
|
987
|
+
CDATA #IMPLIED" >
|
988
|
+
|
989
|
+
|
990
|
+
<!-- ISSN-L (INKING ISSN) ATTRIBUTES -->
|
991
|
+
<!-- Attribute list for the <issn-l> element -->
|
992
|
+
<!ENTITY % issn-l-atts
|
993
|
+
"specific-use
|
994
|
+
CDATA #IMPLIED" >
|
995
|
+
|
996
|
+
|
997
|
+
<!-- ISSUE ATTRIBUTES -->
|
998
|
+
<!-- Attribute list for the <issue> element -->
|
999
|
+
<!ENTITY % issue-atts
|
1000
|
+
"content-type
|
1001
|
+
CDATA #IMPLIED
|
1002
|
+
seq CDATA #IMPLIED
|
1003
|
+
specific-use
|
1004
|
+
CDATA #IMPLIED
|
1005
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1006
|
+
|
1007
|
+
|
1008
|
+
<!-- ISSUE IDENTIFIER ATTRIBUTES -->
|
1009
|
+
<!-- Attributes for the <issue-id> element -->
|
1010
|
+
<!ENTITY % issue-id-atts
|
1011
|
+
"pub-id-type
|
1012
|
+
CDATA #IMPLIED
|
1013
|
+
content-type
|
1014
|
+
CDATA #IMPLIED
|
1015
|
+
specific-use
|
1016
|
+
CDATA #IMPLIED
|
1017
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1018
|
+
|
1019
|
+
|
1020
|
+
<!-- ISSUE PART ATTRIBUTES -->
|
1021
|
+
<!-- Attribute list for <issue-part> element -->
|
1022
|
+
<!ENTITY % issue-part-atts
|
1023
|
+
"content-type
|
1024
|
+
CDATA #IMPLIED
|
1025
|
+
specific-use
|
1026
|
+
CDATA #IMPLIED
|
1027
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1028
|
+
|
1029
|
+
|
1030
|
+
<!-- ISSUE SPONSOR ATTRIBUTES -->
|
1031
|
+
<!-- Attribute list for <issue-sponsor> element -->
|
1032
|
+
<!ENTITY % issue-sponsor-atts
|
1033
|
+
"content-type
|
1034
|
+
CDATA #IMPLIED
|
1035
|
+
specific-use
|
1036
|
+
CDATA #IMPLIED
|
1037
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1038
|
+
|
1039
|
+
|
1040
|
+
<!-- ISSUE TITLE ATTRIBUTES -->
|
1041
|
+
<!-- Attribute list for <issue-title> element -->
|
1042
|
+
<!ENTITY % issue-title-atts
|
1043
|
+
"content-type
|
1044
|
+
CDATA #IMPLIED
|
1045
|
+
specific-use
|
1046
|
+
CDATA #IMPLIED
|
1047
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1048
|
+
|
1049
|
+
|
1050
|
+
<!-- JOURNAL IDENTIFIER ATTRIBUTES -->
|
1051
|
+
<!-- Attribute list for journal identifier
|
1052
|
+
<journal-id> element -->
|
1053
|
+
<!ENTITY % journal-id-atts
|
1054
|
+
"journal-id-type
|
1055
|
+
CDATA #IMPLIED
|
1056
|
+
specific-use
|
1057
|
+
CDATA #IMPLIED
|
1058
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1059
|
+
|
1060
|
+
|
1061
|
+
<!-- LABEL ATTRIBUTES -->
|
1062
|
+
<!-- Attributes for the <label> element -->
|
1063
|
+
<!ENTITY % label-atts
|
1064
|
+
"alt CDATA #IMPLIED
|
1065
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1066
|
+
|
1067
|
+
|
1068
|
+
<!-- LICENSE ATTRIBUTES -->
|
1069
|
+
<!-- Attributes for the <license> element -->
|
1070
|
+
<!ENTITY % license-atts
|
1071
|
+
"license-type
|
1072
|
+
CDATA #IMPLIED
|
1073
|
+
specific-use
|
1074
|
+
CDATA #IMPLIED
|
1075
|
+
xml:lang NMTOKEN #IMPLIED
|
1076
|
+
%might-link-atts;" >
|
1077
|
+
|
1078
|
+
|
1079
|
+
<!-- LICENSE PARAGRAPH ATTRIBUTES -->
|
1080
|
+
<!-- Attributes for the <license> element -->
|
1081
|
+
<!ENTITY % license-p-atts
|
1082
|
+
"content-type
|
1083
|
+
CDATA #IMPLIED
|
1084
|
+
specific-use
|
1085
|
+
CDATA #IMPLIED" >
|
1086
|
+
|
1087
|
+
|
1088
|
+
<!-- LONG DESCRIPTION ATTRIBUTES -->
|
1089
|
+
<!-- Attributes for the <long-desc> element -->
|
1090
|
+
<!ENTITY % long-desc-atts
|
1091
|
+
"id ID #IMPLIED
|
1092
|
+
content-type
|
1093
|
+
CDATA #IMPLIED
|
1094
|
+
specific-use
|
1095
|
+
CDATA #IMPLIED
|
1096
|
+
xml:lang NMTOKEN #IMPLIED
|
1097
|
+
%might-link-atts;" >
|
1098
|
+
|
1099
|
+
|
1100
|
+
<!-- LPAGE ATTRIBUTES -->
|
1101
|
+
<!-- Attributes for the <lpage> element -->
|
1102
|
+
<!ENTITY % lpage-atts
|
1103
|
+
"content-type
|
1104
|
+
CDATA #IMPLIED
|
1105
|
+
specific-use
|
1106
|
+
CDATA #IMPLIED
|
1107
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1108
|
+
|
1109
|
+
|
1110
|
+
<!-- METADATA NAME (CUSTOM) ATTRIBUTES -->
|
1111
|
+
<!-- Attributes for <meta-name> element -->
|
1112
|
+
<!ENTITY % meta-name-atts
|
1113
|
+
"" >
|
1114
|
+
|
1115
|
+
|
1116
|
+
<!-- METADATA VALUE (CUSTOM) ATTRIBUTES -->
|
1117
|
+
<!-- Attributes for <meta-value> element -->
|
1118
|
+
<!ENTITY % meta-value-atts
|
1119
|
+
"" >
|
1120
|
+
|
1121
|
+
|
1122
|
+
<!-- MIXED CITATION ATTRIBUTES -->
|
1123
|
+
<!-- Attributes for <mixed-citation> element -->
|
1124
|
+
<!ENTITY % mixed-citation-atts
|
1125
|
+
"%citation-atts;" >
|
1126
|
+
|
1127
|
+
|
1128
|
+
<!-- MONTH ATTRIBUTES -->
|
1129
|
+
<!-- Attributes for the <month> element -->
|
1130
|
+
<!ENTITY % month-atts
|
1131
|
+
"content-type
|
1132
|
+
CDATA #IMPLIED
|
1133
|
+
specific-use
|
1134
|
+
CDATA #IMPLIED
|
1135
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1136
|
+
|
1137
|
+
|
1138
|
+
<!-- NAME ATTRIBUTES -->
|
1139
|
+
<!-- Attribute list for the <name> element -->
|
1140
|
+
<!ENTITY % name-atts
|
1141
|
+
"content-type
|
1142
|
+
CDATA #IMPLIED
|
1143
|
+
name-style (western | eastern | islensk |
|
1144
|
+
given-only) 'western'
|
1145
|
+
specific-use
|
1146
|
+
CDATA #IMPLIED
|
1147
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1148
|
+
|
1149
|
+
|
1150
|
+
<!-- NAME ALTERNATIVES ATTRIBUTES -->
|
1151
|
+
<!-- Attributes for the <name-alternatives>
|
1152
|
+
element -->
|
1153
|
+
<!ENTITY % name-alternatives-atts
|
1154
|
+
"" >
|
1155
|
+
|
1156
|
+
|
1157
|
+
<!-- NOTES ATTRIBUTES -->
|
1158
|
+
<!-- Attribute list for the <note> element -->
|
1159
|
+
<!ENTITY % notes-atts
|
1160
|
+
"id ID #IMPLIED
|
1161
|
+
notes-type CDATA #IMPLIED
|
1162
|
+
specific-use
|
1163
|
+
CDATA #IMPLIED
|
1164
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1165
|
+
|
1166
|
+
|
1167
|
+
<!-- OBJECT IDENTIFIER ATTRIBUTES -->
|
1168
|
+
<!-- Attributes for the <object-id> element -->
|
1169
|
+
<!ENTITY % object-id-atts
|
1170
|
+
"pub-id-type
|
1171
|
+
CDATA #IMPLIED
|
1172
|
+
content-type
|
1173
|
+
CDATA #IMPLIED
|
1174
|
+
specific-use
|
1175
|
+
CDATA #IMPLIED" >
|
1176
|
+
|
1177
|
+
|
1178
|
+
<!-- ON BEHALF OF ATTRIBUTES -->
|
1179
|
+
<!-- Attributes for the <on-behalf-of> element -->
|
1180
|
+
<!ENTITY % on-behalf-of-atts
|
1181
|
+
"specific-use
|
1182
|
+
CDATA #IMPLIED
|
1183
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1184
|
+
|
1185
|
+
|
1186
|
+
<!-- PAGE RANGE ATTRIBUTES -->
|
1187
|
+
<!-- Attributes for the <page-range> element -->
|
1188
|
+
<!ENTITY % page-range-atts
|
1189
|
+
"content-type
|
1190
|
+
CDATA #IMPLIED
|
1191
|
+
specific-use
|
1192
|
+
CDATA #IMPLIED
|
1193
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1194
|
+
|
1195
|
+
|
1196
|
+
<!-- PHONE ATTRIBUTES -->
|
1197
|
+
<!-- Attributes for the <phone> element -->
|
1198
|
+
<!ENTITY % phone-atts
|
1199
|
+
"content-type
|
1200
|
+
CDATA #IMPLIED
|
1201
|
+
specific-use
|
1202
|
+
CDATA #IMPLIED" >
|
1203
|
+
|
1204
|
+
|
1205
|
+
<!-- PREFIX ATTRIBUTES -->
|
1206
|
+
<!-- Attributes for the <prefix> element -->
|
1207
|
+
<!ENTITY % prefix-atts
|
1208
|
+
"content-type
|
1209
|
+
CDATA #IMPLIED
|
1210
|
+
specific-use
|
1211
|
+
CDATA #IMPLIED
|
1212
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1213
|
+
|
1214
|
+
|
1215
|
+
<!-- PRICE ATTRIBUTES -->
|
1216
|
+
<!-- Attributes for the <price> element -->
|
1217
|
+
<!ENTITY % price-atts
|
1218
|
+
"currency CDATA #IMPLIED
|
1219
|
+
content-type
|
1220
|
+
CDATA #IMPLIED
|
1221
|
+
specific-use
|
1222
|
+
CDATA #IMPLIED
|
1223
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1224
|
+
|
1225
|
+
|
1226
|
+
<!-- PUBLISHER ATTRIBUTES -->
|
1227
|
+
<!-- Attributes for the <publisher> element -->
|
1228
|
+
<!ENTITY % publisher-atts
|
1229
|
+
"content-type
|
1230
|
+
CDATA #IMPLIED" >
|
1231
|
+
|
1232
|
+
|
1233
|
+
<!-- PUBLISHER LOCATION ATTRIBUTES -->
|
1234
|
+
<!-- Attributes for the <publisher-loc> element -->
|
1235
|
+
<!ENTITY % publisher-loc-atts
|
1236
|
+
"specific-use
|
1237
|
+
CDATA #IMPLIED
|
1238
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1239
|
+
|
1240
|
+
|
1241
|
+
<!-- PUBLISHER NAME ATTRIBUTES -->
|
1242
|
+
<!-- Attributes for the <publisher-name> element-->
|
1243
|
+
<!ENTITY % publisher-name-atts
|
1244
|
+
"specific-use
|
1245
|
+
CDATA #IMPLIED
|
1246
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1247
|
+
|
1248
|
+
|
1249
|
+
<!-- RELATED ARTICLE ATTRIBUTES -->
|
1250
|
+
<!-- Attributes for <related-article> -->
|
1251
|
+
<!ENTITY % related-article-atts
|
1252
|
+
"id ID #IMPLIED
|
1253
|
+
related-article-type
|
1254
|
+
CDATA #REQUIRED
|
1255
|
+
ext-link-type
|
1256
|
+
CDATA #IMPLIED
|
1257
|
+
vol CDATA #IMPLIED
|
1258
|
+
page CDATA #IMPLIED
|
1259
|
+
issue CDATA #IMPLIED
|
1260
|
+
elocation-id
|
1261
|
+
CDATA #IMPLIED
|
1262
|
+
journal-id
|
1263
|
+
CDATA #IMPLIED
|
1264
|
+
journal-id-type
|
1265
|
+
CDATA #IMPLIED
|
1266
|
+
specific-use
|
1267
|
+
CDATA #IMPLIED
|
1268
|
+
xml:lang NMTOKEN #IMPLIED
|
1269
|
+
%might-link-atts;" >
|
1270
|
+
|
1271
|
+
|
1272
|
+
|
1273
|
+
<!-- ROLE ATTRIBUTES -->
|
1274
|
+
<!-- Attributes for the <role> element -->
|
1275
|
+
<!ENTITY % role-atts
|
1276
|
+
"content-type
|
1277
|
+
CDATA #IMPLIED
|
1278
|
+
specific-use
|
1279
|
+
CDATA #IMPLIED
|
1280
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1281
|
+
|
1282
|
+
|
1283
|
+
<!-- SEASON ATTRIBUTES -->
|
1284
|
+
<!-- Attributes for the <season> element -->
|
1285
|
+
<!ENTITY % season-atts
|
1286
|
+
"content-type
|
1287
|
+
CDATA #IMPLIED
|
1288
|
+
specific-use
|
1289
|
+
CDATA #IMPLIED
|
1290
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1291
|
+
|
1292
|
+
|
1293
|
+
<!-- SIGNATURE ATTRIBUTES -->
|
1294
|
+
<!-- Attributes for the <sig> element -->
|
1295
|
+
<!ENTITY % sig-atts
|
1296
|
+
"id ID #IMPLIED
|
1297
|
+
rid IDREFS #IMPLIED
|
1298
|
+
content-type
|
1299
|
+
CDATA #IMPLIED
|
1300
|
+
specific-use
|
1301
|
+
CDATA #IMPLIED
|
1302
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1303
|
+
|
1304
|
+
|
1305
|
+
<!-- SIGNATURE BLOCK ATTRIBUTES -->
|
1306
|
+
<!-- Attributes for the <sig-block> element -->
|
1307
|
+
<!ENTITY % sig-block-atts
|
1308
|
+
"id ID #IMPLIED
|
1309
|
+
rid IDREFS #IMPLIED
|
1310
|
+
content-type
|
1311
|
+
CDATA #IMPLIED
|
1312
|
+
specific-use
|
1313
|
+
CDATA #IMPLIED" >
|
1314
|
+
|
1315
|
+
|
1316
|
+
<!-- SIZE ATTRIBUTES -->
|
1317
|
+
<!-- Attribute list for the <size> element -->
|
1318
|
+
<!ENTITY % size-atts
|
1319
|
+
"units CDATA #REQUIRED
|
1320
|
+
specific-use
|
1321
|
+
CDATA #IMPLIED
|
1322
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1323
|
+
|
1324
|
+
|
1325
|
+
<!-- STRING DATE ATTRIBUTES -->
|
1326
|
+
<!-- Attributes for the <string-date> element -->
|
1327
|
+
<!ENTITY % string-date-atts
|
1328
|
+
"iso-8601-date
|
1329
|
+
CDATA #IMPLIED
|
1330
|
+
calendar CDATA #IMPLIED
|
1331
|
+
content-type
|
1332
|
+
CDATA #IMPLIED
|
1333
|
+
specific-use
|
1334
|
+
CDATA #IMPLIED
|
1335
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1336
|
+
|
1337
|
+
|
1338
|
+
<!-- STRING NAME ATTRIBUTES -->
|
1339
|
+
<!-- Attribute list for the <string-name> element
|
1340
|
+
-->
|
1341
|
+
<!ENTITY % string-name-atts
|
1342
|
+
"content-type
|
1343
|
+
CDATA #IMPLIED
|
1344
|
+
name-style
|
1345
|
+
(western | eastern | islensk | given-only)
|
1346
|
+
'western'
|
1347
|
+
specific-use
|
1348
|
+
CDATA #IMPLIED
|
1349
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1350
|
+
|
1351
|
+
|
1352
|
+
<!-- SUFFIX ATTRIBUTES -->
|
1353
|
+
<!-- Attributes for the <suffix> element -->
|
1354
|
+
<!ENTITY % suffix-atts
|
1355
|
+
"content-type
|
1356
|
+
CDATA #IMPLIED
|
1357
|
+
specific-use
|
1358
|
+
CDATA #IMPLIED
|
1359
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1360
|
+
|
1361
|
+
|
1362
|
+
<!-- SUPPLEMENT ATTRIBUTES -->
|
1363
|
+
<!-- Attributes for the <supplement> element -->
|
1364
|
+
<!ENTITY % supplement-atts
|
1365
|
+
"supplement-type
|
1366
|
+
CDATA #IMPLIED
|
1367
|
+
specific-use
|
1368
|
+
CDATA #IMPLIED
|
1369
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1370
|
+
|
1371
|
+
|
1372
|
+
<!-- SURNAME ATTRIBUTES -->
|
1373
|
+
<!-- Attribute list for the <surname> element -->
|
1374
|
+
<!ENTITY % surname-atts
|
1375
|
+
"initials CDATA #IMPLIED" >
|
1376
|
+
|
1377
|
+
|
1378
|
+
<!-- TEXTUAL FORM ATTRIBUTES -->
|
1379
|
+
<!-- Attributes for the <textual-form> element -->
|
1380
|
+
<!ENTITY % textual-form-atts
|
1381
|
+
"specific-use
|
1382
|
+
CDATA #IMPLIED
|
1383
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1384
|
+
|
1385
|
+
|
1386
|
+
<!-- TITLE ATTRIBUTES -->
|
1387
|
+
<!-- Attributes for the <title> element -->
|
1388
|
+
<!ENTITY % title-atts
|
1389
|
+
"id ID #IMPLIED
|
1390
|
+
content-type
|
1391
|
+
CDATA #IMPLIED
|
1392
|
+
specific-use
|
1393
|
+
CDATA #IMPLIED" >
|
1394
|
+
|
1395
|
+
|
1396
|
+
<!-- TRANSLATED SUBTITLE ATTRIBUTES -->
|
1397
|
+
<!-- Attributes for the <trans-subtitle>
|
1398
|
+
element -->
|
1399
|
+
<!ENTITY % trans-subtitle-atts
|
1400
|
+
"specific-use
|
1401
|
+
CDATA #IMPLIED
|
1402
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1403
|
+
|
1404
|
+
|
1405
|
+
<!-- TRANSLATED TITLE ATTRIBUTES -->
|
1406
|
+
<!-- Attribute list for the <trans-title> -->
|
1407
|
+
<!ENTITY % trans-title-atts
|
1408
|
+
"id ID #IMPLIED
|
1409
|
+
content-type
|
1410
|
+
CDATA #IMPLIED
|
1411
|
+
specific-use
|
1412
|
+
CDATA #IMPLIED
|
1413
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1414
|
+
|
1415
|
+
|
1416
|
+
<!-- TRANSLATED TITLE GROUP ATTRIBUTES -->
|
1417
|
+
<!-- Attribute list for the <trans-title-group> -->
|
1418
|
+
<!ENTITY % trans-title-group-atts
|
1419
|
+
"id ID #IMPLIED
|
1420
|
+
content-type
|
1421
|
+
CDATA #IMPLIED
|
1422
|
+
specific-use
|
1423
|
+
CDATA #IMPLIED
|
1424
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1425
|
+
|
1426
|
+
|
1427
|
+
<!-- URI ATTRIBUTES -->
|
1428
|
+
<!-- Attributes for the <uri> element -->
|
1429
|
+
<!ENTITY % uri-atts
|
1430
|
+
"content-type
|
1431
|
+
CDATA #IMPLIED
|
1432
|
+
specific-use
|
1433
|
+
CDATA #IMPLIED
|
1434
|
+
xml:lang NMTOKEN #IMPLIED
|
1435
|
+
%might-link-atts;" >
|
1436
|
+
|
1437
|
+
|
1438
|
+
<!-- VOLUME NUMBER ATTRIBUTES -->
|
1439
|
+
<!-- Attribute list for the <volume> element -->
|
1440
|
+
<!ENTITY % volume-atts
|
1441
|
+
"seq CDATA #IMPLIED
|
1442
|
+
content-type
|
1443
|
+
CDATA #IMPLIED
|
1444
|
+
specific-use
|
1445
|
+
CDATA #IMPLIED
|
1446
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1447
|
+
|
1448
|
+
|
1449
|
+
<!-- VOLUME IDENTIFIER ATTRIBUTES -->
|
1450
|
+
<!-- Attributes for the <volume-id> element -->
|
1451
|
+
<!ENTITY % volume-id-atts
|
1452
|
+
"pub-id-type
|
1453
|
+
CDATA #IMPLIED
|
1454
|
+
content-type
|
1455
|
+
CDATA #IMPLIED
|
1456
|
+
specific-use
|
1457
|
+
CDATA #IMPLIED
|
1458
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1459
|
+
|
1460
|
+
|
1461
|
+
<!-- VOLUME SERIES ATTRIBUTES -->
|
1462
|
+
<!-- Attribute list for the <volume-series>
|
1463
|
+
element -->
|
1464
|
+
<!ENTITY % volume-series-atts
|
1465
|
+
"content-type
|
1466
|
+
CDATA #IMPLIED
|
1467
|
+
specific-use
|
1468
|
+
CDATA #IMPLIED
|
1469
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1470
|
+
|
1471
|
+
|
1472
|
+
<!-- YEAR ATTRIBUTES -->
|
1473
|
+
<!-- Attributes for the <year> element -->
|
1474
|
+
<!ENTITY % year-atts
|
1475
|
+
"content-type
|
1476
|
+
CDATA #IMPLIED
|
1477
|
+
iso-8601-date
|
1478
|
+
CDATA #IMPLIED
|
1479
|
+
calendar CDATA #IMPLIED
|
1480
|
+
specific-use
|
1481
|
+
CDATA #IMPLIED
|
1482
|
+
xml:lang NMTOKEN #IMPLIED" >
|
1483
|
+
|
1484
|
+
|
1485
|
+
<!-- ============================================================= -->
|
1486
|
+
<!-- METADATA USED BY MORE THAN ONE CLASS -->
|
1487
|
+
<!-- ============================================================= -->
|
1488
|
+
|
1489
|
+
|
1490
|
+
<!-- ============================================================= -->
|
1491
|
+
<!-- CONTRIBUTOR GROUP (AUTHOR/EDITOR) ELEMENTS -->
|
1492
|
+
<!-- ============================================================= -->
|
1493
|
+
|
1494
|
+
|
1495
|
+
<!-- CONTRIBUTOR GROUP MODEL -->
|
1496
|
+
<!-- Content model for the <contrib-group>
|
1497
|
+
element -->
|
1498
|
+
<!ENTITY % contrib-group-model
|
1499
|
+
"((%contrib.class;)+,
|
1500
|
+
(%contrib-info.class;)* )" >
|
1501
|
+
|
1502
|
+
|
1503
|
+
<!-- CONTRIBUTOR GROUP -->
|
1504
|
+
<!-- Wrapper element for information concerning
|
1505
|
+
a grouping of contributors, such as the
|
1506
|
+
primary authors
|
1507
|
+
Details at:
|
1508
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=contrib-group
|
1509
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=contrib-group
|
1510
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=contrib-group
|
1511
|
+
-->
|
1512
|
+
<!ELEMENT contrib-group
|
1513
|
+
%contrib-group-model; >
|
1514
|
+
<!ATTLIST contrib-group
|
1515
|
+
%contrib-group-atts; >
|
1516
|
+
|
1517
|
+
|
1518
|
+
<!-- CONTRIBUTOR MODEL -->
|
1519
|
+
<!-- Content model for the <contrib> element -->
|
1520
|
+
<!ENTITY % contrib-model
|
1521
|
+
"((%contrib-id.class;)*, (%name.class;)*,
|
1522
|
+
(%degree.class; | %contrib-info.class;)* )">
|
1523
|
+
|
1524
|
+
|
1525
|
+
<!-- CONTRIBUTOR -->
|
1526
|
+
<!-- Wrapper element to contain the information
|
1527
|
+
about a single contributor, for example an
|
1528
|
+
author or editor.
|
1529
|
+
Details at:
|
1530
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=contrib
|
1531
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=contrib
|
1532
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=contrib
|
1533
|
+
-->
|
1534
|
+
<!ELEMENT contrib %contrib-model; >
|
1535
|
+
<!ATTLIST contrib
|
1536
|
+
%contrib-atts; >
|
1537
|
+
|
1538
|
+
|
1539
|
+
<!-- ============================================================= -->
|
1540
|
+
<!-- COMMON COPYRIGHT/PERMISSION ELEMENTS -->
|
1541
|
+
<!-- ============================================================= -->
|
1542
|
+
|
1543
|
+
|
1544
|
+
<!-- COPYRIGHT HOLDER ELEMENTS -->
|
1545
|
+
<!-- Elements to be mixed with data characters
|
1546
|
+
inside the content model for the
|
1547
|
+
<copyright-holder> element. -->
|
1548
|
+
<!ENTITY % copyright-holder-elements
|
1549
|
+
"| %subsup.class;" >
|
1550
|
+
|
1551
|
+
|
1552
|
+
<!-- COPYRIGHT HOLDER -->
|
1553
|
+
<!-- Name of the organizational or personal
|
1554
|
+
entity that holds the copyright.
|
1555
|
+
Details at:
|
1556
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=copyright-holder
|
1557
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=copyright-holder
|
1558
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=copyright-holder
|
1559
|
+
-->
|
1560
|
+
<!ELEMENT copyright-holder
|
1561
|
+
(#PCDATA %copyright-holder-elements;)* >
|
1562
|
+
<!ATTLIST copyright-holder
|
1563
|
+
%copyright-holder-atts; >
|
1564
|
+
|
1565
|
+
|
1566
|
+
<!-- COPYRIGHT STATEMENT ELEMENTS -->
|
1567
|
+
<!-- Content model for <copyright-statement> -->
|
1568
|
+
<!ENTITY % copyright-statement-elements
|
1569
|
+
"| %address-link.class; | %emphasis.class; |
|
1570
|
+
%phrase-content.class; | %subsup.class;" >
|
1571
|
+
|
1572
|
+
|
1573
|
+
<!-- COPYRIGHT STATEMENT -->
|
1574
|
+
<!-- Copyright notice or statement, suitable for
|
1575
|
+
printing or display. Within the statement the
|
1576
|
+
copyright year should be identified, if
|
1577
|
+
expected to be displayed.
|
1578
|
+
Details at:
|
1579
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=copyright-statement
|
1580
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=copyright-statement
|
1581
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=copyright-statement
|
1582
|
+
-->
|
1583
|
+
<!ELEMENT copyright-statement
|
1584
|
+
(#PCDATA %copyright-statement-elements;)* >
|
1585
|
+
<!ATTLIST copyright-statement
|
1586
|
+
%copyright-statement-atts; >
|
1587
|
+
|
1588
|
+
|
1589
|
+
<!-- COPYRIGHT YEAR -->
|
1590
|
+
<!-- Year of the copyright. Need not be used, if,
|
1591
|
+
for example, having the year as part of the
|
1592
|
+
copyright statement is sufficient.
|
1593
|
+
Details at:
|
1594
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=copyright-year
|
1595
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=copyright-year
|
1596
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=copyright-year
|
1597
|
+
-->
|
1598
|
+
<!ELEMENT copyright-year
|
1599
|
+
(#PCDATA) >
|
1600
|
+
<!ATTLIST copyright-year
|
1601
|
+
%copyright-year-atts; >
|
1602
|
+
|
1603
|
+
|
1604
|
+
<!-- LICENSE MODEL -->
|
1605
|
+
<!-- Content model for an <license> element -->
|
1606
|
+
<!ENTITY % license-model
|
1607
|
+
"((%license-p.class;)+)" >
|
1608
|
+
|
1609
|
+
|
1610
|
+
<!-- LICENSE INFORMATION -->
|
1611
|
+
<!-- The set of conditions under which people are
|
1612
|
+
allowed to use this article or other
|
1613
|
+
license-related information or restrictions.
|
1614
|
+
Details at:
|
1615
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=license
|
1616
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=license
|
1617
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=license
|
1618
|
+
-->
|
1619
|
+
<!ELEMENT license %license-model; >
|
1620
|
+
<!ATTLIST license
|
1621
|
+
%license-atts; >
|
1622
|
+
|
1623
|
+
|
1624
|
+
<!-- LICENSE PARAGRAPH ELEMENTS -->
|
1625
|
+
<!-- Elements that can be included with the text
|
1626
|
+
inside a <license-p> element.
|
1627
|
+
Design Note: All inline mixes begin with an
|
1628
|
+
OR bar, but since %p-elements; is an
|
1629
|
+
inline mix, the OR bar is already there. -->
|
1630
|
+
<!ENTITY % license-p-elements
|
1631
|
+
"%p-elements; | %price.class;" >
|
1632
|
+
|
1633
|
+
|
1634
|
+
<!-- LICENSE PARAGRAPH -->
|
1635
|
+
<!-- Paragraphs of text within the description of
|
1636
|
+
a <license>. Not defined as an ordinary
|
1637
|
+
paragraph, so that it can have special
|
1638
|
+
content.
|
1639
|
+
Details at:
|
1640
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=license-p
|
1641
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=license-p
|
1642
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=license-p
|
1643
|
+
-->
|
1644
|
+
<!ELEMENT license-p (#PCDATA %license-p-elements;)* >
|
1645
|
+
<!ATTLIST license-p
|
1646
|
+
%license-p-atts; >
|
1647
|
+
|
1648
|
+
|
1649
|
+
<!-- PERMISSIONS MODEL -->
|
1650
|
+
<!-- Model for <permissions> wrapper element -->
|
1651
|
+
<!ENTITY % permissions-model
|
1652
|
+
"(copyright-statement*, copyright-year*,
|
1653
|
+
copyright-holder*, license*)" >
|
1654
|
+
|
1655
|
+
|
1656
|
+
<!-- PERMISSIONS -->
|
1657
|
+
<!-- Wrapper element to hold the copyright
|
1658
|
+
information, license material, and any
|
1659
|
+
future similar metadata.
|
1660
|
+
Details at:
|
1661
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=permissions
|
1662
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=permissions
|
1663
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=permissions
|
1664
|
+
-->
|
1665
|
+
<!ELEMENT permissions %permissions-model; >
|
1666
|
+
|
1667
|
+
|
1668
|
+
<!-- ============================================================= -->
|
1669
|
+
<!-- COMMON METADATA/BIBLIOGRAPHIC ELEMENTS -->
|
1670
|
+
<!-- ============================================================= -->
|
1671
|
+
|
1672
|
+
|
1673
|
+
<!-- ARTICLE TITLE ELEMENTS -->
|
1674
|
+
<!-- Elements that can be included with the text
|
1675
|
+
inside an <article-title> element.
|
1676
|
+
Design Note: All inline mixes begin with an
|
1677
|
+
OR bar, but since %simple-phrase; is an
|
1678
|
+
inline mix, the OR bar is already there. -->
|
1679
|
+
<!ENTITY % article-title-elements
|
1680
|
+
"%simple-phrase; | %break.class;" >
|
1681
|
+
|
1682
|
+
|
1683
|
+
<!-- ARTICLE TITLE -->
|
1684
|
+
<!-- The title of the article in the language
|
1685
|
+
in which the article was originally
|
1686
|
+
published
|
1687
|
+
Details at:
|
1688
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=article-title
|
1689
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=article-title
|
1690
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=article-title
|
1691
|
+
-->
|
1692
|
+
<!ELEMENT article-title
|
1693
|
+
(#PCDATA %article-title-elements;)* >
|
1694
|
+
<!ATTLIST article-title
|
1695
|
+
%article-title-atts; >
|
1696
|
+
|
1697
|
+
|
1698
|
+
<!-- AFFILIATION ELEMENTS -->
|
1699
|
+
<!-- Elements for use in the <aff> element -->
|
1700
|
+
<!ENTITY % aff-elements "| %address.class; | %address-link.class; |
|
1701
|
+
%article-link.class; | %break.class; |
|
1702
|
+
%emphasis.class; | %label.class; |
|
1703
|
+
%simple-link.class; | %subsup.class;" >
|
1704
|
+
|
1705
|
+
|
1706
|
+
<!-- AFFILIATION -->
|
1707
|
+
<!-- Name of a institution or organization such as
|
1708
|
+
a university or corporation.
|
1709
|
+
Details at:
|
1710
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=aff
|
1711
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=aff
|
1712
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=aff
|
1713
|
+
-->
|
1714
|
+
<!ELEMENT aff (#PCDATA %aff-elements;)* >
|
1715
|
+
<!ATTLIST aff
|
1716
|
+
%aff-atts; >
|
1717
|
+
|
1718
|
+
|
1719
|
+
<!-- AFFILIATION ALTERNATIVES MODEL -->
|
1720
|
+
<!-- Content model for the element
|
1721
|
+
<aff-alternatives> -->
|
1722
|
+
<!ENTITY % aff-alternatives-model
|
1723
|
+
"(aff+)" >
|
1724
|
+
|
1725
|
+
|
1726
|
+
<!-- AFFILIATION ALTERNATIVES -->
|
1727
|
+
<!-- Container element to hold one or more
|
1728
|
+
representations of a single affiliation, for
|
1729
|
+
example the name of an institution in two
|
1730
|
+
languages or two scripts.
|
1731
|
+
Details at:
|
1732
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=aff-alternatives
|
1733
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=aff-alternatives
|
1734
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=aff-alternatives
|
1735
|
+
-->
|
1736
|
+
<!ELEMENT aff-alternatives
|
1737
|
+
%aff-alternatives-model; >
|
1738
|
+
<!ATTLIST aff-alternatives
|
1739
|
+
%aff-alternatives-atts; >
|
1740
|
+
|
1741
|
+
|
1742
|
+
<!-- CONFERENCE DATE ELEMENTS -->
|
1743
|
+
<!-- Elements for use in the <conf-date> element-->
|
1744
|
+
<!ENTITY % conf-date-elements
|
1745
|
+
"" >
|
1746
|
+
|
1747
|
+
|
1748
|
+
<!-- CONFERENCE DATE -->
|
1749
|
+
<!-- The date(s) on which the conference was held.
|
1750
|
+
Details at:
|
1751
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=conf-date
|
1752
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=conf-date
|
1753
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=conf-date
|
1754
|
+
-->
|
1755
|
+
<!ELEMENT conf-date (#PCDATA %conf-date-elements;)* >
|
1756
|
+
<!ATTLIST conf-date
|
1757
|
+
%conf-date-atts; >
|
1758
|
+
|
1759
|
+
|
1760
|
+
<!-- CONFERENCE LOCATION ELEMENTS -->
|
1761
|
+
<!-- Elements for use in the <conf-loc> element
|
1762
|
+
Design Note: All inline mixes begin with an
|
1763
|
+
OR bar, but since %simple-text; is an inline
|
1764
|
+
mix, the OR bar is already there. -->
|
1765
|
+
<!ENTITY % conf-loc-elements
|
1766
|
+
"%simple-text;" >
|
1767
|
+
|
1768
|
+
|
1769
|
+
<!-- CONFERENCE LOCATION -->
|
1770
|
+
<!-- The physical location(s) of the conference.
|
1771
|
+
This may include a city, a country, or a
|
1772
|
+
campus or organization location if that is
|
1773
|
+
the only location available.
|
1774
|
+
Details at:
|
1775
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=conf-loc
|
1776
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=conf-loc
|
1777
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=conf-loc
|
1778
|
+
-->
|
1779
|
+
<!ELEMENT conf-loc (#PCDATA %conf-loc-elements;)* >
|
1780
|
+
<!ATTLIST conf-loc
|
1781
|
+
%conf-loc-atts; >
|
1782
|
+
|
1783
|
+
|
1784
|
+
<!-- CONFERENCE NAME ELEMENTS -->
|
1785
|
+
<!-- Elements for use in the <conf-name> element.
|
1786
|
+
Design Note: All inline mixes begin with an
|
1787
|
+
OR bar, but since %simple-text; is an inline
|
1788
|
+
mix, the OR bar is already there. -->
|
1789
|
+
<!ENTITY % conf-name-elements
|
1790
|
+
"%simple-text;" >
|
1791
|
+
|
1792
|
+
|
1793
|
+
<!-- CONFERENCE NAME -->
|
1794
|
+
<!-- The full name of the conference, including any
|
1795
|
+
qualifiers such as "43rd Annual".
|
1796
|
+
Details at:
|
1797
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=conf-name
|
1798
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=conf-name
|
1799
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=conf-name
|
1800
|
+
-->
|
1801
|
+
<!ELEMENT conf-name (#PCDATA %conf-name-elements;)* >
|
1802
|
+
<!ATTLIST conf-name
|
1803
|
+
%conf-name-atts; >
|
1804
|
+
|
1805
|
+
|
1806
|
+
<!-- CONFERENCE SPONSOR ELEMENTS -->
|
1807
|
+
<!-- The elements that can be included along with
|
1808
|
+
data characters inside the content model of
|
1809
|
+
the conference sponsor.
|
1810
|
+
Design Note: All inline mixes begin with an
|
1811
|
+
OR bar, but since %simple-text; is an inline
|
1812
|
+
mix, the OR bar is already there. -->
|
1813
|
+
<!ENTITY % conf-sponsor-elements
|
1814
|
+
"%simple-text;" >
|
1815
|
+
|
1816
|
+
|
1817
|
+
<!-- CONFERENCE SPONSOR -->
|
1818
|
+
<!-- One organization that sponsored the
|
1819
|
+
conference. If more than one organization
|
1820
|
+
sponsored the conference, multiple
|
1821
|
+
<conf-sponsor> elements should be used.
|
1822
|
+
Details at:
|
1823
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=conf-sponsor
|
1824
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=conf-sponsor
|
1825
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=conf-sponsor
|
1826
|
+
-->
|
1827
|
+
<!ELEMENT conf-sponsor (#PCDATA %conf-sponsor-elements;)* >
|
1828
|
+
<!ATTLIST conf-sponsor
|
1829
|
+
%conf-sponsor-atts; >
|
1830
|
+
|
1831
|
+
|
1832
|
+
<!-- OBJECT IDENTIFIER -->
|
1833
|
+
<!-- Used to record an identifier such as a DOI
|
1834
|
+
for an interior element such as an <abstract>
|
1835
|
+
or <figure>.
|
1836
|
+
Details at:
|
1837
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=object-id
|
1838
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=object-id
|
1839
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=object-id
|
1840
|
+
-->
|
1841
|
+
<!ELEMENT object-id (#PCDATA) >
|
1842
|
+
<!ATTLIST object-id
|
1843
|
+
%object-id-atts; >
|
1844
|
+
|
1845
|
+
|
1846
|
+
<!-- ISBN ELEMENTS -->
|
1847
|
+
<!-- Elements for use with data characters inside
|
1848
|
+
the model for the <isbn> element -->
|
1849
|
+
<!ENTITY % isbn-elements
|
1850
|
+
"" >
|
1851
|
+
|
1852
|
+
|
1853
|
+
<!-- ISBN -->
|
1854
|
+
<!-- International Standard Book Number
|
1855
|
+
Details at:
|
1856
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=isbn
|
1857
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=isbn
|
1858
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=isbn
|
1859
|
+
-->
|
1860
|
+
<!ELEMENT isbn (#PCDATA %isbn-elements;)* >
|
1861
|
+
<!ATTLIST isbn
|
1862
|
+
%isbn-atts; >
|
1863
|
+
|
1864
|
+
|
1865
|
+
<!-- ISSN ELEMENTS -->
|
1866
|
+
<!-- Elements for use with data characters inside
|
1867
|
+
the model for the <issue> element -->
|
1868
|
+
<!ENTITY % issn-elements
|
1869
|
+
"" >
|
1870
|
+
|
1871
|
+
|
1872
|
+
<!-- ISSN -->
|
1873
|
+
<!-- International Standard Serial Number
|
1874
|
+
Details at:
|
1875
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=issn
|
1876
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=issn
|
1877
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=issn
|
1878
|
+
-->
|
1879
|
+
<!ELEMENT issn (#PCDATA %issn-elements;)* >
|
1880
|
+
<!ATTLIST issn
|
1881
|
+
%issn-atts; >
|
1882
|
+
|
1883
|
+
|
1884
|
+
<!-- ISSN-L ELEMENTS -->
|
1885
|
+
<!-- Elements for use with data characters inside
|
1886
|
+
the model for the <issn-l> element -->
|
1887
|
+
<!ENTITY % issn-l-elements
|
1888
|
+
"" >
|
1889
|
+
|
1890
|
+
|
1891
|
+
<!-- ISSN LINKING -->
|
1892
|
+
<!-- International Standard Linking Serial Number
|
1893
|
+
Details at:
|
1894
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=issn-l
|
1895
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=issn-l
|
1896
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=issn-l
|
1897
|
+
-->
|
1898
|
+
<!ELEMENT issn-l (#PCDATA %issn-l-elements;)* >
|
1899
|
+
<!ATTLIST issn-l
|
1900
|
+
%issn-l-atts; >
|
1901
|
+
|
1902
|
+
|
1903
|
+
<!-- ISSUE ELEMENTS -->
|
1904
|
+
<!-- Elements for use with data characters inside
|
1905
|
+
the model for the <issue> element -->
|
1906
|
+
<!ENTITY % issue-elements
|
1907
|
+
"%just-rendition;" >
|
1908
|
+
|
1909
|
+
|
1910
|
+
<!-- ISSUE NUMBER -->
|
1911
|
+
<!-- The issue number, issue name, or other
|
1912
|
+
identifier of an issue of a journal that
|
1913
|
+
is displayed or printed with the issue.
|
1914
|
+
Details at:
|
1915
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=issue
|
1916
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=issue
|
1917
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=issue
|
1918
|
+
-->
|
1919
|
+
<!ELEMENT issue (#PCDATA %issue-elements;)* >
|
1920
|
+
<!ATTLIST issue
|
1921
|
+
%issue-atts; >
|
1922
|
+
|
1923
|
+
|
1924
|
+
<!-- ISSUE IDENTIFIER -->
|
1925
|
+
<!-- Used to record an identifier such as a DOI
|
1926
|
+
that describes an entire issue of a
|
1927
|
+
journal
|
1928
|
+
Details at:
|
1929
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=issue-id
|
1930
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=issue-id
|
1931
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=issue-id
|
1932
|
+
-->
|
1933
|
+
<!ELEMENT issue-id (#PCDATA) >
|
1934
|
+
<!ATTLIST issue-id
|
1935
|
+
%issue-id-atts; >
|
1936
|
+
|
1937
|
+
|
1938
|
+
<!-- ISSUE PART ELEMENTS -->
|
1939
|
+
<!-- Elements that can be added to the text
|
1940
|
+
within the element <issue-part> -->
|
1941
|
+
<!ENTITY % issue-part-elements
|
1942
|
+
"%just-rendition;" >
|
1943
|
+
|
1944
|
+
|
1945
|
+
<!-- ISSUE PART -->
|
1946
|
+
<!-- A publisher may split an issue into two or
|
1947
|
+
more separately bound or separately issued
|
1948
|
+
parts. This element holds the identifiers
|
1949
|
+
(titles, part numbers, etc.) for those
|
1950
|
+
publishing components.
|
1951
|
+
Details at:
|
1952
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=issue-part
|
1953
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=issue-part
|
1954
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=issue-part
|
1955
|
+
-->
|
1956
|
+
<!ELEMENT issue-part (#PCDATA %issue-part-elements;)* >
|
1957
|
+
<!ATTLIST issue-part
|
1958
|
+
%issue-part-atts; >
|
1959
|
+
|
1960
|
+
|
1961
|
+
<!-- ISSUE SPONSOR ELEMENTS -->
|
1962
|
+
<!-- Elements for use in the <issue-sponsor>
|
1963
|
+
element -->
|
1964
|
+
<!ENTITY % issue-sponsor-elements
|
1965
|
+
"%just-rendition;" >
|
1966
|
+
|
1967
|
+
|
1968
|
+
<!-- ISSUE TITLE -->
|
1969
|
+
<!-- Used to record the sponsor for an issue of
|
1970
|
+
the journal
|
1971
|
+
Details at:
|
1972
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=issue-sponsor
|
1973
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=issue-sponsor
|
1974
|
+
-->
|
1975
|
+
<!ELEMENT issue-sponsor
|
1976
|
+
(#PCDATA %issue-sponsor-elements;)* >
|
1977
|
+
<!ATTLIST issue-sponsor
|
1978
|
+
%issue-sponsor-atts; >
|
1979
|
+
|
1980
|
+
|
1981
|
+
<!-- ISSUE TITLE ELEMENTS -->
|
1982
|
+
<!-- Elements for use in the <issue-title> element
|
1983
|
+
-->
|
1984
|
+
<!ENTITY % issue-title-elements
|
1985
|
+
"%just-rendition;" >
|
1986
|
+
|
1987
|
+
|
1988
|
+
<!-- ISSUE TITLE -->
|
1989
|
+
<!-- Used to record the theme or special issue
|
1990
|
+
title for an issue of the journal
|
1991
|
+
Details at:
|
1992
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=issue-title
|
1993
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=issue-title
|
1994
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=issue-title
|
1995
|
+
-->
|
1996
|
+
<!ELEMENT issue-title (#PCDATA %issue-title-elements;)* >
|
1997
|
+
<!ATTLIST issue-title
|
1998
|
+
%issue-title-atts; >
|
1999
|
+
|
2000
|
+
|
2001
|
+
<!-- JOURNAL IDENTIFIER -->
|
2002
|
+
<!-- Short code that represents the journal; used
|
2003
|
+
as an alternative to or short form of the
|
2004
|
+
journal title; used for identification of
|
2005
|
+
the journal domain.
|
2006
|
+
Details at:
|
2007
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=journal-id
|
2008
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=journal-id
|
2009
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=journal-id
|
2010
|
+
-->
|
2011
|
+
<!ELEMENT journal-id (#PCDATA) >
|
2012
|
+
<!ATTLIST journal-id
|
2013
|
+
%journal-id-atts; >
|
2014
|
+
|
2015
|
+
|
2016
|
+
<!-- ROLE ELEMENTS -->
|
2017
|
+
<!-- The elements that can be included along with
|
2018
|
+
data characters inside the content model of
|
2019
|
+
a <role>
|
2020
|
+
Design Note: All inline mixes begin with an
|
2021
|
+
OR bar; since %rendition-plus; is an
|
2022
|
+
inline mix, the OR bar is already there. -->
|
2023
|
+
<!ENTITY % role-elements
|
2024
|
+
"%rendition-plus;" >
|
2025
|
+
|
2026
|
+
|
2027
|
+
<!-- ROLE OR FUNCTION TITLE OF CONTRIBUTOR -->
|
2028
|
+
<!-- A title or the role of a contributor
|
2029
|
+
(such as an author) in this work. For example,
|
2030
|
+
Editor-in-Chief, Contributor, Chief
|
2031
|
+
Scientist, Photographer, Research Associate,
|
2032
|
+
etc.
|
2033
|
+
Details at:
|
2034
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=role
|
2035
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=role
|
2036
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=role
|
2037
|
+
-->
|
2038
|
+
<!ELEMENT role (#PCDATA %role-elements;)* >
|
2039
|
+
<!ATTLIST role
|
2040
|
+
%role-atts; >
|
2041
|
+
|
2042
|
+
|
2043
|
+
<!-- TRANSLATED TITLE GROUP MODEL -->
|
2044
|
+
<!-- Content model for the element
|
2045
|
+
<trans-title-group> -->
|
2046
|
+
<!ENTITY % trans-title-group-model
|
2047
|
+
"(trans-title, trans-subtitle*)" >
|
2048
|
+
|
2049
|
+
|
2050
|
+
<!-- TRANSLATED TITLE GROUP -->
|
2051
|
+
<!-- Container element for all translated, and
|
2052
|
+
transliterated journal titles.
|
2053
|
+
Details at:
|
2054
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=trans-title-group
|
2055
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=trans-title-group
|
2056
|
+
-->
|
2057
|
+
<!ELEMENT trans-title-group
|
2058
|
+
%trans-title-group-model; >
|
2059
|
+
<!ATTLIST trans-title-group
|
2060
|
+
%trans-title-group-atts; >
|
2061
|
+
|
2062
|
+
|
2063
|
+
<!-- TRANSLATED SUBTITLE -->
|
2064
|
+
<!-- An alternate version of an article subtitle
|
2065
|
+
that has been translated out of the original
|
2066
|
+
language of the article subtitle <subtitle>
|
2067
|
+
Details at:
|
2068
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=trans-subtitle
|
2069
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=trans-subtitle
|
2070
|
+
-->
|
2071
|
+
<!ELEMENT trans-subtitle
|
2072
|
+
(#PCDATA %trans-subtitle-elements;)* >
|
2073
|
+
<!ATTLIST trans-subtitle
|
2074
|
+
%trans-subtitle-atts; >
|
2075
|
+
|
2076
|
+
|
2077
|
+
<!-- TRANSLATED TITLE -->
|
2078
|
+
<!-- An alternate version of the title that has
|
2079
|
+
been translated into a language other than
|
2080
|
+
that of the original article title
|
2081
|
+
<article-title>
|
2082
|
+
Details at:
|
2083
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=trans-title
|
2084
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=trans-title
|
2085
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=trans-title
|
2086
|
+
-->
|
2087
|
+
<!ELEMENT trans-title (#PCDATA %trans-title-elements;)* >
|
2088
|
+
<!ATTLIST trans-title
|
2089
|
+
%trans-title-atts; >
|
2090
|
+
|
2091
|
+
|
2092
|
+
<!-- VOLUME NUMBER ELEMENTS -->
|
2093
|
+
<!-- The elements that can be included along with
|
2094
|
+
data characters inside the content model of
|
2095
|
+
a <volume> -->
|
2096
|
+
<!ENTITY % volume-elements
|
2097
|
+
"%just-rendition; " >
|
2098
|
+
|
2099
|
+
|
2100
|
+
<!-- VOLUME NUMBER -->
|
2101
|
+
<!-- NEW DEFINITION FOR RELEASE 2.0:
|
2102
|
+
The volume number, volume name, or other
|
2103
|
+
identifier of an volume of a journal that
|
2104
|
+
is displayed or printed with the volume.
|
2105
|
+
Details at:
|
2106
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=volume
|
2107
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=volume
|
2108
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=volume
|
2109
|
+
-->
|
2110
|
+
<!ELEMENT volume (#PCDATA %volume-elements;)* >
|
2111
|
+
<!ATTLIST volume
|
2112
|
+
%volume-atts; >
|
2113
|
+
|
2114
|
+
|
2115
|
+
<!-- VOLUME IDENTIFIER ELEMENTS -->
|
2116
|
+
<!-- The elements that can be included along with
|
2117
|
+
data characters inside the content model of
|
2118
|
+
a <volume-id> -->
|
2119
|
+
<!ENTITY % volume-id-elements
|
2120
|
+
"%just-rendition; " >
|
2121
|
+
|
2122
|
+
|
2123
|
+
<!-- VOLUME IDENTIFIER -->
|
2124
|
+
<!-- Used to record an identifier such as a DOI
|
2125
|
+
that describes an entire volume of a
|
2126
|
+
journal.
|
2127
|
+
Details at:
|
2128
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=volume-id
|
2129
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=volume-id
|
2130
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=volume-id
|
2131
|
+
-->
|
2132
|
+
<!ELEMENT volume-id (#PCDATA %volume-id-elements;)* >
|
2133
|
+
<!ATTLIST volume-id
|
2134
|
+
%volume-id-atts; >
|
2135
|
+
|
2136
|
+
|
2137
|
+
<!-- VOLUME SERIES ELEMENTS -->
|
2138
|
+
<!-- The elements that can be included along with
|
2139
|
+
data characters inside the content model of
|
2140
|
+
a <volume> -->
|
2141
|
+
<!ENTITY % volume-series-elements
|
2142
|
+
"%just-rendition; " >
|
2143
|
+
|
2144
|
+
|
2145
|
+
<!-- VOLUME SERIES -->
|
2146
|
+
<!-- This is a rare metadata element, intended to
|
2147
|
+
hold the series number, in those odd cases
|
2148
|
+
where, for example, a Publisher has reissued
|
2149
|
+
a journal, restarting the volume numbers
|
2150
|
+
with "1", so duplicate volume numbers
|
2151
|
+
would exist and need to be differentiated.
|
2152
|
+
Such a publisher typically adds a series
|
2153
|
+
series number to their volume numbers, and
|
2154
|
+
this element has been created to hold such
|
2155
|
+
a series number.
|
2156
|
+
Details at:
|
2157
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=volume-series
|
2158
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=volume-series
|
2159
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=volume-series
|
2160
|
+
-->
|
2161
|
+
<!ELEMENT volume-series
|
2162
|
+
(#PCDATA %volume-series-elements;)* >
|
2163
|
+
<!ATTLIST volume-series
|
2164
|
+
%volume-series-atts; >
|
2165
|
+
|
2166
|
+
|
2167
|
+
<!-- ============================================================= -->
|
2168
|
+
<!-- COMMON ARTICLE METADATA/BIBLIOGRAPHIC -->
|
2169
|
+
<!-- CONTRIBUTOR IDENTIFICATION ELEMENTS -->
|
2170
|
+
<!-- ============================================================= -->
|
2171
|
+
|
2172
|
+
|
2173
|
+
<!-- ANONYMOUS ELEMENTS -->
|
2174
|
+
<!-- The elements that can be included along with
|
2175
|
+
data characters inside the content model of
|
2176
|
+
an <anonymous> element -->
|
2177
|
+
<!ENTITY % anonymous-elements
|
2178
|
+
"%just-rendition;" >
|
2179
|
+
|
2180
|
+
|
2181
|
+
<!-- ANONYMOUS CONTENT MODEL -->
|
2182
|
+
<!-- The content model for the <etal> element -->
|
2183
|
+
<!ENTITY % anonymous-model
|
2184
|
+
"(#PCDATA %anonymous-elements;)*" >
|
2185
|
+
|
2186
|
+
|
2187
|
+
<!-- ANONYMOUS -->
|
2188
|
+
<!-- Place holder for the name of a contributor
|
2189
|
+
whose name is unknown or not disclosed.
|
2190
|
+
Details at:
|
2191
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=anonymous
|
2192
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=anonymous
|
2193
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=anonymous
|
2194
|
+
-->
|
2195
|
+
<!ELEMENT anonymous %anonymous-model; >
|
2196
|
+
<!ATTLIST anonymous
|
2197
|
+
%anonymous-atts; >
|
2198
|
+
|
2199
|
+
|
2200
|
+
<!-- ET AL ELEMENTS -->
|
2201
|
+
<!-- The elements that can be included along with
|
2202
|
+
data characters inside the content model of
|
2203
|
+
an <etal> element -->
|
2204
|
+
<!ENTITY % etal-elements
|
2205
|
+
"%just-rendition;" >
|
2206
|
+
|
2207
|
+
|
2208
|
+
<!-- ET AL CONTENT MODEL -->
|
2209
|
+
<!-- The content model for the <etal> element -->
|
2210
|
+
<!ENTITY % etal-model "(#PCDATA %etal-elements;)*" >
|
2211
|
+
|
2212
|
+
|
2213
|
+
<!-- ET AL -->
|
2214
|
+
<!-- Most journals model this as an EMPTY element,
|
2215
|
+
typically used to generate the text "et al."
|
2216
|
+
from a stylesheet. However, a few journal
|
2217
|
+
DTDs (Blackwell's, for example) expect
|
2218
|
+
content for this element, with such text as
|
2219
|
+
"Associates, coworkers, and colleagues".
|
2220
|
+
Details at:
|
2221
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=etal
|
2222
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=etal
|
2223
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=etal
|
2224
|
+
-->
|
2225
|
+
<!ELEMENT etal %etal-model; >
|
2226
|
+
<!ATTLIST etal
|
2227
|
+
%etal-atts; >
|
2228
|
+
|
2229
|
+
|
2230
|
+
<!-- ============================================================= -->
|
2231
|
+
<!-- COMMON ARTICLE METADATA/BIBLIOGRAPHIC -->
|
2232
|
+
<!-- PUBLISHER IDENTIFICATION ELEMENTS -->
|
2233
|
+
<!-- ============================================================= -->
|
2234
|
+
|
2235
|
+
|
2236
|
+
<!-- ON BEHALF OF CONTENT ELEMENTS -->
|
2237
|
+
<!-- The elements that can be included along with
|
2238
|
+
data characters inside the content model of
|
2239
|
+
<on-behalf-of>
|
2240
|
+
Design Note: -%rendition-plus; begins with
|
2241
|
+
an OR bar, so this inline mix beguines with
|
2242
|
+
an OR bar. -->
|
2243
|
+
<!ENTITY % on-behalf-of-elements
|
2244
|
+
"%rendition-plus;" >
|
2245
|
+
|
2246
|
+
|
2247
|
+
<!-- ON BEHALF OF -->
|
2248
|
+
<!-- When a contributor has written or edited
|
2249
|
+
a work "on-behalf-of" an organization or
|
2250
|
+
group the contributor is acting as a
|
2251
|
+
representative of the organization, which
|
2252
|
+
may or may not be his/her usual affiliation.
|
2253
|
+
Details at:
|
2254
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=on-behalf-of
|
2255
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=on-behalf-of
|
2256
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=on-behalf-of
|
2257
|
+
-->
|
2258
|
+
<!ELEMENT on-behalf-of (#PCDATA %on-behalf-of-elements;)* >
|
2259
|
+
<!ATTLIST on-behalf-of
|
2260
|
+
%on-behalf-of-atts; >
|
2261
|
+
|
2262
|
+
|
2263
|
+
<!-- PUBLISHER CONTENT MODEL -->
|
2264
|
+
<!-- The content model for the <publisher>
|
2265
|
+
element -->
|
2266
|
+
<!ENTITY % publisher-model
|
2267
|
+
"((publisher-name, publisher-loc?)+)" >
|
2268
|
+
|
2269
|
+
|
2270
|
+
<!-- PUBLISHER -->
|
2271
|
+
<!-- Who published the work
|
2272
|
+
Details at:
|
2273
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=publisher
|
2274
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=publisher
|
2275
|
+
-->
|
2276
|
+
<!ELEMENT publisher %publisher-model; >
|
2277
|
+
<!ATTLIST publisher
|
2278
|
+
%publisher-atts; >
|
2279
|
+
|
2280
|
+
|
2281
|
+
<!-- PUBLISHER'S NAME ELEMENTS -->
|
2282
|
+
<!-- The elements that can be included along with
|
2283
|
+
data characters inside the content model of
|
2284
|
+
a <publisher-name>
|
2285
|
+
Design Note: All inline mixes begin with an
|
2286
|
+
OR bar; since %just-rendition; is an
|
2287
|
+
inline mix, the OR bar is already there -->
|
2288
|
+
<!ENTITY % publisher-name-elements
|
2289
|
+
"%just-rendition; " >
|
2290
|
+
|
2291
|
+
|
2292
|
+
<!-- PUBLISHER'S NAME -->
|
2293
|
+
<!-- Name of the publisher of the work
|
2294
|
+
Details at:
|
2295
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=publisher-name
|
2296
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=publisher-name
|
2297
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=publisher-name
|
2298
|
+
-->
|
2299
|
+
<!ELEMENT publisher-name
|
2300
|
+
(#PCDATA %publisher-name-elements;)* >
|
2301
|
+
<!ATTLIST publisher-name
|
2302
|
+
%publisher-name-atts; >
|
2303
|
+
|
2304
|
+
|
2305
|
+
<!-- PUBLISHER'S LOCATION ELEMENTS -->
|
2306
|
+
<!-- Elements for use in the Publisher Location
|
2307
|
+
<publisher-loc> element -->
|
2308
|
+
<!ENTITY % publisher-loc-elements
|
2309
|
+
"| %address.class; | %address-link.class; |
|
2310
|
+
%emphasis.class; | %subsup.class;" >
|
2311
|
+
|
2312
|
+
|
2313
|
+
<!-- PUBLISHER'S LOCATION -->
|
2314
|
+
<!-- Place of publication, usually a city such
|
2315
|
+
as New York or London
|
2316
|
+
Details at:
|
2317
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=publisher-loc
|
2318
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=publisher-loc
|
2319
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=publisher-loc
|
2320
|
+
-->
|
2321
|
+
<!ELEMENT publisher-loc
|
2322
|
+
(#PCDATA %publisher-loc-elements;)* >
|
2323
|
+
<!ATTLIST publisher-loc
|
2324
|
+
%publisher-loc-atts; >
|
2325
|
+
|
2326
|
+
|
2327
|
+
<!-- ============================================================= -->
|
2328
|
+
<!-- COMMON METADATA ELEMENTS CONTINUED -->
|
2329
|
+
<!-- PAGE NUMBERING (SIZE) ELEMENTS -->
|
2330
|
+
<!-- ============================================================= -->
|
2331
|
+
|
2332
|
+
|
2333
|
+
<!-- FIRST PAGE -->
|
2334
|
+
<!-- The page number on which the article starts,
|
2335
|
+
for print journals that have page numbers
|
2336
|
+
Details at:
|
2337
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=fpage
|
2338
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=fpage
|
2339
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=fpage
|
2340
|
+
-->
|
2341
|
+
<!ELEMENT fpage (#PCDATA) >
|
2342
|
+
<!ATTLIST fpage
|
2343
|
+
%fpage-atts; >
|
2344
|
+
|
2345
|
+
|
2346
|
+
<!-- LAST PAGE -->
|
2347
|
+
<!-- The page number on which the article ends,
|
2348
|
+
for print journals that have page numbers
|
2349
|
+
Details at:
|
2350
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=lpage
|
2351
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=lpage
|
2352
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=lpage
|
2353
|
+
-->
|
2354
|
+
<!ELEMENT lpage (#PCDATA) >
|
2355
|
+
<!ATTLIST lpage
|
2356
|
+
%lpage-atts; >
|
2357
|
+
|
2358
|
+
|
2359
|
+
<!-- PAGE RANGES -->
|
2360
|
+
<!-- A container element for additional page
|
2361
|
+
information (TO BE USED TO SUPPLEMENT AND
|
2362
|
+
NOT TO REPLACE <fpage> and <lpage>) to record
|
2363
|
+
discontinuous pages ranges such as
|
2364
|
+
"8-11, 14-19, 40"
|
2365
|
+
meaning that the article begins on page
|
2366
|
+
8, runs 8 through 11, skips to pages 14
|
2367
|
+
through 19, and concludes on page 40.
|
2368
|
+
Details at:
|
2369
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=page-range
|
2370
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=page-range
|
2371
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=page-range
|
2372
|
+
-->
|
2373
|
+
<!ELEMENT page-range (#PCDATA) >
|
2374
|
+
<!ATTLIST page-range
|
2375
|
+
%page-range-atts; >
|
2376
|
+
|
2377
|
+
|
2378
|
+
<!-- SIZE ELEMENTS -->
|
2379
|
+
<!-- The elements that can be included along with
|
2380
|
+
data characters inside the content model of
|
2381
|
+
the size element. -->
|
2382
|
+
<!ENTITY % size-elements
|
2383
|
+
"" >
|
2384
|
+
|
2385
|
+
|
2386
|
+
<!-- SIZE -->
|
2387
|
+
<!-- The size (such as running time, page count,
|
2388
|
+
or physical measurements) of the object being
|
2389
|
+
described, usually by a <product> element.
|
2390
|
+
The "units" attribute must be used to name
|
2391
|
+
the unit of measure (pages, minutes, hours,
|
2392
|
+
linear feet, etc.).
|
2393
|
+
Details at:
|
2394
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=size
|
2395
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=size
|
2396
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=size
|
2397
|
+
-->
|
2398
|
+
<!ELEMENT size (#PCDATA %size-elements;)* >
|
2399
|
+
<!ATTLIST size
|
2400
|
+
%size-atts; >
|
2401
|
+
|
2402
|
+
|
2403
|
+
<!-- ELECTRONIC LOCATION IDENTIFIER -->
|
2404
|
+
<!-- Used to identify an article that
|
2405
|
+
does not have traditional page numbers.
|
2406
|
+
Details at:
|
2407
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=elocation-id
|
2408
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=elocation-id
|
2409
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=elocation-id
|
2410
|
+
-->
|
2411
|
+
<!ELEMENT elocation-id (#PCDATA) >
|
2412
|
+
<!ATTLIST elocation-id
|
2413
|
+
%elocation-id-atts; >
|
2414
|
+
|
2415
|
+
|
2416
|
+
<!-- ============================================================= -->
|
2417
|
+
<!-- CITATIONS (BIBLIOGRAPHIC REFERENCE) -->
|
2418
|
+
<!-- ============================================================= -->
|
2419
|
+
|
2420
|
+
|
2421
|
+
<!-- CITATION ALTERNATIVES MODEL -->
|
2422
|
+
<!-- Model for the <citation-alternatives>
|
2423
|
+
element. -->
|
2424
|
+
<!ENTITY % citation-alternatives-model
|
2425
|
+
"(%citation-minus-alt.class;)+" >
|
2426
|
+
|
2427
|
+
|
2428
|
+
<!-- CITATION ALTERNATIVES -->
|
2429
|
+
<!-- This element will hold alternative versions of
|
2430
|
+
one citation, for example, a single citation
|
2431
|
+
in multiple languages or a single citation
|
2432
|
+
tagged as both a <mixed-citation> complete
|
2433
|
+
with punctuation and spacing and as an
|
2434
|
+
<element-citation> with punctuation and
|
2435
|
+
spacing removed.
|
2436
|
+
Details at:
|
2437
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=citation-alternativesv
|
2438
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=citation-alternatives
|
2439
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=citation-alternatives
|
2440
|
+
-->
|
2441
|
+
<!ELEMENT citation-alternatives
|
2442
|
+
%citation-alternatives-model; >
|
2443
|
+
|
2444
|
+
|
2445
|
+
<!-- CITATION ELEMENTS -->
|
2446
|
+
<!-- Content for both types of citation. These
|
2447
|
+
elements may be mixed with #PCDATA in the
|
2448
|
+
<mixed-citation> element (in which all
|
2449
|
+
punctuation and spacing are left intact), and
|
2450
|
+
they also constitute the choices that can be
|
2451
|
+
used to form the all-element-content of the
|
2452
|
+
<element-citation> element (in which
|
2453
|
+
punctuation and spacing are removed).
|
2454
|
+
Design Note: All inline mixes begin with an
|
2455
|
+
OR bar. -->
|
2456
|
+
<!ENTITY % citation-elements
|
2457
|
+
"%emphasis.class; | %inline-display.class; |
|
2458
|
+
%inline-math.class; | %label.class; |
|
2459
|
+
%phrase.class; | %references.class; |
|
2460
|
+
%subsup.class;" >
|
2461
|
+
|
2462
|
+
|
2463
|
+
<!-- MIXED CITATION -->
|
2464
|
+
<!-- A citation is a description of a work, such
|
2465
|
+
as a journal article, book, or personal
|
2466
|
+
communication, that is cited in the text of
|
2467
|
+
the article. This citation element is
|
2468
|
+
completely loose, with text, punctuation,
|
2469
|
+
spacing, and any of the citation elements
|
2470
|
+
in any order.
|
2471
|
+
Details at:
|
2472
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=mixed-citation
|
2473
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=mixed-citation
|
2474
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=mixed-citation
|
2475
|
+
-->
|
2476
|
+
<!ELEMENT mixed-citation
|
2477
|
+
(#PCDATA | %citation-elements;)* >
|
2478
|
+
<!ATTLIST mixed-citation
|
2479
|
+
%mixed-citation-atts; >
|
2480
|
+
|
2481
|
+
|
2482
|
+
<!-- ELEMENT CITATION -->
|
2483
|
+
<!-- A citation is a description of a work, such
|
2484
|
+
as a journal article, book, or personal
|
2485
|
+
communication, that is cited in the text of
|
2486
|
+
the article. This citation model contains
|
2487
|
+
element-only content, with elements in
|
2488
|
+
any order as many times as needed. This
|
2489
|
+
citation is intended for use in capturing
|
2490
|
+
a publisher's specific element order.
|
2491
|
+
Details at:
|
2492
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=element-citation
|
2493
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=element-citation
|
2494
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=element-citation
|
2495
|
+
-->
|
2496
|
+
<!ELEMENT element-citation
|
2497
|
+
(%citation-elements;)+ >
|
2498
|
+
<!ATTLIST element-citation
|
2499
|
+
%element-citation-atts; >
|
2500
|
+
|
2501
|
+
|
2502
|
+
<!-- ============================================================= -->
|
2503
|
+
<!-- ADDRESS ELEMENTS (BIBLIOGRAPHIC) -->
|
2504
|
+
<!-- ============================================================= -->
|
2505
|
+
|
2506
|
+
|
2507
|
+
<!-- ADDRESS MODEL -->
|
2508
|
+
<!-- Content model for the <address> element -->
|
2509
|
+
<!ENTITY % address-model
|
2510
|
+
"(%address.class; | %address-link.class;)*" >
|
2511
|
+
|
2512
|
+
|
2513
|
+
<!-- ADDRESS/CONTACT INFORMATION -->
|
2514
|
+
<!-- Wrapper element for contact information such
|
2515
|
+
as address, phone, fax, email, url, country,
|
2516
|
+
etc.
|
2517
|
+
Details at:
|
2518
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=address
|
2519
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=address
|
2520
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=address
|
2521
|
+
-->
|
2522
|
+
<!ELEMENT address %address-model; >
|
2523
|
+
<!ATTLIST address
|
2524
|
+
%address-atts; >
|
2525
|
+
|
2526
|
+
|
2527
|
+
<!-- ADDRESS LINE ELEMENTS -->
|
2528
|
+
<!-- Elements for use in the <addr-line> element-->
|
2529
|
+
<!ENTITY % addr-line-elements
|
2530
|
+
"%simple-text; | %address-line.class;" >
|
2531
|
+
|
2532
|
+
|
2533
|
+
<!-- ADDRESS LINE -->
|
2534
|
+
<!-- One line in an address -->
|
2535
|
+
<!-- Conversion Note: If the address is
|
2536
|
+
undifferentiated data characters, the entire
|
2537
|
+
address may be inside one of these elements.
|
2538
|
+
Details at:
|
2539
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=addr-line
|
2540
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=addr-line
|
2541
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=addr-line
|
2542
|
+
-->
|
2543
|
+
<!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
|
2544
|
+
<!ATTLIST addr-line
|
2545
|
+
%addr-line-atts; >
|
2546
|
+
|
2547
|
+
|
2548
|
+
<!-- COUNTRY ELEMENTS -->
|
2549
|
+
<!-- The elements that can be included along with
|
2550
|
+
data characters inside the content model of
|
2551
|
+
the country element. -->
|
2552
|
+
<!ENTITY % country-elements
|
2553
|
+
"" >
|
2554
|
+
|
2555
|
+
|
2556
|
+
<!-- COUNTRY: IN AN ADDRESS -->
|
2557
|
+
<!-- Details at:
|
2558
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=country
|
2559
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=country
|
2560
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=country
|
2561
|
+
-->
|
2562
|
+
<!ELEMENT country (#PCDATA %country-elements;)* >
|
2563
|
+
<!ATTLIST country
|
2564
|
+
%country-atts; >
|
2565
|
+
|
2566
|
+
|
2567
|
+
<!-- EMAIL ADDRESS ELEMENTS -->
|
2568
|
+
<!-- Elements to be mixed with #PCDATA inside the
|
2569
|
+
<email> element -->
|
2570
|
+
<!ENTITY % email-elements
|
2571
|
+
"" >
|
2572
|
+
|
2573
|
+
|
2574
|
+
<!-- EMAIL ADDRESS -->
|
2575
|
+
<!-- Details at:
|
2576
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=email
|
2577
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=email
|
2578
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=email
|
2579
|
+
-->
|
2580
|
+
<!ELEMENT email (#PCDATA %email-elements;)* >
|
2581
|
+
<!ATTLIST email
|
2582
|
+
%email-atts; >
|
2583
|
+
|
2584
|
+
|
2585
|
+
<!-- FAX NUMBER ELEMENTS -->
|
2586
|
+
<!-- The elements that can be included along with
|
2587
|
+
data characters inside the content model of
|
2588
|
+
a <fax> -->
|
2589
|
+
<!ENTITY % fax-elements
|
2590
|
+
"%just-rendition; " >
|
2591
|
+
|
2592
|
+
|
2593
|
+
<!-- FAX NUMBER: IN AN ADDRESS -->
|
2594
|
+
<!-- Details at:
|
2595
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=fax
|
2596
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=fax
|
2597
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=fax
|
2598
|
+
-->
|
2599
|
+
<!ELEMENT fax (#PCDATA %fax-elements;)* >
|
2600
|
+
<!ATTLIST fax
|
2601
|
+
%fax-atts; >
|
2602
|
+
|
2603
|
+
|
2604
|
+
<!-- INSTITUTION NAME ELEMENTS -->
|
2605
|
+
<!-- Elements for use in the <institution>
|
2606
|
+
element -->
|
2607
|
+
<!ENTITY % institution-elements
|
2608
|
+
"| %break.class; | %emphasis.class; |
|
2609
|
+
%subsup.class;" >
|
2610
|
+
|
2611
|
+
|
2612
|
+
<!-- INSTITUTION NAME: IN AN ADDRESS -->
|
2613
|
+
<!-- Name of a institution or organization such as
|
2614
|
+
a university or corporation used in an
|
2615
|
+
address or within a citation (such as a
|
2616
|
+
<mixed-citation> or an <element-citation>
|
2617
|
+
Details at:
|
2618
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=institution
|
2619
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=institution
|
2620
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=institution
|
2621
|
+
-->
|
2622
|
+
<!ELEMENT institution (#PCDATA %institution-elements;)* >
|
2623
|
+
<!ATTLIST institution
|
2624
|
+
%institution-atts; >
|
2625
|
+
|
2626
|
+
|
2627
|
+
<!-- PHONE NUMBER ELEMENTS -->
|
2628
|
+
<!-- The elements that can be included along with
|
2629
|
+
data characters inside the content model of
|
2630
|
+
a <phone number>
|
2631
|
+
Design Note: All inline mixes begin with an
|
2632
|
+
OR bar, but since %just-rendition; is an
|
2633
|
+
inline mix, the OR bar is already there. -->
|
2634
|
+
<!ENTITY % phone-elements
|
2635
|
+
"%just-rendition;" >
|
2636
|
+
|
2637
|
+
|
2638
|
+
<!-- PHONE NUMBER: IN AN ADDRESS -->
|
2639
|
+
<!-- A callable phone number in some telephone or
|
2640
|
+
wireless system somewhere in the world.
|
2641
|
+
Details at:
|
2642
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=phone
|
2643
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=phone
|
2644
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=phone
|
2645
|
+
-->
|
2646
|
+
<!ELEMENT phone (#PCDATA %phone-elements;)* >
|
2647
|
+
<!ATTLIST phone
|
2648
|
+
%phone-atts; >
|
2649
|
+
|
2650
|
+
|
2651
|
+
<!-- URI ELEMENTS -->
|
2652
|
+
<!-- The elements that can be included along with
|
2653
|
+
data characters inside the content model of
|
2654
|
+
a <uri>
|
2655
|
+
Design Note: This PE begins with an OR
|
2656
|
+
bar because %just-rendition; begins with an
|
2657
|
+
OR bar. -->
|
2658
|
+
<!ENTITY % uri-elements
|
2659
|
+
"%just-rendition;" >
|
2660
|
+
|
2661
|
+
|
2662
|
+
<!-- URI -->
|
2663
|
+
<!-- URI such as a URL that may be used as a
|
2664
|
+
live link, typically naming a website, such
|
2665
|
+
as:
|
2666
|
+
<url>http://www.mulberrytech.com</url>
|
2667
|
+
Alternatively the element content may name
|
2668
|
+
the URL, e.g., "Mulberry's Website" and the
|
2669
|
+
"xlink:href" attribute may hold the real
|
2670
|
+
URL.
|
2671
|
+
<url xlink:href="http://www.mulberrytech.
|
2672
|
+
com">Mulberry's Website</url>
|
2673
|
+
Details at:
|
2674
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=uri
|
2675
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=uri
|
2676
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=uri
|
2677
|
+
-->
|
2678
|
+
<!ELEMENT uri (#PCDATA %uri-elements;)* >
|
2679
|
+
<!ATTLIST uri
|
2680
|
+
%uri-atts; >
|
2681
|
+
|
2682
|
+
|
2683
|
+
<!-- ============================================================= -->
|
2684
|
+
<!-- SUPPLEMENT ELEMENTS -->
|
2685
|
+
<!-- ============================================================= -->
|
2686
|
+
|
2687
|
+
|
2688
|
+
<!-- SUPPLEMENT ELEMENTS -->
|
2689
|
+
<!-- Elements for use in the <supplement> element
|
2690
|
+
Design Note: All inline mixes begin with an
|
2691
|
+
OR bar, but since %simple-text; is an inline
|
2692
|
+
mix, the OR bar is already there. -->
|
2693
|
+
<!ENTITY % supplement-elements
|
2694
|
+
"%simple-text; | %contrib-group.class; |
|
2695
|
+
%title.class;" >
|
2696
|
+
|
2697
|
+
|
2698
|
+
<!-- SUPPLEMENT -->
|
2699
|
+
<!-- For a journal published as a supplement, this
|
2700
|
+
is a container element for all the provided
|
2701
|
+
supplement information, such as additional
|
2702
|
+
identification numbers, titles, authors, and
|
2703
|
+
supplement series information.
|
2704
|
+
Details at:
|
2705
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=supplement
|
2706
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=supplement
|
2707
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=supplement
|
2708
|
+
-->
|
2709
|
+
<!ELEMENT supplement (#PCDATA %supplement-elements;)* >
|
2710
|
+
<!ATTLIST supplement
|
2711
|
+
%supplement-atts; >
|
2712
|
+
|
2713
|
+
|
2714
|
+
<!-- ============================================================= -->
|
2715
|
+
<!-- DATE ELEMENTS (PUBLICATION HISTORY) -->
|
2716
|
+
<!-- ============================================================= -->
|
2717
|
+
|
2718
|
+
|
2719
|
+
<!-- DATE -->
|
2720
|
+
<!-- The elements <day>, <month>, and <year> should
|
2721
|
+
ALWAYS be numeric values. The date may be
|
2722
|
+
represented as a string in <string-date>, but
|
2723
|
+
the numeric values should be present whenever
|
2724
|
+
possible.
|
2725
|
+
Details at:
|
2726
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=date
|
2727
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=date
|
2728
|
+
-->
|
2729
|
+
<!ELEMENT date %date-model; >
|
2730
|
+
<!ATTLIST date
|
2731
|
+
%date-atts; >
|
2732
|
+
|
2733
|
+
|
2734
|
+
<!-- DAY -->
|
2735
|
+
<!-- The numeric value of a day of the month, used
|
2736
|
+
in both article metadata and inside a citation,
|
2737
|
+
in two digits as it would be stated in the "DD"
|
2738
|
+
in an international date format YYYY-MM-DD, for
|
2739
|
+
example "03", "25".
|
2740
|
+
Details at:
|
2741
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=day
|
2742
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=day
|
2743
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=day
|
2744
|
+
-->
|
2745
|
+
<!ELEMENT day (#PCDATA) >
|
2746
|
+
<!ATTLIST day
|
2747
|
+
%day-atts; >
|
2748
|
+
|
2749
|
+
|
2750
|
+
<!-- MONTH -->
|
2751
|
+
<!-- Names one of the months of the year. Used in
|
2752
|
+
both article metadata and inside a citation,
|
2753
|
+
this element may contain a full month
|
2754
|
+
"December", an abbreviation "Dec", or,
|
2755
|
+
preferably, a numeric month such as "12".
|
2756
|
+
Details at:
|
2757
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=month
|
2758
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=month
|
2759
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=month
|
2760
|
+
-->
|
2761
|
+
<!ELEMENT month (#PCDATA) >
|
2762
|
+
<!ATTLIST month
|
2763
|
+
%month-atts; >
|
2764
|
+
|
2765
|
+
|
2766
|
+
<!-- SEASON -->
|
2767
|
+
<!-- Season of publication, such as "Spring".
|
2768
|
+
Used in both article metadata and inside a
|
2769
|
+
citation (such as a <mixed-citation> or an
|
2770
|
+
<element-citation>
|
2771
|
+
Details at:
|
2772
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=season
|
2773
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=season
|
2774
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=season
|
2775
|
+
-->
|
2776
|
+
<!ELEMENT season (#PCDATA) >
|
2777
|
+
<!ATTLIST season
|
2778
|
+
%season-atts; >
|
2779
|
+
|
2780
|
+
|
2781
|
+
<!-- YEAR -->
|
2782
|
+
<!-- Year of publication, which should be expressed
|
2783
|
+
as a 4-digit number: "1776" or "1924"
|
2784
|
+
Details at:
|
2785
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=year
|
2786
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=year
|
2787
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=year
|
2788
|
+
-->
|
2789
|
+
<!ELEMENT year (#PCDATA) >
|
2790
|
+
<!ATTLIST year
|
2791
|
+
%year-atts; >
|
2792
|
+
|
2793
|
+
|
2794
|
+
<!-- STRING DATE ELEMENTS -->
|
2795
|
+
<!-- The elements that can be included along with
|
2796
|
+
data characters inside the content model of
|
2797
|
+
the <string-date> element -->
|
2798
|
+
<!ENTITY % string-date-elements
|
2799
|
+
" | %date-parts.class;" >
|
2800
|
+
|
2801
|
+
|
2802
|
+
<!-- DATE AS A STRING -->
|
2803
|
+
<!-- This is a representation of the date as a
|
2804
|
+
string; usually used for dates for which
|
2805
|
+
months and years are not given, but may be
|
2806
|
+
used for any date as a string (i.e., "January,
|
2807
|
+
2001" "Fall 2001" "March 11, 2001".
|
2808
|
+
Details at:
|
2809
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=string-date
|
2810
|
+
-->
|
2811
|
+
<!ELEMENT string-date (#PCDATA %string-date-elements;)* >
|
2812
|
+
<!ATTLIST string-date
|
2813
|
+
%string-date-atts; >
|
2814
|
+
|
2815
|
+
|
2816
|
+
<!-- ============================================================= -->
|
2817
|
+
<!-- GROUP OR CORPORATE AUTHOR ELEMENTS -->
|
2818
|
+
<!-- ============================================================= -->
|
2819
|
+
|
2820
|
+
|
2821
|
+
<!-- COLLABORATION ALTERNATIVES ELEMENTS -->
|
2822
|
+
<!-- Content model for the <collab-alternatives>
|
2823
|
+
element. -->
|
2824
|
+
<!ENTITY % collab-alternatives-model
|
2825
|
+
"(%collab.class;)+" >
|
2826
|
+
|
2827
|
+
|
2828
|
+
<!-- COLLABORATION ALTERNATIVES -->
|
2829
|
+
<!-- Wrapper element for more than one version of
|
2830
|
+
a collaboration, for example, the name of a
|
2831
|
+
laboratory in more than one language such as
|
2832
|
+
the lab name in Japanese kana characters and
|
2833
|
+
a transliterated form of the lab name in Latin
|
2834
|
+
alphabet.
|
2835
|
+
Details at:
|
2836
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=collab-alternatives
|
2837
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=collab-alternatives
|
2838
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=collab-alternatives
|
2839
|
+
-->
|
2840
|
+
<!ELEMENT collab-alternatives
|
2841
|
+
%collab-alternatives-model; >
|
2842
|
+
|
2843
|
+
|
2844
|
+
<!-- COLLABORATIVE (GROUP) AUTHOR ELEMENTS -->
|
2845
|
+
<!-- Elements for use in the <collab> element
|
2846
|
+
Design Note: All inline mixes begin with an
|
2847
|
+
OR bar, but since %simple-text; is an inline
|
2848
|
+
mix, the OR bar is already there. -->
|
2849
|
+
<!ENTITY % collab-elements
|
2850
|
+
"%simple-text; | %address.class; |
|
2851
|
+
%contrib-group.class; |
|
2852
|
+
%contrib-info.class; | %fn-link.class;" >
|
2853
|
+
|
2854
|
+
|
2855
|
+
<!-- COLLABORATIVE (GROUP) AUTHOR -->
|
2856
|
+
<!-- Used for groups of authors credited under
|
2857
|
+
one name, either as a collaboration in the
|
2858
|
+
strictest sense, or when an organization,
|
2859
|
+
institution, or corporation is the group.
|
2860
|
+
Details at:
|
2861
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=collab
|
2862
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=collab
|
2863
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=collab
|
2864
|
+
-->
|
2865
|
+
<!ELEMENT collab (#PCDATA %collab-elements;)* >
|
2866
|
+
<!ATTLIST collab
|
2867
|
+
%collab-atts; >
|
2868
|
+
|
2869
|
+
|
2870
|
+
<!-- ============================================================= -->
|
2871
|
+
<!-- PERSON'S NAME ELEMENTS (BIBLIOGRAPHIC) -->
|
2872
|
+
<!-- ============================================================= -->
|
2873
|
+
|
2874
|
+
|
2875
|
+
<!-- CONTRIBUTOR IDENTIFIER MODEL -->
|
2876
|
+
<!-- Content model for the <name-alternatives>
|
2877
|
+
element -->
|
2878
|
+
<!ENTITY % contrib-id-model
|
2879
|
+
"(#PCDATA)" >
|
2880
|
+
|
2881
|
+
|
2882
|
+
<!-- CONTRIBUTOR IDENTIFIER -->
|
2883
|
+
<!-- One identifier for a person such as a
|
2884
|
+
contributor or principal investigator. This
|
2885
|
+
element will hold an ORCID, a trusted
|
2886
|
+
publishers's identifier, or a JST or NII
|
2887
|
+
identifier.
|
2888
|
+
Details at:
|
2889
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=contrib-id
|
2890
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=contrib-id
|
2891
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=contrib-id
|
2892
|
+
-->
|
2893
|
+
<!ELEMENT contrib-id %contrib-id-model; >
|
2894
|
+
<!ATTLIST contrib-id
|
2895
|
+
%contrib-id-atts; >
|
2896
|
+
|
2897
|
+
|
2898
|
+
<!-- NAME ALTERNATIVES MODEL -->
|
2899
|
+
<!-- Content model for the <name-alternatives>
|
2900
|
+
element -->
|
2901
|
+
<!ENTITY % name-alternatives-model
|
2902
|
+
"((%name-alternatives.class;)+)" >
|
2903
|
+
|
2904
|
+
|
2905
|
+
<!-- NAME ALTERNATIVES -->
|
2906
|
+
<!-- Wrapper element for more than one version of
|
2907
|
+
a personal name, for example, the name in
|
2908
|
+
Japanese kana characters and a transliterated
|
2909
|
+
form of the name in Latin alphabet.
|
2910
|
+
Details at:
|
2911
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=name-alternatives
|
2912
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=name-alternatives
|
2913
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=name-alternatives
|
2914
|
+
-->
|
2915
|
+
<!ELEMENT name-alternatives
|
2916
|
+
%name-alternatives-model; >
|
2917
|
+
<!ATTLIST name-alternatives
|
2918
|
+
%name-alternatives-atts; >
|
2919
|
+
|
2920
|
+
|
2921
|
+
|
2922
|
+
<!-- NAME OF PERSON (STRUCTURED) -->
|
2923
|
+
<!-- Wrapper element for personal names.
|
2924
|
+
Details at:
|
2925
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=name
|
2926
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=name
|
2927
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=name
|
2928
|
+
-->
|
2929
|
+
<!ELEMENT name ( ( (surname, given-names?) | given-names),
|
2930
|
+
prefix?, suffix?) >
|
2931
|
+
<!ATTLIST name
|
2932
|
+
%name-atts; >
|
2933
|
+
|
2934
|
+
|
2935
|
+
<!-- STRING NAME ELEMENTS -->
|
2936
|
+
<!-- The elements that can be included along with
|
2937
|
+
data characters inside the content model of
|
2938
|
+
the <string-name> element -->
|
2939
|
+
<!ENTITY % string-name-elements
|
2940
|
+
" | %person-name.class;" >
|
2941
|
+
|
2942
|
+
|
2943
|
+
<!-- NAME OF PERSON (UNSTRUCTURED) -->
|
2944
|
+
<!-- Wrapper element for personal names where the
|
2945
|
+
stricter format of the <name> element cannot
|
2946
|
+
be followed. This is a very loose element,
|
2947
|
+
allowing data characters, generated text,
|
2948
|
+
and any or all of the naming elements.
|
2949
|
+
Details at:
|
2950
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=string-name
|
2951
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=string-name
|
2952
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=string-name
|
2953
|
+
-->
|
2954
|
+
<!ELEMENT string-name (#PCDATA %string-name-elements;)* >
|
2955
|
+
<!ATTLIST string-name
|
2956
|
+
%string-name-atts; >
|
2957
|
+
|
2958
|
+
|
2959
|
+
<!-- ============================================================= -->
|
2960
|
+
<!-- PARTS OF A PERSON'S NAME ELEMENTS -->
|
2961
|
+
<!-- ============================================================= -->
|
2962
|
+
|
2963
|
+
|
2964
|
+
<!-- DEGREE(S) ELEMENTS -->
|
2965
|
+
<!-- The elements that can be included along with
|
2966
|
+
data characters inside the content model of
|
2967
|
+
<degrees>
|
2968
|
+
Design Note: -%just-rendition; begins with
|
2969
|
+
an OR bar, so this inline mix begins with
|
2970
|
+
an OR bar. -->
|
2971
|
+
<!ENTITY % degrees-elements
|
2972
|
+
"%just-rendition;" >
|
2973
|
+
|
2974
|
+
|
2975
|
+
<!-- DEGREE(S) -->
|
2976
|
+
<!-- Academic degrees or professional
|
2977
|
+
certifications
|
2978
|
+
Details at:
|
2979
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=degrees
|
2980
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=degrees
|
2981
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=degrees
|
2982
|
+
-->
|
2983
|
+
<!ELEMENT degrees (#PCDATA %degrees-elements;)* >
|
2984
|
+
<!ATTLIST degrees
|
2985
|
+
%degrees-atts; >
|
2986
|
+
|
2987
|
+
|
2988
|
+
<!-- GIVEN (FIRST) NAMES ELEMENTS -->
|
2989
|
+
<!-- The elements that can be included along with
|
2990
|
+
data characters inside the content model of
|
2991
|
+
a <given-names> -->
|
2992
|
+
<!ENTITY % given-names-elements
|
2993
|
+
"%just-rendition;" >
|
2994
|
+
|
2995
|
+
|
2996
|
+
<!-- GIVEN (FIRST) NAMES -->
|
2997
|
+
<!-- Includes all given names for a person, such
|
2998
|
+
as the first name, middle names, maiden
|
2999
|
+
name if used as part of the married name,
|
3000
|
+
etc.)
|
3001
|
+
Details at:
|
3002
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=given-names
|
3003
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=given-names
|
3004
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=given-names
|
3005
|
+
-->
|
3006
|
+
<!ELEMENT given-names (#PCDATA %given-names-elements;)* >
|
3007
|
+
<!ATTLIST given-names
|
3008
|
+
%given-names-atts; >
|
3009
|
+
|
3010
|
+
|
3011
|
+
<!-- SURNAME ELEMENTS -->
|
3012
|
+
<!-- The elements that can be included along with
|
3013
|
+
data characters inside the content model of
|
3014
|
+
a <surname>
|
3015
|
+
Design Note: This PE begins with an OR
|
3016
|
+
bar because %just-rendition; begins with an
|
3017
|
+
OR bar. -->
|
3018
|
+
<!ENTITY % surname-elements
|
3019
|
+
"%just-rendition; " >
|
3020
|
+
|
3021
|
+
|
3022
|
+
<!-- SURNAME -->
|
3023
|
+
<!-- The surname (family name) of an individual.
|
3024
|
+
or the single name if there is only one
|
3025
|
+
name, for example, "Cher" or "Pele".
|
3026
|
+
Details at:
|
3027
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=surname
|
3028
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=surname
|
3029
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=surname
|
3030
|
+
-->
|
3031
|
+
<!ELEMENT surname (#PCDATA %surname-elements;)* >
|
3032
|
+
<!ATTLIST surname
|
3033
|
+
%surname-atts; >
|
3034
|
+
|
3035
|
+
|
3036
|
+
<!-- PREFIX ELEMENTS -->
|
3037
|
+
<!-- The elements that can be included along with
|
3038
|
+
data characters inside the content model of
|
3039
|
+
a <prefix>
|
3040
|
+
Design Note: This PE begins with an OR
|
3041
|
+
bar because %just-rendition; begins with an
|
3042
|
+
OR bar. -->
|
3043
|
+
<!ENTITY % prefix-elements
|
3044
|
+
"%just-rendition;" >
|
3045
|
+
|
3046
|
+
|
3047
|
+
<!-- PREFIX -->
|
3048
|
+
<!-- Honorifics or other qualifiers that usually
|
3049
|
+
precede the surname, for example, Professor,
|
3050
|
+
Rev., President, Senator, Dr., Sir, The
|
3051
|
+
Honorable, et al.
|
3052
|
+
Details at:
|
3053
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=prefix
|
3054
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=prefix
|
3055
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=prefix
|
3056
|
+
-->
|
3057
|
+
<!ELEMENT prefix (#PCDATA %prefix-elements;)* >
|
3058
|
+
<!ATTLIST prefix
|
3059
|
+
%prefix-atts; >
|
3060
|
+
|
3061
|
+
|
3062
|
+
|
3063
|
+
<!-- SUFFIX ELEMENTS -->
|
3064
|
+
<!-- The elements that can be included along with
|
3065
|
+
data characters inside the content model of
|
3066
|
+
a <suffix>
|
3067
|
+
Design Note: This PE begins with an OR bar,
|
3068
|
+
it is inside %just-rendition; -->
|
3069
|
+
<!ENTITY % suffix-elements
|
3070
|
+
"%just-rendition;" >
|
3071
|
+
|
3072
|
+
|
3073
|
+
<!-- SUFFIX -->
|
3074
|
+
<!-- Text used as a suffix to a person's name, for
|
3075
|
+
example: Sr. Jr. III, 3rd
|
3076
|
+
Details at:
|
3077
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=suffix
|
3078
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=suffix
|
3079
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=suffix
|
3080
|
+
-->
|
3081
|
+
<!ELEMENT suffix (#PCDATA %suffix-elements;)* >
|
3082
|
+
<!ATTLIST suffix
|
3083
|
+
%suffix-atts; >
|
3084
|
+
|
3085
|
+
|
3086
|
+
<!-- ============================================================= -->
|
3087
|
+
<!-- EXTERNAL LINK ELEMENTS -->
|
3088
|
+
<!-- ============================================================= -->
|
3089
|
+
|
3090
|
+
|
3091
|
+
<!-- EXTERNAL LINK ELEMENTS -->
|
3092
|
+
<!-- The elements that can be included along with
|
3093
|
+
data characters inside the content model of
|
3094
|
+
an <ext-link>
|
3095
|
+
Design Note: All inline mixes begin with an
|
3096
|
+
OR bar, but since %link-elements; is an inline
|
3097
|
+
mix, the OR bar is already there. -->
|
3098
|
+
<!ENTITY % ext-link-elements
|
3099
|
+
"%link-elements;" >
|
3100
|
+
|
3101
|
+
|
3102
|
+
<!-- EXTERNAL LINK -->
|
3103
|
+
<!-- Link to an external file, such as Medline,
|
3104
|
+
Genbank, etc. Linking may be accomplished
|
3105
|
+
using the XLink linking attributes.
|
3106
|
+
Details at:
|
3107
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=ext-link
|
3108
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=ext-link
|
3109
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=ext-link
|
3110
|
+
-->
|
3111
|
+
<!ELEMENT ext-link (#PCDATA %ext-link-elements;)* >
|
3112
|
+
<!ATTLIST ext-link
|
3113
|
+
%ext-link-atts; >
|
3114
|
+
|
3115
|
+
|
3116
|
+
<!-- ============================================================= -->
|
3117
|
+
<!-- SHARED STRUCTURAL ELEMENTS -->
|
3118
|
+
<!-- ============================================================= -->
|
3119
|
+
|
3120
|
+
|
3121
|
+
<!-- ATTRIBUTION ELEMENTS -->
|
3122
|
+
<!-- The elements that can be included along with
|
3123
|
+
data characters inside the content model of
|
3124
|
+
an attribution
|
3125
|
+
Design Note: All inline mixes begin with an
|
3126
|
+
OR bar, but since %simple-phrase; is an
|
3127
|
+
inline mix, the OR bar is already there. -->
|
3128
|
+
<!ENTITY % attrib-elements
|
3129
|
+
"%emphasized-text;" >
|
3130
|
+
|
3131
|
+
|
3132
|
+
<!-- ATTRIBUTION -->
|
3133
|
+
<!-- Source, author, formal thanks, or other
|
3134
|
+
information (other than copyright material)
|
3135
|
+
concerning the origins of an extract, a poem
|
3136
|
+
<verse-group> or similar element.
|
3137
|
+
Details at:
|
3138
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=attrib
|
3139
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=attrib
|
3140
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=attrib
|
3141
|
+
-->
|
3142
|
+
<!ELEMENT attrib (#PCDATA %attrib-elements;)* >
|
3143
|
+
<!ATTLIST attrib
|
3144
|
+
%attrib-atts; >
|
3145
|
+
|
3146
|
+
|
3147
|
+
<!-- DEFINITION LIST: DEFINITION MODEL -->
|
3148
|
+
<!-- Content model for the <def> element, which
|
3149
|
+
is used in contexts outside of <def-list>s -->
|
3150
|
+
<!ENTITY % def-model "((%just-para.class;)+ )" >
|
3151
|
+
|
3152
|
+
|
3153
|
+
<!-- DEFINITION LIST: DEFINITION -->
|
3154
|
+
<!-- Used in two senses:
|
3155
|
+
1) The definition, description, or other
|
3156
|
+
explanation of the word, phrase, or picture
|
3157
|
+
of a 2-part or definition list
|
3158
|
+
2) The definition or expansion of an
|
3159
|
+
abbreviation or acronym <abbrev>
|
3160
|
+
Details at:
|
3161
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=def
|
3162
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=def
|
3163
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=def
|
3164
|
+
-->
|
3165
|
+
<!ELEMENT def %def-model; >
|
3166
|
+
<!ATTLIST def
|
3167
|
+
%def-atts; >
|
3168
|
+
|
3169
|
+
|
3170
|
+
<!-- LABEL ELEMENTS -->
|
3171
|
+
<!-- The elements that can be included along with
|
3172
|
+
data characters inside the content model of
|
3173
|
+
the <label> element -->
|
3174
|
+
<!ENTITY % label-elements
|
3175
|
+
"| %emphasis.class; | %inline-display.class; |
|
3176
|
+
%inline-math.class; | %subsup.class;" >
|
3177
|
+
|
3178
|
+
|
3179
|
+
<!-- LABEL OF A FIGURE, REFERENCE, ETC. -->
|
3180
|
+
<!-- The number and any prefix word that comes
|
3181
|
+
before, for example, the caption of a Figure,
|
3182
|
+
such as "Figure 3." or "Exhibit 2.".
|
3183
|
+
Details at:
|
3184
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=label
|
3185
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=label
|
3186
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=label
|
3187
|
+
-->
|
3188
|
+
<!ELEMENT label (#PCDATA %label-elements;)* >
|
3189
|
+
<!ATTLIST label
|
3190
|
+
%label-atts; >
|
3191
|
+
|
3192
|
+
|
3193
|
+
<!-- PRICE ELEMENTS -->
|
3194
|
+
<!-- The elements that can be included along with
|
3195
|
+
data characters inside the content model of
|
3196
|
+
the <price> element -->
|
3197
|
+
<!ENTITY % price-elements
|
3198
|
+
"| %emphasis.class;" >
|
3199
|
+
|
3200
|
+
|
3201
|
+
<!-- PRICE -->
|
3202
|
+
<!-- Sale price of a work, typically a book or
|
3203
|
+
software package that is being reviewed
|
3204
|
+
Details at:
|
3205
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=price
|
3206
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=price
|
3207
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=price
|
3208
|
+
-->
|
3209
|
+
<!ELEMENT price (#PCDATA %price-elements;)* >
|
3210
|
+
<!ATTLIST price
|
3211
|
+
%price-atts; >
|
3212
|
+
|
3213
|
+
|
3214
|
+
<!-- STRUCTURAL TITLE ELEMENTS -->
|
3215
|
+
<!-- The elements that can be included along with
|
3216
|
+
data characters inside the content model of
|
3217
|
+
the <title> element
|
3218
|
+
Design Note: All inline mixes begin with an
|
3219
|
+
OR bar, but since %simple-phrase; is an
|
3220
|
+
inline mix, the OR bar is already there. -->
|
3221
|
+
<!ENTITY % struct-title-elements
|
3222
|
+
"%simple-phrase; | %break.class; |
|
3223
|
+
%citation.class;" >
|
3224
|
+
|
3225
|
+
|
3226
|
+
<!-- TITLE -->
|
3227
|
+
<!-- Heading or title for a structural element
|
3228
|
+
such as a Section, Figure, Boxed Text, etc.
|
3229
|
+
Details at:
|
3230
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=title
|
3231
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=title
|
3232
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=title
|
3233
|
+
-->
|
3234
|
+
<!ELEMENT title (#PCDATA %struct-title-elements;)* >
|
3235
|
+
<!ATTLIST title
|
3236
|
+
%title-atts; >
|
3237
|
+
|
3238
|
+
|
3239
|
+
<!-- ============================================================= -->
|
3240
|
+
<!-- RELATED ARTICLE ELEMENTS -->
|
3241
|
+
<!-- (METADATA AND STRUCTURAL) -->
|
3242
|
+
<!-- ============================================================= -->
|
3243
|
+
|
3244
|
+
|
3245
|
+
<!-- RELATED ARTICLE ELEMENTS -->
|
3246
|
+
<!-- Elements allowed inside <related-article> -->
|
3247
|
+
<!ENTITY % related-article-elements
|
3248
|
+
"| %emphasis.class; | %journal-id.class; |
|
3249
|
+
%phrase-content.class; |
|
3250
|
+
%references.class; | %subsup.class;" >
|
3251
|
+
|
3252
|
+
|
3253
|
+
<!-- RELATED ARTICLE INFORMATION -->
|
3254
|
+
<!-- Wrapper element, used as a container for
|
3255
|
+
text links to a related article, possibly
|
3256
|
+
accompanied by a very brief description
|
3257
|
+
such as "errata (correction)".
|
3258
|
+
Details at:
|
3259
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=related-article
|
3260
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=related-article
|
3261
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=related-article
|
3262
|
+
-->
|
3263
|
+
<!ELEMENT related-article
|
3264
|
+
(#PCDATA %related-article-elements;)* >
|
3265
|
+
<!ATTLIST related-article
|
3266
|
+
%related-article-atts; >
|
3267
|
+
|
3268
|
+
|
3269
|
+
<!-- ============================================================= -->
|
3270
|
+
<!-- SIGNATURE BLOCK ELEMENTS -->
|
3271
|
+
<!-- ============================================================= -->
|
3272
|
+
|
3273
|
+
|
3274
|
+
<!-- SIGNATURE BLOCK ELEMENTS -->
|
3275
|
+
<!-- Elements to be mixed with data characters
|
3276
|
+
inside the content model for the
|
3277
|
+
<sig-block> element. -->
|
3278
|
+
<!ENTITY % sig-block-elements
|
3279
|
+
"| %break.class; | %emphasis.class; |
|
3280
|
+
%just-base-display.class; |
|
3281
|
+
%inline-display-noalt.class; |
|
3282
|
+
%phrase-content.class; |
|
3283
|
+
%sig.class; | %subsup.class;" >
|
3284
|
+
|
3285
|
+
|
3286
|
+
<!-- SIGNATURE BLOCK -->
|
3287
|
+
<!-- An area of text and graphic material placed
|
3288
|
+
at the end of an article or section to hold
|
3289
|
+
the graphical signature or other description
|
3290
|
+
of the person responsible for or attesting
|
3291
|
+
to the content.
|
3292
|
+
Details at:
|
3293
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=sig-block
|
3294
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=sig-block
|
3295
|
+
-->
|
3296
|
+
<!ELEMENT sig-block (#PCDATA %sig-block-elements;)* >
|
3297
|
+
<!ATTLIST sig-block
|
3298
|
+
%sig-block-atts; >
|
3299
|
+
|
3300
|
+
|
3301
|
+
<!-- SIGNATURE ELEMENTS -->
|
3302
|
+
<!-- Elements to be mixed with data characters
|
3303
|
+
inside the content model for the
|
3304
|
+
<sig> element. -->
|
3305
|
+
<!ENTITY % sig-elements "%rendition-plus; | %break.class; |
|
3306
|
+
%inline-display-noalt.class; |
|
3307
|
+
%just-base-display-noalt.class;" >
|
3308
|
+
|
3309
|
+
|
3310
|
+
<!-- SIGNATURE -->
|
3311
|
+
<!-- One contributor signature and associated
|
3312
|
+
material (such as a text restatement of the
|
3313
|
+
affiliation) inside a signature block.
|
3314
|
+
Details at:
|
3315
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=sig
|
3316
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=sig
|
3317
|
+
-->
|
3318
|
+
<!ELEMENT sig (#PCDATA %sig-elements;)* >
|
3319
|
+
<!ATTLIST sig
|
3320
|
+
%sig-atts; >
|
3321
|
+
|
3322
|
+
|
3323
|
+
<!-- ============================================================= -->
|
3324
|
+
<!-- FRONT MATTER/BACK MATTER ELEMENTS -->
|
3325
|
+
<!-- ============================================================= -->
|
3326
|
+
|
3327
|
+
|
3328
|
+
<!-- ACKNOWLEDGMENTS MODEL -->
|
3329
|
+
<!-- Content model for the <ack> element -->
|
3330
|
+
<!ENTITY % ack-model "%sec-opt-title-model;" >
|
3331
|
+
|
3332
|
+
|
3333
|
+
<!-- ACKNOWLEDGMENTS -->
|
3334
|
+
<!-- Details at:
|
3335
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=ack
|
3336
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=ack
|
3337
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=ack
|
3338
|
+
-->
|
3339
|
+
|
3340
|
+
<!ELEMENT ack %ack-model; >
|
3341
|
+
<!ATTLIST ack
|
3342
|
+
%ack-atts; >
|
3343
|
+
|
3344
|
+
|
3345
|
+
<!-- BIOGRAPHY MODEL -->
|
3346
|
+
<!-- Content model for the <bio> element -->
|
3347
|
+
<!ENTITY % bio-model "%sec-opt-title-model;" >
|
3348
|
+
|
3349
|
+
|
3350
|
+
<!-- BIOGRAPHY -->
|
3351
|
+
<!-- Short biography of a person, usually the
|
3352
|
+
author
|
3353
|
+
Details at:
|
3354
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=bio
|
3355
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=bio
|
3356
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=bio
|
3357
|
+
-->
|
3358
|
+
<!ELEMENT bio %bio-model; >
|
3359
|
+
<!ATTLIST bio
|
3360
|
+
%bio-atts; >
|
3361
|
+
|
3362
|
+
|
3363
|
+
<!-- NOTES MODEL -->
|
3364
|
+
<!-- Content model for the <notes> element -->
|
3365
|
+
<!ENTITY % notes-model "%sec-opt-title-model;" >
|
3366
|
+
|
3367
|
+
|
3368
|
+
<!-- NOTES -->
|
3369
|
+
<!-- A container element for the notes that may
|
3370
|
+
appear at the end of an Article or at the
|
3371
|
+
end of a Table, for example, a typical
|
3372
|
+
end-of-article note is a "Note in Proof".
|
3373
|
+
Details at:
|
3374
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=notes
|
3375
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=notes
|
3376
|
+
-->
|
3377
|
+
<!ELEMENT notes %notes-model; >
|
3378
|
+
<!ATTLIST notes
|
3379
|
+
%notes-atts; >
|
3380
|
+
|
3381
|
+
|
3382
|
+
<!-- ============================================================= -->
|
3383
|
+
<!-- ACCESSIBILITY ELEMENTS -->
|
3384
|
+
<!-- ============================================================= -->
|
3385
|
+
|
3386
|
+
|
3387
|
+
<!-- ALTERNATE TITLE TEXT FOR A FIGURE, ETC. -->
|
3388
|
+
<!-- Short phrase used to display or pronounce
|
3389
|
+
as an alternative to providing the full
|
3390
|
+
graphic for accessibility display or
|
3391
|
+
graphic-limited websites or devices. For
|
3392
|
+
example, <alt-text> may be used to display
|
3393
|
+
"behind" a figure or graphic.
|
3394
|
+
Details at:
|
3395
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=alt-text
|
3396
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=alt-text
|
3397
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=alt-text
|
3398
|
+
-->
|
3399
|
+
<!ELEMENT alt-text (#PCDATA) >
|
3400
|
+
<!ATTLIST alt-text
|
3401
|
+
%alt-text-atts; >
|
3402
|
+
|
3403
|
+
|
3404
|
+
<!-- LONG DESCRIPTION ELEMENTS -->
|
3405
|
+
<!-- Elements to be mixed with data characters
|
3406
|
+
inside the <long-desc> element -->
|
3407
|
+
<!ENTITY % long-desc-elements
|
3408
|
+
"" >
|
3409
|
+
|
3410
|
+
|
3411
|
+
<!-- LONG DESCRIPTION -->
|
3412
|
+
<!-- Description or summary of the content of a
|
3413
|
+
graphical object, table, or textual object
|
3414
|
+
such as a text box, used by some systems to
|
3415
|
+
make the object accessible, even to people
|
3416
|
+
or systems that cannot read/see/display the
|
3417
|
+
object.
|
3418
|
+
Details at:
|
3419
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=long-desc
|
3420
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=long-desc
|
3421
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=long-desc
|
3422
|
+
-->
|
3423
|
+
<!ELEMENT long-desc (#PCDATA %long-desc-elements;)* >
|
3424
|
+
<!ATTLIST long-desc
|
3425
|
+
%long-desc-atts; >
|
3426
|
+
|
3427
|
+
|
3428
|
+
<!-- ============================================================= -->
|
3429
|
+
<!-- CUSTOM METADATA ELEMENTS -->
|
3430
|
+
<!-- ============================================================= -->
|
3431
|
+
|
3432
|
+
|
3433
|
+
<!-- CUSTOM METADATA GROUP MODEL -->
|
3434
|
+
<!-- Content model for the <custom-meta-group>
|
3435
|
+
element -->
|
3436
|
+
<!ENTITY % custom-meta-group-model
|
3437
|
+
"(custom-meta+)" >
|
3438
|
+
|
3439
|
+
|
3440
|
+
<!-- CUSTOM METADATA GROUP -->
|
3441
|
+
<!-- Some DTDs and schemas allow for metadata
|
3442
|
+
above and beyond that which can be specified
|
3443
|
+
by this DTD. This element is a grouping
|
3444
|
+
element used to contain all these additional
|
3445
|
+
metadata elements.
|
3446
|
+
Details at:
|
3447
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=custom-meta-group
|
3448
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=custom-meta-group
|
3449
|
+
-->
|
3450
|
+
<!ELEMENT custom-meta-group
|
3451
|
+
%custom-meta-group-model; >
|
3452
|
+
|
3453
|
+
|
3454
|
+
<!-- CUSTOM METADATA MODEL -->
|
3455
|
+
<!-- Content model for the <custom-meta> element-->
|
3456
|
+
<!ENTITY % custom-meta-model
|
3457
|
+
"(meta-name, meta-value)" >
|
3458
|
+
|
3459
|
+
|
3460
|
+
<!-- CUSTOM METADATA -->
|
3461
|
+
<!-- Some DTDs and schemas allow for metadata
|
3462
|
+
above and beyond that which can be specified
|
3463
|
+
by this DTD. This element is used to capture
|
3464
|
+
metadata elements that have not been defined
|
3465
|
+
explicitly in the models for this DTD, so
|
3466
|
+
that the intellectual content will not be lost.
|
3467
|
+
Details at:
|
3468
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=custom-meta
|
3469
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=custom-meta
|
3470
|
+
-->
|
3471
|
+
<!ELEMENT custom-meta %custom-meta-model; >
|
3472
|
+
<!ATTLIST custom-meta
|
3473
|
+
%custom-meta-atts; >
|
3474
|
+
|
3475
|
+
|
3476
|
+
<!-- METADATA DATA NAME ELEMENTS -->
|
3477
|
+
<!-- Elements that may be used, along with data
|
3478
|
+
characters, inside the <meta-name> element
|
3479
|
+
Design Note: All inline mixes begin with an
|
3480
|
+
OR bar, but since %simple-phrase; is an
|
3481
|
+
inline mix, the OR bar is already there. -->
|
3482
|
+
<!ENTITY % meta-name-elements
|
3483
|
+
"" >
|
3484
|
+
|
3485
|
+
|
3486
|
+
<!-- METADATA DATA NAME FOR CUSTOM METADATA -->
|
3487
|
+
<!-- The <custom-meta> element
|
3488
|
+
allows for an infinite number of name/value
|
3489
|
+
pairs, with few constraints on the length or
|
3490
|
+
content of the value. This element contains
|
3491
|
+
the name of the metadata field.
|
3492
|
+
Details at:
|
3493
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=meta-name
|
3494
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=meta-name
|
3495
|
+
-->
|
3496
|
+
<!ELEMENT meta-name (#PCDATA %meta-name-elements;)* >
|
3497
|
+
<!ATTLIST meta-name
|
3498
|
+
%meta-name-atts; >
|
3499
|
+
|
3500
|
+
|
3501
|
+
<!-- METADATA DATA VALUE ELEMENTS -->
|
3502
|
+
<!-- Elements that may be used, along with data
|
3503
|
+
characters, inside the <meta-value> element
|
3504
|
+
Design Note: All inline mixes begin with an
|
3505
|
+
OR bar, but since %simple-phrase; is an
|
3506
|
+
inline mix, the OR bar is already there. -->
|
3507
|
+
<!ENTITY % meta-value-elements
|
3508
|
+
"%simple-phrase;" >
|
3509
|
+
|
3510
|
+
|
3511
|
+
<!-- METADATA DATA VALUE FOR CUSTOM METADATA -->
|
3512
|
+
<!-- The <custom-meta> element
|
3513
|
+
allows for an infinite number of name/value
|
3514
|
+
pairs, with few constraints on the length or
|
3515
|
+
content of the value. This element contains
|
3516
|
+
the value of the metadata field that is named
|
3517
|
+
by the <meta-name> element.
|
3518
|
+
Details at:
|
3519
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=meta-value
|
3520
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=meta-value
|
3521
|
+
-->
|
3522
|
+
<!ELEMENT meta-value (#PCDATA %meta-value-elements;)* >
|
3523
|
+
<!ATTLIST meta-value
|
3524
|
+
%meta-value-atts; >
|
3525
|
+
|
3526
|
+
|
3527
|
+
<!-- ============================================================= -->
|
3528
|
+
<!-- PROCESSING ALTERNATIVES ELEMENTS -->
|
3529
|
+
<!-- ============================================================= -->
|
3530
|
+
|
3531
|
+
|
3532
|
+
<!-- ALTERNATIVES MODEL -->
|
3533
|
+
<!-- Model for the <alternatives> processing
|
3534
|
+
alternatives element -->
|
3535
|
+
<!ENTITY % alternatives-model
|
3536
|
+
"(%alternatives-display.class; |
|
3537
|
+
%math.class;)+" >
|
3538
|
+
|
3539
|
+
|
3540
|
+
<!-- ALTERNATIVES FOR PROCESSING -->
|
3541
|
+
<!-- Container element used to hold a group of
|
3542
|
+
processing alternatives, for example, a
|
3543
|
+
single logical <graphic> that ships in
|
3544
|
+
different formats (tif, gif, jpeg) or
|
3545
|
+
different resolutions. This element is a
|
3546
|
+
physical grouping to contain multiple
|
3547
|
+
logically equivalent (substitutable) versions
|
3548
|
+
of the same information object.
|
3549
|
+
Details at:
|
3550
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=alternatives
|
3551
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=alternatives
|
3552
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=alternatives
|
3553
|
+
-->
|
3554
|
+
<!ELEMENT alternatives %alternatives-model; >
|
3555
|
+
<!ATTLIST alternatives
|
3556
|
+
%alternatives-atts; >
|
3557
|
+
|
3558
|
+
|
3559
|
+
<!-- TEXTUAL FORM ELEMENTS -->
|
3560
|
+
<!-- Model for the <textual-form> element -->
|
3561
|
+
<!ENTITY % textual-form-elements
|
3562
|
+
"| %emphasis.class; |
|
3563
|
+
%inline-display-noalt.class; |
|
3564
|
+
%math.class; |
|
3565
|
+
%phrase-content.class; | %subsup.class;" >
|
3566
|
+
|
3567
|
+
|
3568
|
+
<!-- TEXTUAL FORM -->
|
3569
|
+
<!-- Container element (for use only inside
|
3570
|
+
<alternatives>) that will hold text and
|
3571
|
+
mixed content objects that act as alternatives
|
3572
|
+
to, for example, graphics.
|
3573
|
+
Details at:
|
3574
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=textual-form
|
3575
|
+
http://jats.nlm.nih.gov/publishing/tag-library/1.0/index.html?elem=textual-form
|
3576
|
+
http://jats.nlm.nih.gov/articleauthoring/tag-library/1.0/index.html?elem=textual-form
|
3577
|
+
-->
|
3578
|
+
<!ELEMENT textual-form (#PCDATA %textual-form-elements;)* >
|
3579
|
+
<!ATTLIST textual-form
|
3580
|
+
%textual-form-atts; >
|
3581
|
+
|
3582
|
+
|
3583
|
+
<!-- ============================================================= -->
|
3584
|
+
<!-- GENERATED TEXT OR PUNCTUATION -->
|
3585
|
+
<!-- ============================================================= -->
|
3586
|
+
|
3587
|
+
|
3588
|
+
<!-- X TEXT ATTRIBUTES -->
|
3589
|
+
<!-- Attributes for the element <x> -->
|
3590
|
+
<!ENTITY % x-atts
|
3591
|
+
"content-type
|
3592
|
+
CDATA #IMPLIED
|
3593
|
+
xml:space ( default | preserve) #FIXED 'preserve'
|
3594
|
+
specific-use
|
3595
|
+
CDATA #IMPLIED
|
3596
|
+
xml:lang NMTOKEN #IMPLIED" >
|
3597
|
+
|
3598
|
+
|
3599
|
+
<!-- X ELEMENTS -->
|
3600
|
+
<!-- Elements for use inside the <x> element -->
|
3601
|
+
<!ENTITY % x-elements "" >
|
3602
|
+
|
3603
|
+
|
3604
|
+
<!-- X - GENERATED TEXT AND PUNCTUATION -->
|
3605
|
+
<!-- A container element to hold punctuation or
|
3606
|
+
other generated text, typically when 1) an
|
3607
|
+
archive decides not to have any text
|
3608
|
+
generated and thus to pre-generate such
|
3609
|
+
things as commas or semicolons between
|
3610
|
+
keywords or 2) when an archive receives text
|
3611
|
+
with <x> tags embedded and wishes to retain
|
3612
|
+
them.
|
3613
|
+
Details at:
|
3614
|
+
http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html?elem=x
|
3615
|
+
-->
|
3616
|
+
<!ELEMENT x (#PCDATA %x-elements;)* >
|
3617
|
+
<!ATTLIST x
|
3618
|
+
%x-atts; >
|
3619
|
+
|
3620
|
+
|
3621
|
+
<!-- ================== End NISO JATS Common (Shared) Elements === -->
|
3622
|
+
|