xml_jats_resolver 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.travis.yml +6 -0
- data/CHANGELOG.md +3 -0
- data/Gemfile +8 -0
- data/LICENSE.md +25 -0
- data/README.md +3 -0
- data/Rakefile +10 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/XHTMLtablesetup.ent +247 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/archivearticle.dtd +815 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/archivecustomize.ent +583 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/articlemeta.ent +1431 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/backmatter.ent +216 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/catalog.ent +76 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/chars.ent +333 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/checksum.md5 +83 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/common.ent +1609 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/display.ent +988 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/format.ent +403 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsa.ent +173 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsb.ent +146 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsc.ent +49 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsn.ent +117 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamso.ent +77 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isoamsr.ent +205 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isobox.ent +67 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isocyr1.ent +94 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isocyr2.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isodia.ent +41 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk3.ent +70 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/isolat1.ent +89 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isolat2.ent +148 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isomfrk.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isomopf.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isomscr.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isonum.ent +103 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isopub.ent +110 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/isotech.ent +183 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/journalmeta.ent +269 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/link.ent +417 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/list.ent +361 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/math.ent +220 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mathml2-qname-1.mod +275 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml/mmlextra.ent +128 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml2-qname-1.mod +275 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathml2.dtd +1960 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mathmlsetup.ent +141 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/mmlextra.ent +128 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/modules.ent +344 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/notat.ent +147 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/oasis-tablesetup.ent +258 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/para.ent +320 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/phrase.ent +213 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/readme.txt +247 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/references.ent +559 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/sampleminimal.xml +5 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/samplesmall.xml +84 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/section.ent +205 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsa.ent +173 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsb.ent +146 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsc.ent +49 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsn.ent +117 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamso.ent +77 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isoamsr.ent +205 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isobox.ent +67 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isocyr1.ent +94 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isocyr2.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isodia.ent +41 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk3.ent +70 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isolat1.ent +89 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isolat2.ent +148 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomfrk.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomopf.ent +53 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isomscr.ent +79 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isonum.ent +103 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isopub.ent +110 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlchars/isotech.ent +183 -0
- data/lib/dtd/archiving_dtd/1.0/dtd/xmlspecchars.ent +274 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/XHTMLtablesetup.ent +289 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/archivearticle.dtd +819 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/archivecustomize.ent +597 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/articlemeta.ent +1464 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/backmatter.ent +216 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/catalog.ent +76 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/chars.ent +340 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/common.ent +1674 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/display.ent +1334 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/format.ent +401 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/journalmeta.ent +283 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/link.ent +475 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/list.ent +416 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/math.ent +288 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mathml2-qname-1.mod +1 -3
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mmlalias.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml/mmlextra.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/mathml2.dtd +1960 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/mathmlsetup.ent +171 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/modules.ent +349 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/notat.ent +147 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/oasis-tablesetup.ent +298 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/para.ent +368 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/phrase.ent +244 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/references.ent +560 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/section.ent +202 -0
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsa.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsb.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsc.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsn.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamso.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isoamsr.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isobox.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isocyr1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isocyr2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isodia.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk3.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isolat1.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isolat2.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomfrk.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomopf.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isomscr.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isonum.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isopub.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlchars/isotech.ent +1 -1
- data/lib/dtd/archiving_dtd/1.1/dtd/xmlspecchars.ent +274 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/Readme.txt +225 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/XHTMLtablesetup.ent +309 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivearticle.dtd +952 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-classes.ent +157 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-mixes.ent +306 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-models.ent +756 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/archivecustom-modules.ent +116 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/articlemeta.ent +1811 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/backmatter.ent +277 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/catalog.ent +115 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/chars.ent +359 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/common.ent +2790 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/default-classes.ent +704 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/default-mixes.ent +357 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/display.ent +1468 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/format.ent +412 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalmeta.ent +341 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-classes.ent +200 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-mixes.ent +207 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-models.ent +859 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpubcustom-modules.ent +125 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/journalpublishing.dtd +955 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/link.ent +510 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/list.ent +465 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/math.ent +329 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mathml2-qname-1.mod +1 -3
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mmlalias.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml/mmlextra.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/mathml2.dtd +1960 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/mathmlsetup.ent +191 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/modules.ent +417 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/nlmcitation.ent +124 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/notat.ent +172 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/para.ent +420 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/phrase.ent +278 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/references.ent +726 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/samplesmall-green.xml +1 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/samplesmall-pub.xml +1 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/section.ent +220 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsa.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsb.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsc.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsn.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamso.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isoamsr.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isobox.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isocyr1.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isocyr2.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isodia.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk1.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk2.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk3.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isogrk4.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isolat1.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isolat2.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomfrk.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomopf.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isomscr.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isopub.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlchars/isotech.ent +1 -1
- data/lib/dtd/archiving_dtd/2.0/dtd/xmlspecchars.ent +290 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/ArchiveReadme.txt +283 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/XHTMLtablesetup.ent +320 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivearticle.dtd +981 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-classes.ent +173 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-mixes.ent +317 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-models.ent +777 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/archivecustom-modules.ent +125 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/articlemeta.ent +1816 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/backmatter.ent +288 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/catalog-v2.xml +577 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/catalog.ent +179 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/chars.ent +359 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/common.ent +2991 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/default-classes.ent +738 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/default-mixes.ent +368 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/display.ent +1480 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/format.ent +412 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/journalmeta.ent +328 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/link.ent +521 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/list.ent +496 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/math.ent +328 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/mathmlsetup.ent +280 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/modules.ent +438 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/notat.ent +172 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/para.ent +445 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/phrase.ent +278 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/references.ent +741 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/sample-archiv-mathml.xml +450 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/samplesmall-archiv.xml +1 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/section.ent +222 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.1/dtd/xmlspecchars.ent +332 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/XHTMLtablesetup.ent +320 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/annotation.ent +267 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivearticle.dtd +1107 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-classes.ent +173 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-mixes.ent +317 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-models.ent +811 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/archivecustom-modules.ent +125 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/articlemeta.ent +1832 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/backmatter.ent +289 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/catalog-v2.xml +590 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/catalog.ent +183 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/chars.ent +359 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/common.ent +3121 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/default-classes.ent +775 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/default-mixes.ent +368 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/display.ent +1515 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/format.ent +412 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/journalmeta.ent +325 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/link.ent +523 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/list.ent +496 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/math.ent +336 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/mathmlsetup.ent +280 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/modules.ent +438 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/nlmcitation.ent +124 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/notat.ent +172 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/para.ent +469 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/phrase.ent +278 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/references.ent +756 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/sampleGreen-UGLY.xml +1696 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/section.ent +246 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.2/dtd/xmlspecchars.ent +332 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/XHTMLtablesetup.ent +372 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/annotation.ent +274 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivearticle.dtd +1175 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-classes.ent +250 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-mixes.ent +338 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-models.ent +1063 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/archivecustom-modules.ent +155 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/articlemeta.ent +1991 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/backmatter.ent +387 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/catalog-v2.xml +618 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/catalog.ent +199 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/chars.ent +369 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/common.ent +4179 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/default-classes.ent +916 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/default-mixes.ent +378 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/display.ent +1637 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/format.ent +440 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/journalmeta.ent +333 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/link.ent +545 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/list.ent +528 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/math.ent +360 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/mathmlsetup.ent +285 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/modules.ent +478 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/nlmcitation.ent +133 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/notat.ent +181 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/para.ent +574 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/phrase.ent +377 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/references.ent +1006 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/samplesmall-archive.xml +1 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/section.ent +296 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.3/dtd/xmlspecchars.ent +342 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/XHTMLtablesetup.ent +372 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/annotation.ent +274 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIS.dtd +826 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIScustom-classes.ent +105 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archive-OASIScustom-modules.ent +56 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archivecustom-mixes.ent +338 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/archivecustom-models.ent +1063 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/articlemeta.ent +1991 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/backmatter.ent +387 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/catalog-v2.xml +618 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/catalog.ent +199 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/chars.ent +369 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/common.ent +4179 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/default-classes.ent +916 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/default-mixes.ent +378 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/display.ent +1637 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/format.ent +440 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/journalmeta.ent +333 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/link.ent +545 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/list.ent +528 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/math.ent +360 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/mathmlsetup.ent +285 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/modules.ent +478 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/nlmcitation.ent +133 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/notat.ent +181 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/oasis-exchange.ent +354 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/para.ent +574 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/phrase.ent +377 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/references.ent +1006 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/samplesmall-archive.xml +1 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/section.ent +296 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/2.3/oasis_dtd/xmlspecchars.ent +342 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/Smallsamples/samplesmall3-archive.xml +226 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/annotation3.ent +267 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivearticle3.dtd +628 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-classes3.ent +130 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-mixes3.ent +253 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-models3.ent +953 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/archivecustom-modules3.ent +123 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/backmatter3.ent +275 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/base-test3.dtd +714 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/catalog.ent +163 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/chars3.ent +365 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/common3.ent +2766 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/default-classes3.ent +785 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/display3.ent +799 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/format3.ent +384 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/funding3.ent +342 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/link3.ent +301 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/list3.ent +314 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/math3.ent +269 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/modules3.ent +414 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/notat3.ent +164 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/para3.ent +354 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/phrase3.ent +332 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/references3.ent +758 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/related-object3.ent +130 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/section3.ent +198 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/3.0/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/Smallsamples/samplesmall3-oasis.xml +1 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/annotation3.ent +267 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-article3.dtd +616 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-classes3.ent +170 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-mixes3.ent +260 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archive-oasis-custom-modules3.ent +129 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/archivecustom-models3.ent +953 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/backmatter3.ent +275 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/base-test3.dtd +714 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/catalog-v3.xml +618 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/catalog.ent +163 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/chars3.ent +365 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/common3.ent +2766 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/default-classes3.ent +785 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/default-mixes3.ent +292 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/display3.ent +799 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/format3.ent +384 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/funding3.ent +342 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/htmltable.dtd +334 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/journalmeta3.ent +278 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/link3.ent +301 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/list3.ent +314 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/math3.ent +269 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/modules3.ent +414 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/notat3.ent +164 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/oasis-exchange.ent +373 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/para3.ent +354 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/phrase3.ent +332 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/references3.ent +758 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/related-object3.ent +130 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/section3.ent +198 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/archiving_dtd/3.0/oasis_dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/atypon/2.2/dtd/XHTMLtablesetup.ent +320 -0
- data/lib/dtd/atypon/2.2/dtd/annotation.ent +267 -0
- data/lib/dtd/atypon/2.2/dtd/archivearticle.dtd +1116 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-classes.ent +173 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-mixes.ent +317 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-models.ent +818 -0
- data/lib/dtd/atypon/2.2/dtd/archivecustom-modules.ent +125 -0
- data/lib/dtd/atypon/2.2/dtd/articlemeta.ent +1883 -0
- data/lib/dtd/atypon/2.2/dtd/atypon-archivearticle.dtd +1116 -0
- data/lib/dtd/atypon/2.2/dtd/backmatter.ent +289 -0
- data/lib/dtd/atypon/2.2/dtd/catalog-v2.xml +590 -0
- data/lib/dtd/atypon/2.2/dtd/catalog.ent +183 -0
- data/lib/dtd/atypon/2.2/dtd/chars.ent +359 -0
- data/lib/dtd/atypon/2.2/dtd/common.ent +3230 -0
- data/lib/dtd/atypon/2.2/dtd/default-classes.ent +784 -0
- data/lib/dtd/atypon/2.2/dtd/default-mixes.ent +368 -0
- data/lib/dtd/atypon/2.2/dtd/display.ent +1528 -0
- data/lib/dtd/atypon/2.2/dtd/format.ent +418 -0
- data/lib/dtd/atypon/2.2/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/2.2/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/2.2/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/2.2/dtd/issue.xml +226 -0
- data/lib/dtd/atypon/2.2/dtd/issuexml.dtd +236 -0
- data/lib/dtd/atypon/2.2/dtd/journalmeta.ent +326 -0
- data/lib/dtd/atypon/2.2/dtd/link.ent +523 -0
- data/lib/dtd/atypon/2.2/dtd/list.ent +496 -0
- data/lib/dtd/atypon/2.2/dtd/math.ent +336 -0
- data/lib/dtd/atypon/2.2/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/2.2/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/2.2/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/2.2/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/2.2/dtd/mathmlsetup.ent +280 -0
- data/lib/dtd/atypon/2.2/dtd/modules.ent +445 -0
- data/lib/dtd/atypon/2.2/dtd/nlmcitation.ent +124 -0
- data/lib/dtd/atypon/2.2/dtd/notat.ent +176 -0
- data/lib/dtd/atypon/2.2/dtd/oasis-exchange.ent +368 -0
- data/lib/dtd/atypon/2.2/dtd/oasis-tablesetup.ent +308 -0
- data/lib/dtd/atypon/2.2/dtd/para.ent +469 -0
- data/lib/dtd/atypon/2.2/dtd/phrase.ent +278 -0
- data/lib/dtd/atypon/2.2/dtd/references.ent +760 -0
- data/lib/dtd/atypon/2.2/dtd/section.ent +327 -0
- data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/2.2/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/2.2/dtd/xmlspecchars.ent +332 -0
- data/lib/dtd/atypon/3.0.0/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/atypon/3.0.0/dtd/annotation3.ent +266 -0
- data/lib/dtd/atypon/3.0.0/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivearticle3.dtd +636 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-classes3.ent +166 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-mixes3.ent +253 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-models3.ent +987 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-archivecustom-modules3.ent +123 -0
- data/lib/dtd/atypon/3.0.0/dtd/atypon-elements.ent +207 -0
- data/lib/dtd/atypon/3.0.0/dtd/backmatter3.ent +275 -0
- data/lib/dtd/atypon/3.0.0/dtd/base-test3.dtd +714 -0
- data/lib/dtd/atypon/3.0.0/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/atypon/3.0.0/dtd/catalog.ent +163 -0
- data/lib/dtd/atypon/3.0.0/dtd/chars3.ent +365 -0
- data/lib/dtd/atypon/3.0.0/dtd/common3.ent +2771 -0
- data/lib/dtd/atypon/3.0.0/dtd/default-classes3.ent +785 -0
- data/lib/dtd/atypon/3.0.0/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/atypon/3.0.0/dtd/display3.ent +799 -0
- data/lib/dtd/atypon/3.0.0/dtd/format3.ent +384 -0
- data/lib/dtd/atypon/3.0.0/dtd/funding3.ent +342 -0
- data/lib/dtd/atypon/3.0.0/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/3.0.0/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/3.0.0/dtd/issuexml.dtd +262 -0
- data/lib/dtd/atypon/3.0.0/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/atypon/3.0.0/dtd/link3.ent +301 -0
- data/lib/dtd/atypon/3.0.0/dtd/list3.ent +314 -0
- data/lib/dtd/atypon/3.0.0/dtd/math3.ent +269 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/3.0.0/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/atypon/3.0.0/dtd/modules3.ent +414 -0
- data/lib/dtd/atypon/3.0.0/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/atypon/3.0.0/dtd/notat3.ent +164 -0
- data/lib/dtd/atypon/3.0.0/dtd/oasis-exchange.ent +383 -0
- data/lib/dtd/atypon/3.0.0/dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/atypon/3.0.0/dtd/para3.ent +354 -0
- data/lib/dtd/atypon/3.0.0/dtd/phrase3.ent +332 -0
- data/lib/dtd/atypon/3.0.0/dtd/references3.ent +758 -0
- data/lib/dtd/atypon/3.0.0/dtd/related-object3.ent +130 -0
- data/lib/dtd/atypon/3.0.0/dtd/section3.ent +198 -0
- data/lib/dtd/atypon/3.0.0/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/atypon/3.0.0/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/3.0.0/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/atypon/3.0.2/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/atypon/3.0.2/dtd/annotation3.ent +266 -0
- data/lib/dtd/atypon/3.0.2/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivearticle3.dtd +644 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-classes3.ent +178 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-mixes3.ent +253 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-models3.ent +986 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-archivecustom-modules3.ent +140 -0
- data/lib/dtd/atypon/3.0.2/dtd/atypon-elements.ent +201 -0
- data/lib/dtd/atypon/3.0.2/dtd/backmatter3.ent +275 -0
- data/lib/dtd/atypon/3.0.2/dtd/base-test3.dtd +714 -0
- data/lib/dtd/atypon/3.0.2/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/atypon/3.0.2/dtd/catalog.ent +98 -0
- data/lib/dtd/atypon/3.0.2/dtd/chars3.ent +365 -0
- data/lib/dtd/atypon/3.0.2/dtd/common3.ent +2771 -0
- data/lib/dtd/atypon/3.0.2/dtd/default-classes3.ent +785 -0
- data/lib/dtd/atypon/3.0.2/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/atypon/3.0.2/dtd/display3.ent +799 -0
- data/lib/dtd/atypon/3.0.2/dtd/format3.ent +384 -0
- data/lib/dtd/atypon/3.0.2/dtd/funding3.ent +342 -0
- data/lib/dtd/atypon/3.0.2/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/3.0.2/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/3.0.2/dtd/issuexml.dtd +262 -0
- data/lib/dtd/atypon/3.0.2/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/atypon/3.0.2/dtd/link3.ent +301 -0
- data/lib/dtd/atypon/3.0.2/dtd/list3.ent +314 -0
- data/lib/dtd/atypon/3.0.2/dtd/math3.ent +269 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/3.0.2/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/atypon/3.0.2/dtd/modules3.ent +414 -0
- data/lib/dtd/atypon/3.0.2/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/atypon/3.0.2/dtd/notat3.ent +164 -0
- data/lib/dtd/atypon/3.0.2/dtd/oasis-exchange.ent +387 -0
- data/lib/dtd/atypon/3.0.2/dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/atypon/3.0.2/dtd/para3.ent +354 -0
- data/lib/dtd/atypon/3.0.2/dtd/phrase3.ent +332 -0
- data/lib/dtd/atypon/3.0.2/dtd/references3.ent +758 -0
- data/lib/dtd/atypon/3.0.2/dtd/related-object3.ent +130 -0
- data/lib/dtd/atypon/3.0.2/dtd/section3.ent +198 -0
- data/lib/dtd/atypon/3.0.2/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/atypon/3.0.2/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/3.0.2/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/atypon/3.0.6/dtd/XHTMLtablesetup3.ent +284 -0
- data/lib/dtd/atypon/3.0.6/dtd/annotation3.ent +266 -0
- data/lib/dtd/atypon/3.0.6/dtd/articlemeta3.ent +1368 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivearticle3.dtd +645 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-classes3.ent +178 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-mixes3.ent +253 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-models3.ent +996 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-archivecustom-modules3.ent +140 -0
- data/lib/dtd/atypon/3.0.6/dtd/atypon-elements.ent +206 -0
- data/lib/dtd/atypon/3.0.6/dtd/backmatter3.ent +275 -0
- data/lib/dtd/atypon/3.0.6/dtd/base-test3.dtd +714 -0
- data/lib/dtd/atypon/3.0.6/dtd/catalog-v3.xml +618 -0
- data/lib/dtd/atypon/3.0.6/dtd/catalog.ent +98 -0
- data/lib/dtd/atypon/3.0.6/dtd/chars3.ent +365 -0
- data/lib/dtd/atypon/3.0.6/dtd/common3.ent +2771 -0
- data/lib/dtd/atypon/3.0.6/dtd/default-classes3.ent +785 -0
- data/lib/dtd/atypon/3.0.6/dtd/default-mixes3.ent +292 -0
- data/lib/dtd/atypon/3.0.6/dtd/display3.ent +799 -0
- data/lib/dtd/atypon/3.0.6/dtd/ff +34 -0
- data/lib/dtd/atypon/3.0.6/dtd/format3.ent +384 -0
- data/lib/dtd/atypon/3.0.6/dtd/funding3.ent +342 -0
- data/lib/dtd/atypon/3.0.6/dtd/htmltable.dtd +334 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/atypon/3.0.6/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/atypon/3.0.6/dtd/issuexml.dtd +262 -0
- data/lib/dtd/atypon/3.0.6/dtd/journalmeta3.ent +278 -0
- data/lib/dtd/atypon/3.0.6/dtd/link3.ent +301 -0
- data/lib/dtd/atypon/3.0.6/dtd/list3.ent +314 -0
- data/lib/dtd/atypon/3.0.6/dtd/math3.ent +269 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/atypon/3.0.6/dtd/mathmlsetup3.ent +238 -0
- data/lib/dtd/atypon/3.0.6/dtd/modules3.ent +414 -0
- data/lib/dtd/atypon/3.0.6/dtd/nlmcitation3.ent +120 -0
- data/lib/dtd/atypon/3.0.6/dtd/notat3.ent +164 -0
- data/lib/dtd/atypon/3.0.6/dtd/oasis-exchange.ent +387 -0
- data/lib/dtd/atypon/3.0.6/dtd/oasis-tablesetup3.ent +261 -0
- data/lib/dtd/atypon/3.0.6/dtd/para3.ent +354 -0
- data/lib/dtd/atypon/3.0.6/dtd/phrase3.ent +332 -0
- data/lib/dtd/atypon/3.0.6/dtd/references3.ent +758 -0
- data/lib/dtd/atypon/3.0.6/dtd/related-object3.ent +130 -0
- data/lib/dtd/atypon/3.0.6/dtd/section3.ent +198 -0
- data/lib/dtd/atypon/3.0.6/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/atypon/3.0.6/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/atypon/3.0.6/dtd/xmlspecchars3.ent +300 -0
- data/lib/dtd/jats/0.4/dtd/JATS-XHTMLtablesetup0.ent +313 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-article0.dtd +689 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-classes0.ent +197 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-mixes0.ent +282 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archive-oasis-custom-modules0.ent +155 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivearticle0.dtd +711 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-classes0.ent +163 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-mixes0.ent +280 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-models0.ent +1023 -0
- data/lib/dtd/jats/0.4/dtd/JATS-archivecustom-modules0.ent +148 -0
- data/lib/dtd/jats/0.4/dtd/JATS-articlemeta0.ent +1734 -0
- data/lib/dtd/jats/0.4/dtd/JATS-backmatter0.ent +310 -0
- data/lib/dtd/jats/0.4/dtd/JATS-chars0.ent +446 -0
- data/lib/dtd/jats/0.4/dtd/JATS-common0.ent +3207 -0
- data/lib/dtd/jats/0.4/dtd/JATS-default-classes0.ent +881 -0
- data/lib/dtd/jats/0.4/dtd/JATS-default-mixes0.ent +319 -0
- data/lib/dtd/jats/0.4/dtd/JATS-display0.ent +839 -0
- data/lib/dtd/jats/0.4/dtd/JATS-format0.ent +544 -0
- data/lib/dtd/jats/0.4/dtd/JATS-funding0.ent +440 -0
- data/lib/dtd/jats/0.4/dtd/JATS-journalmeta0.ent +352 -0
- data/lib/dtd/jats/0.4/dtd/JATS-link0.ent +341 -0
- data/lib/dtd/jats/0.4/dtd/JATS-list0.ent +393 -0
- data/lib/dtd/jats/0.4/dtd/JATS-math0.ent +307 -0
- data/lib/dtd/jats/0.4/dtd/JATS-mathmlsetup0.ent +266 -0
- data/lib/dtd/jats/0.4/dtd/JATS-modules0.ent +443 -0
- data/lib/dtd/jats/0.4/dtd/JATS-nlmcitation0.ent +173 -0
- data/lib/dtd/jats/0.4/dtd/JATS-notat0.ent +193 -0
- data/lib/dtd/jats/0.4/dtd/JATS-oasis-tablesetup0.ent +290 -0
- data/lib/dtd/jats/0.4/dtd/JATS-para0.ent +388 -0
- data/lib/dtd/jats/0.4/dtd/JATS-phrase0.ent +415 -0
- data/lib/dtd/jats/0.4/dtd/JATS-references0.ent +888 -0
- data/lib/dtd/jats/0.4/dtd/JATS-related-object0.ent +159 -0
- data/lib/dtd/jats/0.4/dtd/JATS-section0.ent +225 -0
- data/lib/dtd/jats/0.4/dtd/JATS-xmlspecchars0.ent +312 -0
- data/lib/dtd/jats/0.4/dtd/Smallsamples/samplesmall-archive0-oasis.xml +182 -0
- data/lib/dtd/jats/0.4/dtd/Smallsamples/samplesmall-archive0.xml +227 -0
- data/lib/dtd/jats/0.4/dtd/catalog-jats-v0.xml +642 -0
- data/lib/dtd/jats/0.4/dtd/catalog-test-v0.xml +642 -0
- data/lib/dtd/jats/0.4/dtd/catalog.ent +182 -0
- data/lib/dtd/jats/0.4/dtd/htmltable.dtd +334 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/0.4/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/0.4/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/0.4/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/0.4/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/0.4/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/0.4/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/0.4/dtd/oasis-exchange.ent +384 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-XHTMLtablesetup0.ent.rng +301 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivearticle0.rng +363 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-classes0.ent.rng +178 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-mixes0.ent.rng +302 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-archivecustom-models0.ent.rng +1549 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-articlemeta0.ent.rng +2221 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-backmatter0.ent.rng +372 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-chars0.ent.rng +498 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-common0.ent.rng +4253 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-default-classes0.ent.rng +1131 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-default-mixes0.ent.rng +279 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-display0.ent.rng +1139 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-format0.ent.rng +702 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-funding0.ent.rng +540 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-journalmeta0.ent.rng +442 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-link0.ent.rng +438 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-list0.ent.rng +490 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-math0.ent.rng +370 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-mathmlsetup0.ent.rng +231 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-nlmcitation0.ent.rng +269 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-para0.ent.rng +520 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-phrase0.ent.rng +468 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-references0.ent.rng +1146 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-related-object0.ent.rng +178 -0
- data/lib/dtd/jats/0.4/dtd/rng/JATS-section0.ent.rng +252 -0
- data/lib/dtd/jats/0.4/dtd/rng/mathml2-qname-1.mod.rng +63 -0
- data/lib/dtd/jats/0.4/dtd/rng/mathml2.rng +3320 -0
- data/lib/dtd/jats/0.4/dtd/rng/xhtml-inlstyle-1.mod.rng +37 -0
- data/lib/dtd/jats/0.4/dtd/rng/xhtml-table-1.mod.rng +430 -0
- data/lib/dtd/jats/0.4/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/0.4/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/0.4/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/0.4/dtd/xsd/JATS-archivearticle0.xsd +8846 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Entries +4 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Entries +4 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/common-attribs.xsd +45 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/math.xsd +126 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/common/xlink-href.xsd +20 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Entries +16 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/arith.xsd +90 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/calculus.xsd +146 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/common-attrib.xsd +30 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/constants.xsd +83 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/constructs.xsd +260 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/elementary-functions.xsd +117 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/functions.xsd +73 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/linear-algebra.xsd +173 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/logic.xsd +53 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/relations.xsd +55 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/semantics.xsd +85 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/sets.xsd +236 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/statistics.xsd +136 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/tokens.xsd +120 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/tokens.xsd.~1.3.~ +119 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/content/vector-calculus.xsd +88 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/mathml2.xsd +59 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Entries +12 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Repository +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/CVS/Root +1 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/action.xsd +44 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/characters.xsd +37 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/common-attribs.xsd +113 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/common-types.xsd +103 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/error.xsd +40 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/layout.xsd +195 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/scripts.xsd +186 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/space.xsd +52 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/style.xsd +69 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/table.xsd +216 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/presentation/tokens.xsd +124 -0
- data/lib/dtd/jats/0.4/dtd/xsd/ncbi-mathml2/readme.txt +17 -0
- data/lib/dtd/jats/0.4/dtd/xsd/xlink.xsd +37 -0
- data/lib/dtd/jats/0.4/dtd/xsd/xml.xsd +15 -0
- data/lib/dtd/jats/1.0/dtd/JATS-XHTMLtablesetup1.ent +342 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-article1.dtd +734 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-custom-classes1.ent +271 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archive-oasis-custom-modules1.ent +221 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivearticle1.dtd +695 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-classes1.ent +242 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-mixes1.ent +357 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-models1.ent +1119 -0
- data/lib/dtd/jats/1.0/dtd/JATS-archivecustom-modules1.ent +216 -0
- data/lib/dtd/jats/1.0/dtd/JATS-articlemeta1.ent +1663 -0
- data/lib/dtd/jats/1.0/dtd/JATS-backmatter1.ent +318 -0
- data/lib/dtd/jats/1.0/dtd/JATS-base-test1.dtd +773 -0
- data/lib/dtd/jats/1.0/dtd/JATS-chars1.ent +455 -0
- data/lib/dtd/jats/1.0/dtd/JATS-common1.ent +3622 -0
- data/lib/dtd/jats/1.0/dtd/JATS-default-classes1.ent +1049 -0
- data/lib/dtd/jats/1.0/dtd/JATS-default-mixes1.ent +390 -0
- data/lib/dtd/jats/1.0/dtd/JATS-display1.ent +837 -0
- data/lib/dtd/jats/1.0/dtd/JATS-format1.ent +551 -0
- data/lib/dtd/jats/1.0/dtd/JATS-funding1.ent +467 -0
- data/lib/dtd/jats/1.0/dtd/JATS-journalmeta1.ent +371 -0
- data/lib/dtd/jats/1.0/dtd/JATS-link1.ent +344 -0
- data/lib/dtd/jats/1.0/dtd/JATS-list1.ent +403 -0
- data/lib/dtd/jats/1.0/dtd/JATS-math1.ent +318 -0
- data/lib/dtd/jats/1.0/dtd/JATS-mathmlsetup1.ent +281 -0
- data/lib/dtd/jats/1.0/dtd/JATS-modules1.ent +481 -0
- data/lib/dtd/jats/1.0/dtd/JATS-nlmcitation1.ent +215 -0
- data/lib/dtd/jats/1.0/dtd/JATS-notat1.ent +208 -0
- data/lib/dtd/jats/1.0/dtd/JATS-oasis-namespace1.ent +181 -0
- data/lib/dtd/jats/1.0/dtd/JATS-oasis-namespace1a.ent +191 -0
- data/lib/dtd/jats/1.0/dtd/JATS-oasis-tablesetup1.ent +295 -0
- data/lib/dtd/jats/1.0/dtd/JATS-para1.ent +395 -0
- data/lib/dtd/jats/1.0/dtd/JATS-phrase1.ent +431 -0
- data/lib/dtd/jats/1.0/dtd/JATS-references1.ent +1001 -0
- data/lib/dtd/jats/1.0/dtd/JATS-related-object1.ent +214 -0
- data/lib/dtd/jats/1.0/dtd/JATS-section1.ent +238 -0
- data/lib/dtd/jats/1.0/dtd/JATS-xmlspecchars1.ent +343 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/sample-archive-oasis-and-html1.xml +183 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/sample-archive-oasis-table1.xml +161 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplepub-oasis-and-xhtml1.xml +93 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplepub-oasis-table1.xml +156 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-archive1.xml +299 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-base1.xml +1 -0
- data/lib/dtd/jats/1.0/dtd/Smallsamples/samplesmall-pub1.xml +151 -0
- data/lib/dtd/jats/1.0/dtd/catalog-jats-v1.xml +771 -0
- data/lib/dtd/jats/1.0/dtd/catalog-test-jats-v1.xml +771 -0
- data/lib/dtd/jats/1.0/dtd/catalog.ent +220 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.0/dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.0/dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.0/dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.0/dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.0/dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/1.0/dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/1.0/dtd/oasis-exchange.ent +399 -0
- data/lib/dtd/jats/1.0/dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.0/dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.0/dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivearticle1.dtd +854 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-classes1.ent +291 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-archivecustom-modules1.ent +266 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-mathmlsetup1.ent +348 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/mathml2_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivearticle1-mathml3.dtd +867 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-classes1.ent +291 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-archivecustom-modules1.ent +266 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-mathml3-mathmlsetup1.ent +350 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-mathml3-modules1.ent +190 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml3-qname1.mod +294 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/mathml3.dtd +1682 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/mathml3_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-article1.dtd +894 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-custom-classes1.ent +326 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archive-oasis-custom-modules1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-mathmlsetup1.ent +348 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-oasis-namespace1.ent +223 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-oasis-tablesetup1.ent +409 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml2-qname-1.mod +286 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/mathml2.dtd +2206 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/oasis-exchange.ent +449 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/oasis_mathml2_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-XHTMLtablesetup1.ent +501 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-ali-namespace1.ent +154 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-article1-mathml3.dtd +911 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-custom-classes1.ent +326 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archive-oasis-custom-modules1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archivecustom-mixes1.ent +420 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-archivecustom-models1.ent +1339 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-articlemeta1.ent +1817 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-backmatter1.ent +393 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-chars1.ent +525 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-common-atts1.ent +221 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-common1.ent +4273 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-default-classes1.ent +1277 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-default-mixes1.ent +455 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-display1.ent +1000 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-format1.ent +858 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-funding1.ent +547 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-journalmeta1.ent +454 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-link1.ent +416 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-list1.ent +494 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-math1.ent +402 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-mathml3-mathmlsetup1.ent +350 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-mathml3-modules1.ent +190 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-modules1.ent +584 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-nlmcitation1.ent +285 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-notat1.ent +269 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-oasis-namespace1.ent +223 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-oasis-tablesetup1.ent +409 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-para1.ent +481 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-phrase1.ent +502 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-references1.ent +1205 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-related-object1.ent +283 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-section1.ent +324 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/JATS-xmlspecchars1.ent +389 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/catalog-jats-v1-1-no-base.xml +946 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/catalog-jats-v1-1-with-base.xml +951 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isobox.ent +61 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isocyr1.ent +88 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isocyr2.ent +47 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isodia.ent +35 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isolat1.ent +83 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isolat2.ent +142 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isonum.ent +97 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso8879/isopub.ent +105 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsa.ent +167 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsb.ent +143 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsc.ent +43 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsn.ent +114 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamso.ent +73 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isoamsr.ent +204 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isogrk3.ent +64 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomfrk.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomopf.ent +49 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isomscr.ent +75 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/iso9573-13/isotech.ent +182 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml/mmlalias.ent +564 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml/mmlextra.ent +122 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml3-qname1.mod +294 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/mathml3.dtd +1682 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/oasis-exchange.ent +449 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xhtml-inlstyle-1.mod +34 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xhtml-table-1.mod +333 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk1.ent +70 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk2.ent +41 -0
- data/lib/dtd/jats/1.1/oasis_mathml3_dtd/xmlchars/isogrk4.ent +66 -0
- data/lib/errors.rb +21 -0
- data/lib/xml_jats_resolver.rb +64 -0
- data/xml_jats_resolver.gemspec +24 -0
- metadata +1396 -0
@@ -0,0 +1,2991 @@
|
|
1
|
+
<!-- ============================================================= -->
|
2
|
+
<!-- MODULE: Common (Shared) Elements Module -->
|
3
|
+
<!-- VERSION: 2.1 -->
|
4
|
+
<!-- DATE: June 2005 -->
|
5
|
+
<!-- -->
|
6
|
+
<!-- ============================================================= -->
|
7
|
+
|
8
|
+
<!-- ============================================================= -->
|
9
|
+
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
|
10
|
+
<!-- TYPICAL INVOCATION -->
|
11
|
+
<!--
|
12
|
+
"-//NLM//DTD Archiving and Interchange DTD Suite Common (Shared) Elements Module v2.1 20050630//EN"
|
13
|
+
Delivered as file "common.ent" -->
|
14
|
+
<!-- ============================================================= -->
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
<!-- ============================================================= -->
|
19
|
+
<!-- SYSTEM: Archiving and Interchange 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
|
+
<!-- CONTAINS: 1) Default classes for elements defined in this -->
|
28
|
+
<!-- module. May be overridden by values in the -->
|
29
|
+
<!-- DTD's Customization Module -->
|
30
|
+
<!-- 2) Parameter Entities for attribute values -->
|
31
|
+
<!-- 3) Parameter Entities for content models -->
|
32
|
+
<!-- 4) Parameter Entities for attribute lists -->
|
33
|
+
<!-- 5) Elements used in many modules/classes -->
|
34
|
+
<!-- - Address elements -->
|
35
|
+
<!-- - Date elements -->
|
36
|
+
<!-- - Personal name elements -->
|
37
|
+
<!-- - Common metadata elements (shared by both -->
|
38
|
+
<!-- article metadata and bibliographic -->
|
39
|
+
<!-- reference metadata -->
|
40
|
+
<!-- -->
|
41
|
+
<!-- MODULES REQUIRED: -->
|
42
|
+
<!-- 1) Standard XML Special Characters Module -->
|
43
|
+
<!-- (%xmlspecchars.ent;) -->
|
44
|
+
<!-- 2) Custom XML Special Characters (%chars.ent;) -->
|
45
|
+
<!-- 3) Notation Declarations (%notat.ent;) -->
|
46
|
+
<!-- -->
|
47
|
+
<!-- CREATED FOR: -->
|
48
|
+
<!-- Digital archives and publishers who wish to -->
|
49
|
+
<!-- create a custom XML DTD for original markup of -->
|
50
|
+
<!-- journal literature, books, and related material, -->
|
51
|
+
<!-- or for archiving and transferring such material -->
|
52
|
+
<!-- between archives. -->
|
53
|
+
<!-- -->
|
54
|
+
<!-- This DTD is in the public domain. An organization -->
|
55
|
+
<!-- that wishes to create its own DTD from the suite -->
|
56
|
+
<!-- may do so without permission from NLM. -->
|
57
|
+
<!-- -->
|
58
|
+
<!-- The suite has been set up to be extended using a -->
|
59
|
+
<!-- new DTD file and a new DTD-specific customization -->
|
60
|
+
<!-- module to redefine the many Parameter Entities. -->
|
61
|
+
<!-- Do not modify the suite directly or redistribute -->
|
62
|
+
<!-- modified versions of the suite. -->
|
63
|
+
<!-- -->
|
64
|
+
<!-- In the interest of maintaining consistency and -->
|
65
|
+
<!-- clarity for potential users, NLM requests: -->
|
66
|
+
<!-- -->
|
67
|
+
<!-- 1. If you create a DTD from the Archiving and -->
|
68
|
+
<!-- Interchange DTD Suite and intend to stay -->
|
69
|
+
<!-- compatible with the suite, then please include -->
|
70
|
+
<!-- the following statement as a comment in all of -->
|
71
|
+
<!-- your DTD modules: -->
|
72
|
+
<!-- "Created from, and fully compatible with, -->
|
73
|
+
<!-- the Archiving and Interchange DTD Suite." -->
|
74
|
+
<!-- -->
|
75
|
+
<!-- 2. If you alter one or more modules of the suite, -->
|
76
|
+
<!-- then please rename your version and all its -->
|
77
|
+
<!-- modules to avoid any confusion with the -->
|
78
|
+
<!-- original suite. Also, please include the -->
|
79
|
+
<!-- following statement as a comment in all your -->
|
80
|
+
<!-- DTD modules: -->
|
81
|
+
<!-- "Based in part on, but not fully compatible -->
|
82
|
+
<!-- with, the Archiving and Interchange DTD -->
|
83
|
+
<!-- Suite." -->
|
84
|
+
<!-- -->
|
85
|
+
<!-- Suggestions for refinements and enhancements to -->
|
86
|
+
<!-- the DTD suite should be sent in email to: -->
|
87
|
+
<!-- archive-dtd@ncbi.nlm.nih.gov -->
|
88
|
+
<!-- -->
|
89
|
+
<!-- ORIGINAL CREATION DATE: -->
|
90
|
+
<!-- December 2002 -->
|
91
|
+
<!-- -->
|
92
|
+
<!-- CREATED BY: Jeff Beck (NCBI) -->
|
93
|
+
<!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
|
94
|
+
<!-- Bruce Rosenblum (Inera Inc.) -->
|
95
|
+
<!-- -->
|
96
|
+
<!-- NLM thanks the Harvard University Libraries, both -->
|
97
|
+
<!-- for proposing that a draft archiving NLM DTD for -->
|
98
|
+
<!-- life sciences journals be extended to accommodate -->
|
99
|
+
<!-- journals in all disciplines and for sponsoring -->
|
100
|
+
<!-- Bruce Rosenblum's collaboration with other DTD -->
|
101
|
+
<!-- authors in completing Version 1.0. The Andrew W. -->
|
102
|
+
<!-- Mellon Foundation provided support for these -->
|
103
|
+
<!-- important contributions. -->
|
104
|
+
<!-- -->
|
105
|
+
<!-- ============================================================= -->
|
106
|
+
|
107
|
+
|
108
|
+
<!-- ============================================================= -->
|
109
|
+
<!-- DTD VERSION/CHANGE HISTORY -->
|
110
|
+
<!-- ============================================================= -->
|
111
|
+
<!--
|
112
|
+
|
113
|
+
=============================================================
|
114
|
+
|
115
|
+
Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
|
116
|
+
|
117
|
+
=============================================================
|
118
|
+
Version 2.1 (DAL/BTU) v2.1 (2005-06-30)
|
119
|
+
|
120
|
+
Changed to MathML 2.0 and MathML 2.0 Character Sets
|
121
|
+
Added new material requested by NCBI
|
122
|
+
|
123
|
+
27. JOURNAL-ID-ATTS - Removed the duplicate declaration
|
124
|
+
|
125
|
+
26. RELATED-ARTICLE-ATTS - Changed to use the journal-id-atts
|
126
|
+
Parameter Entity, which was moved to allow this use
|
127
|
+
|
128
|
+
25. PUB-ID-TYPES - Added new values "doaj" and "manuscript"
|
129
|
+
to pub-id-types and suggested journal ID types
|
130
|
+
|
131
|
+
24. PERMISSIONS - Added a new <permissions> wrapper element to
|
132
|
+
consolidate copyright and licensing information. For backwards
|
133
|
+
compatibility, the new element will be added alongside the
|
134
|
+
existing copyright elements. Best practice will be to use the
|
135
|
+
new container, but <copyright-statement>, <copyright-year>,
|
136
|
+
and <license> will be accepted in their old positions inside
|
137
|
+
<article-meta>
|
138
|
+
- Added <permissions> to the following models:
|
139
|
+
- article-meta>
|
140
|
+
- Added <copyright-holder> to <permissions>
|
141
|
+
- Moved <copyright-year> here from article-meta module
|
142
|
+
- Moved <license> here from article-meta module
|
143
|
+
- Moved -%license-atts; here from article-meta module
|
144
|
+
- Moved -%license-model; here from article-meta module
|
145
|
+
|
146
|
+
23. DATE ATTS PARAMETER ENTITY - The Parameter Entity -%date-atts;
|
147
|
+
was defined, but not used on the <date> element. Since the
|
148
|
+
attribute list was hard-coded at the element, it could not
|
149
|
+
be over-ridden. PE is now used.
|
150
|
+
|
151
|
+
22. X-GENERATED TEXT - Added "xml:space" attribute with a value of
|
152
|
+
"preserve" to the <x> element
|
153
|
+
|
154
|
+
21. JOURNAL TITLES
|
155
|
+
a) Defined new element <journal-subtitle>; used in
|
156
|
+
<journal-meta>
|
157
|
+
|
158
|
+
20. Updated public identifier to "v2.1 20050630"
|
159
|
+
|
160
|
+
=============================================================
|
161
|
+
Version 2.0 (DAL/BTU) v2.0 (2004-08-30)
|
162
|
+
|
163
|
+
|
164
|
+
Major requirement changes led to the new release, producing
|
165
|
+
DTD version "2.0":
|
166
|
+
a) The splitting of the Archival and Interchange Tag Set
|
167
|
+
DTDs into three DTDs from two: an authoring DTD, an
|
168
|
+
archive regularization and interchange DTD (the
|
169
|
+
current Blue Publishing DTD), and a preservationist
|
170
|
+
archive DTD (the current Green Archiving and Interchange
|
171
|
+
DTD).
|
172
|
+
b) AIT Working Group suggestions from the June 04 meeting
|
173
|
+
and June/July 2004 followup discussions
|
174
|
+
c) Suite remodularization to meet new (and newly articulated)
|
175
|
+
modularization requirements
|
176
|
+
d) New or renamed classes and mixes to make modifications
|
177
|
+
easier and more consistent
|
178
|
+
|
179
|
+
|
180
|
+
29. NEW ELEMENT <x> GENERATED TEXT AND PUNCTUATION
|
181
|
+
Added a container element to hold punctuation or other
|
182
|
+
generated text, typically when 1) an archive decides not
|
183
|
+
to have any text generated and thus to pre-generate such
|
184
|
+
things as commas or semicolons between keywords or 2)
|
185
|
+
when an archive receives text with <x> tags embedded and
|
186
|
+
wishes to retain them.
|
187
|
+
|
188
|
+
28. PUBLISHER - Moved element here from %journalmeta.ent;
|
189
|
+
module since Book DTD also needed it and was not including
|
190
|
+
that module.
|
191
|
+
|
192
|
+
27. PAGE ELEMENT ATTRIBUTES
|
193
|
+
a. Made an Parameter Entity for:
|
194
|
+
- %fpage-atts;
|
195
|
+
- %elocation-id-atts;
|
196
|
+
b. Gave %elocation-id-atts" the attribute "seq"
|
197
|
+
|
198
|
+
26. PUB ID TYPES - Added the new attribute values to the
|
199
|
+
Parameter Entity %pub-id-types;, which is used on <article>
|
200
|
+
and other elements. New values: pmcid and art-access-id
|
201
|
+
|
202
|
+
25. CUSTOM METADATA - Added the new <custom-meta> element, its
|
203
|
+
components, and its wrapper. This element is used to insert
|
204
|
+
name/value pairs for metadata elements that are in source
|
205
|
+
material but were never envisioned by this DTD. Allowed this
|
206
|
+
element at the end of <article-meta>.
|
207
|
+
|
208
|
+
24. DATES
|
209
|
+
a. Made a new Parameter Entity %string-date-elements; to
|
210
|
+
hold all the elements that may be mixed with #PCDATA
|
211
|
+
inside a <string-date>
|
212
|
+
b. Also used %date-parts.class; and %x.class; (currently
|
213
|
+
used only in Green-Archiving) in the new PE
|
214
|
+
%string-date-elements;
|
215
|
+
|
216
|
+
23. COMPLETE MODELS WHEN OVER-RIDING A MODEL
|
217
|
+
(for all Parameter Entities suffixed "-model")
|
218
|
+
### Customization Alert ###
|
219
|
+
Made all the model over-rides consistent. Some included
|
220
|
+
the outer parentheses, some did not. They all do now,
|
221
|
+
as this is the most flexible system, allowing for
|
222
|
+
#PCDATA, mixed, or element content. (This is in direct
|
223
|
+
contrast to the "-element" suffixed models, which are
|
224
|
+
designed to prohibit element content and permit only
|
225
|
+
#PCDATA or mixed content.) Added parentheses to Parameter
|
226
|
+
Entity and removed them from the Element Declaration.
|
227
|
+
- %custom-meta-model;
|
228
|
+
- %custom-meta-wrap-model;
|
229
|
+
- %def-model;
|
230
|
+
- %sec-model;
|
231
|
+
- %sec-opt-title-model;
|
232
|
+
- Removed parentheses from <notes>, <ack>, <address>, <date>
|
233
|
+
|
234
|
+
22. CITATION MODEL / COPYRIGHT STATEMENT MODEL
|
235
|
+
### Customization Alert ###
|
236
|
+
a. Replaced the Parameter Entity %copyright-statement-model;
|
237
|
+
with the OR list Parameter Entity
|
238
|
+
%copyright-statement-elements; and used that
|
239
|
+
within the content model of <copyright-statement>
|
240
|
+
b. Citation - In the PE %citation-elements; also
|
241
|
+
changed the PE -%ext-links.class; ==> -%address-links.class;
|
242
|
+
(Changed the content model of citation to match.)
|
243
|
+
c. In -%copyright-statement-elements;, replaced the mix
|
244
|
+
-%rendition-plus; with its constituent classes
|
245
|
+
d. In -%citation-elements;, replaced the mix -%simple-text;
|
246
|
+
with its constituent classes (with exception of
|
247
|
+
%address-link.class;).
|
248
|
+
|
249
|
+
21. RELATED ARTICLE
|
250
|
+
### Customization Alert ###
|
251
|
+
- Renamed
|
252
|
+
-%related-article-model; ==> -%related-article-elements;
|
253
|
+
(To match the DTD naming convention that full content
|
254
|
+
models are named with a "-model" suffix and groups of
|
255
|
+
elements to be added to #PCDATA for a particular
|
256
|
+
content model are named "-elements".)
|
257
|
+
- Started "-related-article-elements" PE with an OR Bar
|
258
|
+
- Deleted "ext-links.class", because these elements are
|
259
|
+
already in the %references.class; (no model change)
|
260
|
+
|
261
|
+
20. INLINE MATH - <inline-formula> added to:
|
262
|
+
- %label-elements;
|
263
|
+
|
264
|
+
19. RELATED ARTICLE ATTRIBUTES - Added the following attributes
|
265
|
+
to the element <related-article>:
|
266
|
+
a. "id" - to provide a unique identifier
|
267
|
+
b. "alternate-form-of", which works (similarly to the same
|
268
|
+
attribute when used on a <graphic> element) to point to
|
269
|
+
another <related-article> element within the same document
|
270
|
+
as an alternate form of the related article.
|
271
|
+
|
272
|
+
18. ISSUE TITLE <issue-title> - Created new element for a theme or
|
273
|
+
special issue title
|
274
|
+
- Defined here in the common module
|
275
|
+
- Added to <article-meta>
|
276
|
+
- Added to %references.class; (therefore to <citation>,
|
277
|
+
<product>, and <related-article>
|
278
|
+
- Created new Parameter Entities %issue-title-elements;
|
279
|
+
which hold the OR-group of elements that may be mixed with
|
280
|
+
#PCDATA inside the content model
|
281
|
+
|
282
|
+
17. ATTRIBUTION
|
283
|
+
- Moved <attrib> and its Parameter Entities from the paragraph
|
284
|
+
module to here, as it is numerous elements, such as <array>,
|
285
|
+
<boxed-text>, <fig>, <table-wrap>, etc., in the Archival DTD.
|
286
|
+
|
287
|
+
16. CUSTOM METADATA - Added the new <custom-meta> element, its
|
288
|
+
components, and its wrapper. This element is used to insert
|
289
|
+
name/value pairs for metadata elements that are in source
|
290
|
+
material but were never envisioned by this DTD. Allowed this
|
291
|
+
element at the end of <article-meta> and <journal-meta>.
|
292
|
+
|
293
|
+
15. EMAIL- Considered to be just another type of external link, as
|
294
|
+
<ext-link> is, so added to:
|
295
|
+
- %collab-elements;
|
296
|
+
- %copyright-statement-elements;
|
297
|
+
|
298
|
+
14. DATES
|
299
|
+
a. Added new class %date-parts.class; to hold all the
|
300
|
+
potential components of date, such as <year>, <day>,
|
301
|
+
etc.
|
302
|
+
b. Made a new Parameter Entity %string-date-elements; to
|
303
|
+
hold all the elements that may be mixed with #PCDATA
|
304
|
+
inside a <string-date>
|
305
|
+
c. Used %date-parts.class; in that model.
|
306
|
+
|
307
|
+
13. ROLE ELEMENT - Was added to the model for <citation>, thus
|
308
|
+
moved to this module from the article metadata module.
|
309
|
+
|
310
|
+
|
311
|
+
12. NEW IDENTIFICATION ELEMENTS - in view of the larger role that
|
312
|
+
some publishers are giving to DOIs:
|
313
|
+
|
314
|
+
a. OBJECT ID - Added a new class Parameter Entity
|
315
|
+
%id.class; to hold the new element <object-id> Object
|
316
|
+
Identifier. The <object-id> element is used to capture any
|
317
|
+
publisher's or archive's ID, such as a DOI. This was modeled
|
318
|
+
as an element (rather than as an attribute) to allow for
|
319
|
+
multiple IDs. New PE used in:
|
320
|
+
- %references.class (therefore inside <citation>,
|
321
|
+
<related-article>, and <product>)
|
322
|
+
- metadata objects such as <abstract>
|
323
|
+
- display objects such as <figure>.
|
324
|
+
Added PE %object-id-atts; to hold the element's attributes
|
325
|
+
|
326
|
+
b. ISSUE ID <issue-id> - new element for an identifier such
|
327
|
+
as a DOI associated with a journal issue (as opposed to the
|
328
|
+
existing element <issue>, which is defined as the issue
|
329
|
+
number)
|
330
|
+
- Defined here in the common module
|
331
|
+
- Added to <article-meta>
|
332
|
+
- Added to %references.class; (therefore to <citation>,
|
333
|
+
<product>, and <related-article>
|
334
|
+
- Created PE %issue-id-atts; to hold the attributes.
|
335
|
+
|
336
|
+
c. VOLUME ID <volume-id> - new element for an identifier such
|
337
|
+
as a DOI associated with a volume of a journal (as opposed
|
338
|
+
to the existing element <volume>, which is defined as the
|
339
|
+
volume number)
|
340
|
+
- Defined here in the common module
|
341
|
+
- Added to <article-meta>
|
342
|
+
- Added to %references.class; (therefore to <citation>,
|
343
|
+
<product>, and <related-article>
|
344
|
+
- Created new Parameter Entities %volume-id-elements;
|
345
|
+
which hold the OR-group of elements that may be mixed with
|
346
|
+
#PCDATA inside the content model
|
347
|
+
- Added PE %volume-id-atts; to hold the attributes.
|
348
|
+
|
349
|
+
|
350
|
+
Note: All ID attributes for these new identification
|
351
|
+
elements was set to use the "pub-id-type" attribute,
|
352
|
+
which is for Archival (Green) set as a CDATA attribute.
|
353
|
+
|
354
|
+
11. NAME CLASS / STRING NAME / PERSON NAME CLASS
|
355
|
+
a. Created a new element <string-name> for names that
|
356
|
+
do not follow the former, strict personal name model.
|
357
|
+
<string-name> holds any combination of #PCDATA and any of
|
358
|
+
the known personal-name elements such as <surname>.
|
359
|
+
- Used a new Parameter Entity %string-name-elements;
|
360
|
+
in the content model
|
361
|
+
|
362
|
+
b. Created a new class %name.class; to hold all the ways
|
363
|
+
to name people: <name>, <string-name>, and <collab>
|
364
|
+
who produce products or articles.
|
365
|
+
|
366
|
+
c. Allowed <string-name> to be used anywhere <name> is
|
367
|
+
used. Inside
|
368
|
+
- citation (by adding to %references.class;)
|
369
|
+
- product (by adding to %references.class;)
|
370
|
+
|
371
|
+
d. Added new attribute "initials" to the personal name
|
372
|
+
components: <surname> and <given-names>. This provides
|
373
|
+
a way to preserve the initials, for matching services
|
374
|
+
that prefer initials to full names. Since there are
|
375
|
+
many cases in which the initials cannot be determined
|
376
|
+
programmatically, we merely provide a bucket to record
|
377
|
+
them.
|
378
|
+
|
379
|
+
e. Added new Parameter Entities %given-name-atts; and
|
380
|
+
%surname-atts; to hold the new "initials" attribute.
|
381
|
+
|
382
|
+
10. ATTRIBUTE VALUE LISTS - The Green (Archival) DTD needed to
|
383
|
+
change all explicit attribute value lists in the DTD to CDATA.
|
384
|
+
In the future, explicit list types will be a feature of the
|
385
|
+
Blue (Publishing) and new Authoring DTDs. Therefore, added
|
386
|
+
Parameter Entities to hold the following attributes:
|
387
|
+
- date-type
|
388
|
+
|
389
|
+
9. RELATED ARTICLE ATTRIBUTES - Added the following attributes
|
390
|
+
to the element <related-article>:
|
391
|
+
- "id ID #IMPLIED" attribute, so the related-article
|
392
|
+
can be referenced.
|
393
|
+
- "ext-link-type" - to indicate the type of link used to
|
394
|
+
point to the related article. Attribute was used with
|
395
|
+
exactly the same content (CDATA) and suggested values
|
396
|
+
as when used with the element <ext-link>.
|
397
|
+
- "issue" - used (along with "vol", "page", and "journal-id")
|
398
|
+
to provide metadata concerning the related article
|
399
|
+
- "journal-id"- used (along with "vol", "page", and "issue")
|
400
|
+
to provide metadata concerning the related article.
|
401
|
+
- "journal-id-type" - Performs the same function that this
|
402
|
+
attribute performs for the element <journal-id>. The
|
403
|
+
"journal-id" values are the same as those for existing
|
404
|
+
journal identifiers plus "issn".
|
405
|
+
- "alternate-form-of", which works (similarly to the same
|
406
|
+
attribute when used on a <graphic> element) to point to
|
407
|
+
another <related-article> element within the same document
|
408
|
+
as an alternate form of the related article.
|
409
|
+
|
410
|
+
8. PARAMETER ENTITY CLEANUP AND REGULARIZATION
|
411
|
+
|
412
|
+
a. RENAME ELEMENT MIXES NOT TO END IN "-elements", since that
|
413
|
+
suffix is reserved for mixes that are added to #PCDATA in
|
414
|
+
a particular element
|
415
|
+
### Customization Alert ###
|
416
|
+
Names ending in "-elements" saved for element-specific mixes
|
417
|
+
that will be added to #PCDATA for one element
|
418
|
+
- %sec-back-matter-elements; ==> %sec-back-matter-mix;
|
419
|
+
(Used in -%sec-model; and -%sec-opt-title-model;)
|
420
|
+
|
421
|
+
b. NEW CLASSES - Largely for classing and modification reasons,
|
422
|
+
the following new classes were added:
|
423
|
+
- %date.class;
|
424
|
+
- %def.class;
|
425
|
+
- %degree.class;
|
426
|
+
- %id.class;
|
427
|
+
- Removed duplicate %person-name.class;
|
428
|
+
|
429
|
+
c. NEW MIXES - To correct potential classing problems, new
|
430
|
+
Parameter Entities were created. The following content
|
431
|
+
models were changed to use these new entities.
|
432
|
+
- <etal> -%etal-elements;
|
433
|
+
- <ext-link> -%ext-link-elements;
|
434
|
+
- <fax> -%fax-elements;
|
435
|
+
- <given-names> -%given-names-elements;
|
436
|
+
- <issn> -%issn-elements;
|
437
|
+
- <issue> -%issue-elements;
|
438
|
+
- <label> -%label-elements;
|
439
|
+
- <long-desc> -%long-desc-elements;
|
440
|
+
- <phone> -%phone-elements;
|
441
|
+
- <prefix> -%prefix-elements;
|
442
|
+
- <publisher-name> -%publisher-name-elements;
|
443
|
+
- <role> -%role-elements;
|
444
|
+
- <suffix> -%suffix-elements;
|
445
|
+
- <surname> -%surname-elements;
|
446
|
+
- <uri> -%uri-elements;
|
447
|
+
- <volume> -%volume-elements;
|
448
|
+
- <volume-id> -%volume-id-elements;
|
449
|
+
|
450
|
+
- <bio> %bio-model; (which uses %just-para.class;)
|
451
|
+
- <def> %def-model;
|
452
|
+
- <def> %just-para.class;
|
453
|
+
|
454
|
+
d. RENAME CLASSES
|
455
|
+
### Customization Alert ###
|
456
|
+
Not all classes ended in the ".class" suffix. Changed the
|
457
|
+
following to add the class suffix:
|
458
|
+
- %address-elements; (renamed -%address.class;) used in
|
459
|
+
- %aff-elements;
|
460
|
+
- %publisher-loc-elements;
|
461
|
+
- %address-model;
|
462
|
+
- %inline-math.class; used in -%label-elements;
|
463
|
+
|
464
|
+
e. PE %attrib-elements;
|
465
|
+
### Customization Alert ###
|
466
|
+
Uses %emphasized-text; which now starts with an OR bar, so
|
467
|
+
removed the OR bar from this PE.
|
468
|
+
|
469
|
+
f. LINK CLASSES
|
470
|
+
- In %aff-elements;, replaced %link.class; with
|
471
|
+
the following classes (via use of %all-phrase;)
|
472
|
+
(no DTD change):
|
473
|
+
- %address-link.class; (external used in addresses)
|
474
|
+
- %simple-link.class; (the internal links, same)
|
475
|
+
- %article-link.class; (for journal articles)
|
476
|
+
- In -%collab-elements;
|
477
|
+
- Replaced -%ext-links.class; with the following class
|
478
|
+
(via use of %all-phrase;)
|
479
|
+
(no DTD change):
|
480
|
+
- address-link.class; (external used in addresses)
|
481
|
+
- Deleted -%inpara-address;
|
482
|
+
(No model change, %address-link.class; covers it.)
|
483
|
+
- In %copyright-statement-elements;, replaced
|
484
|
+
-%inpara-address; with -%address-link.class;
|
485
|
+
(via use of %all-phrase;)
|
486
|
+
|
487
|
+
7. DEFAULT CLASSES - Were moved from this module to
|
488
|
+
%default-classes.ent;
|
489
|
+
|
490
|
+
6. Updated public identifier to "v2.0 20040830"
|
491
|
+
|
492
|
+
=============================================================
|
493
|
+
Version 1.1 (TRG) v1.1 (2003-11-01)
|
494
|
+
|
495
|
+
5. Made <copyright-statement> model into a parameter entity in
|
496
|
+
order to add <ext-link> to the content model.
|
497
|
+
Rationale: Permit linkage between copyright statement and
|
498
|
+
copyright holder's site.
|
499
|
+
|
500
|
+
4. Added attribute "content-type" to element <ack>.
|
501
|
+
Rationale: To identify and preserve the semantic intent of
|
502
|
+
semantically rich source documents.
|
503
|
+
|
504
|
+
3. Added ID attribute to the following elements:
|
505
|
+
- <ack>
|
506
|
+
- <address>
|
507
|
+
- <alt-text>
|
508
|
+
- <ext-link> (by modifying %ext-link-atts;)
|
509
|
+
- <institution>
|
510
|
+
- <long-desc>
|
511
|
+
- <notes> (by modifying parameter entity %notes-atts;)
|
512
|
+
Rationale: Provide unique identifier so these elements can be
|
513
|
+
linked to.
|
514
|
+
|
515
|
+
2. Added element <label> to content model of <aff> (by adding
|
516
|
+
-%label.class; to parameter -%aff-elements;)
|
517
|
+
Rationale: To provide <label> when needed for format
|
518
|
+
over-ride.
|
519
|
+
|
520
|
+
=============================================================
|
521
|
+
Version 1.0 Changes Before Public Release
|
522
|
+
(Lapeyre) v1.0 (2002-12-25)
|
523
|
+
|
524
|
+
1. ETAL - Changed the content model of <etal> to replace the
|
525
|
+
entire content model with a Parameter Entity, not just name
|
526
|
+
some elements that may mix with #PCDATA. Rationale: The
|
527
|
+
Authoring DTD would like to make <etal> EMPTY.
|
528
|
+
-->
|
529
|
+
|
530
|
+
|
531
|
+
<!-- ============================================================= -->
|
532
|
+
<!-- PARAMETER ENTITY DEPENDENCIES
|
533
|
+
Requires the following parameter entities
|
534
|
+
be defined before calling this module,
|
535
|
+
usually accomplished in the Customization
|
536
|
+
Module for the specific DTD:
|
537
|
+
- %address.class;
|
538
|
+
- %break.class;
|
539
|
+
- %emphasis.class;
|
540
|
+
- %inline-display.class;
|
541
|
+
- %just-rendition;
|
542
|
+
- %label.class;
|
543
|
+
- %para-level;
|
544
|
+
- %references.class;
|
545
|
+
- %rendition-plus;
|
546
|
+
- %sec-back-matter-mix;
|
547
|
+
- %sec-level;
|
548
|
+
- %sec-opt-title-model;
|
549
|
+
- %simple-link.class;
|
550
|
+
- %simple-phrase;
|
551
|
+
- %simple-text;
|
552
|
+
- %subsup.class;
|
553
|
+
- %might-link-atts; -->
|
554
|
+
<!-- ============================================================= -->
|
555
|
+
|
556
|
+
|
557
|
+
<!-- ============================================================= -->
|
558
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTE VALUES -->
|
559
|
+
<!-- ============================================================= -->
|
560
|
+
|
561
|
+
|
562
|
+
<!-- HISTORY DATE TYPES -->
|
563
|
+
<!-- The <history> element contains one or more
|
564
|
+
<date> elements that record events in the
|
565
|
+
life of a publication.
|
566
|
+
date-type Attribute should only be used if the date
|
567
|
+
is one of the known types; otherwise omit
|
568
|
+
the attribute.
|
569
|
+
Values are:
|
570
|
+
accepted - Date manuscript was
|
571
|
+
accepted
|
572
|
+
received - Date manuscript received
|
573
|
+
rev-request - Date revisions were
|
574
|
+
requested or manuscript
|
575
|
+
was returned
|
576
|
+
rev-recd - Date revised manuscript
|
577
|
+
was received -->
|
578
|
+
<!ENTITY % date-types "accepted | received | rev-request |
|
579
|
+
rev-recd" >
|
580
|
+
|
581
|
+
|
582
|
+
<!-- ARTICLE/PUBLICATION IDENTIFIER TYPES -->
|
583
|
+
<!-- The "pub-id-type" attribute names the
|
584
|
+
type of identifier, or the organization or
|
585
|
+
system that defined this identifier for the
|
586
|
+
identifier of the journal article or a
|
587
|
+
cited publication.
|
588
|
+
Used on the <article-id> element, which
|
589
|
+
holds an identifier for the entire article.
|
590
|
+
Also used on the <pub-id> element, which
|
591
|
+
is an identifier for a publication cited in
|
592
|
+
a bibliographic reference (citation).
|
593
|
+
Valid Types include:
|
594
|
+
art-access-id
|
595
|
+
- Generic article accession id for
|
596
|
+
interchange and retrieval between
|
597
|
+
archives
|
598
|
+
coden - Obsolete PDB/CCDC identifier (may
|
599
|
+
be present on older articles)
|
600
|
+
be present on older articles)
|
601
|
+
doaj - Directory of Open Access Journals
|
602
|
+
doi - Digital Object Identifier for
|
603
|
+
the article
|
604
|
+
manuscript
|
605
|
+
A manuscript
|
606
|
+
medline- NLM Medline identifier
|
607
|
+
other - None of the named identifiers
|
608
|
+
pii - Publisher Item Identifier, see
|
609
|
+
/epub/piius.htm
|
610
|
+
pmcid - PubMed Central identifier
|
611
|
+
pmid - PubMed ID (see
|
612
|
+
www.ncbi.nlm.nih.gov/entrez/
|
613
|
+
query.fcgi?db=PubMed)
|
614
|
+
publisher-id -
|
615
|
+
Publisher's identifying number
|
616
|
+
such as an 'article-id', 'artnum',
|
617
|
+
'identifier', 'article- number',
|
618
|
+
etc.
|
619
|
+
sici - Serial Item and Contribution
|
620
|
+
Identifier (SICI). A journal
|
621
|
+
article may have more than one
|
622
|
+
SICI, one for a print version and
|
623
|
+
one for an electronic version. -->
|
624
|
+
<!ENTITY % pub-id-types "art-access-id | coden | doaj | doi |
|
625
|
+
manuscript | medline | other | pii |
|
626
|
+
pmcid | pmid | publisher-id | sici" >
|
627
|
+
|
628
|
+
|
629
|
+
<!-- ============================================================= -->
|
630
|
+
<!-- PARAMETER ENTITIES FOR COMMENT MODELS -->
|
631
|
+
<!-- ============================================================= -->
|
632
|
+
|
633
|
+
|
634
|
+
<!-- DATE ELEMENTS MODEL -->
|
635
|
+
<!-- The content models for elements that describe
|
636
|
+
dates, such as Publication Date <pub-date>
|
637
|
+
and History Dates <date>. The <string-date>
|
638
|
+
element holds dates for which months and
|
639
|
+
years are not given, for example "first
|
640
|
+
quarter", "spring", etc. -->
|
641
|
+
<!ENTITY % date-model "( ( (day?, month?) | season)?,
|
642
|
+
year?, string-date?)" >
|
643
|
+
|
644
|
+
|
645
|
+
<!-- CONTENT MODEL FOR A STRUCTURAL SECTION -->
|
646
|
+
<!-- The model for a section that requires that a
|
647
|
+
section title be present, used for elements
|
648
|
+
such as Section and Appendix. -->
|
649
|
+
<!ENTITY % sec-model "(label?, title, (%para-level;)*,
|
650
|
+
(%sec-level;)*,
|
651
|
+
(%sec-back-matter-mix;)* )" >
|
652
|
+
|
653
|
+
|
654
|
+
<!-- CONTENT MODEL FOR AN UNTITLED SECTION -->
|
655
|
+
<!-- The model for a section-like structure that
|
656
|
+
may or may not have an initial title -->
|
657
|
+
<!ENTITY % sec-opt-title-model
|
658
|
+
"(label?, title?, (%para-level;)*,
|
659
|
+
(%sec-level;)*,
|
660
|
+
(%sec-back-matter-mix;)* )" >
|
661
|
+
|
662
|
+
|
663
|
+
<!-- LINK ELEMENTS -->
|
664
|
+
<!-- Elements for use in the linking elements
|
665
|
+
such as <xref>, <target>, and <ext-link> -->
|
666
|
+
<!ENTITY % link-elements
|
667
|
+
"| %emphasis.class; | %subsup.class;" >
|
668
|
+
|
669
|
+
|
670
|
+
<!-- TITLE ELEMENTS -->
|
671
|
+
<!-- Elements for use in all the title elements
|
672
|
+
such as <title>, <subtitle>, <trans-title>,
|
673
|
+
etc.
|
674
|
+
DESIGN NOTE: All inline mixes begin with an
|
675
|
+
OR bar, but since %simple-phrase; is an
|
676
|
+
inline mix, the OR bar is already there. -->
|
677
|
+
<!ENTITY % title-elements
|
678
|
+
"%simple-phrase; | %break.class;" >
|
679
|
+
|
680
|
+
|
681
|
+
<!-- ============================================================= -->
|
682
|
+
<!-- PARAMETER ENTITIES FOR LINKING ATTRIBUTES -->
|
683
|
+
<!-- ============================================================= -->
|
684
|
+
|
685
|
+
|
686
|
+
<!-- XLINK LINK ATTRIBUTES -->
|
687
|
+
<!-- Used for elements that are a link by
|
688
|
+
definition, such as the <xref> element.
|
689
|
+
xlink:href Provides an address or identifier of the
|
690
|
+
object to which the link points, for
|
691
|
+
example a URI or a filename
|
692
|
+
xlink:role Provides a URI reference pointing to some
|
693
|
+
resource that describes the role or function
|
694
|
+
of this link
|
695
|
+
xlink:title
|
696
|
+
Describes the meaning of the link in a
|
697
|
+
human-readable and displayable fashion
|
698
|
+
xlink:show Describes the requested presentation when
|
699
|
+
the link is traversed.
|
700
|
+
Values are:
|
701
|
+
embed Load the new presentation in the
|
702
|
+
place of the link
|
703
|
+
new Load a new window, frame, pane, or
|
704
|
+
other presentation
|
705
|
+
none No clue for the application
|
706
|
+
other Look to other markup for a clue
|
707
|
+
replace Load the new resource in the same
|
708
|
+
window, frame, pane, or other
|
709
|
+
presentation context as the link
|
710
|
+
started in
|
711
|
+
xlink:actuate
|
712
|
+
When is the link traversed, and under whose
|
713
|
+
control.
|
714
|
+
Values are:
|
715
|
+
none No clue for the application
|
716
|
+
onLoad Traverse the link immediately
|
717
|
+
upon loading the link
|
718
|
+
onRequest
|
719
|
+
User or software requests that the
|
720
|
+
link be traversed
|
721
|
+
other Look to other markup for a clue
|
722
|
+
-->
|
723
|
+
<!ENTITY % link-atts
|
724
|
+
"xmlns:xlink CDATA #FIXED
|
725
|
+
'http://www.w3.org/1999/xlink'
|
726
|
+
xlink:type (simple) #FIXED 'simple'
|
727
|
+
xlink:href CDATA #REQUIRED
|
728
|
+
xlink:role CDATA #IMPLIED
|
729
|
+
xlink:title CDATA #IMPLIED
|
730
|
+
xlink:show (embed | new | none | other | replace)
|
731
|
+
#IMPLIED
|
732
|
+
xlink:actuate
|
733
|
+
(none | onLoad | onRequest | other)
|
734
|
+
#IMPLIED" >
|
735
|
+
|
736
|
+
|
737
|
+
<!-- MIGHT LINK XLINK ATTRIBUTES -->
|
738
|
+
<!-- Used for elements which may need to link to
|
739
|
+
external sources or other objects within
|
740
|
+
the document, but may not necessarily act
|
741
|
+
as a link at all. The attribute
|
742
|
+
"xlink:href" identifies the object to which
|
743
|
+
the link points. -->
|
744
|
+
<!ENTITY % might-link-atts
|
745
|
+
"xmlns:xlink CDATA #FIXED
|
746
|
+
'http://www.w3.org/1999/xlink'
|
747
|
+
xlink:type (simple) #FIXED 'simple'
|
748
|
+
xlink:href CDATA #IMPLIED
|
749
|
+
xlink:role CDATA #IMPLIED
|
750
|
+
xlink:title CDATA #IMPLIED
|
751
|
+
xlink:show (embed | new | none | other | replace)
|
752
|
+
#IMPLIED
|
753
|
+
xlink:actuate
|
754
|
+
(none | onLoad | onRequest | other)
|
755
|
+
#IMPLIED" >
|
756
|
+
|
757
|
+
|
758
|
+
<!-- ============================================================= -->
|
759
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTES LISTS -->
|
760
|
+
<!-- (ALPHABETICAL ORDER) -->
|
761
|
+
<!-- ============================================================= -->
|
762
|
+
|
763
|
+
|
764
|
+
<!-- AFFILIATION ATTRIBUTES -->
|
765
|
+
<!-- Attributes for the Affiliation <aff>
|
766
|
+
element -->
|
767
|
+
<!ENTITY % aff-atts
|
768
|
+
"id ID #IMPLIED
|
769
|
+
rid IDREFS #IMPLIED" >
|
770
|
+
|
771
|
+
|
772
|
+
<!-- BIOGRAPHY ATTRIBUTES -->
|
773
|
+
<!-- Attributes for <bio> element
|
774
|
+
id Unique identifier so the element may be
|
775
|
+
referenced
|
776
|
+
rid Points to the identifier of an author or
|
777
|
+
authors
|
778
|
+
xlink:href Provides an address or identifier of the
|
779
|
+
object to which the link points, for
|
780
|
+
example a URI or a filename. -->
|
781
|
+
<!ENTITY % bio-atts
|
782
|
+
"id ID #IMPLIED
|
783
|
+
rid IDREFS #IMPLIED
|
784
|
+
%might-link-atts;" >
|
785
|
+
|
786
|
+
|
787
|
+
<!-- COLLABORATION ATTRIBUTES -->
|
788
|
+
<!-- Attributes for <collab> -->
|
789
|
+
<!-- collab-type
|
790
|
+
The type or role of the collaborators,
|
791
|
+
what function did they play in the
|
792
|
+
publication.
|
793
|
+
Suggested values include:
|
794
|
+
assignee
|
795
|
+
- Group or company to whom a patent
|
796
|
+
is awarded
|
797
|
+
authors - Content creators
|
798
|
+
editors - Content editors
|
799
|
+
compilers
|
800
|
+
- Put together a composite work
|
801
|
+
from multiple sources
|
802
|
+
guest-editors
|
803
|
+
- A group of editors that have been
|
804
|
+
invited to edit all or part of a
|
805
|
+
work
|
806
|
+
inventors
|
807
|
+
- Idea, software, or machine
|
808
|
+
creators
|
809
|
+
translators
|
810
|
+
- Translated the cited work from
|
811
|
+
one language into another
|
812
|
+
id Unique identifier so that the collaboration
|
813
|
+
can be referenced
|
814
|
+
xlink:href Provides an address or identifier of the
|
815
|
+
object to which the link points, for
|
816
|
+
example a URI or a filename -->
|
817
|
+
<!ENTITY % collab-atts
|
818
|
+
"collab-type
|
819
|
+
CDATA #IMPLIED
|
820
|
+
id ID #IMPLIED
|
821
|
+
%might-link-atts;" >
|
822
|
+
|
823
|
+
|
824
|
+
<!-- EXTERNAL LINK ATTRIBUTES -->
|
825
|
+
<!-- Attribute list for external links
|
826
|
+
ext-link-type
|
827
|
+
Type of external link. Use this attribute
|
828
|
+
if the type of external link is one of the
|
829
|
+
ones below or another named type.
|
830
|
+
Suggested values include:
|
831
|
+
aoi Astronomical Object Identifier
|
832
|
+
doi Digital Object Identifier
|
833
|
+
ec Enzyme nomenclature - see
|
834
|
+
http://www.chem.qmw.ac.uk/iubmb/enzyme/
|
835
|
+
ftp File transfer protocol
|
836
|
+
email An email address
|
837
|
+
gen GenBank identifier
|
838
|
+
genpept Translated Protein-encoding
|
839
|
+
sequence Database
|
840
|
+
highwire HighWire press intrajournal
|
841
|
+
pmid PubMed identifier
|
842
|
+
pdb Protein data bank. See
|
843
|
+
http://www.rcsb.org/pdb/
|
844
|
+
pgr Plant gene register. See
|
845
|
+
http://www.tarweed.com/pgr/
|
846
|
+
pir Protein Information Resource
|
847
|
+
see http://pir.georgetown.edu
|
848
|
+
pirdb Protein Information Resource
|
849
|
+
see http://pir.georgetown.edu
|
850
|
+
pmc PubMed Central identifier
|
851
|
+
sprot Swiss-Prot. See
|
852
|
+
http://www.ebi.ac.uk/swissprot/
|
853
|
+
uri Website or web service
|
854
|
+
id Unique identifier so the element may be
|
855
|
+
referenced
|
856
|
+
xlink:href Provides an address or identifier of the
|
857
|
+
object to which the link points, for
|
858
|
+
example a URI or a filename -->
|
859
|
+
<!ENTITY % ext-link-atts
|
860
|
+
"ext-link-type
|
861
|
+
CDATA #IMPLIED
|
862
|
+
id ID #IMPLIED
|
863
|
+
%might-link-atts;" >
|
864
|
+
|
865
|
+
|
866
|
+
<!-- CITATION ATTRIBUTES -->
|
867
|
+
<!-- Attributes for <citation>
|
868
|
+
citation-type
|
869
|
+
Defines the type of work being referenced.
|
870
|
+
Suggested values include:
|
871
|
+
book Book
|
872
|
+
conf-proceedings
|
873
|
+
Conference proceedings
|
874
|
+
discussion Discussion among a group in
|
875
|
+
some forum - public, private,
|
876
|
+
or electronic, which may or
|
877
|
+
may not be moderated
|
878
|
+
gov Government publication
|
879
|
+
journal Journal article
|
880
|
+
list Listserv
|
881
|
+
other None of the listed types
|
882
|
+
patent Patent or patent application
|
883
|
+
personal-communication
|
884
|
+
Informal or personal
|
885
|
+
communication, such as a
|
886
|
+
phone call or an email
|
887
|
+
message
|
888
|
+
standard Standards document issued by
|
889
|
+
a recognized standards body,
|
890
|
+
such as ISO, ANSI, IEEE,
|
891
|
+
OASIS, etc.
|
892
|
+
thesis Work written as part of the
|
893
|
+
completion of an advanced
|
894
|
+
degree
|
895
|
+
web Website
|
896
|
+
id Unique identifier so the element may be
|
897
|
+
referenced
|
898
|
+
xlink:href Provides an address or identifier of the
|
899
|
+
object to which the link points, for
|
900
|
+
example a URI or a filename -->
|
901
|
+
<!ENTITY % citation-atts
|
902
|
+
"citation-type
|
903
|
+
CDATA #IMPLIED
|
904
|
+
id ID #IMPLIED
|
905
|
+
%might-link-atts;" >
|
906
|
+
|
907
|
+
|
908
|
+
<!-- DATE (HISTORICAL) ATTRIBUTES -->
|
909
|
+
<!-- date-type Attribute should only be used if the date
|
910
|
+
is one of the known types, otherwise omit
|
911
|
+
the attribute. Values are:
|
912
|
+
accepted - Date manuscript was
|
913
|
+
accepted
|
914
|
+
received - Date manuscript received
|
915
|
+
rev-request - Date revisions were
|
916
|
+
requested or manuscript
|
917
|
+
was returned
|
918
|
+
rev-recd - Date revised manuscript
|
919
|
+
was received -->
|
920
|
+
<!ENTITY % date-atts
|
921
|
+
"date-type (%date-types;) #IMPLIED" >
|
922
|
+
|
923
|
+
|
924
|
+
<!-- GIVEN NAMES ATTRIBUTES -->
|
925
|
+
<!-- initials The initial(s) for the given names of the
|
926
|
+
person. Particularly useful in those cases
|
927
|
+
that cannot be algorithmically determined. -->
|
928
|
+
<!ENTITY % given-names-atts
|
929
|
+
"initials CDATA #IMPLIED" >
|
930
|
+
|
931
|
+
|
932
|
+
<!-- ISSN ATTRIBUTES -->
|
933
|
+
<!-- Attribute list for <issn> -->
|
934
|
+
<!-- Used to record the type of publication, for
|
935
|
+
example, a print-only publication versus
|
936
|
+
an electronic-only publication, in any of
|
937
|
+
several life stages.
|
938
|
+
Suggested values include:
|
939
|
+
epub - Electronic publication
|
940
|
+
ppub - Print publication
|
941
|
+
epub-ppub - Published in both print and
|
942
|
+
electronic form
|
943
|
+
epreprint - Electronic preprint
|
944
|
+
dissemination
|
945
|
+
ppreprint - Print preprint dissemination
|
946
|
+
ecorrected - Corrected in electronic
|
947
|
+
pcorrected - Corrected in print
|
948
|
+
eretracted - Retracted in electronic
|
949
|
+
pretracted - Retracted in print -->
|
950
|
+
<!ENTITY % issn-atts
|
951
|
+
"pub-type CDATA #IMPLIED" >
|
952
|
+
|
953
|
+
|
954
|
+
<!-- ISSUE IDENTIFIER ATTRIBUTES -->
|
955
|
+
<!-- Attributes for the <issue-id> element
|
956
|
+
pub-id-type
|
957
|
+
Publication (article) Identifier Type
|
958
|
+
Names the type of identifier, or the
|
959
|
+
organization or system that defined this
|
960
|
+
identifier for the identifier of the journal
|
961
|
+
article or a cited publication. This is an
|
962
|
+
optional CDATA attribute that should be used
|
963
|
+
whenever the type is known.
|
964
|
+
Used on the <article-id> element, which
|
965
|
+
holds an identifier for the entire article.
|
966
|
+
Also used on the <pubid> element, which
|
967
|
+
is an identifier for a publication cited in
|
968
|
+
a bibliographic reference (citation).
|
969
|
+
Suggested values include:
|
970
|
+
coden - Obsolete PDB/CCDC identifier (may
|
971
|
+
be present on older articles)
|
972
|
+
doaj - Directory of Open Access Journals
|
973
|
+
doi - Digital Object Identifier
|
974
|
+
manuscript
|
975
|
+
A manuscript
|
976
|
+
medline- NLM Medline identifier
|
977
|
+
other - None of the named identifiers
|
978
|
+
pii - Publisher Item Identifier, see
|
979
|
+
http://pubs.acs.org/epub/piius.htm
|
980
|
+
or
|
981
|
+
http://www.aip.org/epub/piipr.html
|
982
|
+
pmid - PubMed Central identifier (see
|
983
|
+
www.ncbi.nlm.nih.gov/entrez/
|
984
|
+
query.fcgi?db=PubMed)
|
985
|
+
publisher-id
|
986
|
+
- Publisher's identifier such
|
987
|
+
as an 'article-id', 'artnum',
|
988
|
+
'identifier', 'article- number',
|
989
|
+
'pub-id', etc.
|
990
|
+
sici - Serial Item and Contribution
|
991
|
+
Identifier (SICI). A journal
|
992
|
+
article may have more than one
|
993
|
+
SICI, one for a print version and
|
994
|
+
one for an electronic version. -->
|
995
|
+
<!ENTITY % issue-id-atts
|
996
|
+
"pub-id-type
|
997
|
+
CDATA #IMPLIED" >
|
998
|
+
|
999
|
+
|
1000
|
+
<!-- JOURNAL IDENTIFIER ATTRIBUTES -->
|
1001
|
+
<!-- Attribute list for journal identifier
|
1002
|
+
<journal-id> element -->
|
1003
|
+
<!-- Indicates whose identifier this is, for
|
1004
|
+
example, "pub-id" for a publisher's
|
1005
|
+
identifier or "pmc" for PubMed Central.
|
1006
|
+
Suggested values include:
|
1007
|
+
archive Identifier assigned by an archive
|
1008
|
+
or other repository
|
1009
|
+
aggregator
|
1010
|
+
Identifier assigned by a data
|
1011
|
+
aggregator
|
1012
|
+
doaj Directory of Open Access Journals
|
1013
|
+
doi Digital Object Identifier for the
|
1014
|
+
entire journal, not just for the
|
1015
|
+
article (rare)
|
1016
|
+
index Identifier assigned by an
|
1017
|
+
abstracting or indexing service
|
1018
|
+
pmc Identifier assigned by PubMed Central
|
1019
|
+
for example, the pmc journal
|
1020
|
+
abbreviation such as "pnas", "mbc",
|
1021
|
+
"nar", "molcellb", which may be the
|
1022
|
+
same as the abbreviated journal
|
1023
|
+
title
|
1024
|
+
publisher-id
|
1025
|
+
Identifier assigned by the content
|
1026
|
+
publisher, for example, "MOLEC",
|
1027
|
+
"MOLCEL"
|
1028
|
+
nlm-ta Identifier assigned by the
|
1029
|
+
PubMed/Medline, and is typically
|
1030
|
+
the journal abbreviation, for
|
1031
|
+
example, "Mol Biol Cell", "Nucleic
|
1032
|
+
Acids Res", which may be the
|
1033
|
+
same as the abbreviated journal
|
1034
|
+
title. -->
|
1035
|
+
<!ENTITY % journal-id-atts
|
1036
|
+
"journal-id-type
|
1037
|
+
CDATA #IMPLIED " >
|
1038
|
+
|
1039
|
+
|
1040
|
+
<!-- LICENSE ATTRIBUTES -->
|
1041
|
+
<!-- Attributes for the <license> element
|
1042
|
+
license-type
|
1043
|
+
The type of license granted on a journal
|
1044
|
+
article, for example,"open-access" for a
|
1045
|
+
license permitting unrestricted use,
|
1046
|
+
distribution, and reproduction in any medium,
|
1047
|
+
provided the original work is properly cited
|
1048
|
+
xlink:href Provides an address or identifier of the
|
1049
|
+
object to which the link points, for
|
1050
|
+
example a URI or a filename. -->
|
1051
|
+
<!ENTITY % license-atts
|
1052
|
+
"license-type
|
1053
|
+
CDATA #IMPLIED
|
1054
|
+
%might-link-atts;" >
|
1055
|
+
|
1056
|
+
|
1057
|
+
<!-- NOTES ATTRIBUTES -->
|
1058
|
+
<!-- Attribute list for <note> -->
|
1059
|
+
<!-- notes-type To identify the type of note, if the type
|
1060
|
+
can be/has been identified, for example,
|
1061
|
+
"note-in-proof"
|
1062
|
+
id Unique identifier so the element may be
|
1063
|
+
referenced -->
|
1064
|
+
<!ENTITY % notes-atts
|
1065
|
+
"id ID #IMPLIED
|
1066
|
+
notes-type CDATA #IMPLIED" >
|
1067
|
+
|
1068
|
+
|
1069
|
+
<!-- OBJECT IDENTIFIER ATTRIBUTES -->
|
1070
|
+
<!-- Attributes for the <object-id> element
|
1071
|
+
pub-id-type
|
1072
|
+
Publication (article) Identifier Type
|
1073
|
+
Names the type of identifier, or the
|
1074
|
+
organization or system that defined this
|
1075
|
+
identifier for the identifier of the journal
|
1076
|
+
article or a cited publication. This is an
|
1077
|
+
optional CDATA attribute that should be used
|
1078
|
+
whenever the type is known.
|
1079
|
+
Used on the <article-id> element, which
|
1080
|
+
holds an identifier for the entire article.
|
1081
|
+
Also used on the <pubid> element, which
|
1082
|
+
is an identifier for a publication cited in
|
1083
|
+
a bibliographic reference (citation).
|
1084
|
+
Suggested values include:
|
1085
|
+
coden - Obsolete PDB/CCDC identifier (may
|
1086
|
+
be present on older articles)
|
1087
|
+
doaj - Directory of Open Access Journals
|
1088
|
+
doi - Digital Object Identifier
|
1089
|
+
manuscript
|
1090
|
+
A manuscript
|
1091
|
+
medline- NLM Medline identifier
|
1092
|
+
other - None of the named identifiers
|
1093
|
+
pii - Publisher Item Identifier, see
|
1094
|
+
http://pubs.acs.org/epub/piius.htm
|
1095
|
+
or
|
1096
|
+
http://www.aip.org/epub/piipr.html
|
1097
|
+
pmid - PubMed Central identifier (see
|
1098
|
+
www.ncbi.nlm.nih.gov/entrez/
|
1099
|
+
query.fcgi?db=PubMed)
|
1100
|
+
publisher-id
|
1101
|
+
- Publisher's identifier such
|
1102
|
+
as an 'article-id', 'artnum',
|
1103
|
+
'identifier', 'article- number',
|
1104
|
+
'pub-id', etc.
|
1105
|
+
sici - Serial Item and Contribution
|
1106
|
+
Identifier (SICI). A journal
|
1107
|
+
article may have more than one
|
1108
|
+
SICI, one for a print version and
|
1109
|
+
one for an electronic version. -->
|
1110
|
+
<!ENTITY % object-id-atts
|
1111
|
+
"pub-id-type
|
1112
|
+
CDATA #IMPLIED" >
|
1113
|
+
|
1114
|
+
|
1115
|
+
<!-- RELATED ARTICLE ATTRIBUTES -->
|
1116
|
+
<!-- Attributes for <related-article>
|
1117
|
+
id Unique identifier so the element may be
|
1118
|
+
referenced
|
1119
|
+
alt-form-of
|
1120
|
+
Exactly like the "alt-form-of" attribute
|
1121
|
+
used with <graphic>, this is an IDREF
|
1122
|
+
attribute which points to the ID of another
|
1123
|
+
<related-article> in the same document
|
1124
|
+
rather than to an external file.
|
1125
|
+
related-article-type
|
1126
|
+
addendum Additional material for an
|
1127
|
+
article, generated too late
|
1128
|
+
to be added to the main text
|
1129
|
+
commentary-article
|
1130
|
+
Used in an commentary or
|
1131
|
+
editorial to link to the
|
1132
|
+
article on which it is
|
1133
|
+
commenting
|
1134
|
+
companion Used in an article to link
|
1135
|
+
to a companion (related
|
1136
|
+
or sibling) article
|
1137
|
+
corrected-article
|
1138
|
+
Used in a correction to link
|
1139
|
+
to the article being
|
1140
|
+
corrected. Sometimes called
|
1141
|
+
erratum.
|
1142
|
+
in-this-issue Related article in the same
|
1143
|
+
journal issue
|
1144
|
+
letter A letter to the publication
|
1145
|
+
or a reply to such a
|
1146
|
+
letter
|
1147
|
+
commentary Used in an article to link
|
1148
|
+
to its associated commentary
|
1149
|
+
or editorial
|
1150
|
+
correction-forward
|
1151
|
+
Used in an article to link
|
1152
|
+
forward to its associated
|
1153
|
+
correction (rarely used)
|
1154
|
+
retracted-article
|
1155
|
+
Used in a retraction to link
|
1156
|
+
to the article being retracted
|
1157
|
+
retraction-forward
|
1158
|
+
Used in an article to link
|
1159
|
+
forward to its associated
|
1160
|
+
retraction (rare)
|
1161
|
+
ext-link-type
|
1162
|
+
Type of external link used to point to the
|
1163
|
+
related article. Use this attribute
|
1164
|
+
if the type of external link is one of the
|
1165
|
+
ones below or another named type.
|
1166
|
+
Suggested values include:
|
1167
|
+
aoi Astronomical Object Identifier
|
1168
|
+
doi Digital Object Identifier
|
1169
|
+
ec Enzyme nomenclature - see
|
1170
|
+
http://www.chem.qmw.ac.uk/iubmb/enzyme/
|
1171
|
+
ftp File transfer protocol
|
1172
|
+
email An email address
|
1173
|
+
gen GenBank identifier
|
1174
|
+
genpept Translated Protein-encoding
|
1175
|
+
sequence Database
|
1176
|
+
highwire HighWire press intrajournal
|
1177
|
+
pdb Protein data bank. See
|
1178
|
+
http://www.rcsb.org/pdb/
|
1179
|
+
pgr Plant gene register. See
|
1180
|
+
http://www.tarweed.com/pgr/
|
1181
|
+
pir Protein Information Resource
|
1182
|
+
see http://pir.georgetown.edu
|
1183
|
+
pirdb Protein Information Resource
|
1184
|
+
see http://pir.georgetown.edu
|
1185
|
+
pmc PubMed Central identifier
|
1186
|
+
pmid PubMed identifier
|
1187
|
+
sprot Swiss-Prot. See
|
1188
|
+
http://www.ebi.ac.uk/swissprot/
|
1189
|
+
uri Website or web service
|
1190
|
+
The next five attributes are used to identify the
|
1191
|
+
journal in which the related article was published.
|
1192
|
+
vol Volume of the journal in which the related
|
1193
|
+
article exists. It is best practice to
|
1194
|
+
limit the scope to the current journal,
|
1195
|
+
the one in which the current article
|
1196
|
+
resides.
|
1197
|
+
page Page number of the related article. It is
|
1198
|
+
best practice to limit the scope to the
|
1199
|
+
current journal, the one in which the
|
1200
|
+
current article resides. The values for this
|
1201
|
+
attribute should be a first page or a page
|
1202
|
+
range.
|
1203
|
+
issue Issue number of the related article.
|
1204
|
+
journal-id Identifier for the journal which contains the
|
1205
|
+
related article.
|
1206
|
+
journal-id-type
|
1207
|
+
Indicates whose identifier this is, for
|
1208
|
+
example, "pub-id" for a publisher's
|
1209
|
+
identifier or "pmc" for PubMed Central.
|
1210
|
+
Suggested values include:
|
1211
|
+
archive Identifier assigned by an archive
|
1212
|
+
or other repository
|
1213
|
+
aggregator
|
1214
|
+
Identifier assigned by a data
|
1215
|
+
aggregator
|
1216
|
+
doi Digital Object Identifier for the
|
1217
|
+
entire journal, not just for the
|
1218
|
+
article (rare)
|
1219
|
+
index Identifier assigned by an
|
1220
|
+
abstracting or indexing service
|
1221
|
+
issn International Standard Serial Number
|
1222
|
+
of the journal in which the related
|
1223
|
+
article was published
|
1224
|
+
pmc Identifier assigned by PubMed
|
1225
|
+
Central, for example, a pmc journal
|
1226
|
+
abbreviation such as "pnas", "mbc",
|
1227
|
+
"nar", "molcellb", which may be the
|
1228
|
+
same as the abbreviated journal
|
1229
|
+
title
|
1230
|
+
publisher-id
|
1231
|
+
Identifier assigned by the content
|
1232
|
+
publisher, for example, "MOLEC",
|
1233
|
+
"MOLCEL"
|
1234
|
+
nlm-ta Identifier assigned by the
|
1235
|
+
PubMed/Medline, and is typically
|
1236
|
+
the journal abbreviation, for
|
1237
|
+
example, "Mol Biol Cell", "Nucleic
|
1238
|
+
Acids Res", which may be the
|
1239
|
+
same as the abbreviated journal
|
1240
|
+
title.
|
1241
|
+
xlink:href Provides an address or identifier of the
|
1242
|
+
object to which the link points, for
|
1243
|
+
example a URI or a filename. -->
|
1244
|
+
<!ENTITY % related-article-atts
|
1245
|
+
"id ID #IMPLIED
|
1246
|
+
alternate-form-of
|
1247
|
+
IDREF #IMPLIED
|
1248
|
+
related-article-type
|
1249
|
+
CDATA #REQUIRED
|
1250
|
+
ext-link-type
|
1251
|
+
CDATA #IMPLIED
|
1252
|
+
vol CDATA #IMPLIED
|
1253
|
+
page CDATA #IMPLIED
|
1254
|
+
issue CDATA #IMPLIED
|
1255
|
+
journal-id
|
1256
|
+
CDATA #IMPLIED
|
1257
|
+
%journal-id-atts;
|
1258
|
+
%might-link-atts;" >
|
1259
|
+
|
1260
|
+
|
1261
|
+
<!-- SURNAME ATTRIBUTES -->
|
1262
|
+
<!-- initials The initial(s) for the given names of the
|
1263
|
+
person. Particularly useful in those cases
|
1264
|
+
that cannot be algorithmically determined. -->
|
1265
|
+
<!ENTITY % surname-atts
|
1266
|
+
"initials CDATA #IMPLIED" >
|
1267
|
+
|
1268
|
+
|
1269
|
+
<!-- VOLUME IDENTIFIER ATTRIBUTES -->
|
1270
|
+
<!-- Attributes for the <issue-id> element
|
1271
|
+
pub-id-type
|
1272
|
+
Publication (article) Identifier Type
|
1273
|
+
Names the type of identifier, or the
|
1274
|
+
organization or system that defined this
|
1275
|
+
identifier for the identifier of the journal
|
1276
|
+
article or a cited publication. This is an
|
1277
|
+
optional CDATA attribute that should be used
|
1278
|
+
whenever the type is known.
|
1279
|
+
Used on the <article-id> element, which
|
1280
|
+
holds an identifier for the entire article.
|
1281
|
+
Also used on the <pubid> element, which
|
1282
|
+
is an identifier for a publication cited in
|
1283
|
+
a bibliographic reference (citation).
|
1284
|
+
Suggested values include:
|
1285
|
+
coden - Obsolete PDB/CCDC identifier (may
|
1286
|
+
be present on older articles)
|
1287
|
+
doaj - Directory of Open Access Journals
|
1288
|
+
doi - Digital Object Identifier
|
1289
|
+
manuscript
|
1290
|
+
- A manuscript
|
1291
|
+
medline- NLM Medline identifier
|
1292
|
+
other - None of the named identifiers
|
1293
|
+
pii - Publisher Item Identifier, see
|
1294
|
+
http://pubs.acs.org/epub/piius.htm
|
1295
|
+
or
|
1296
|
+
http://www.aip.org/epub/piipr.html
|
1297
|
+
pmid - PubMed Central identifier (see
|
1298
|
+
www.ncbi.nlm.nih.gov/entrez/
|
1299
|
+
query.fcgi?db=PubMed)
|
1300
|
+
publisher-id
|
1301
|
+
- Publisher's identifier such
|
1302
|
+
as an 'article-id', 'artnum',
|
1303
|
+
'identifier', 'article- number',
|
1304
|
+
'pub-id', etc.
|
1305
|
+
sici - Serial Item and Contribution
|
1306
|
+
Identifier (SICI). A journal
|
1307
|
+
article may have more than one
|
1308
|
+
SICI, one for a print version and
|
1309
|
+
one for an electronic version. -->
|
1310
|
+
<!ENTITY % volume-id-atts
|
1311
|
+
"pub-id-type
|
1312
|
+
CDATA #IMPLIED" >
|
1313
|
+
|
1314
|
+
|
1315
|
+
<!-- ============================================================= -->
|
1316
|
+
<!-- ELEMENT USED BY MORE THAN ONE CLASS -->
|
1317
|
+
<!-- ============================================================= -->
|
1318
|
+
|
1319
|
+
|
1320
|
+
<!-- ============================================================= -->
|
1321
|
+
<!-- COMMON COPYRIGHT/PERMISSION ELEMENTS -->
|
1322
|
+
<!-- ============================================================= -->
|
1323
|
+
|
1324
|
+
|
1325
|
+
<!-- COPYRIGHT HOLDER MODEL -->
|
1326
|
+
<!-- Content model for <copyright-holder>. The
|
1327
|
+
subscript and superscript elements were
|
1328
|
+
included because the dot com revolution has
|
1329
|
+
produced some unusual business names. -->
|
1330
|
+
<!ENTITY % copyright-holder-elements
|
1331
|
+
"| %subsup.class;" >
|
1332
|
+
|
1333
|
+
|
1334
|
+
<!-- COPYRIGHT HOLDER -->
|
1335
|
+
<!-- Name of the organizational or personal
|
1336
|
+
entity that holds the copyright.
|
1337
|
+
Remarks: There are three copyright elements,
|
1338
|
+
1) The copyright statement, which is the
|
1339
|
+
textual statement of the copyright, worded
|
1340
|
+
in any way necessary, 2) the copyright
|
1341
|
+
year, pulled out of the statement for
|
1342
|
+
use in metadata searching and aggregation,
|
1343
|
+
and 3) the copyright holder, pulled out of
|
1344
|
+
the statement for the same reasons. -->
|
1345
|
+
<!ELEMENT copyright-holder
|
1346
|
+
(#PCDATA %copyright-holder-elements;)* >
|
1347
|
+
|
1348
|
+
|
1349
|
+
<!-- COPYRIGHT STATEMENT MODEL -->
|
1350
|
+
<!-- Content model for <copyright-statement> -->
|
1351
|
+
<!ENTITY % copyright-statement-elements
|
1352
|
+
"| %address-link.class;| %emphasis.class; |
|
1353
|
+
%subsup.class;" >
|
1354
|
+
|
1355
|
+
|
1356
|
+
<!-- COPYRIGHT STATEMENT -->
|
1357
|
+
<!-- Copyright notice or statement, suitable for
|
1358
|
+
printing or display. Within the statement the
|
1359
|
+
copyright year should be identified, if
|
1360
|
+
expected to be displayed. -->
|
1361
|
+
<!ELEMENT copyright-statement
|
1362
|
+
(#PCDATA %copyright-statement-elements;)* >
|
1363
|
+
|
1364
|
+
|
1365
|
+
<!-- COPYRIGHT YEAR -->
|
1366
|
+
<!-- Year of the copyright. Need not be used, if,
|
1367
|
+
for example, having the year as part of the
|
1368
|
+
copyright statement is sufficient.
|
1369
|
+
Note: since Copyright Statement is intended
|
1370
|
+
for display, Copyright Year is not expected
|
1371
|
+
to be displayed (but will be available for
|
1372
|
+
searching). -->
|
1373
|
+
<!ELEMENT copyright-year
|
1374
|
+
(#PCDATA) >
|
1375
|
+
|
1376
|
+
|
1377
|
+
<!-- LICENSE MODEL -->
|
1378
|
+
<!-- Content model for an <license> element -->
|
1379
|
+
<!ENTITY % license-model
|
1380
|
+
"((%just-para.class;)+)" >
|
1381
|
+
|
1382
|
+
|
1383
|
+
<!-- LICENSE INFORMATION -->
|
1384
|
+
<!-- The set of conditions under which people are
|
1385
|
+
allowed to use this article or other
|
1386
|
+
license-related information or restrictions.
|
1387
|
+
For now, this is a place-holder element
|
1388
|
+
that may change after the AIT Workgroup has
|
1389
|
+
done additional analysis -->
|
1390
|
+
<!ELEMENT license %license-model; >
|
1391
|
+
<!ATTLIST license
|
1392
|
+
%license-atts; >
|
1393
|
+
|
1394
|
+
|
1395
|
+
<!-- PERMISSIONS MODEL -->
|
1396
|
+
<!-- Model for <permissions> wrapper element -->
|
1397
|
+
<!ENTITY % permissions-model
|
1398
|
+
"(copyright-statement?, copyright-year?,
|
1399
|
+
copyright-holder?, license?)" >
|
1400
|
+
|
1401
|
+
|
1402
|
+
<!-- PERMISSIONS -->
|
1403
|
+
<!-- Wrapper element to hold the copyright
|
1404
|
+
information, license material, and any
|
1405
|
+
future similar metadata. -->
|
1406
|
+
<!ELEMENT permissions
|
1407
|
+
%permissions-model; >
|
1408
|
+
|
1409
|
+
|
1410
|
+
<!-- ============================================================= -->
|
1411
|
+
<!-- COMMON METADATA/BIBLIOGRAPHIC ELEMENTS -->
|
1412
|
+
<!-- ============================================================= -->
|
1413
|
+
|
1414
|
+
|
1415
|
+
<!-- ARTICLE TITLE -->
|
1416
|
+
<!-- The title of the article in the language
|
1417
|
+
in which the article was originally
|
1418
|
+
published
|
1419
|
+
Remarks: The related element Translated Title
|
1420
|
+
<trans-title> should be used for a
|
1421
|
+
translation of the article into another
|
1422
|
+
language, for example, to hold the English
|
1423
|
+
version of a Japanese article title. -->
|
1424
|
+
<!ELEMENT article-title
|
1425
|
+
(#PCDATA %title-elements;)* >
|
1426
|
+
<!-- xml:lang The language in which the value of the
|
1427
|
+
element is expressed. Recommended best
|
1428
|
+
practice is to use values as defined in
|
1429
|
+
RFC 1766, typically 2-letter language
|
1430
|
+
codes such as "FR" (French), "EN" (English),
|
1431
|
+
and "DE" (German). These values are NOT
|
1432
|
+
case sensitive, so "EN" = "en". The values
|
1433
|
+
may include hyphenated differentiations such
|
1434
|
+
as "EN-AU" (Australian English) and "EN-US"
|
1435
|
+
(United States English). -->
|
1436
|
+
<!ATTLIST article-title
|
1437
|
+
xml:lang NMTOKEN #IMPLIED >
|
1438
|
+
|
1439
|
+
|
1440
|
+
<!-- AFFILIATION ELEMENTS -->
|
1441
|
+
<!-- Elements for use in the <aff> element -->
|
1442
|
+
<!ENTITY % aff-elements "| %address.class; | %address-link.class; |
|
1443
|
+
%article-link.class; | %break.class; |
|
1444
|
+
%emphasis.class; | %label.class; |
|
1445
|
+
%simple-link.class; | %subsup.class;" >
|
1446
|
+
|
1447
|
+
|
1448
|
+
<!-- AFFILIATION -->
|
1449
|
+
<!-- Name of a institution or organization such as
|
1450
|
+
a university or corporation.
|
1451
|
+
Authoring and Conversion Note: In a typical
|
1452
|
+
case, the "id" attribute will be pointed to
|
1453
|
+
by one or more contributors.
|
1454
|
+
Conversion Note: Any explicitly tagged numbers
|
1455
|
+
or symbols for author linkages should be
|
1456
|
+
discarded, as the linkage will be recreated
|
1457
|
+
from the "id" connection.
|
1458
|
+
Authoring Note: While this element
|
1459
|
+
contains an optional Label element, the
|
1460
|
+
Label element should be included only in
|
1461
|
+
those circumstances where a formatting
|
1462
|
+
override is needed; Label should NOT
|
1463
|
+
be used in the ordinary course of
|
1464
|
+
tagging. -->
|
1465
|
+
<!ELEMENT aff (#PCDATA %aff-elements;)* >
|
1466
|
+
<!-- id Unique identifier so that the affiliated
|
1467
|
+
institution may be referenced, for example
|
1468
|
+
by a contributor
|
1469
|
+
rid May be used to point to affiliation-related
|
1470
|
+
information within the document
|
1471
|
+
-->
|
1472
|
+
<!ATTLIST aff
|
1473
|
+
%aff-atts; >
|
1474
|
+
|
1475
|
+
|
1476
|
+
<!-- COLLABORATIVE (GROUP) AUTHOR ELEMENTS -->
|
1477
|
+
<!-- Elements for use in the <collab> element
|
1478
|
+
DESIGN NOTE: All inline mixes begin with an
|
1479
|
+
OR bar, but since %simple-text; is an inline
|
1480
|
+
mix, the OR bar is already there.
|
1481
|
+
DESIGN NOTE: All inline mixes begin with an
|
1482
|
+
OR bar, but since %simple-text; is an inline
|
1483
|
+
mix, the OR bar is already there. -->
|
1484
|
+
<!ENTITY % collab-elements
|
1485
|
+
"%simple-text; | %address-link.class; |
|
1486
|
+
%simple-link.class;" >
|
1487
|
+
|
1488
|
+
|
1489
|
+
<!-- COLLABORATIVE (GROUP) AUTHOR -->
|
1490
|
+
<!-- Used for groups of authors credited under
|
1491
|
+
one name, either as a collaboration in the
|
1492
|
+
strictest sense, or when an organization,
|
1493
|
+
institution, or corporation is the group.
|
1494
|
+
Remarks: When an author is an organization
|
1495
|
+
rather than a person, use the <collab>
|
1496
|
+
element rather than <surname>, for
|
1497
|
+
example:
|
1498
|
+
<collab>Aardvark Institute</collab>
|
1499
|
+
-->
|
1500
|
+
<!ELEMENT collab (#PCDATA %collab-elements;)* >
|
1501
|
+
<!-- collab-type
|
1502
|
+
The type or role of the collaborators,
|
1503
|
+
what function did they play in the
|
1504
|
+
publication.
|
1505
|
+
Suggested values include:
|
1506
|
+
assignee
|
1507
|
+
- Group or company to whom a patent
|
1508
|
+
is awarded
|
1509
|
+
authors - Content creators
|
1510
|
+
editors - Content editors
|
1511
|
+
compilers
|
1512
|
+
- Put together a composite work
|
1513
|
+
from multiple sources
|
1514
|
+
guest-editors
|
1515
|
+
- A group of editors that have been
|
1516
|
+
invited to edit all or part of a
|
1517
|
+
work
|
1518
|
+
inventors
|
1519
|
+
- Idea, software, or machine
|
1520
|
+
creators
|
1521
|
+
translators
|
1522
|
+
- Translated the cited work from
|
1523
|
+
one language into another
|
1524
|
+
one language into another
|
1525
|
+
id unique identifier so that the collaboration
|
1526
|
+
can be referenced
|
1527
|
+
xlink:href Provides an address or identifier of the
|
1528
|
+
object to which the link points, for
|
1529
|
+
example a URI or a filename. -->
|
1530
|
+
<!ATTLIST collab
|
1531
|
+
%collab-atts; >
|
1532
|
+
|
1533
|
+
|
1534
|
+
<!-- CONFERENCE DATE ELEMENTS -->
|
1535
|
+
<!-- Elements for use in the <conf-date> element-->
|
1536
|
+
<!ENTITY % conf-date-elements
|
1537
|
+
" " >
|
1538
|
+
|
1539
|
+
|
1540
|
+
<!-- CONFERENCE DATE -->
|
1541
|
+
<!-- The date(s) on which the conference was held.
|
1542
|
+
Conference dates in journal headers are
|
1543
|
+
traditionally stored in one of two forms:
|
1544
|
+
as a single date ("May 1906") or as the
|
1545
|
+
first day and last day of the conference.
|
1546
|
+
Both types should be stored in this element;
|
1547
|
+
the dates that come from separate first and
|
1548
|
+
last elements should be combined:
|
1549
|
+
<conf-start>August 4, 2002</conf-start>
|
1550
|
+
<conf-end>August 9, 2002<conf-end>
|
1551
|
+
should become:
|
1552
|
+
<conf-date>August 4, 2002 - August 9,
|
1553
|
+
2002</conf-date>
|
1554
|
+
-->
|
1555
|
+
<!ELEMENT conf-date (#PCDATA %conf-date-elements;)* >
|
1556
|
+
|
1557
|
+
|
1558
|
+
<!-- CONFERENCE LOCATION ELEMENTS -->
|
1559
|
+
<!-- Elements for use in the <conf-loc> element
|
1560
|
+
DESIGN NOTE: All inline mixes begin with an
|
1561
|
+
OR bar, but since %simple-text; is an inline
|
1562
|
+
mix, the OR bar is already there. -->
|
1563
|
+
<!ENTITY % conf-loc-elements
|
1564
|
+
"%simple-text;" >
|
1565
|
+
|
1566
|
+
|
1567
|
+
<!-- CONFERENCE LOCATION -->
|
1568
|
+
<!-- The physical location(s) of the conference.
|
1569
|
+
This may include a city, a country, or a
|
1570
|
+
campus or organization location if that is
|
1571
|
+
the only location available.
|
1572
|
+
Authoring and Conversion Note: If the
|
1573
|
+
conference is in the United States, the
|
1574
|
+
state should also be provided. A specific
|
1575
|
+
venue or address (e.g. conference hotel)
|
1576
|
+
should not be provided unless there is no
|
1577
|
+
other location information. -->
|
1578
|
+
<!ELEMENT conf-loc (#PCDATA %conf-loc-elements;)* >
|
1579
|
+
|
1580
|
+
|
1581
|
+
<!-- CONFERENCE NAME ELEMENTS -->
|
1582
|
+
<!-- Elements for use in the <conf-name> element.
|
1583
|
+
DESIGN NOTE: All inline mixes begin with an
|
1584
|
+
OR bar, but since %simple-text; is an inline
|
1585
|
+
mix, the OR bar is already there. -->
|
1586
|
+
<!ENTITY % conf-name-elements
|
1587
|
+
"%simple-text;" >
|
1588
|
+
|
1589
|
+
|
1590
|
+
<!-- CONFERENCE NAME -->
|
1591
|
+
<!-- The full name of the conference, including any
|
1592
|
+
qualifiers such as "43rd Annual". When the
|
1593
|
+
name includes the year of the conference,
|
1594
|
+
(e.g. "Extreme 2002"), the year should appear
|
1595
|
+
in both the conference Name and the Conference
|
1596
|
+
Date elements. -->
|
1597
|
+
<!ELEMENT conf-name (#PCDATA %conf-name-elements;)* >
|
1598
|
+
|
1599
|
+
|
1600
|
+
<!-- OBJECT IDENTIFIER -->
|
1601
|
+
<!-- Used to record an identifier such as a DOI
|
1602
|
+
for an interior element such as an <abstract>
|
1603
|
+
or <figure>.
|
1604
|
+
Remarks: Such an identifier may be created
|
1605
|
+
by a publisher or archive, and there is no
|
1606
|
+
requirement that identifiers be unique. -->
|
1607
|
+
<!ELEMENT object-id (#PCDATA) >
|
1608
|
+
<!-- pub-id-type
|
1609
|
+
Indicates what type of identifier this is or
|
1610
|
+
who assigned the identifier, for example,
|
1611
|
+
"pub-id" for a publisher's non-DOI
|
1612
|
+
identifier or "DOI" for a Digital Object
|
1613
|
+
Identifier.
|
1614
|
+
In Archival this is a CDATA attribute but
|
1615
|
+
suggested values include:
|
1616
|
+
archive Identifier assigned by an archive
|
1617
|
+
or other repository
|
1618
|
+
aggregator
|
1619
|
+
Assigned by a data aggregator
|
1620
|
+
doaj Directory of Open Access Journals
|
1621
|
+
doi Digital Object Identifier
|
1622
|
+
index Assigned by an abstracting or
|
1623
|
+
indexing service
|
1624
|
+
pmc Assigned by PubMed Central
|
1625
|
+
publisher-id
|
1626
|
+
Non-DOI Identifier assigned by
|
1627
|
+
the content publisher -->
|
1628
|
+
<!ATTLIST object-id
|
1629
|
+
%object-id-atts; >
|
1630
|
+
|
1631
|
+
|
1632
|
+
<!-- ISSUE TITLE ELEMENTS -->
|
1633
|
+
<!-- Elements for use with data characters inside
|
1634
|
+
the model for the <issue> element -->
|
1635
|
+
<!ENTITY % issn-elements
|
1636
|
+
" " >
|
1637
|
+
|
1638
|
+
|
1639
|
+
<!-- ISSN -->
|
1640
|
+
<!-- International Standard Serial Number -->
|
1641
|
+
<!ELEMENT issn (#PCDATA %issn-elements;) >
|
1642
|
+
<!-- Used to record the type of publication, for
|
1643
|
+
which this ISSN was issued, for example,
|
1644
|
+
a print-only publication versus
|
1645
|
+
an electronic-only publication, in any of
|
1646
|
+
several life stages.
|
1647
|
+
Suggested values include:
|
1648
|
+
epub - Electronic publication
|
1649
|
+
ppub - Print publication
|
1650
|
+
epub-ppub - Published in both print and
|
1651
|
+
electronic form
|
1652
|
+
epreprint - Electronic preprint
|
1653
|
+
dissemination
|
1654
|
+
ppreprint - Print preprint dissemination
|
1655
|
+
ecorrected - Corrected in electronic
|
1656
|
+
pcorrected - Corrected in print
|
1657
|
+
eretracted - Retracted in electronic
|
1658
|
+
pretracted - Retracted in print
|
1659
|
+
-->
|
1660
|
+
<!ATTLIST issn
|
1661
|
+
%issn-atts; >
|
1662
|
+
|
1663
|
+
|
1664
|
+
<!-- ISSUE TITLE ELEMENTS -->
|
1665
|
+
<!-- Elements for use with data characters inside
|
1666
|
+
the model for the <issue> element -->
|
1667
|
+
<!ENTITY % issue-elements
|
1668
|
+
"%just-rendition;" >
|
1669
|
+
|
1670
|
+
|
1671
|
+
<!-- ISSUE NUMBER -->
|
1672
|
+
<!-- NEW DEFINITION FOR RELEASE 2.0:
|
1673
|
+
The issue number, issue name, or other
|
1674
|
+
identifier of an issue of a journal that
|
1675
|
+
is displayed or printed with the issue.
|
1676
|
+
This is not the machine-readable internal
|
1677
|
+
identifier such as a DOI or SICI, that is
|
1678
|
+
the related element <issue-id> -->
|
1679
|
+
<!ELEMENT issue (#PCDATA %issue-elements;)* >
|
1680
|
+
|
1681
|
+
|
1682
|
+
<!-- ISSUE IDENTIFIER -->
|
1683
|
+
<!-- Used to record an identifier such as a DOI
|
1684
|
+
that describes an entire issue of a
|
1685
|
+
journal -->
|
1686
|
+
<!ELEMENT issue-id (#PCDATA) >
|
1687
|
+
<!-- pub-id-type
|
1688
|
+
Indicates what type of identifier this is or
|
1689
|
+
who assigned the identifier, for example,
|
1690
|
+
"pub-id" for a publisher's non-DOI
|
1691
|
+
identifier or "DOI" for a Digital Object
|
1692
|
+
Identifier.
|
1693
|
+
In Archival this is a CDATA attribute but
|
1694
|
+
suggested values include:
|
1695
|
+
archive Identifier assigned by an archive
|
1696
|
+
or other repository
|
1697
|
+
aggregator
|
1698
|
+
Assigned by a data aggregator
|
1699
|
+
doaj Directory of Open Access Journals
|
1700
|
+
doi Digital Object Identifier
|
1701
|
+
index Assigned by an abstracting or
|
1702
|
+
indexing service
|
1703
|
+
pmc Assigned by PubMed Central
|
1704
|
+
publisher-id
|
1705
|
+
Non-DOI Identifier assigned by
|
1706
|
+
the content publisher -->
|
1707
|
+
<!ATTLIST issue-id
|
1708
|
+
%issue-id-atts; >
|
1709
|
+
|
1710
|
+
|
1711
|
+
<!-- ISSUE TITLE ELEMENTS -->
|
1712
|
+
<!-- Elements for use in the <issue-title> element
|
1713
|
+
-->
|
1714
|
+
<!ENTITY % issue-title-elements
|
1715
|
+
"" >
|
1716
|
+
|
1717
|
+
|
1718
|
+
<!-- ISSUE TITLE -->
|
1719
|
+
<!-- Used to record the theme or special issue
|
1720
|
+
title for an issue of the journal -->
|
1721
|
+
<!ELEMENT issue-title (#PCDATA %issue-title-elements;)* >
|
1722
|
+
|
1723
|
+
|
1724
|
+
<!-- ROLE ELEMENTS -->
|
1725
|
+
<!-- The elements that can be included along with
|
1726
|
+
data characters inside the content model of
|
1727
|
+
a <role>
|
1728
|
+
DESIGN NOTE: All inline mixes begin with an
|
1729
|
+
OR bar; since %rendition-plus; is an
|
1730
|
+
inline mix, the OR bar is already there. -->
|
1731
|
+
<!ENTITY % role-elements
|
1732
|
+
"%rendition-plus;" >
|
1733
|
+
|
1734
|
+
|
1735
|
+
<!-- ROLE OR FUNCTION TITLE OF CONTRIBUTOR -->
|
1736
|
+
<!-- A title or the role of a contributor
|
1737
|
+
(such as an author) in this work. For example,
|
1738
|
+
Editor-in-Chief, Contributor, Chief
|
1739
|
+
Scientist, Photographer, Research Associate,
|
1740
|
+
etc.
|
1741
|
+
Remarks: Information on the role or type of
|
1742
|
+
contribution is collected in two places,
|
1743
|
+
in the "contrib-type" attribute on the
|
1744
|
+
Contributor element and in the Role element.
|
1745
|
+
For example, the Contributor attribute might
|
1746
|
+
have a value of "editor", while the content
|
1747
|
+
of the role element could be "Associate
|
1748
|
+
Editor". As another example, the contributor
|
1749
|
+
attribute might be "author" and the role
|
1750
|
+
element might be "Principle Author".
|
1751
|
+
The <role> element is also more likely to
|
1752
|
+
appear on screen or in print than the
|
1753
|
+
contributor attribute value. -->
|
1754
|
+
<!ELEMENT role (#PCDATA %role-elements;)* >
|
1755
|
+
|
1756
|
+
|
1757
|
+
<!-- VOLUME NUMBER ELEMENTS -->
|
1758
|
+
<!-- The elements that can be included along with
|
1759
|
+
data characters inside the content model of
|
1760
|
+
a <volume> -->
|
1761
|
+
<!ENTITY % volume-elements
|
1762
|
+
"%just-rendition; " >
|
1763
|
+
|
1764
|
+
|
1765
|
+
<!-- VOLUME NUMBER -->
|
1766
|
+
<!-- NEW DEFINITION FOR RELEASE 2.0:
|
1767
|
+
The volume number, volume name, or other
|
1768
|
+
identifier of an volume of a journal that
|
1769
|
+
is displayed or printed with the volume.
|
1770
|
+
This is not the machine-readable internal
|
1771
|
+
identifier such as a DOI or SICI, that is
|
1772
|
+
the related element <volume-id> -->
|
1773
|
+
<!ELEMENT volume (#PCDATA %volume-elements;)* >
|
1774
|
+
|
1775
|
+
|
1776
|
+
<!-- TRANSLATED SUBTITLE -->
|
1777
|
+
<!-- An alternate version of an article subtitle
|
1778
|
+
that has been translated out of the original
|
1779
|
+
language of the article subtitle <subtitle>
|
1780
|
+
Remarks: The related element <subtitle>
|
1781
|
+
should be used for the subtitle of the
|
1782
|
+
article in the original language in
|
1783
|
+
which it was published. This translated
|
1784
|
+
subtitle is used for a translation of the
|
1785
|
+
original subtitle, for example an English
|
1786
|
+
version of a Japanese subtitle -->
|
1787
|
+
<!ELEMENT trans-subtitle
|
1788
|
+
(#PCDATA %title-elements;)* >
|
1789
|
+
<!-- xml:lang The language in which the value of the
|
1790
|
+
element is expressed. Recommended best
|
1791
|
+
practice is to use values as defined in
|
1792
|
+
RFC 1766, typically 2-letter language
|
1793
|
+
codes such as "FR" (French), "EN" (English),
|
1794
|
+
and "DE" (German). These values are NOT
|
1795
|
+
case sensitive, so "EN" = "en". The values
|
1796
|
+
may include hyphenated differentiations such
|
1797
|
+
as "EN-AU" (Australian English) and "EN-US"
|
1798
|
+
(United States English).
|
1799
|
+
Authoring and Conversion Note: For the
|
1800
|
+
Translated Title element, the xml:lang
|
1801
|
+
attribute should always be set if the
|
1802
|
+
value is known. The only reason the
|
1803
|
+
attribute was not made #REQUIRED was that
|
1804
|
+
there may be cases where the language is
|
1805
|
+
not known. -->
|
1806
|
+
<!ATTLIST trans-subtitle
|
1807
|
+
xml:lang NMTOKEN #IMPLIED >
|
1808
|
+
|
1809
|
+
|
1810
|
+
<!-- TRANSLATED TITLE -->
|
1811
|
+
<!-- An alternate version of the title that has
|
1812
|
+
been translated into a language other than
|
1813
|
+
that of the original article title
|
1814
|
+
<article-title>
|
1815
|
+
Remarks: The related element Article Title
|
1816
|
+
<article-title> should be used for the title
|
1817
|
+
of the article in the original language in
|
1818
|
+
which it was published. This element is used
|
1819
|
+
for a translation of that title, for example
|
1820
|
+
the English version of a Japanese article. -->
|
1821
|
+
<!ELEMENT trans-title (#PCDATA %title-elements;)* >
|
1822
|
+
<!-- xml:lang The language in which the value of the
|
1823
|
+
element is expressed. Recommended best
|
1824
|
+
practice is to use values as defined in
|
1825
|
+
RFC 1766, typically 2-letter language
|
1826
|
+
codes such as "FR" (French), "EN" (English),
|
1827
|
+
and "DE" (German). These values are NOT
|
1828
|
+
case sensitive, so "EN" = "en". The values
|
1829
|
+
may include hyphenated differentiations such
|
1830
|
+
as "EN-AU" (Australian English) and "EN-US"
|
1831
|
+
(United States English).
|
1832
|
+
Authoring and Conversion Note: For the
|
1833
|
+
Translated Title element, the xml:lang
|
1834
|
+
attribute should always be set if the
|
1835
|
+
value is known. The only reason the
|
1836
|
+
attribute was not made #REQUIRED was that
|
1837
|
+
there may be cases where the language is
|
1838
|
+
not known. -->
|
1839
|
+
<!ATTLIST trans-title
|
1840
|
+
xml:lang NMTOKEN #IMPLIED >
|
1841
|
+
|
1842
|
+
|
1843
|
+
<!-- VOLUME IDENTIFIER ELEMENTS -->
|
1844
|
+
<!-- The elements that can be included along with
|
1845
|
+
data characters inside the content model of
|
1846
|
+
a <volume-id> -->
|
1847
|
+
<!ENTITY % volume-id-elements
|
1848
|
+
"%just-rendition; " >
|
1849
|
+
|
1850
|
+
|
1851
|
+
<!-- VOLUME IDENTIFIER -->
|
1852
|
+
<!-- Used to record an identifier such as a DOI
|
1853
|
+
that describes an entire volume of a
|
1854
|
+
journal.
|
1855
|
+
REMARKS: The related elements <volume>
|
1856
|
+
holds the volume number as published
|
1857
|
+
with the journal. -->
|
1858
|
+
<!ELEMENT volume-id (#PCDATA %volume-id-elements;)* >
|
1859
|
+
<!-- pub-id-type
|
1860
|
+
Indicates what type of identifier this is or
|
1861
|
+
who assigned the identifier, for example,
|
1862
|
+
"pub-id" for a publisher's non-DOI
|
1863
|
+
identifier or "DOI" for a Digital Object
|
1864
|
+
Identifier.
|
1865
|
+
In Archival this is a CDATA attribute but
|
1866
|
+
suggested values include:
|
1867
|
+
archive Identifier assigned by an archive
|
1868
|
+
or other repository
|
1869
|
+
aggregator
|
1870
|
+
Assigned by a data aggregator
|
1871
|
+
doaj Directory of Open Access Journals
|
1872
|
+
doi Digital Object Identifier
|
1873
|
+
index Assigned by an abstracting or
|
1874
|
+
indexing service
|
1875
|
+
pmc Assigned by PubMed Central
|
1876
|
+
publisher-id
|
1877
|
+
Non-DOI Identifier assigned by
|
1878
|
+
the content publisher -->
|
1879
|
+
<!ATTLIST volume-id
|
1880
|
+
%volume-id-atts; >
|
1881
|
+
|
1882
|
+
|
1883
|
+
<!-- ============================================================= -->
|
1884
|
+
<!-- COMMON METADATA ELEMENTS CONTINUED -->
|
1885
|
+
<!-- PUBLISHER IDENTIFICATION ELEMENTS -->
|
1886
|
+
<!-- (COMMON ARTICLE METADATA/BIBLIOGRAPHIC) -->
|
1887
|
+
<!-- Used in article metadata and also inside -->
|
1888
|
+
<!-- a bibliographic reference (citation) -->
|
1889
|
+
<!-- ============================================================= -->
|
1890
|
+
|
1891
|
+
|
1892
|
+
<!-- ET AL ELEMENTS -->
|
1893
|
+
<!-- The elements that can be included along with
|
1894
|
+
data characters inside the content model of
|
1895
|
+
an <etal> -->
|
1896
|
+
<!ENTITY % etal-elements
|
1897
|
+
"%just-rendition; " >
|
1898
|
+
|
1899
|
+
|
1900
|
+
<!-- ET AL CONTENT MODEL -->
|
1901
|
+
<!-- The content model for the <etal> element -->
|
1902
|
+
<!ENTITY % etal-model "(#PCDATA %etal-elements;)*" >
|
1903
|
+
|
1904
|
+
|
1905
|
+
<!-- ET AL -->
|
1906
|
+
<!-- Most journals model this as an EMPTY element,
|
1907
|
+
typically used to generate the text "et al."
|
1908
|
+
from a stylesheet. However, a few journal
|
1909
|
+
DTDs (Blackwell's, for example) expect
|
1910
|
+
content for this element, with such text as
|
1911
|
+
"Associates, coworkers, and colleagues".
|
1912
|
+
Note: Therefore (as of Version 2.0, this is
|
1913
|
+
an EMPTY element in the more prescriptive DTD
|
1914
|
+
Publishing, a #PCDATA element in Archiving,
|
1915
|
+
and not used at all in the Authoring DTD. -->
|
1916
|
+
<!ELEMENT etal %etal-model; >
|
1917
|
+
|
1918
|
+
|
1919
|
+
<!-- PUBLISHER -->
|
1920
|
+
<!-- Who published the work -->
|
1921
|
+
<!ELEMENT publisher (publisher-name, publisher-loc?) >
|
1922
|
+
|
1923
|
+
|
1924
|
+
<!-- PUBLISHER'S NAME ELEMENTS -->
|
1925
|
+
<!-- The elements that can be included along with
|
1926
|
+
data characters inside the content model of
|
1927
|
+
a <publisher-name>
|
1928
|
+
DESIGN NOTE: All inline mixes begin with an
|
1929
|
+
OR bar; since %just-rendition; is an
|
1930
|
+
inline mix, the OR bar is already there -->
|
1931
|
+
<!ENTITY % publisher-name-elements
|
1932
|
+
"%just-rendition; " >
|
1933
|
+
|
1934
|
+
|
1935
|
+
<!-- PUBLISHER'S NAME -->
|
1936
|
+
<!-- Name of the publisher of the work -->
|
1937
|
+
<!ELEMENT publisher-name
|
1938
|
+
(#PCDATA %publisher-name-elements;)* >
|
1939
|
+
|
1940
|
+
|
1941
|
+
<!-- PUBLISHER'S LOCATION ELEMENTS -->
|
1942
|
+
<!-- Elements for use in the Publisher Location
|
1943
|
+
<publisher-loc> element -->
|
1944
|
+
<!ENTITY % publisher-loc-elements
|
1945
|
+
"| %address.class; | %address-link.class; |
|
1946
|
+
%emphasis.class; | %subsup.class;" >
|
1947
|
+
|
1948
|
+
|
1949
|
+
<!-- PUBLISHER'S LOCATION -->
|
1950
|
+
<!-- Place of publication, usually a city such
|
1951
|
+
as New York or London -->
|
1952
|
+
<!ELEMENT publisher-loc
|
1953
|
+
(#PCDATA %publisher-loc-elements;)* >
|
1954
|
+
|
1955
|
+
|
1956
|
+
<!-- ============================================================= -->
|
1957
|
+
<!-- COMMON METADATA ELEMENTS CONTINUED -->
|
1958
|
+
<!-- PAGE NUMBERING ELEMENTS -->
|
1959
|
+
<!-- ============================================================= -->
|
1960
|
+
|
1961
|
+
|
1962
|
+
<!-- FIRST PAGE ATTRIBUTES -->
|
1963
|
+
<!-- seq Used for sequence number or letter for
|
1964
|
+
journals (such as continuous makeup journals)
|
1965
|
+
with more than one article starting on the
|
1966
|
+
same page -->
|
1967
|
+
<!ENTITY % fpage-atts
|
1968
|
+
"seq CDATA #IMPLIED" >
|
1969
|
+
|
1970
|
+
<!-- FIRST PAGE -->
|
1971
|
+
<!-- The page number on which the article starts,
|
1972
|
+
for print journals that have page numbers -->
|
1973
|
+
<!ELEMENT fpage (#PCDATA) >
|
1974
|
+
<!-- seq Used for sequence number or letter for
|
1975
|
+
journals (such as continuous makeup journals)
|
1976
|
+
with more than one article starting on the
|
1977
|
+
same page -->
|
1978
|
+
<!ATTLIST fpage
|
1979
|
+
%fpage-atts; >
|
1980
|
+
|
1981
|
+
|
1982
|
+
<!-- LAST PAGE -->
|
1983
|
+
<!-- The page number on which the article ends,
|
1984
|
+
for print journals that have page numbers -->
|
1985
|
+
<!ELEMENT lpage (#PCDATA) >
|
1986
|
+
|
1987
|
+
|
1988
|
+
<!-- PAGE RANGES -->
|
1989
|
+
<!-- A container element for additional page
|
1990
|
+
information (TO BE USED TO SUPPLEMENT AND
|
1991
|
+
NOT TO REPLACE <fpage> and <lpage>) to record
|
1992
|
+
discontinuous pages ranges such as
|
1993
|
+
"8-11, 14-19, 40"
|
1994
|
+
meaning that the article begins on page
|
1995
|
+
8, runs 8 through 11, skips to pages 14
|
1996
|
+
through 19, and concludes on page 40. -->
|
1997
|
+
<!ELEMENT page-range (#PCDATA) >
|
1998
|
+
|
1999
|
+
|
2000
|
+
<!-- ELECTRONIC LOCATION IDENTIFIER ATTRIBUTES -->
|
2001
|
+
<!-- seq Used for sequence number or letter for
|
2002
|
+
journals (such as continuous makeup journals)
|
2003
|
+
so that the publisher's sequence of articles
|
2004
|
+
can be preserved, even for electronic
|
2005
|
+
publications. -->
|
2006
|
+
<!ENTITY % elocation-id-atts
|
2007
|
+
"seq CDATA #IMPLIED" >
|
2008
|
+
|
2009
|
+
|
2010
|
+
<!-- ELECTRONIC LOCATION IDENTIFIER -->
|
2011
|
+
<!-- Used to identify an article that
|
2012
|
+
does not have traditional page numbers.
|
2013
|
+
For a printed article, when citations are
|
2014
|
+
sent through the Medline matcher to be turned
|
2015
|
+
into live links or when the metadata about an
|
2016
|
+
article is collected for complete
|
2017
|
+
identification, the first page number (and
|
2018
|
+
sometimes also the last page number) of the
|
2019
|
+
article is recorded to help indicate which
|
2020
|
+
article is being referenced. Electronic only
|
2021
|
+
journals have no page numbers, so this
|
2022
|
+
element is used as the equivalent identifier,
|
2023
|
+
the "electronic page number" that helps to
|
2024
|
+
identify the article. The value could be an
|
2025
|
+
article identifier, a doi, etc., for
|
2026
|
+
example, "E70".
|
2027
|
+
Remarks: This element is more accurately an
|
2028
|
+
electronic identifier, and it was considered
|
2029
|
+
renaming this element to that. The purpose
|
2030
|
+
of the name is to be a parallel with the
|
2031
|
+
<fpage>...<lpage> model. When neither first
|
2032
|
+
page or last page is appropriate, because
|
2033
|
+
the electronic journal has no pages, the
|
2034
|
+
<elocation-id> element is used instead. -->
|
2035
|
+
<!ELEMENT elocation-id (#PCDATA) >
|
2036
|
+
<!-- seq Used for sequence number or letter for
|
2037
|
+
journals (such as continuous makeup journals)
|
2038
|
+
with more than one article starting on the
|
2039
|
+
same page -->
|
2040
|
+
<!ATTLIST elocation-id
|
2041
|
+
%elocation-id-atts; >
|
2042
|
+
|
2043
|
+
|
2044
|
+
<!-- ============================================================= -->
|
2045
|
+
<!-- CITATION (BIBLIOGRAPHIC REFERENCE) -->
|
2046
|
+
<!-- ============================================================= -->
|
2047
|
+
|
2048
|
+
|
2049
|
+
<!-- CITATION ELEMENTS -->
|
2050
|
+
<!-- Content model for the <citation> element.
|
2051
|
+
DESIGN NOTE: All inline mixes begin with an
|
2052
|
+
OR bar. -->
|
2053
|
+
<!ENTITY % citation-elements
|
2054
|
+
"| %emphasis.class; | %inline-display.class; |
|
2055
|
+
%inline-math.class; | %label.class; |
|
2056
|
+
%phrase.class; | %references.class; |
|
2057
|
+
%subsup.class;" >
|
2058
|
+
|
2059
|
+
|
2060
|
+
<!-- CITATION -->
|
2061
|
+
<!-- A citation is a description of a work, such
|
2062
|
+
as a journal article, book, or personal
|
2063
|
+
communication, that is cited in the text of
|
2064
|
+
the article. Although the DTD does not
|
2065
|
+
enforce it, a citation to a journal article
|
2066
|
+
*should* be tagged with as many as possible
|
2067
|
+
of the following, so that PubMed Central or
|
2068
|
+
other matching processing can make the
|
2069
|
+
citation into a live link:
|
2070
|
+
source The MEDLINE abbreviation of the
|
2071
|
+
journal name
|
2072
|
+
article-title
|
2073
|
+
Title of the article
|
2074
|
+
volume Volume of the journal
|
2075
|
+
issue Issue of the journal
|
2076
|
+
fpage Page number on which the article
|
2077
|
+
starts
|
2078
|
+
name Of an author or editor
|
2079
|
+
year Year of publication
|
2080
|
+
month Month of publication (if present)
|
2081
|
+
day Date of publication (if present)
|
2082
|
+
The other elements may be tagged if
|
2083
|
+
desired. The <title> element may be used
|
2084
|
+
for titles of books, conference proceedings,
|
2085
|
+
etc.
|
2086
|
+
Authoring and Conversion Note: In order to
|
2087
|
+
make citations into live links, as much
|
2088
|
+
of the author and date information as is
|
2089
|
+
available should be preserved. The most
|
2090
|
+
important date tag is year, and it should
|
2091
|
+
always be tagged if possible:
|
2092
|
+
<year>2003</year>
|
2093
|
+
The <day> and <month> tags will be used
|
2094
|
+
more rarely; they are provided because some
|
2095
|
+
of the citation matching services can use
|
2096
|
+
the month and the day if they are available.
|
2097
|
+
-->
|
2098
|
+
<!ELEMENT citation (#PCDATA %citation-elements;)* >
|
2099
|
+
<!-- citation-type
|
2100
|
+
Defines the type of work being referenced.
|
2101
|
+
Suggested values include:
|
2102
|
+
book Book
|
2103
|
+
personal-communication
|
2104
|
+
Informal or personal
|
2105
|
+
communication, such as a
|
2106
|
+
phone call or an email
|
2107
|
+
message
|
2108
|
+
conf-proceedings
|
2109
|
+
Conference proceedings
|
2110
|
+
discussion Discussion among a group in
|
2111
|
+
some forum - public, private,
|
2112
|
+
or electronic, which may or
|
2113
|
+
may not be moderated
|
2114
|
+
gov Government publication
|
2115
|
+
journal Journal article
|
2116
|
+
list Listserv
|
2117
|
+
other None of the listed types
|
2118
|
+
patent Patent or patent application
|
2119
|
+
thesis Work written as part of the
|
2120
|
+
completion of an advanced
|
2121
|
+
degree
|
2122
|
+
web Website
|
2123
|
+
id Unique identifier so the element may be
|
2124
|
+
referenced
|
2125
|
+
xlink:href Provides an address or identifier of the
|
2126
|
+
object to which the link points, for
|
2127
|
+
example a URI or a filename -->
|
2128
|
+
<!ATTLIST citation
|
2129
|
+
%citation-atts; >
|
2130
|
+
|
2131
|
+
|
2132
|
+
<!-- ============================================================= -->
|
2133
|
+
<!-- ADDRESS ELEMENTS (BIBLIOGRAPHIC) -->
|
2134
|
+
<!-- ============================================================= -->
|
2135
|
+
|
2136
|
+
|
2137
|
+
<!-- ADDRESS MODEL -->
|
2138
|
+
<!-- Content model for the <address> element -->
|
2139
|
+
<!ENTITY % address-model
|
2140
|
+
"(%address.class; | %address-link.class;)*" >
|
2141
|
+
|
2142
|
+
|
2143
|
+
<!-- ADDRESS/CONTACT INFORMATION -->
|
2144
|
+
<!-- Wrapper element for contact information such
|
2145
|
+
as address, phone, fax, email, url, country,
|
2146
|
+
etc. -->
|
2147
|
+
<!ELEMENT address %address-model; >
|
2148
|
+
<!-- id Unique identifier so the element may be
|
2149
|
+
referenced -->
|
2150
|
+
<!ATTLIST address
|
2151
|
+
id ID #IMPLIED >
|
2152
|
+
|
2153
|
+
|
2154
|
+
<!-- ADDRESS LINE ELEMENTS -->
|
2155
|
+
<!-- Elements for use in the <addr-line> element-->
|
2156
|
+
<!ENTITY % addr-line-elements
|
2157
|
+
"%simple-text;" >
|
2158
|
+
|
2159
|
+
|
2160
|
+
<!-- ADDRESS LINE -->
|
2161
|
+
<!-- One line in an address -->
|
2162
|
+
<!-- Conversion Note: If the address is
|
2163
|
+
undifferentiated data characters, the entire
|
2164
|
+
address may be inside one of these elements.
|
2165
|
+
-->
|
2166
|
+
<!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
|
2167
|
+
|
2168
|
+
|
2169
|
+
<!-- COUNTRY: IN AN ADDRESS -->
|
2170
|
+
<!ELEMENT country (#PCDATA) >
|
2171
|
+
|
2172
|
+
|
2173
|
+
<!-- EMAIL ADDRESS ELEMENTS -->
|
2174
|
+
<!-- Elements to be mixed with #PCDATA inside the
|
2175
|
+
<email> element -->
|
2176
|
+
<!ENTITY % email-elements
|
2177
|
+
" " >
|
2178
|
+
|
2179
|
+
|
2180
|
+
<!-- EMAIL ADDRESS -->
|
2181
|
+
<!ELEMENT email (#PCDATA %email-elements;)* >
|
2182
|
+
<!-- xlink:href Provides an address or identifier of the
|
2183
|
+
object to which the link points, for
|
2184
|
+
example a URI or a filename -->
|
2185
|
+
<!ATTLIST email
|
2186
|
+
%might-link-atts; >
|
2187
|
+
|
2188
|
+
|
2189
|
+
<!-- FAX NUMBER ELEMENTS -->
|
2190
|
+
<!-- The elements that can be included along with
|
2191
|
+
data characters inside the content model of
|
2192
|
+
a <fax> -->
|
2193
|
+
<!ENTITY % fax-elements
|
2194
|
+
"%just-rendition; " >
|
2195
|
+
|
2196
|
+
|
2197
|
+
<!-- FAX NUMBER: IN AN ADDRESS -->
|
2198
|
+
<!ELEMENT fax (#PCDATA %fax-elements;)* >
|
2199
|
+
|
2200
|
+
|
2201
|
+
<!-- INSTITUTION NAME ELEMENTS -->
|
2202
|
+
<!-- Elements for use in the <institution>
|
2203
|
+
element -->
|
2204
|
+
<!ENTITY % institution-elements
|
2205
|
+
"| %break.class; | %emphasis.class; |
|
2206
|
+
%subsup.class;" >
|
2207
|
+
|
2208
|
+
|
2209
|
+
<!-- INSTITUTION NAME: IN AN ADDRESS -->
|
2210
|
+
<!-- Name of a institution or organization such as
|
2211
|
+
a university or corporation -->
|
2212
|
+
|
2213
|
+
<!ELEMENT institution (#PCDATA %institution-elements;)* >
|
2214
|
+
<!-- id Unique identifier so the element may be
|
2215
|
+
referenced
|
2216
|
+
xlink:href Provides an address or identifier of the
|
2217
|
+
object to which the link points, for
|
2218
|
+
example a URI or a filename -->
|
2219
|
+
<!ATTLIST institution
|
2220
|
+
id ID #IMPLIED
|
2221
|
+
%might-link-atts; >
|
2222
|
+
|
2223
|
+
|
2224
|
+
<!-- PHONE NUMBER ELEMENTS -->
|
2225
|
+
<!-- The elements that can be included along with
|
2226
|
+
data characters inside the content model of
|
2227
|
+
a <phone number>
|
2228
|
+
DESIGN NOTE: All inline mixes begin with an
|
2229
|
+
OR bar, but since %just-rendition; is an
|
2230
|
+
inline mix, the OR bar is already there. -->
|
2231
|
+
<!ENTITY % phone-elements
|
2232
|
+
"%just-rendition;" >
|
2233
|
+
|
2234
|
+
|
2235
|
+
<!-- PHONE NUMBER: IN AN ADDRESS -->
|
2236
|
+
<!-- A callable phone number in some telephone or
|
2237
|
+
wireless system somewhere in the world.
|
2238
|
+
Typically includes area code; may include
|
2239
|
+
country extension, especially for non-US. -->
|
2240
|
+
<!ELEMENT phone (#PCDATA %phone-elements;)* >
|
2241
|
+
|
2242
|
+
|
2243
|
+
<!-- URI ELEMENTS -->
|
2244
|
+
<!-- The elements that can be included along with
|
2245
|
+
data characters inside the content model of
|
2246
|
+
a <uri>
|
2247
|
+
Design Note: This PE begins with an OR
|
2248
|
+
bar because %just-rendition; begins with an
|
2249
|
+
OR bar. -->
|
2250
|
+
<!ENTITY % uri-elements
|
2251
|
+
"%just-rendition;" >
|
2252
|
+
|
2253
|
+
|
2254
|
+
<!-- URI -->
|
2255
|
+
<!-- URI such as a URL that may be used as a
|
2256
|
+
live link, typically naming a website, such
|
2257
|
+
as:
|
2258
|
+
<url>http://www.mulberrytech.com</url>
|
2259
|
+
Alternatively the element content may name
|
2260
|
+
the URL, e.g., "Mulberry's Website" and the
|
2261
|
+
"xlink:href" attribute may hold the real
|
2262
|
+
URL.
|
2263
|
+
<url xlink:href="http://www.mulberrytech.
|
2264
|
+
com">Mulberry's Website</url>
|
2265
|
+
Related Elements: A URI used outside the
|
2266
|
+
context of an address of contributor should
|
2267
|
+
be tagged as an External Link <ext-link> -->
|
2268
|
+
<!ELEMENT uri (#PCDATA %uri-elements;)* >
|
2269
|
+
|
2270
|
+
<!ATTLIST uri
|
2271
|
+
%might-link-atts; >
|
2272
|
+
|
2273
|
+
|
2274
|
+
<!-- ============================================================= -->
|
2275
|
+
<!-- DATE ELEMENTS (PUBLICATION HISTORY) -->
|
2276
|
+
<!-- ============================================================= -->
|
2277
|
+
|
2278
|
+
|
2279
|
+
<!-- DATE -->
|
2280
|
+
<!-- The elements <day>, <month>, and <year> should
|
2281
|
+
ALWAYS be numeric values. The date may be
|
2282
|
+
represented as a string in <string-date>, but
|
2283
|
+
the numeric values should be present whenever
|
2284
|
+
possible. -->
|
2285
|
+
<!ELEMENT date %date-model; >
|
2286
|
+
<!-- date-type Attribute should only be used if the date
|
2287
|
+
is one of the known types, otherwise omit
|
2288
|
+
the attribute. Values are:
|
2289
|
+
accepted - Date manuscript was
|
2290
|
+
accepted
|
2291
|
+
received - Date manuscript received
|
2292
|
+
rev-request - Date revisions were
|
2293
|
+
requested or manuscript
|
2294
|
+
was returned
|
2295
|
+
rev-recd - Date revised manuscript
|
2296
|
+
was received -->
|
2297
|
+
<!ATTLIST date
|
2298
|
+
%date-atts; >
|
2299
|
+
|
2300
|
+
|
2301
|
+
<!-- DAY -->
|
2302
|
+
<!-- The numeric value of a day of the month, used
|
2303
|
+
in both article metadata and inside a citation,
|
2304
|
+
in two digits as it would be stated in the "DD"
|
2305
|
+
in an international date format YYYY-MM-DD, for
|
2306
|
+
example "03", "25". -->
|
2307
|
+
<!ELEMENT day (#PCDATA) >
|
2308
|
+
|
2309
|
+
|
2310
|
+
<!-- MONTH -->
|
2311
|
+
<!-- Names one of the months of the year. Used in
|
2312
|
+
both article metadata and inside a citation,
|
2313
|
+
this element may contain a full month
|
2314
|
+
"December", an abbreviation "Dec", or,
|
2315
|
+
preferably, a numeric month such as "12".
|
2316
|
+
Authoring and Conversion Note: For ease in
|
2317
|
+
comparisons and searching, many archives
|
2318
|
+
prefer that months be converted to numeric
|
2319
|
+
Suggested values:
|
2320
|
+
1 = January
|
2321
|
+
2 = February
|
2322
|
+
3 = March, etc. -->
|
2323
|
+
<!ELEMENT month (#PCDATA) >
|
2324
|
+
|
2325
|
+
|
2326
|
+
<!-- SEASON -->
|
2327
|
+
<!-- Season of publication, such as "Spring".
|
2328
|
+
Used in both article metadata and inside a
|
2329
|
+
citation -->
|
2330
|
+
<!ELEMENT season (#PCDATA) >
|
2331
|
+
|
2332
|
+
|
2333
|
+
<!-- YEAR -->
|
2334
|
+
<!-- Year of publication, which should be expressed
|
2335
|
+
as a 4-digit number: "1776" or "1924" -->
|
2336
|
+
<!ELEMENT year (#PCDATA) >
|
2337
|
+
|
2338
|
+
|
2339
|
+
<!-- STRING DATE ELEMENTS -->
|
2340
|
+
<!-- The elements that can be included along with
|
2341
|
+
data characters inside the content model of
|
2342
|
+
the <string-date> element -->
|
2343
|
+
<!ENTITY % string-date-elements
|
2344
|
+
" | %date-parts.class;" >
|
2345
|
+
|
2346
|
+
|
2347
|
+
<!-- DATE AS A STRING -->
|
2348
|
+
<!-- This is a representation of the date as a
|
2349
|
+
string. Usually used for dates for which
|
2350
|
+
months and years are not given, but may be
|
2351
|
+
used for any date as a string (i.e., "January,
|
2352
|
+
2001" "Fall 2001" "March 11, 2001".
|
2353
|
+
It is better practice to tag the year
|
2354
|
+
and month as numbers with a date such
|
2355
|
+
as "January, 2001" or "March 11, 2001". -->
|
2356
|
+
<!ELEMENT string-date (#PCDATA %string-date-elements;)* >
|
2357
|
+
|
2358
|
+
|
2359
|
+
<!-- ============================================================= -->
|
2360
|
+
<!-- PERSON'S NAME ELEMENTS (BIBLIOGRAPHIC) -->
|
2361
|
+
<!-- ============================================================= -->
|
2362
|
+
|
2363
|
+
|
2364
|
+
<!-- STRING NAME ELEMENTS -->
|
2365
|
+
<!-- The elements that can be included along with
|
2366
|
+
data characters inside the content model of
|
2367
|
+
the <string-name> element -->
|
2368
|
+
<!ENTITY % string-name-elements
|
2369
|
+
" | %person-name.class;" >
|
2370
|
+
|
2371
|
+
|
2372
|
+
<!-- NAME OF PERSON (UNSTRUCTURED) -->
|
2373
|
+
<!-- Wrapper element for personal names where the
|
2374
|
+
stricter format of the <name> element cannot
|
2375
|
+
be followed. This is a very loose element,
|
2376
|
+
allowing data characters, generated text,
|
2377
|
+
and any or all of the naming elements.
|
2378
|
+
Authoring or Conversion Note: Use this
|
2379
|
+
element if the name parts are unknown or
|
2380
|
+
untagged. -->
|
2381
|
+
<!ELEMENT string-name (#PCDATA %string-name-elements;)* >
|
2382
|
+
|
2383
|
+
|
2384
|
+
<!-- NAME OF PERSON (STRUCTURED) -->
|
2385
|
+
<!-- Wrapper element for personal names.
|
2386
|
+
Authoring or Conversion Note: If the name
|
2387
|
+
parts are unknown or untagged, names should
|
2388
|
+
be placed within the <string-name> element.
|
2389
|
+
-->
|
2390
|
+
<!ELEMENT name (surname, given-names?, prefix?, suffix?) >
|
2391
|
+
<!-- name-style Used for choosing an inversion algorithm or
|
2392
|
+
for sorting or other processing functions. The
|
2393
|
+
three values and approximate meanings are:
|
2394
|
+
Value Display Sort/Inversion
|
2395
|
+
western given family family given
|
2396
|
+
eastern family given family given
|
2397
|
+
islensk given patronymic given, patronymic
|
2398
|
+
-->
|
2399
|
+
<!ATTLIST name
|
2400
|
+
name-style (western | eastern | islensk) "western" >
|
2401
|
+
|
2402
|
+
|
2403
|
+
<!-- SURNAME ELEMENTS -->
|
2404
|
+
<!-- The elements that can be included along with
|
2405
|
+
data characters inside the content model of
|
2406
|
+
a <surname>
|
2407
|
+
Design Note: This PE begins with an OR
|
2408
|
+
bar because %just-rendition; begins with an
|
2409
|
+
OR bar. -->
|
2410
|
+
<!ENTITY % surname-elements
|
2411
|
+
"%just-rendition; " >
|
2412
|
+
|
2413
|
+
|
2414
|
+
<!-- SURNAME -->
|
2415
|
+
<!-- The surname of an individual. If there is
|
2416
|
+
only one name, for example, "Cher" or
|
2417
|
+
"Pele", that is considered to be a surname
|
2418
|
+
for consistency purposes. -->
|
2419
|
+
<!ELEMENT surname (#PCDATA %surname-elements;)* >
|
2420
|
+
<!ATTLIST surname
|
2421
|
+
%surname-atts; >
|
2422
|
+
|
2423
|
+
|
2424
|
+
<!-- GIVEN (FIRST) NAMES ELEMENTS -->
|
2425
|
+
<!-- The elements that can be included along with
|
2426
|
+
data characters inside the content model of
|
2427
|
+
a <given-names> -->
|
2428
|
+
<!ENTITY % given-names-elements
|
2429
|
+
"%just-rendition;" >
|
2430
|
+
|
2431
|
+
|
2432
|
+
<!-- GIVEN (FIRST) NAMES -->
|
2433
|
+
<!-- Includes all given names for a person, such
|
2434
|
+
as the first name, middle names, maiden
|
2435
|
+
name if used as part of the married name,
|
2436
|
+
etc.) -->
|
2437
|
+
<!ELEMENT given-names (#PCDATA %given-names-elements;)* >
|
2438
|
+
<!ATTLIST given-names
|
2439
|
+
%given-names-atts; >
|
2440
|
+
|
2441
|
+
|
2442
|
+
<!-- PREFIX ELEMENTS -->
|
2443
|
+
<!-- The elements that can be included along with
|
2444
|
+
data characters inside the content model of
|
2445
|
+
a <prefix>
|
2446
|
+
Design Note: This PE begins with an OR
|
2447
|
+
bar because %just-rendition; begins with an
|
2448
|
+
OR bar. -->
|
2449
|
+
<!ENTITY % prefix-elements
|
2450
|
+
"%just-rendition;" >
|
2451
|
+
|
2452
|
+
|
2453
|
+
<!-- PREFIX -->
|
2454
|
+
<!-- Honorifics or other qualifiers that usually
|
2455
|
+
precede the surname, for example, Professor,
|
2456
|
+
Rev., President, Senator, Dr., Sir, The
|
2457
|
+
Honorable, et al. -->
|
2458
|
+
<!ELEMENT prefix (#PCDATA %prefix-elements;)* >
|
2459
|
+
|
2460
|
+
|
2461
|
+
|
2462
|
+
<!-- SUFFIX ELEMENTS -->
|
2463
|
+
<!-- The elements that can be included along with
|
2464
|
+
data characters inside the content model of
|
2465
|
+
a <suffix>
|
2466
|
+
Design Note: This PE begins with an OR bar,
|
2467
|
+
it is inside %just-rendition; -->
|
2468
|
+
<!ENTITY % suffix-elements
|
2469
|
+
"%just-rendition;" >
|
2470
|
+
|
2471
|
+
|
2472
|
+
<!-- SUFFIX -->
|
2473
|
+
<!-- Text used as a suffix to a person's name, for
|
2474
|
+
example: Sr. Jr. III, 3rd -->
|
2475
|
+
<!ELEMENT suffix (#PCDATA %suffix-elements;)* >
|
2476
|
+
|
2477
|
+
|
2478
|
+
<!-- ============================================================= -->
|
2479
|
+
<!-- EXTERNAL LINK ELEMENTS -->
|
2480
|
+
<!-- ============================================================= -->
|
2481
|
+
|
2482
|
+
|
2483
|
+
<!-- EXTERNAL LINK ELEMENTS -->
|
2484
|
+
<!-- The elements that can be included along with
|
2485
|
+
data characters inside the content model of
|
2486
|
+
an <ext-link>
|
2487
|
+
DESIGN NOTE: All inline mixes begin with an
|
2488
|
+
OR bar, but since %link-elements; is an inline
|
2489
|
+
mix, the OR bar is already there. -->
|
2490
|
+
<!ENTITY % ext-link-elements
|
2491
|
+
"%link-elements;" >
|
2492
|
+
|
2493
|
+
|
2494
|
+
<!-- EXTERNAL LINK -->
|
2495
|
+
<!-- Link to an external file, such as Medline,
|
2496
|
+
Genbank, etc. Linking may be accomplished
|
2497
|
+
using the XLink linking attributes. -->
|
2498
|
+
<!ELEMENT ext-link (#PCDATA %ext-link-elements;)* >
|
2499
|
+
<!-- ext-link-type
|
2500
|
+
Type of external link. Use this attribute
|
2501
|
+
if the type of external link is one of the
|
2502
|
+
ones below or another named type.
|
2503
|
+
Suggested values include:
|
2504
|
+
aoi Astronomical Object Identifier
|
2505
|
+
doi Digital Object Identifier
|
2506
|
+
ec Enzyme nomenclature - see
|
2507
|
+
http://www.chem.qmw.ac.uk/iubmb/enzyme/
|
2508
|
+
email An email message
|
2509
|
+
ftp File transfer protocol
|
2510
|
+
gen GenBank identifier
|
2511
|
+
genpept Translated Protein-encoding
|
2512
|
+
sequence Database
|
2513
|
+
highwire HighWire press intrajournal
|
2514
|
+
medline Medline or pubmed id
|
2515
|
+
pdb Protein data bank. See
|
2516
|
+
http://www.rcsb.org/pdb/
|
2517
|
+
pgr Plant gene register. See
|
2518
|
+
http://www.tarweed.com/pgr/
|
2519
|
+
pir Protein Information Resource
|
2520
|
+
see http://pir.georgetown.edu
|
2521
|
+
pirdb Protein Information Resource
|
2522
|
+
see http://pir.georgetown.edu
|
2523
|
+
pmc Used to link between articles
|
2524
|
+
in PubMed Central access is
|
2525
|
+
PMID
|
2526
|
+
sprot Swiss-Prot. See
|
2527
|
+
http://www.ebi.ac.uk/swissprot/
|
2528
|
+
uri Website or web service
|
2529
|
+
id Unique identifier so the element may be
|
2530
|
+
referenced
|
2531
|
+
xlink:href Provides an address or identifier of the
|
2532
|
+
object to which the link points, for
|
2533
|
+
example a URI or a filename -->
|
2534
|
+
<!ATTLIST ext-link
|
2535
|
+
%ext-link-atts; >
|
2536
|
+
|
2537
|
+
|
2538
|
+
<!-- ============================================================= -->
|
2539
|
+
<!-- STRUCTURAL ELEMENTS -->
|
2540
|
+
<!-- ============================================================= -->
|
2541
|
+
|
2542
|
+
|
2543
|
+
<!-- ATTRIBUTION ELEMENTS -->
|
2544
|
+
<!-- The elements that can be included along with
|
2545
|
+
data characters inside the content model of
|
2546
|
+
an attribution
|
2547
|
+
DESIGN NOTE: All inline mixes begin with an
|
2548
|
+
OR bar, but since %simple-phrase; is an
|
2549
|
+
inline mix, the OR bar is already there. -->
|
2550
|
+
<!ENTITY % attrib-elements
|
2551
|
+
"%emphasized-text;" >
|
2552
|
+
|
2553
|
+
|
2554
|
+
<!-- ATTRIBUTION -->
|
2555
|
+
<!-- Source, author, formal thanks, or other
|
2556
|
+
information (other than copyright material)
|
2557
|
+
concerning the origins of an extract, a poem
|
2558
|
+
<verse-group> or similar element.
|
2559
|
+
Formatting Note: Typically displayed on
|
2560
|
+
a separate line (or lines, following the
|
2561
|
+
material it concerns, inheriting that
|
2562
|
+
material's margins. -->
|
2563
|
+
<!ELEMENT attrib (#PCDATA %attrib-elements;)* >
|
2564
|
+
|
2565
|
+
|
2566
|
+
<!-- STRUCTURAL TITLE ELEMENTS -->
|
2567
|
+
<!-- The elements that can be included along with
|
2568
|
+
data characters inside the content model of
|
2569
|
+
the <title> element
|
2570
|
+
DESIGN NOTE: All inline mixes begin with an
|
2571
|
+
OR bar, but since %simple-phrase; is an
|
2572
|
+
inline mix, the OR bar is already there. -->
|
2573
|
+
<!ENTITY % struct-title-elements
|
2574
|
+
"%simple-phrase; | %break.class;" >
|
2575
|
+
|
2576
|
+
|
2577
|
+
<!-- TITLE -->
|
2578
|
+
<!-- Heading or title for a structural element
|
2579
|
+
such as a Section, Figure, Boxed Text, etc.-->
|
2580
|
+
<!ELEMENT title (#PCDATA %struct-title-elements;)* >
|
2581
|
+
|
2582
|
+
|
2583
|
+
<!-- LABEL ELEMENTS -->
|
2584
|
+
<!-- The elements that can be included along with
|
2585
|
+
data characters inside the content model of
|
2586
|
+
the <label> element -->
|
2587
|
+
<!ENTITY % label-elements
|
2588
|
+
"| %emphasis.class; | %inline-display.class; |
|
2589
|
+
%inline-math.class; | %subsup.class;" >
|
2590
|
+
|
2591
|
+
|
2592
|
+
<!-- LABEL OF A FIGURE, REFERENCE, ETC. -->
|
2593
|
+
<!-- The number and any prefix word that comes
|
2594
|
+
before, for example, the caption of a Figure,
|
2595
|
+
such as "Figure 3." or "Exhibit 2.". This
|
2596
|
+
element can be used to preserve the prefix
|
2597
|
+
number or label of an element, for example
|
2598
|
+
for a reference or citation "25." or
|
2599
|
+
"[Lapeyre 2002]". This can be useful when
|
2600
|
+
reconstructing untagged cross references. -->
|
2601
|
+
<!ELEMENT label (#PCDATA %label-elements;)* >
|
2602
|
+
|
2603
|
+
|
2604
|
+
<!-- ============================================================= -->
|
2605
|
+
<!-- RELATED ARTICLE ELEMENTS -->
|
2606
|
+
<!-- ============================================================= -->
|
2607
|
+
|
2608
|
+
|
2609
|
+
<!-- RELATED ARTICLE ELEMENTS -->
|
2610
|
+
<!-- Elements allowed inside <related-article> -->
|
2611
|
+
<!ENTITY % related-article-elements
|
2612
|
+
"| %emphasis.class; |%references.class; |
|
2613
|
+
%subsup.class;" >
|
2614
|
+
|
2615
|
+
|
2616
|
+
<!-- RELATED ARTICLE INFORMATION -->
|
2617
|
+
<!-- Wrapper element, used as a container for
|
2618
|
+
text links to a related article, possibly
|
2619
|
+
accompanied by a very brief description
|
2620
|
+
such as "errata (correction)".
|
2621
|
+
Remarks: This element is slightly overloaded
|
2622
|
+
in that it has 2 uses, one inside the article
|
2623
|
+
metadata to name one or more related articles
|
2624
|
+
and as part of the link class, which can
|
2625
|
+
occur many places in textual content.
|
2626
|
+
This allows all such references, to
|
2627
|
+
companion articles within the same journal,
|
2628
|
+
to a previous part of a multi-part article,
|
2629
|
+
to a news item that summarizes the article,
|
2630
|
+
to the article for which this article is
|
2631
|
+
a correction or addendum, etc. wherever
|
2632
|
+
these occur in the article. -->
|
2633
|
+
<!ELEMENT related-article
|
2634
|
+
(#PCDATA %related-article-elements;)* >
|
2635
|
+
<!-- id Unique identifier so the element may be
|
2636
|
+
referenced
|
2637
|
+
alt-form-of
|
2638
|
+
Exactly like the "alt-form-of" attribute
|
2639
|
+
used with <graphic>, this is an IDREF
|
2640
|
+
attribute which points to the ID of another
|
2641
|
+
<related-article> in the same document
|
2642
|
+
rather than to an external file.
|
2643
|
+
related-article-type
|
2644
|
+
addendum Additional material for an
|
2645
|
+
article, generated too late
|
2646
|
+
to be added to the main text
|
2647
|
+
commentary-article
|
2648
|
+
Used in an commentary or
|
2649
|
+
editorial to link to the
|
2650
|
+
article on which it is
|
2651
|
+
commenting
|
2652
|
+
companion Used in an article to link
|
2653
|
+
to a companion (related
|
2654
|
+
or sibling article)
|
2655
|
+
corrected-article
|
2656
|
+
Used in a correction to link
|
2657
|
+
to the article being
|
2658
|
+
corrected. Sometimes called
|
2659
|
+
erratum.
|
2660
|
+
in-this-issue Related article in the same
|
2661
|
+
journal issue
|
2662
|
+
letter A letter to the publication
|
2663
|
+
or a reply to such a
|
2664
|
+
letter
|
2665
|
+
commentary Used in an article to link
|
2666
|
+
to its associated commentary
|
2667
|
+
or editorial
|
2668
|
+
correction-forward
|
2669
|
+
Used in an article to link
|
2670
|
+
forward to its associated
|
2671
|
+
correction (rarely used)
|
2672
|
+
retracted-article
|
2673
|
+
Used in a retraction to link
|
2674
|
+
to the article being retracted
|
2675
|
+
retraction-forward
|
2676
|
+
Used in an article to link
|
2677
|
+
forward to its associated
|
2678
|
+
retraction (rare)
|
2679
|
+
vol Volume of the journal in which the related
|
2680
|
+
article exists. The scope is limited to
|
2681
|
+
the journal; in which the current article
|
2682
|
+
resides.
|
2683
|
+
page Page number of the related article. Scope
|
2684
|
+
is limited to the volume of the journal in
|
2685
|
+
which the current article resides. The
|
2686
|
+
values should be a first page or a page
|
2687
|
+
range.
|
2688
|
+
xlink:href Provides an address or identifier of the
|
2689
|
+
object to which the link points, for
|
2690
|
+
example a URI or a filename. -->
|
2691
|
+
<!ATTLIST related-article
|
2692
|
+
%related-article-atts; >
|
2693
|
+
|
2694
|
+
|
2695
|
+
<!-- ============================================================= -->
|
2696
|
+
<!-- FRONT MATTER/BACK MATTER ELEMENTS -->
|
2697
|
+
<!-- ============================================================= -->
|
2698
|
+
|
2699
|
+
|
2700
|
+
<!-- ACKNOWLEDGMENTS MODEL -->
|
2701
|
+
<!-- Content model for the <ack> element -->
|
2702
|
+
<!ENTITY % ack-model "%sec-opt-title-model;" >
|
2703
|
+
|
2704
|
+
|
2705
|
+
<!-- ACKNOWLEDGMENTS -->
|
2706
|
+
<!ELEMENT ack %ack-model; >
|
2707
|
+
<!-- id Unique identifier so the element may be
|
2708
|
+
referenced
|
2709
|
+
content-type
|
2710
|
+
Identification of the subject, type of
|
2711
|
+
content, or reason that this word or phrase
|
2712
|
+
is considered semantically special, as a
|
2713
|
+
means of preserving the semantic intent of
|
2714
|
+
the original tagging. -->
|
2715
|
+
<!ATTLIST ack
|
2716
|
+
id ID #IMPLIED
|
2717
|
+
content-type
|
2718
|
+
CDATA #IMPLIED >
|
2719
|
+
|
2720
|
+
|
2721
|
+
<!-- BIOGRAPHY MODEL -->
|
2722
|
+
<!-- Content model for the <bio> element -->
|
2723
|
+
<!ENTITY % bio-model "(title?, (%just-para.class;)+ ) " >
|
2724
|
+
|
2725
|
+
|
2726
|
+
<!-- BIOGRAPHY -->
|
2727
|
+
<!-- Sort biography of a person, usually the
|
2728
|
+
author
|
2729
|
+
Authoring Note: The "xlink:href" attribute
|
2730
|
+
may be used to point to a graphic of the
|
2731
|
+
author or to his/her website, etc. -->
|
2732
|
+
<!ELEMENT bio %bio-model; >
|
2733
|
+
<!-- id Unique identifier so the element may be
|
2734
|
+
referenced
|
2735
|
+
rid Points to the identifier of an author or
|
2736
|
+
authors
|
2737
|
+
xlink:href Provides an address or identifier of the
|
2738
|
+
object to which the link points, for
|
2739
|
+
example a URI or a filename. -->
|
2740
|
+
<!ATTLIST bio
|
2741
|
+
%bio-atts; >
|
2742
|
+
|
2743
|
+
|
2744
|
+
<!-- NOTES MODEL -->
|
2745
|
+
<!-- Content model for the <notes> element -->
|
2746
|
+
<!ENTITY % notes-model "%sec-opt-title-model;" >
|
2747
|
+
|
2748
|
+
|
2749
|
+
<!-- NOTES -->
|
2750
|
+
<!-- A container element for the notes that may
|
2751
|
+
appear at the end of an Article or at the
|
2752
|
+
end of a Table. For example, a typical
|
2753
|
+
end-of-article note is a "Note in Proof".
|
2754
|
+
A Note in Proof contains late-breaking news
|
2755
|
+
items or other material produced while the
|
2756
|
+
article was being typeset or was otherwise
|
2757
|
+
in production, that therefore happened too
|
2758
|
+
late to be included in the text of the
|
2759
|
+
article. This is typically NOT peer-reviewed
|
2760
|
+
content and citations to other material is
|
2761
|
+
usually just integrated into the text, not
|
2762
|
+
listed separately in a References List. -->
|
2763
|
+
<!ELEMENT notes %notes-model; >
|
2764
|
+
<!-- id Unique identifier so the element may be
|
2765
|
+
referenced
|
2766
|
+
notes-type To identify the type of note, if the type can
|
2767
|
+
be/has been identified, for example,
|
2768
|
+
"note-in-proof" -->
|
2769
|
+
<!ATTLIST notes
|
2770
|
+
%notes-atts; >
|
2771
|
+
|
2772
|
+
|
2773
|
+
<!-- ============================================================= -->
|
2774
|
+
<!-- ACCESSIBILITY ELEMENTS -->
|
2775
|
+
<!-- ============================================================= -->
|
2776
|
+
|
2777
|
+
|
2778
|
+
<!-- ALTERNATE TITLE TEXT FOR A FIGURE, ETC. -->
|
2779
|
+
<!-- Short phrase used to display or pronounce
|
2780
|
+
as an alternative to providing the full
|
2781
|
+
graphic for accessibility display or
|
2782
|
+
graphic-limited websites or devices. For
|
2783
|
+
example, <alt-text> may be used to display
|
2784
|
+
"behind" a figure or graphic.
|
2785
|
+
Authoring and Conversion Note: Not to be used
|
2786
|
+
as a replacement for <caption>. -->
|
2787
|
+
<!ELEMENT alt-text (#PCDATA) >
|
2788
|
+
<!-- id Unique identifier so the element may be
|
2789
|
+
referenced
|
2790
|
+
xml:lang The language in which the value of the
|
2791
|
+
element is expressed. Recommended best
|
2792
|
+
practice is to use values as defined in
|
2793
|
+
RFC 1766, typically 2-letter language
|
2794
|
+
codes such as "FR" (French), "EN" (English),
|
2795
|
+
and "DE" (German). These values are NOT
|
2796
|
+
case sensitive, so "EN" = "en". The values
|
2797
|
+
may include hyphenated differentiations such
|
2798
|
+
as "EN-AU" (Australian English) and "EN-US"
|
2799
|
+
(United States English). -->
|
2800
|
+
<!ATTLIST alt-text
|
2801
|
+
id ID #IMPLIED
|
2802
|
+
xml:lang NMTOKEN #IMPLIED >
|
2803
|
+
|
2804
|
+
|
2805
|
+
<!-- LONG DESCRIPTION ELEMENTS -->
|
2806
|
+
<!-- Elements to be mixed with data characters
|
2807
|
+
inside the <long-desc> element -->
|
2808
|
+
<!ENTITY % long-desc-elements
|
2809
|
+
" " >
|
2810
|
+
|
2811
|
+
|
2812
|
+
<!-- LONG DESCRIPTION -->
|
2813
|
+
<!-- Description or summary of the content of a
|
2814
|
+
graphical object, table, or textual object
|
2815
|
+
such as a text box, used by some systems to
|
2816
|
+
make the object accessible, even to people
|
2817
|
+
or systems that cannot read/see/display the
|
2818
|
+
object.
|
2819
|
+
Authoring and Conversion Note: Not to be used
|
2820
|
+
as a replacement for <caption>. -->
|
2821
|
+
<!ELEMENT long-desc (#PCDATA %long-desc-elements;) >
|
2822
|
+
<!-- id Unique identifier so the element may be
|
2823
|
+
referenced
|
2824
|
+
xml:lang The language in which the value of the
|
2825
|
+
element is expressed. Recommended best
|
2826
|
+
practice is to use values as defined in
|
2827
|
+
RFC 1766, typically 2-letter language
|
2828
|
+
codes such as "FR" (French), "EN" (English),
|
2829
|
+
and "DE" (German). These values are NOT
|
2830
|
+
case sensitive, so "EN" = "en". The values
|
2831
|
+
may include hyphenated differentiations such
|
2832
|
+
as "EN-AU" (Australian English) and "EN-US"
|
2833
|
+
(United States English). -->
|
2834
|
+
<!ATTLIST long-desc
|
2835
|
+
id ID #IMPLIED
|
2836
|
+
xml:lang NMTOKEN #IMPLIED >
|
2837
|
+
|
2838
|
+
|
2839
|
+
<!-- DEFINITION LIST: DEFINITION MODEL -->
|
2840
|
+
<!-- Content model for the <def> element -->
|
2841
|
+
<!ENTITY % def-model "((%just-para.class;)+ )" >
|
2842
|
+
|
2843
|
+
|
2844
|
+
<!-- DEFINITION LIST: DEFINITION -->
|
2845
|
+
<!-- Used in two senses:
|
2846
|
+
1) The definition, description, or other
|
2847
|
+
explanation of the word, phrase, or picture
|
2848
|
+
of a 2-part or definition list
|
2849
|
+
2) The definition or expansion of an
|
2850
|
+
abbreviation or acronym <abbrev> -->
|
2851
|
+
<!ELEMENT def %def-model; >
|
2852
|
+
<!-- id Unique identifier so the element may be
|
2853
|
+
referenced
|
2854
|
+
rid Points to the identifier of a term,
|
2855
|
+
so that a term and definition may be linked
|
2856
|
+
-->
|
2857
|
+
<!ATTLIST def
|
2858
|
+
rid IDREFS #IMPLIED
|
2859
|
+
id ID #IMPLIED >
|
2860
|
+
|
2861
|
+
|
2862
|
+
<!-- ============================================================= -->
|
2863
|
+
<!-- CUSTOMIZED METADATA ELEMENTS -->
|
2864
|
+
<!-- ============================================================= -->
|
2865
|
+
|
2866
|
+
|
2867
|
+
<!-- CUSTOMIZED METADATA WRAPPER MODEL -->
|
2868
|
+
<!-- Content model for the <custom-meta-wrap>
|
2869
|
+
element -->
|
2870
|
+
<!ENTITY % custom-meta-wrap-model
|
2871
|
+
"(custom-meta+)" >
|
2872
|
+
|
2873
|
+
|
2874
|
+
<!-- METADATA DATA NAME FOR CUSTOM METADATA -->
|
2875
|
+
<!-- Some DTDs and schemas allow for metadata
|
2876
|
+
above and beyond that which can be specified
|
2877
|
+
by this DTD. This element is a wrapper
|
2878
|
+
element used to contain all these additional
|
2879
|
+
metadata elements. -->
|
2880
|
+
<!ELEMENT custom-meta-wrap
|
2881
|
+
%custom-meta-wrap-model; >
|
2882
|
+
|
2883
|
+
|
2884
|
+
<!-- CUSTOMIZED METADATA MODEL -->
|
2885
|
+
<!-- Content model for the <custom-meta> element-->
|
2886
|
+
<!ENTITY % custom-meta-model
|
2887
|
+
"(meta-name, meta-value)" >
|
2888
|
+
|
2889
|
+
|
2890
|
+
<!-- CUSTOM METADATA -->
|
2891
|
+
<!-- Some DTDs and schemas allow for metadata
|
2892
|
+
above and beyond that which can be specified
|
2893
|
+
by this DTD. This element is used to capture
|
2894
|
+
metadata elements that have not been defined
|
2895
|
+
explicitly in the models for this DTD, so
|
2896
|
+
that the intellectual content will not be lost.
|
2897
|
+
REMARKS: The <custom-meta> element allows
|
2898
|
+
for an infinite number of name/value pairs,
|
2899
|
+
with few constraints on the length or
|
2900
|
+
content of the value. This element will
|
2901
|
+
probably be used for special cases, product-
|
2902
|
+
specific material, or other unusual
|
2903
|
+
metadata, for example the journal-history
|
2904
|
+
information preserved in at least one
|
2905
|
+
publisher's DTD. -->
|
2906
|
+
<!ELEMENT custom-meta %custom-meta-model; >
|
2907
|
+
|
2908
|
+
|
2909
|
+
<!-- METADATA DATA NAME ELEMENTS -->
|
2910
|
+
<!-- Elements that may be used, along with data
|
2911
|
+
characters, inside the <meta-name> element
|
2912
|
+
DESIGN NOTE: All inline mixes begin with an
|
2913
|
+
OR bar, but since %simple-phrase; is an
|
2914
|
+
inline mix, the OR bar is already there. -->
|
2915
|
+
<!ENTITY % meta-name-elements
|
2916
|
+
"%simple-phrase;" >
|
2917
|
+
|
2918
|
+
|
2919
|
+
<!-- METADATA DATA NAME FOR CUSTOM METADATA -->
|
2920
|
+
<!-- Some DTDs and schemas allow for metadata
|
2921
|
+
above and beyond that which can be specified
|
2922
|
+
by this DTD. The <custom-meta> element
|
2923
|
+
allow for an infinite number of name/value
|
2924
|
+
pairs, with few constraints on the length or
|
2925
|
+
content of the value. This element contains
|
2926
|
+
the name of the metadata field. -->
|
2927
|
+
<!ELEMENT meta-name (#PCDATA %meta-name-elements;)* >
|
2928
|
+
|
2929
|
+
|
2930
|
+
<!-- METADATA DATA VALUE ELEMENTS -->
|
2931
|
+
<!-- Elements that may be used, along with data
|
2932
|
+
characters, inside the <meta-value> element
|
2933
|
+
DESIGN NOTE: All inline mixes begin with an
|
2934
|
+
OR bar, but since %simple-phrase; is an
|
2935
|
+
inline mix, the OR bar is already there. -->
|
2936
|
+
<!ENTITY % meta-value-elements
|
2937
|
+
"%simple-phrase;" >
|
2938
|
+
|
2939
|
+
|
2940
|
+
<!-- METADATA DATA NAME FOR CUSTOM METADATA -->
|
2941
|
+
<!-- Some DTDs and schemas allow for metadata
|
2942
|
+
above and beyond that which can be specified
|
2943
|
+
by this DTD. The <custom-meta> element
|
2944
|
+
allow for an infinite number of name/value
|
2945
|
+
pairs, with few constraints on the length or
|
2946
|
+
content of the value. This element contains
|
2947
|
+
the value of the metadata field that is named
|
2948
|
+
by the <meta-name> element. -->
|
2949
|
+
<!ELEMENT meta-value (#PCDATA %meta-value-elements;)* >
|
2950
|
+
|
2951
|
+
|
2952
|
+
|
2953
|
+
<!-- ============================================================= -->
|
2954
|
+
<!-- GENERATED TEXT OR PUNCTUATION -->
|
2955
|
+
<!-- ============================================================= -->
|
2956
|
+
|
2957
|
+
|
2958
|
+
<!-- X TEXT ATTRIBUTES -->
|
2959
|
+
<!-- Attributes for the element <x> -->
|
2960
|
+
<!ENTITY % x-atts
|
2961
|
+
"xml:space (default | preserve) #FIXED 'preserve'" >
|
2962
|
+
|
2963
|
+
|
2964
|
+
<!-- X ELEMENTS -->
|
2965
|
+
<!-- Elements for use inside the <x> element -->
|
2966
|
+
<!ENTITY % x-elements " " >
|
2967
|
+
|
2968
|
+
|
2969
|
+
<!-- X - GENERATED TEXT AND PUNCTUATION -->
|
2970
|
+
<!-- A container element to hold punctuation or
|
2971
|
+
other generated text, typically when 1) an
|
2972
|
+
archive decides not to have any text
|
2973
|
+
generated and thus to pre-generate such
|
2974
|
+
things as commas or semicolons between
|
2975
|
+
keywords or 2) when an archive receives text
|
2976
|
+
with <x> tags embedded and wishes to retain
|
2977
|
+
them.
|
2978
|
+
Remarks: This element is called "x" for
|
2979
|
+
historical reasons, since DTDs that use an
|
2980
|
+
element for generated punctuation have
|
2981
|
+
typically called it that. -->
|
2982
|
+
<!ELEMENT x (#PCDATA %x-elements;)* >
|
2983
|
+
<!-- xml:space Request that, when printing or displaying
|
2984
|
+
this element, all white space such as tabs
|
2985
|
+
and spaces and line breaks be preserved. -->
|
2986
|
+
<!ATTLIST x
|
2987
|
+
%x-atts; >
|
2988
|
+
|
2989
|
+
|
2990
|
+
<!-- ================== End Common (Shared) Elements Module ====== -->
|
2991
|
+
|