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,2771 @@
|
|
1
|
+
<!-- ============================================================= -->
|
2
|
+
<!-- MODULE: Common (Shared) Elements Module -->
|
3
|
+
<!-- VERSION: 3.0 -->
|
4
|
+
<!-- DATE: Apr 2009 -->
|
5
|
+
<!-- -->
|
6
|
+
<!-- ============================================================= -->
|
7
|
+
|
8
|
+
<!-- ============================================================= -->
|
9
|
+
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
|
10
|
+
<!-- TYPICAL INVOCATION -->
|
11
|
+
<!--
|
12
|
+
"-//Atypon//DTD Atypon Systems Archival NLM DTD Common (Shared) Elements Module v3.0.2 20101108//EN"
|
13
|
+
Delivered as file "common3.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
|
+
<!-- ORIGINAL CREATION DATE: -->
|
86
|
+
<!-- December 2002 -->
|
87
|
+
<!-- -->
|
88
|
+
<!-- CREATED BY: Jeff Beck (NCBI) -->
|
89
|
+
<!-- Deborah Lapeyre (Mulberry Technologies, Inc.) -->
|
90
|
+
<!-- Bruce Rosenblum (Inera Inc.) -->
|
91
|
+
<!-- -->
|
92
|
+
<!-- NLM thanks the Harvard University Libraries, both -->
|
93
|
+
<!-- for proposing that a draft archiving NLM DTD for -->
|
94
|
+
<!-- life sciences journals be extended to accommodate -->
|
95
|
+
<!-- journals in all disciplines and for sponsoring -->
|
96
|
+
<!-- Bruce Rosenblum's collaboration with other DTD -->
|
97
|
+
<!-- authors in completing Version 1.0. The Andrew W. -->
|
98
|
+
<!-- Mellon Foundation provided support for these -->
|
99
|
+
<!-- -->
|
100
|
+
<!-- Suggestions for refinements and enhancements to -->
|
101
|
+
<!-- the DTD suite should be sent in email to: -->
|
102
|
+
<!-- archive-dtd@ncbi.nlm.nih.gov -->
|
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 3.0 (DAL/BTU) v3.0 (2007-10-31)
|
119
|
+
|
120
|
+
Version 3.0 is the first non-backward-compatible release.
|
121
|
+
In addition to the usual incremental changes, some
|
122
|
+
elements and attributes have been renamed and/or remodeled
|
123
|
+
to better meet user needs and to increase tag set consistency.
|
124
|
+
All module change histories are available through the Tag Suite
|
125
|
+
web site at http://dtd.nlm.nih.gov.
|
126
|
+
|
127
|
+
Details on version 3.0 are available at
|
128
|
+
http://dtd.nlm.nih.gov/3.0.
|
129
|
+
|
130
|
+
1. Updated public identifier to "v3.0 20080202//EN" -->
|
131
|
+
|
132
|
+
|
133
|
+
<!-- ============================================================= -->
|
134
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTE VALUES -->
|
135
|
+
<!-- ============================================================= -->
|
136
|
+
|
137
|
+
|
138
|
+
<!-- ARTICLE/PUBLICATION IDENTIFIER TYPES -->
|
139
|
+
<!-- The "pub-id-type" attribute names the
|
140
|
+
type of identifier, or the organization or
|
141
|
+
system that defined this identifier for the
|
142
|
+
identifier of the journal article or a
|
143
|
+
cited publication. -->
|
144
|
+
<!ENTITY % pub-id-types "art-access-id | coden | doaj | doi |
|
145
|
+
manuscript | medline | other | pii |
|
146
|
+
pmcid | pmid | publisher-id | sici" >
|
147
|
+
|
148
|
+
|
149
|
+
<!-- ============================================================= -->
|
150
|
+
<!-- PARAMETER ENTITIES FOR FULL CONTENT MODELS -->
|
151
|
+
<!-- ============================================================= -->
|
152
|
+
|
153
|
+
|
154
|
+
<!-- DATE ELEMENTS MODEL -->
|
155
|
+
<!-- The content models for elements that describe
|
156
|
+
dates, such as Publication Date <pub-date>
|
157
|
+
and History Dates <date>. -->
|
158
|
+
<!ENTITY % date-model "( ( (day?, month?) | season)?,
|
159
|
+
year?, string-date?)" >
|
160
|
+
|
161
|
+
|
162
|
+
<!-- CONTENT MODEL FOR A STRUCTURAL SECTION -->
|
163
|
+
<!-- The model for a section that requires that a
|
164
|
+
section title be present, used for elements
|
165
|
+
such as Section and Appendix. -->
|
166
|
+
<!ENTITY % sec-model "(sec-meta?, label?, title, (%para-level;)*,
|
167
|
+
(%sec-level;)*,
|
168
|
+
(%sec-back-matter-mix;)* )" >
|
169
|
+
|
170
|
+
|
171
|
+
<!-- CONTENT MODEL FOR A SECTION METADATA -->
|
172
|
+
<!-- In some works, each section has a different
|
173
|
+
author or some sections are authored by
|
174
|
+
different contributors from the enclosing
|
175
|
+
article. This wrapper element for
|
176
|
+
section-level metadata is used to capture
|
177
|
+
information such as those contributors.
|
178
|
+
-->
|
179
|
+
<!ENTITY % sec-meta-model
|
180
|
+
"(contrib-group*, kwd-group*,
|
181
|
+
permissions?)" >
|
182
|
+
|
183
|
+
|
184
|
+
<!-- CONTENT MODEL FOR AN UNTITLED SECTION -->
|
185
|
+
<!-- The model for a section-like structure that
|
186
|
+
may or may not have an initial title -->
|
187
|
+
<!ENTITY % sec-opt-title-model
|
188
|
+
"(sec-meta?, label?, title?, (%para-level;)*,
|
189
|
+
(%sec-level;)*,
|
190
|
+
(%sec-back-matter-mix;)* )" >
|
191
|
+
|
192
|
+
|
193
|
+
<!-- ============================================================= -->
|
194
|
+
<!-- PARAMETER ENTITIES FOR MIXED CONTENT -->
|
195
|
+
<!-- ============================================================= -->
|
196
|
+
|
197
|
+
|
198
|
+
<!-- LINK ELEMENTS -->
|
199
|
+
<!-- Elements for use in the linking elements
|
200
|
+
such as <xref>, <target>, and <ext-link> -->
|
201
|
+
<!ENTITY % link-elements
|
202
|
+
"| %emphasis.class; | %phrase-content.class; |
|
203
|
+
%subsup.class;" >
|
204
|
+
|
205
|
+
|
206
|
+
<!-- PARAGRAPH ELEMENTS -->
|
207
|
+
<!-- The elements that can be included along with
|
208
|
+
data characters inside the content model of
|
209
|
+
a paragraph <p>.
|
210
|
+
Design Note: There is a major overlap between
|
211
|
+
this parameter entity and the mix for elements
|
212
|
+
that are at the same level as a paragraph.
|
213
|
+
Inline elements appear only inside a
|
214
|
+
paragraph, but block elements such as quotes
|
215
|
+
and lists may appear either within a
|
216
|
+
paragraph or at the same level as a
|
217
|
+
paragraph. This serves a requirement in a
|
218
|
+
repository DTD, since some incoming material
|
219
|
+
will have restricted such elements to only
|
220
|
+
inside a paragraph, some incoming material
|
221
|
+
will have restricted them to only outside a
|
222
|
+
paragraph and some may allow them in both
|
223
|
+
places. Thus the DTD must allow for them to
|
224
|
+
be in either or both.
|
225
|
+
Design Note: Inline mixes begin with an
|
226
|
+
OR bar -->
|
227
|
+
<!ENTITY % p-elements "| %address-link.class; |
|
228
|
+
%article-link.class; |
|
229
|
+
%block-display.class; | %block-math.class; |
|
230
|
+
%citation.class; | %emphasis.class; |
|
231
|
+
%funding.class; | %inline-math.class; |
|
232
|
+
%inline-display-noalt.class; |
|
233
|
+
%list.class; | %math.class; |
|
234
|
+
%phrase.class; | %rest-of-para.class; |
|
235
|
+
%simple-link.class; |
|
236
|
+
%subsup.class;" >
|
237
|
+
|
238
|
+
|
239
|
+
<!-- TITLE ELEMENTS -->
|
240
|
+
<!-- Elements for use in all the title elements
|
241
|
+
such as <title>, <subtitle>, <trans-title>,
|
242
|
+
etc.
|
243
|
+
Design Note: All inline mixes begin with an
|
244
|
+
OR bar, but since %simple-phrase; is an
|
245
|
+
inline mix, the OR bar is already there. -->
|
246
|
+
<!ENTITY % title-elements
|
247
|
+
"%simple-phrase; | %break.class;" >
|
248
|
+
|
249
|
+
|
250
|
+
<!-- ============================================================= -->
|
251
|
+
<!-- PARAMETER ENTITIES FOR LINKING ATTRIBUTES -->
|
252
|
+
<!-- ============================================================= -->
|
253
|
+
|
254
|
+
|
255
|
+
<!-- XLINK LINK ATTRIBUTES -->
|
256
|
+
<!-- Used for elements that are a link by
|
257
|
+
definition, such as the <xref> element. -->
|
258
|
+
<!ENTITY % link-atts
|
259
|
+
"xmlns:xlink CDATA #FIXED
|
260
|
+
'http://www.w3.org/1999/xlink'
|
261
|
+
xlink:type (simple) #FIXED 'simple'
|
262
|
+
xlink:href CDATA #REQUIRED
|
263
|
+
xlink:role CDATA #IMPLIED
|
264
|
+
xlink:title CDATA #IMPLIED
|
265
|
+
xlink:show (embed | new | none | other | replace)
|
266
|
+
#IMPLIED
|
267
|
+
xlink:actuate
|
268
|
+
(none | onLoad | onRequest | other)
|
269
|
+
#IMPLIED" >
|
270
|
+
|
271
|
+
|
272
|
+
<!-- MIGHT LINK XLINK ATTRIBUTES -->
|
273
|
+
<!-- Used for elements which may need to link to
|
274
|
+
external sources or other objects within
|
275
|
+
the document, but may not necessarily act
|
276
|
+
as a link at all. The attribute
|
277
|
+
"xlink:href" identifies the object to which
|
278
|
+
the link points. -->
|
279
|
+
<!ENTITY % might-link-atts
|
280
|
+
"xmlns:xlink CDATA #FIXED
|
281
|
+
'http://www.w3.org/1999/xlink'
|
282
|
+
xlink:type (simple) #FIXED 'simple'
|
283
|
+
xlink:href CDATA #IMPLIED
|
284
|
+
xlink:role CDATA #IMPLIED
|
285
|
+
xlink:title CDATA #IMPLIED
|
286
|
+
xlink:show (embed | new | none | other | replace)
|
287
|
+
#IMPLIED
|
288
|
+
xlink:actuate
|
289
|
+
(none | onLoad | onRequest | other)
|
290
|
+
#IMPLIED" >
|
291
|
+
|
292
|
+
|
293
|
+
<!-- ============================================================= -->
|
294
|
+
<!-- PARAMETER ENTITIES FOR ATTRIBUTES LISTS -->
|
295
|
+
<!-- (ALPHABETICAL ORDER) -->
|
296
|
+
<!-- ============================================================= -->
|
297
|
+
|
298
|
+
|
299
|
+
<!-- AFFILIATION ATTRIBUTES -->
|
300
|
+
<!-- Attributes for the <ack> element -->
|
301
|
+
<!ENTITY % ack-atts
|
302
|
+
"id ID #IMPLIED
|
303
|
+
specific-use
|
304
|
+
CDATA #IMPLIED
|
305
|
+
content-type
|
306
|
+
CDATA #IMPLIED" >
|
307
|
+
|
308
|
+
|
309
|
+
<!-- ADDRESS ATTRIBUTES -->
|
310
|
+
<!-- Attributes for the <address> element -->
|
311
|
+
<!ENTITY % address-atts
|
312
|
+
"id ID #IMPLIED
|
313
|
+
specific-use
|
314
|
+
CDATA #IMPLIED
|
315
|
+
content-type
|
316
|
+
CDATA #IMPLIED" >
|
317
|
+
|
318
|
+
|
319
|
+
<!-- ADDRESS LINE ATTRIBUTES -->
|
320
|
+
<!-- Attributes for the <addr-line> element -->
|
321
|
+
<!ENTITY % addr-line-atts
|
322
|
+
"content-type
|
323
|
+
CDATA #IMPLIED" >
|
324
|
+
|
325
|
+
|
326
|
+
<!-- AFFILIATION ATTRIBUTES -->
|
327
|
+
<!-- Attributes for the Affiliation <aff>
|
328
|
+
element -->
|
329
|
+
<!ENTITY % aff-atts
|
330
|
+
"id ID #IMPLIED
|
331
|
+
content-type
|
332
|
+
CDATA #IMPLIED
|
333
|
+
rid IDREFS #IMPLIED" >
|
334
|
+
|
335
|
+
|
336
|
+
<!-- ALTERNATE TEXT ATTRIBUTES -->
|
337
|
+
<!-- Attributes for the <alt-text> element -->
|
338
|
+
<!ENTITY % alt-text-atts
|
339
|
+
"id ID #IMPLIED
|
340
|
+
content-type
|
341
|
+
CDATA #IMPLIED
|
342
|
+
xml:lang NMTOKEN #IMPLIED" >
|
343
|
+
|
344
|
+
|
345
|
+
<!-- ARTICLE TITLE ATTRIBUTES -->
|
346
|
+
<!-- Attributes for the <article-title> element -->
|
347
|
+
<!ENTITY % article-title-atts
|
348
|
+
"id ID #IMPLIED
|
349
|
+
xml:lang NMTOKEN #IMPLIED" >
|
350
|
+
|
351
|
+
|
352
|
+
<!-- ATTRIBUTION ATTRIBUTES -->
|
353
|
+
<!-- Attributes for the <attrib> element -->
|
354
|
+
<!ENTITY % attrib-atts
|
355
|
+
"id ID #IMPLIED
|
356
|
+
specific-use
|
357
|
+
CDATA #IMPLIED" >
|
358
|
+
|
359
|
+
|
360
|
+
<!-- BIOGRAPHY ATTRIBUTES -->
|
361
|
+
<!-- Attributes for <bio> element -->
|
362
|
+
<!ENTITY % bio-atts
|
363
|
+
"id ID #IMPLIED
|
364
|
+
rid IDREFS #IMPLIED
|
365
|
+
content-type
|
366
|
+
CDATA #IMPLIED
|
367
|
+
specific-use
|
368
|
+
CDATA #IMPLIED
|
369
|
+
%might-link-atts;" >
|
370
|
+
|
371
|
+
|
372
|
+
<!-- CITATION ATTRIBUTES -->
|
373
|
+
<!-- Attributes for all three types of
|
374
|
+
citations (<mixed-citation>,
|
375
|
+
<element-citation>, and <nlm-citation>). -->
|
376
|
+
<!ENTITY % citation-atts
|
377
|
+
"id ID #IMPLIED
|
378
|
+
publication-type
|
379
|
+
CDATA #IMPLIED
|
380
|
+
publisher-type
|
381
|
+
CDATA #IMPLIED
|
382
|
+
publication-format
|
383
|
+
CDATA #IMPLIED
|
384
|
+
%might-link-atts;" >
|
385
|
+
|
386
|
+
|
387
|
+
<!-- COLLABORATION ATTRIBUTES -->
|
388
|
+
<!-- Attributes for <collab> -->
|
389
|
+
<!ENTITY % collab-atts
|
390
|
+
"collab-type
|
391
|
+
CDATA #IMPLIED
|
392
|
+
id ID #IMPLIED
|
393
|
+
%might-link-atts;" >
|
394
|
+
|
395
|
+
|
396
|
+
<!-- CONFERENCE ACRONYM ATTRIBUTES -->
|
397
|
+
<!-- Attributes for the <conf-acronym> element -->
|
398
|
+
<!ENTITY % conf-acronym-atts
|
399
|
+
"content-type
|
400
|
+
CDATA #IMPLIED" >
|
401
|
+
|
402
|
+
|
403
|
+
<!-- CONFERENCE DATE ATTRIBUTES -->
|
404
|
+
<!-- Attributes for the <conf-date> element -->
|
405
|
+
<!ENTITY % conf-date-atts
|
406
|
+
"content-type
|
407
|
+
CDATA #IMPLIED" >
|
408
|
+
|
409
|
+
|
410
|
+
<!-- CONFERENCE LOCATION ATTRIBUTES -->
|
411
|
+
<!-- Attributes for the <conf-loc> element -->
|
412
|
+
<!ENTITY % conf-loc-atts
|
413
|
+
"content-type
|
414
|
+
CDATA #IMPLIED" >
|
415
|
+
|
416
|
+
|
417
|
+
<!-- CONFERENCE NAME ATTRIBUTES -->
|
418
|
+
<!-- Attributes for the <conf-name> element -->
|
419
|
+
<!ENTITY % conf-name-atts
|
420
|
+
"content-type
|
421
|
+
CDATA #IMPLIED" >
|
422
|
+
|
423
|
+
|
424
|
+
<!-- CONFERENCE NUMBER ATTRIBUTES -->
|
425
|
+
<!-- Attributes for the <conf-num> element -->
|
426
|
+
<!ENTITY % conf-num-atts
|
427
|
+
"content-type
|
428
|
+
CDATA #IMPLIED" >
|
429
|
+
|
430
|
+
|
431
|
+
<!-- CONFERENCE SPONSOR ATTRIBUTES -->
|
432
|
+
<!-- Attributes for the <conf-sponsor> element -->
|
433
|
+
<!ENTITY % conf-sponsor-atts
|
434
|
+
"content-type
|
435
|
+
CDATA #IMPLIED" >
|
436
|
+
|
437
|
+
|
438
|
+
<!-- CONFERENCE THEME ATTRIBUTES -->
|
439
|
+
<!-- Attributes for the <conf-theme> element -->
|
440
|
+
<!ENTITY % conf-theme-atts
|
441
|
+
"content-type
|
442
|
+
CDATA #IMPLIED" >
|
443
|
+
|
444
|
+
|
445
|
+
<!-- CONFERENCE ATTRIBUTES -->
|
446
|
+
<!-- Attributes for the <conference> element -->
|
447
|
+
<!ENTITY % conference-atts
|
448
|
+
"content-type
|
449
|
+
CDATA #IMPLIED
|
450
|
+
%might-link-atts;" >
|
451
|
+
|
452
|
+
|
453
|
+
<!-- COPYRIGHT HOLDER ATTRIBUTES -->
|
454
|
+
<!-- Attributes for the <copyright-holder>
|
455
|
+
element -->
|
456
|
+
<!ENTITY % copyright-holder-atts
|
457
|
+
"content-type
|
458
|
+
CDATA #IMPLIED" >
|
459
|
+
|
460
|
+
|
461
|
+
<!-- COPYRIGHT STATEMENT ATTRIBUTES -->
|
462
|
+
<!-- Attributes for the <copyright-statement>
|
463
|
+
element -->
|
464
|
+
<!ENTITY % copyright-statement-atts
|
465
|
+
"content-type
|
466
|
+
CDATA #IMPLIED
|
467
|
+
specific-use
|
468
|
+
CDATA #IMPLIED" >
|
469
|
+
|
470
|
+
|
471
|
+
<!-- COPYRIGHT YEAR ATTRIBUTES -->
|
472
|
+
<!-- Attributes for the <copyright-year>
|
473
|
+
element -->
|
474
|
+
<!ENTITY % copyright-year-atts
|
475
|
+
"content-type
|
476
|
+
CDATA #IMPLIED" >
|
477
|
+
|
478
|
+
|
479
|
+
<!-- COUNTRY ATTRIBUTES -->
|
480
|
+
<!-- Attributes for the <country> element -->
|
481
|
+
<!ENTITY % country-atts
|
482
|
+
"content-type
|
483
|
+
CDATA #IMPLIED
|
484
|
+
country CDATA #IMPLIED" >
|
485
|
+
|
486
|
+
|
487
|
+
<!-- CUSTOM METADATA ATTRIBUTES -->
|
488
|
+
<!-- Attributes for the <custom-meta> element -->
|
489
|
+
<!ENTITY % custom-meta-atts
|
490
|
+
"id ID #IMPLIED
|
491
|
+
specific-use
|
492
|
+
CDATA #IMPLIED
|
493
|
+
%might-link-atts;" >
|
494
|
+
|
495
|
+
|
496
|
+
<!-- DATE (HISTORICAL) ATTRIBUTES -->
|
497
|
+
<!-- Attributes for the <date> element -->
|
498
|
+
<!ENTITY % date-atts
|
499
|
+
"date-type CDATA #IMPLIED" >
|
500
|
+
|
501
|
+
|
502
|
+
<!-- DAY ATTRIBUTES -->
|
503
|
+
<!-- Attributes for the <day> element -->
|
504
|
+
<!ENTITY % day-atts
|
505
|
+
"content-type
|
506
|
+
CDATA #IMPLIED" >
|
507
|
+
|
508
|
+
|
509
|
+
<!-- DEFINITION LIST: DEFINITION ATTRIBUTES -->
|
510
|
+
<!-- Attribute list for the <def> element -->
|
511
|
+
<!ENTITY % def-atts
|
512
|
+
"rid IDREFS #IMPLIED
|
513
|
+
id ID #IMPLIED" >
|
514
|
+
|
515
|
+
|
516
|
+
<!-- ELECTRONIC LOCATION IDENTIFIER ATTRIBUTES
|
517
|
+
Attribute list for the <elocation-id>
|
518
|
+
element -->
|
519
|
+
<!ENTITY % elocation-id-atts
|
520
|
+
"content-type
|
521
|
+
CDATA #IMPLIED
|
522
|
+
seq CDATA #IMPLIED" >
|
523
|
+
|
524
|
+
|
525
|
+
<!-- EMAIL ATTRIBUTES -->
|
526
|
+
<!-- Attribute list for the <email> element -->
|
527
|
+
<!ENTITY % email-atts
|
528
|
+
"content-type
|
529
|
+
CDATA #IMPLIED
|
530
|
+
specific-use
|
531
|
+
CDATA #IMPLIED
|
532
|
+
%might-link-atts;" >
|
533
|
+
|
534
|
+
|
535
|
+
<!-- EXTERNAL LINK ATTRIBUTES -->
|
536
|
+
<!-- Attribute list for external links, such as
|
537
|
+
<ext-link> -->
|
538
|
+
<!ENTITY % ext-link-atts
|
539
|
+
"id ID #IMPLIED
|
540
|
+
ext-link-type
|
541
|
+
CDATA #IMPLIED
|
542
|
+
specific-use
|
543
|
+
CDATA #IMPLIED
|
544
|
+
%might-link-atts;" >
|
545
|
+
|
546
|
+
|
547
|
+
<!-- FAX ATTRIBUTES -->
|
548
|
+
<!-- Attribute list for the <fax> element -->
|
549
|
+
<!ENTITY % fax-atts
|
550
|
+
"content-type
|
551
|
+
CDATA #IMPLIED" >
|
552
|
+
|
553
|
+
|
554
|
+
<!-- FIRST PAGE ATTRIBUTES -->
|
555
|
+
<!-- Attribute list for the <fpage> element -->
|
556
|
+
<!ENTITY % fpage-atts
|
557
|
+
"content-type
|
558
|
+
CDATA #IMPLIED
|
559
|
+
seq CDATA #IMPLIED" >
|
560
|
+
|
561
|
+
|
562
|
+
<!-- GIVEN NAMES ATTRIBUTES -->
|
563
|
+
<!-- Attribute list for the <given-names> element
|
564
|
+
-->
|
565
|
+
<!ENTITY % given-names-atts
|
566
|
+
"initials CDATA #IMPLIED" >
|
567
|
+
|
568
|
+
|
569
|
+
<!-- INSTITUTION ATTRIBUTES -->
|
570
|
+
<!-- Attribute list for <institution> -->
|
571
|
+
<!ENTITY % institution-atts
|
572
|
+
"id ID #IMPLIED
|
573
|
+
content-type
|
574
|
+
CDATA #IMPLIED
|
575
|
+
%might-link-atts;" >
|
576
|
+
|
577
|
+
|
578
|
+
<!-- ISBN ATTRIBUTES -->
|
579
|
+
<!-- Attributes for the <isbn> element -->
|
580
|
+
<!ENTITY % isbn-atts
|
581
|
+
"content-type
|
582
|
+
CDATA #IMPLIED" >
|
583
|
+
|
584
|
+
|
585
|
+
<!-- ISSN ATTRIBUTES -->
|
586
|
+
<!-- Attribute list for <issn> (and <isbn> in
|
587
|
+
Book) -->
|
588
|
+
<!ENTITY % issn-atts
|
589
|
+
"pub-type CDATA #IMPLIED" >
|
590
|
+
|
591
|
+
|
592
|
+
<!-- ISSUE ATTRIBUTES -->
|
593
|
+
<!-- Attribute list for the <issue> element -->
|
594
|
+
<!ENTITY % issue-atts
|
595
|
+
"content-type
|
596
|
+
CDATA #IMPLIED
|
597
|
+
seq CDATA #IMPLIED" >
|
598
|
+
|
599
|
+
|
600
|
+
<!-- ISSUE IDENTIFIER ATTRIBUTES -->
|
601
|
+
<!-- Attributes for the <issue-id> element -->
|
602
|
+
<!ENTITY % issue-id-atts
|
603
|
+
"pub-id-type
|
604
|
+
CDATA #IMPLIED
|
605
|
+
content-type
|
606
|
+
CDATA #IMPLIED" >
|
607
|
+
|
608
|
+
|
609
|
+
<!-- ISSUE SPONSOR ATTRIBUTES -->
|
610
|
+
<!-- Attribute list for <issue-sponsor> element -->
|
611
|
+
<!ENTITY % issue-sponsor-atts
|
612
|
+
"content-type
|
613
|
+
CDATA #IMPLIED" >
|
614
|
+
|
615
|
+
|
616
|
+
<!-- ISSUE TITLE ATTRIBUTES -->
|
617
|
+
<!-- Attribute list for <issue-title> element -->
|
618
|
+
<!ENTITY % issue-title-atts
|
619
|
+
"content-type
|
620
|
+
CDATA #IMPLIED" >
|
621
|
+
|
622
|
+
|
623
|
+
<!-- JOURNAL IDENTIFIER ATTRIBUTES -->
|
624
|
+
<!-- Attribute list for journal identifier
|
625
|
+
<journal-id> element -->
|
626
|
+
<!ENTITY % journal-id-atts
|
627
|
+
"journal-id-type
|
628
|
+
CDATA #IMPLIED " >
|
629
|
+
|
630
|
+
|
631
|
+
<!-- LICENSE ATTRIBUTES -->
|
632
|
+
<!-- Attributes for the <license> element -->
|
633
|
+
<!ENTITY % license-atts
|
634
|
+
"license-type
|
635
|
+
CDATA #IMPLIED
|
636
|
+
%might-link-atts;" >
|
637
|
+
|
638
|
+
|
639
|
+
<!-- LONG DESCRIPTION ATTRIBUTES -->
|
640
|
+
<!-- Attributes for the <long-desc> element -->
|
641
|
+
<!ENTITY % long-desc-atts
|
642
|
+
"id ID #IMPLIED
|
643
|
+
content-type
|
644
|
+
CDATA #IMPLIED
|
645
|
+
xml:lang NMTOKEN #IMPLIED" >
|
646
|
+
|
647
|
+
|
648
|
+
<!-- LPAGE ATTRIBUTES -->
|
649
|
+
<!-- Attributes for the <lpage> element -->
|
650
|
+
<!ENTITY % lpage-atts
|
651
|
+
"content-type
|
652
|
+
CDATA #IMPLIED" >
|
653
|
+
|
654
|
+
|
655
|
+
<!-- MONTH ATTRIBUTES -->
|
656
|
+
<!-- Attributes for the <month> element -->
|
657
|
+
<!ENTITY % month-atts
|
658
|
+
"content-type
|
659
|
+
CDATA #IMPLIED" >
|
660
|
+
|
661
|
+
|
662
|
+
<!-- NAME ATTRIBUTES -->
|
663
|
+
<!-- Attribute list for the <name> element -->
|
664
|
+
<!ENTITY % name-atts
|
665
|
+
"content-type
|
666
|
+
CDATA #IMPLIED
|
667
|
+
name-style (western | eastern | islensk) 'western'" >
|
668
|
+
|
669
|
+
|
670
|
+
<!-- NOTES ATTRIBUTES -->
|
671
|
+
<!-- Attribute list for the <note> element -->
|
672
|
+
<!ENTITY % notes-atts
|
673
|
+
"id ID #IMPLIED
|
674
|
+
notes-type CDATA #IMPLIED
|
675
|
+
specific-use
|
676
|
+
CDATA #IMPLIED" >
|
677
|
+
|
678
|
+
|
679
|
+
<!-- OBJECT IDENTIFIER ATTRIBUTES -->
|
680
|
+
<!-- Attributes for the <object-id> element -->
|
681
|
+
<!ENTITY % object-id-atts
|
682
|
+
"pub-id-type
|
683
|
+
CDATA #IMPLIED
|
684
|
+
content-type
|
685
|
+
CDATA #IMPLIED" >
|
686
|
+
|
687
|
+
|
688
|
+
<!-- PAGE RANGE ATTRIBUTES -->
|
689
|
+
<!-- Attributes for the <page-range> element -->
|
690
|
+
<!ENTITY % page-range-atts
|
691
|
+
"content-type
|
692
|
+
CDATA #IMPLIED" >
|
693
|
+
|
694
|
+
|
695
|
+
<!-- PHONE ATTRIBUTES -->
|
696
|
+
<!-- Attributes for the <phone> element -->
|
697
|
+
<!ENTITY % phone-atts
|
698
|
+
"content-type
|
699
|
+
CDATA #IMPLIED" >
|
700
|
+
|
701
|
+
|
702
|
+
<!-- PRICE ATTRIBUTES -->
|
703
|
+
<!-- Attributes for the <price> element -->
|
704
|
+
<!ENTITY % price-atts
|
705
|
+
"currency CDATA #IMPLIED
|
706
|
+
content-type
|
707
|
+
CDATA #IMPLIED" >
|
708
|
+
|
709
|
+
|
710
|
+
<!-- PUBLISHER ATTRIBUTES -->
|
711
|
+
<!-- Attributes for the <publisher> element -->
|
712
|
+
<!ENTITY % publisher-atts
|
713
|
+
"content-type
|
714
|
+
CDATA #IMPLIED" >
|
715
|
+
|
716
|
+
|
717
|
+
<!-- RELATED ARTICLE ATTRIBUTES -->
|
718
|
+
<!-- Attributes for <related-article> -->
|
719
|
+
<!ENTITY % related-article-atts
|
720
|
+
"id ID #IMPLIED
|
721
|
+
related-article-type
|
722
|
+
CDATA #REQUIRED
|
723
|
+
ext-link-type
|
724
|
+
CDATA #IMPLIED
|
725
|
+
specific-use
|
726
|
+
CDATA #IMPLIED
|
727
|
+
vol CDATA #IMPLIED
|
728
|
+
page CDATA #IMPLIED
|
729
|
+
issue CDATA #IMPLIED
|
730
|
+
elocation-id
|
731
|
+
CDATA #IMPLIED
|
732
|
+
journal-id
|
733
|
+
CDATA #IMPLIED
|
734
|
+
%journal-id-atts;
|
735
|
+
%might-link-atts;" >
|
736
|
+
|
737
|
+
|
738
|
+
<!-- ROLE ATTRIBUTES -->
|
739
|
+
<!-- Attributes for the <role> element -->
|
740
|
+
<!ENTITY % role-atts
|
741
|
+
"content-type
|
742
|
+
CDATA #IMPLIED" >
|
743
|
+
|
744
|
+
|
745
|
+
<!-- SEASON ATTRIBUTES -->
|
746
|
+
<!-- Attributes for the <season> element -->
|
747
|
+
<!ENTITY % season-atts
|
748
|
+
"content-type
|
749
|
+
CDATA #IMPLIED" >
|
750
|
+
|
751
|
+
|
752
|
+
<!-- SIGNATURE ATTRIBUTES -->
|
753
|
+
<!-- Attributes for the <sig> element -->
|
754
|
+
<!ENTITY % sig-atts
|
755
|
+
"id ID #IMPLIED
|
756
|
+
rid IDREFS #IMPLIED
|
757
|
+
content-type
|
758
|
+
CDATA #IMPLIED" >
|
759
|
+
|
760
|
+
|
761
|
+
<!-- SIGNATURE BLOCK ATTRIBUTES -->
|
762
|
+
<!-- Attributes for the <sig-block> element -->
|
763
|
+
<!ENTITY % sig-block-atts
|
764
|
+
"id ID #IMPLIED
|
765
|
+
rid IDREFS #IMPLIED
|
766
|
+
content-type
|
767
|
+
CDATA #IMPLIED
|
768
|
+
specific-use
|
769
|
+
CDATA #IMPLIED" >
|
770
|
+
|
771
|
+
<!-- SIZE ATTRIBUTES -->
|
772
|
+
<!-- Attribute list for the <size> element -->
|
773
|
+
<!ENTITY % size-atts
|
774
|
+
"units CDATA #REQUIRED" >
|
775
|
+
|
776
|
+
|
777
|
+
<!-- STRING DATE ATTRIBUTES -->
|
778
|
+
<!-- Attributes for the <string-date> element -->
|
779
|
+
<!ENTITY % string-date-atts
|
780
|
+
"content-type
|
781
|
+
CDATA #IMPLIED" >
|
782
|
+
|
783
|
+
|
784
|
+
<!-- SUFFIX ATTRIBUTES -->
|
785
|
+
<!-- Attributes for the <suffix> element -->
|
786
|
+
<!ENTITY % suffix-atts
|
787
|
+
"content-type
|
788
|
+
CDATA #IMPLIED" >
|
789
|
+
|
790
|
+
|
791
|
+
<!-- SURNAME ATTRIBUTES -->
|
792
|
+
<!-- Attribute list for the <surname> element -->
|
793
|
+
<!ENTITY % surname-atts
|
794
|
+
"initials CDATA #IMPLIED" >
|
795
|
+
|
796
|
+
|
797
|
+
<!-- TITLE ATTRIBUTES -->
|
798
|
+
<!-- Attributes for the <title> and similar
|
799
|
+
elements -->
|
800
|
+
<!ENTITY % title-atts
|
801
|
+
"id ID #IMPLIED
|
802
|
+
content-type
|
803
|
+
CDATA #IMPLIED" >
|
804
|
+
|
805
|
+
|
806
|
+
<!-- TRANSLATED TITLE ATTRIBUTES -->
|
807
|
+
<!-- Attribute list for the <trans-title> -->
|
808
|
+
<!ENTITY % trans-title-atts
|
809
|
+
"id ID #IMPLIED
|
810
|
+
content-type
|
811
|
+
CDATA #IMPLIED
|
812
|
+
xml:lang NMTOKEN #IMPLIED">
|
813
|
+
|
814
|
+
|
815
|
+
<!-- TRANSLATED TITLE GROUP ATTRIBUTES -->
|
816
|
+
<!-- Attribute list for the <trans-title-group> -->
|
817
|
+
<!ENTITY % trans-title-group-atts
|
818
|
+
"id ID #IMPLIED
|
819
|
+
content-type
|
820
|
+
CDATA #IMPLIED
|
821
|
+
xml:lang NMTOKEN #REQUIRED">
|
822
|
+
|
823
|
+
|
824
|
+
<!-- URI ATTRIBUTES -->
|
825
|
+
<!-- Attributes for the <uri> element -->
|
826
|
+
<!ENTITY % uri-atts
|
827
|
+
"content-type
|
828
|
+
CDATA #IMPLIED
|
829
|
+
%might-link-atts;" >
|
830
|
+
|
831
|
+
|
832
|
+
<!-- VOLUME NUMBER ATTRIBUTES -->
|
833
|
+
<!-- Attribute list for the <volume> element -->
|
834
|
+
<!ENTITY % volume-atts
|
835
|
+
"seq CDATA #IMPLIED
|
836
|
+
content-type
|
837
|
+
CDATA #IMPLIED" >
|
838
|
+
|
839
|
+
|
840
|
+
<!-- VOLUME IDENTIFIER ATTRIBUTES -->
|
841
|
+
<!-- Attributes for the <volume-id> element -->
|
842
|
+
<!ENTITY % volume-id-atts
|
843
|
+
"pub-id-type
|
844
|
+
CDATA #IMPLIED
|
845
|
+
content-type
|
846
|
+
CDATA #IMPLIED" >
|
847
|
+
|
848
|
+
|
849
|
+
<!-- VOLUME SERIES ATTRIBUTES -->
|
850
|
+
<!-- Attribute list for the <volume-series>
|
851
|
+
element -->
|
852
|
+
<!ENTITY % volume-series-atts
|
853
|
+
"content-type
|
854
|
+
CDATA #IMPLIED" >
|
855
|
+
|
856
|
+
|
857
|
+
<!-- YEAR ATTRIBUTES -->
|
858
|
+
<!-- Attributes for the <year> element -->
|
859
|
+
<!ENTITY % year-atts
|
860
|
+
"content-type
|
861
|
+
CDATA #IMPLIED" >
|
862
|
+
|
863
|
+
|
864
|
+
<!-- ============================================================= -->
|
865
|
+
<!-- METADATA USED BY MORE THAN ONE CLASS -->
|
866
|
+
<!-- ============================================================= -->
|
867
|
+
|
868
|
+
|
869
|
+
<!-- ============================================================= -->
|
870
|
+
<!-- COMMON COPYRIGHT/PERMISSION ELEMENTS -->
|
871
|
+
<!-- ============================================================= -->
|
872
|
+
|
873
|
+
|
874
|
+
<!-- COPYRIGHT HOLDER ELEMENTS -->
|
875
|
+
<!-- Elements to be mixed with data characters
|
876
|
+
inside the content model for the
|
877
|
+
<copyright-holder> element. -->
|
878
|
+
<!ENTITY % copyright-holder-elements
|
879
|
+
"| %subsup.class;" >
|
880
|
+
|
881
|
+
|
882
|
+
<!-- COPYRIGHT HOLDER -->
|
883
|
+
<!-- Name of the organizational or personal
|
884
|
+
entity that holds the copyright.
|
885
|
+
Details at:
|
886
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=copyright-holder
|
887
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=copyright-holder
|
888
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=copyright-holder
|
889
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=copyright-holder
|
890
|
+
-->
|
891
|
+
<!ELEMENT copyright-holder
|
892
|
+
(#PCDATA %copyright-holder-elements;)* >
|
893
|
+
<!ATTLIST copyright-holder
|
894
|
+
%copyright-holder-atts; >
|
895
|
+
|
896
|
+
|
897
|
+
<!-- COPYRIGHT STATEMENT ELEMENTS -->
|
898
|
+
<!-- Content model for <copyright-statement> -->
|
899
|
+
<!ENTITY % copyright-statement-elements
|
900
|
+
"| %address-link.class; | %emphasis.class; |
|
901
|
+
%phrase-content.class; | %subsup.class;" >
|
902
|
+
|
903
|
+
|
904
|
+
<!-- COPYRIGHT STATEMENT -->
|
905
|
+
<!-- Copyright notice or statement, suitable for
|
906
|
+
printing or display. Within the statement the
|
907
|
+
copyright year should be identified, if
|
908
|
+
expected to be displayed.
|
909
|
+
Details at:
|
910
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=copyright-statement
|
911
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=copyright-statement
|
912
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=copyright-statement
|
913
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=copyright-statement
|
914
|
+
-->
|
915
|
+
<!ELEMENT copyright-statement
|
916
|
+
(#PCDATA %copyright-statement-elements;)* >
|
917
|
+
<!ATTLIST copyright-statement
|
918
|
+
%copyright-statement-atts; >
|
919
|
+
|
920
|
+
|
921
|
+
<!-- COPYRIGHT YEAR -->
|
922
|
+
<!-- Year of the copyright. Need not be used, if,
|
923
|
+
for example, having the year as part of the
|
924
|
+
copyright statement is sufficient.
|
925
|
+
Details at:
|
926
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=copyright-year
|
927
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=copyright-year
|
928
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=copyright-year
|
929
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=copyright-year
|
930
|
+
-->
|
931
|
+
<!ELEMENT copyright-year
|
932
|
+
(#PCDATA) >
|
933
|
+
<!ATTLIST copyright-year
|
934
|
+
%copyright-year-atts; >
|
935
|
+
|
936
|
+
|
937
|
+
<!-- LICENSE MODEL -->
|
938
|
+
<!-- Content model for an <license> element -->
|
939
|
+
<!ENTITY % license-model
|
940
|
+
"((%license-p.class;)+)" >
|
941
|
+
|
942
|
+
|
943
|
+
<!-- LICENSE INFORMATION -->
|
944
|
+
<!-- The set of conditions under which people are
|
945
|
+
allowed to use this article or other
|
946
|
+
license-related information or restrictions.
|
947
|
+
Details at:
|
948
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=license
|
949
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=license
|
950
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=license
|
951
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=license
|
952
|
+
-->
|
953
|
+
<!ELEMENT license %license-model; >
|
954
|
+
<!ATTLIST license
|
955
|
+
%license-atts; >
|
956
|
+
|
957
|
+
|
958
|
+
<!-- LICENSE PARAGRAPH ELEMENTS -->
|
959
|
+
<!-- Elements that can be included with the text
|
960
|
+
inside a <license-p> element.
|
961
|
+
Design Note: All inline mixes begin with an
|
962
|
+
OR bar, but since %p-elements; is an
|
963
|
+
inline mix, the OR bar is already there. -->
|
964
|
+
<!ENTITY % license-p-elements
|
965
|
+
"%p-elements; | %price.class;" >
|
966
|
+
|
967
|
+
|
968
|
+
<!-- LICENSE PARAGRAPH -->
|
969
|
+
<!-- Paragraphs of text within the description of
|
970
|
+
a <license>. Not defined as an ordinary
|
971
|
+
paragraph, so that it can have special
|
972
|
+
content.
|
973
|
+
Details at:
|
974
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=license-p
|
975
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=license-p
|
976
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=license-p
|
977
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=license-p
|
978
|
+
-->
|
979
|
+
<!ELEMENT license-p (#PCDATA %license-p-elements;)* >
|
980
|
+
|
981
|
+
|
982
|
+
<!-- PERMISSIONS MODEL -->
|
983
|
+
<!-- Model for <permissions> wrapper element -->
|
984
|
+
<!ENTITY % permissions-model
|
985
|
+
"(copyright-statement*, copyright-year*,
|
986
|
+
copyright-holder*, license*)" >
|
987
|
+
|
988
|
+
|
989
|
+
<!-- PERMISSIONS -->
|
990
|
+
<!-- Wrapper element to hold the copyright
|
991
|
+
information, license material, and any
|
992
|
+
future similar metadata.
|
993
|
+
Details at:
|
994
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=permissions
|
995
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=permissions
|
996
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=permissions
|
997
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=permissions
|
998
|
+
-->
|
999
|
+
<!ELEMENT permissions
|
1000
|
+
%permissions-model; >
|
1001
|
+
|
1002
|
+
|
1003
|
+
<!-- ============================================================= -->
|
1004
|
+
<!-- COMMON METADATA/BIBLIOGRAPHIC ELEMENTS -->
|
1005
|
+
<!-- ============================================================= -->
|
1006
|
+
|
1007
|
+
|
1008
|
+
<!-- ARTICLE TITLE ELEMENTS -->
|
1009
|
+
<!-- Elements that can be included with the text
|
1010
|
+
inside an <article-title> element.
|
1011
|
+
Design Note: All inline mixes begin with an
|
1012
|
+
OR bar, but since %simple-phrase; is an
|
1013
|
+
inline mix, the OR bar is already there. -->
|
1014
|
+
<!ENTITY % article-title-elements
|
1015
|
+
"%simple-phrase; | %break.class;" >
|
1016
|
+
|
1017
|
+
|
1018
|
+
<!-- ARTICLE TITLE -->
|
1019
|
+
<!-- The title of the article in the language
|
1020
|
+
in which the article was originally
|
1021
|
+
published
|
1022
|
+
Details at:
|
1023
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=article-title
|
1024
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=article-title
|
1025
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=article-title
|
1026
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=article-title
|
1027
|
+
-->
|
1028
|
+
<!ELEMENT article-title
|
1029
|
+
(#PCDATA %article-title-elements;)* >
|
1030
|
+
<!ATTLIST article-title
|
1031
|
+
%article-title-atts; >
|
1032
|
+
|
1033
|
+
|
1034
|
+
<!-- AFFILIATION ELEMENTS -->
|
1035
|
+
<!-- Elements for use in the <aff> element -->
|
1036
|
+
<!ENTITY % aff-elements "| %address.class; | %address-link.class; |
|
1037
|
+
%article-link.class; | %break.class; |
|
1038
|
+
%emphasis.class; | %label.class; |
|
1039
|
+
%simple-link.class; | %subsup.class;" >
|
1040
|
+
|
1041
|
+
|
1042
|
+
<!-- AFFILIATION -->
|
1043
|
+
<!-- Name of a institution or organization such as
|
1044
|
+
a university or corporation.
|
1045
|
+
Details at:
|
1046
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=aff
|
1047
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=aff
|
1048
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=aff
|
1049
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=aff
|
1050
|
+
-->
|
1051
|
+
<!ELEMENT aff (#PCDATA %aff-elements;)* >
|
1052
|
+
<!ATTLIST aff
|
1053
|
+
%aff-atts; >
|
1054
|
+
|
1055
|
+
|
1056
|
+
<!-- COLLABORATIVE (GROUP) AUTHOR ELEMENTS -->
|
1057
|
+
<!-- Elements for use in the <collab> element
|
1058
|
+
Design Note: All inline mixes begin with an
|
1059
|
+
OR bar, but since %simple-text; is an inline
|
1060
|
+
mix, the OR bar is already there. -->
|
1061
|
+
<!ENTITY % collab-elements
|
1062
|
+
"%simple-text; | %address.class; |
|
1063
|
+
%contrib-group.class; |
|
1064
|
+
%contrib-info.class; | %fn-link.class;" >
|
1065
|
+
|
1066
|
+
|
1067
|
+
<!-- COLLABORATIVE (GROUP) AUTHOR -->
|
1068
|
+
<!-- Used for groups of authors credited under
|
1069
|
+
one name, either as a collaboration in the
|
1070
|
+
strictest sense, or when an organization,
|
1071
|
+
institution, or corporation is the group.
|
1072
|
+
Details at:
|
1073
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=collab
|
1074
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=collab
|
1075
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=collab
|
1076
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=collab
|
1077
|
+
-->
|
1078
|
+
<!ELEMENT collab (#PCDATA %collab-elements;)* >
|
1079
|
+
<!ATTLIST collab
|
1080
|
+
%collab-atts; >
|
1081
|
+
|
1082
|
+
|
1083
|
+
<!-- CONFERENCE DATE ELEMENTS -->
|
1084
|
+
<!-- Elements for use in the <conf-date> element-->
|
1085
|
+
<!ENTITY % conf-date-elements
|
1086
|
+
" " >
|
1087
|
+
|
1088
|
+
|
1089
|
+
<!-- CONFERENCE DATE -->
|
1090
|
+
<!-- The date(s) on which the conference was held.
|
1091
|
+
Details at:
|
1092
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conf-date
|
1093
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conf-date
|
1094
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conf-date
|
1095
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=conf-date
|
1096
|
+
-->
|
1097
|
+
<!ELEMENT conf-date (#PCDATA %conf-date-elements;)* >
|
1098
|
+
<!ATTLIST conf-date
|
1099
|
+
%conf-date-atts; >
|
1100
|
+
|
1101
|
+
|
1102
|
+
<!-- CONFERENCE LOCATION ELEMENTS -->
|
1103
|
+
<!-- Elements for use in the <conf-loc> element
|
1104
|
+
Design Note: All inline mixes begin with an
|
1105
|
+
OR bar, but since %simple-text; is an inline
|
1106
|
+
mix, the OR bar is already there. -->
|
1107
|
+
<!ENTITY % conf-loc-elements
|
1108
|
+
"%simple-text;" >
|
1109
|
+
|
1110
|
+
|
1111
|
+
<!-- CONFERENCE LOCATION -->
|
1112
|
+
<!-- The physical location(s) of the conference.
|
1113
|
+
This may include a city, a country, or a
|
1114
|
+
campus or organization location if that is
|
1115
|
+
the only location available.
|
1116
|
+
Details at:
|
1117
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conf-loc
|
1118
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conf-loc
|
1119
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conf-loc
|
1120
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=conf-loc
|
1121
|
+
-->
|
1122
|
+
<!ELEMENT conf-loc (#PCDATA %conf-loc-elements;)* >
|
1123
|
+
<!ATTLIST conf-loc
|
1124
|
+
%conf-loc-atts; >
|
1125
|
+
|
1126
|
+
|
1127
|
+
<!-- CONFERENCE NAME ELEMENTS -->
|
1128
|
+
<!-- Elements for use in the <conf-name> element.
|
1129
|
+
Design Note: All inline mixes begin with an
|
1130
|
+
OR bar, but since %simple-text; is an inline
|
1131
|
+
mix, the OR bar is already there. -->
|
1132
|
+
<!ENTITY % conf-name-elements
|
1133
|
+
"%simple-text;" >
|
1134
|
+
|
1135
|
+
|
1136
|
+
<!-- CONFERENCE NAME -->
|
1137
|
+
<!-- The full name of the conference, including any
|
1138
|
+
qualifiers such as "43rd Annual".
|
1139
|
+
Details at:
|
1140
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=conf-name
|
1141
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=conf-name
|
1142
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=conf-name
|
1143
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=conf-name
|
1144
|
+
-->
|
1145
|
+
<!ELEMENT conf-name (#PCDATA %conf-name-elements;)* >
|
1146
|
+
<!ATTLIST conf-name
|
1147
|
+
%conf-name-atts; >
|
1148
|
+
|
1149
|
+
|
1150
|
+
<!-- OBJECT IDENTIFIER -->
|
1151
|
+
<!-- Used to record an identifier such as a DOI
|
1152
|
+
for an interior element such as an <abstract>
|
1153
|
+
or <figure>.
|
1154
|
+
Details at:
|
1155
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=object-id
|
1156
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=object-id
|
1157
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=object-id
|
1158
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=object-id
|
1159
|
+
-->
|
1160
|
+
<!ELEMENT object-id (#PCDATA) >
|
1161
|
+
<!ATTLIST object-id
|
1162
|
+
%object-id-atts; >
|
1163
|
+
|
1164
|
+
|
1165
|
+
<!-- ISBN ELEMENTS -->
|
1166
|
+
<!-- Elements for use with data characters inside
|
1167
|
+
the model for the <isbn> element -->
|
1168
|
+
<!ENTITY % isbn-elements
|
1169
|
+
"" >
|
1170
|
+
|
1171
|
+
|
1172
|
+
<!-- ISSN -->
|
1173
|
+
<!-- International Standard Book Number
|
1174
|
+
Details at:
|
1175
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=isbn
|
1176
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=isbn
|
1177
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=isbn
|
1178
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=isbn
|
1179
|
+
-->
|
1180
|
+
<!ELEMENT isbn (#PCDATA %isbn-elements;)* >
|
1181
|
+
<!ATTLIST isbn
|
1182
|
+
%isbn-atts; >
|
1183
|
+
|
1184
|
+
|
1185
|
+
<!-- ISSN ELEMENTS -->
|
1186
|
+
<!-- Elements for use with data characters inside
|
1187
|
+
the model for the <issue> element -->
|
1188
|
+
<!ENTITY % issn-elements
|
1189
|
+
"" >
|
1190
|
+
|
1191
|
+
|
1192
|
+
<!-- ISSN -->
|
1193
|
+
<!-- International Standard Serial Number
|
1194
|
+
Details at:
|
1195
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=issn
|
1196
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=issn
|
1197
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=issn
|
1198
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=issn
|
1199
|
+
-->
|
1200
|
+
<!ELEMENT issn (#PCDATA %issn-elements;)* >
|
1201
|
+
<!ATTLIST issn
|
1202
|
+
%issn-atts; >
|
1203
|
+
|
1204
|
+
|
1205
|
+
<!-- ISSUE ELEMENTS -->
|
1206
|
+
<!-- Elements for use with data characters inside
|
1207
|
+
the model for the <issue> element -->
|
1208
|
+
<!ENTITY % issue-elements
|
1209
|
+
"%just-rendition;" >
|
1210
|
+
|
1211
|
+
|
1212
|
+
<!-- ISSUE NUMBER -->
|
1213
|
+
<!-- The issue number, issue name, or other
|
1214
|
+
identifier of an issue of a journal that
|
1215
|
+
is displayed or printed with the issue.
|
1216
|
+
Details at:
|
1217
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=issue
|
1218
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=issue
|
1219
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=issue
|
1220
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=issue
|
1221
|
+
-->
|
1222
|
+
<!ELEMENT issue (#PCDATA %issue-elements;)* >
|
1223
|
+
<!ATTLIST issue
|
1224
|
+
%issue-atts; >
|
1225
|
+
|
1226
|
+
|
1227
|
+
<!-- ISSUE IDENTIFIER -->
|
1228
|
+
<!-- Used to record an identifier such as a DOI
|
1229
|
+
that describes an entire issue of a
|
1230
|
+
journal
|
1231
|
+
Details at:
|
1232
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=issue-id
|
1233
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=issue-id
|
1234
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=issue-id
|
1235
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=issue-id
|
1236
|
+
-->
|
1237
|
+
<!ELEMENT issue-id (#PCDATA) >
|
1238
|
+
<!ATTLIST issue-id
|
1239
|
+
%issue-id-atts; >
|
1240
|
+
|
1241
|
+
|
1242
|
+
<!-- ISSUE PART ELEMENTS -->
|
1243
|
+
<!-- Elements that can be added to the text
|
1244
|
+
within the element <issue-part> -->
|
1245
|
+
<!ENTITY % issue-part-elements
|
1246
|
+
"%just-rendition;" >
|
1247
|
+
|
1248
|
+
|
1249
|
+
<!-- ISSUE PART -->
|
1250
|
+
<!-- A publisher may split an issue into two or
|
1251
|
+
more separately bound or separately issued
|
1252
|
+
parts. This element holds the identifiers
|
1253
|
+
(titles, part numbers, etc.) for those
|
1254
|
+
publishing components.
|
1255
|
+
Details at:
|
1256
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=issue-part
|
1257
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=issue-part
|
1258
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=issue-part
|
1259
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=issue-part
|
1260
|
+
-->
|
1261
|
+
<!ELEMENT issue-part (#PCDATA %issue-part-elements;)* >
|
1262
|
+
|
1263
|
+
|
1264
|
+
<!-- ISSUE SPONSOR ELEMENTS -->
|
1265
|
+
<!-- Elements for use in the <issue-sponsor>
|
1266
|
+
element -->
|
1267
|
+
<!ENTITY % issue-sponsor-elements
|
1268
|
+
"%just-rendition;" >
|
1269
|
+
|
1270
|
+
|
1271
|
+
<!-- ISSUE TITLE -->
|
1272
|
+
<!-- Used to record the sponsor for an issue of
|
1273
|
+
the journal
|
1274
|
+
Details at:
|
1275
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=issue-sponsor
|
1276
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=issue-sponsor
|
1277
|
+
-->
|
1278
|
+
<!ELEMENT issue-sponsor
|
1279
|
+
(#PCDATA %issue-sponsor-elements;)* >
|
1280
|
+
<!ATTLIST issue-sponsor
|
1281
|
+
%issue-sponsor-atts; >
|
1282
|
+
|
1283
|
+
|
1284
|
+
<!-- ISSUE TITLE ELEMENTS -->
|
1285
|
+
<!-- Elements for use in the <issue-title> element
|
1286
|
+
-->
|
1287
|
+
<!ENTITY % issue-title-elements
|
1288
|
+
"%just-rendition;" >
|
1289
|
+
|
1290
|
+
|
1291
|
+
<!-- ISSUE TITLE -->
|
1292
|
+
<!-- Used to record the theme or special issue
|
1293
|
+
title for an issue of the journal
|
1294
|
+
Details at:
|
1295
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=issue-title
|
1296
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=issue-title
|
1297
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=issue-title
|
1298
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=issue-title
|
1299
|
+
-->
|
1300
|
+
<!ELEMENT issue-title (#PCDATA %issue-title-elements;)* >
|
1301
|
+
<!ATTLIST issue-title
|
1302
|
+
%issue-title-atts; >
|
1303
|
+
|
1304
|
+
|
1305
|
+
<!-- JOURNAL IDENTIFIER -->
|
1306
|
+
<!-- Short code that represents the journal; used
|
1307
|
+
as an alternative to or short form of the
|
1308
|
+
journal title; used for identification of
|
1309
|
+
the journal domain.
|
1310
|
+
Details at:
|
1311
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=journal-id
|
1312
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=journal-id
|
1313
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=journal-id
|
1314
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=journal-id
|
1315
|
+
-->
|
1316
|
+
<!ELEMENT journal-id (#PCDATA) >
|
1317
|
+
<!ATTLIST journal-id
|
1318
|
+
%journal-id-atts; >
|
1319
|
+
|
1320
|
+
|
1321
|
+
<!-- ROLE ELEMENTS -->
|
1322
|
+
<!-- The elements that can be included along with
|
1323
|
+
data characters inside the content model of
|
1324
|
+
a <role>
|
1325
|
+
Design Note: All inline mixes begin with an
|
1326
|
+
OR bar; since %rendition-plus; is an
|
1327
|
+
inline mix, the OR bar is already there. -->
|
1328
|
+
<!ENTITY % role-elements
|
1329
|
+
"%rendition-plus;" >
|
1330
|
+
|
1331
|
+
|
1332
|
+
<!-- ROLE OR FUNCTION TITLE OF CONTRIBUTOR -->
|
1333
|
+
<!-- A title or the role of a contributor
|
1334
|
+
(such as an author) in this work. For example,
|
1335
|
+
Editor-in-Chief, Contributor, Chief
|
1336
|
+
Scientist, Photographer, Research Associate,
|
1337
|
+
etc.
|
1338
|
+
Details at:
|
1339
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=role
|
1340
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=role
|
1341
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=role
|
1342
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=role
|
1343
|
+
-->
|
1344
|
+
<!ELEMENT role (#PCDATA %role-elements;)* >
|
1345
|
+
<!ATTLIST role
|
1346
|
+
%role-atts; >
|
1347
|
+
|
1348
|
+
|
1349
|
+
<!-- TRANSLATED TITLE GROUP MODEL -->
|
1350
|
+
<!-- Content model for the element
|
1351
|
+
<trans-title-group> -->
|
1352
|
+
<!ENTITY % trans-title-group-model
|
1353
|
+
"(trans-title, trans-subtitle*)" >
|
1354
|
+
|
1355
|
+
|
1356
|
+
<!-- TRANSLATED TITLE GROUP -->
|
1357
|
+
<!-- Container element for all translated, and
|
1358
|
+
transliterated journal titles.
|
1359
|
+
Details at:
|
1360
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=trans-title-group
|
1361
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=trans-title-group
|
1362
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=trans-title-group
|
1363
|
+
-->
|
1364
|
+
<!ELEMENT trans-title-group
|
1365
|
+
%trans-title-group-model; >
|
1366
|
+
<!ATTLIST trans-title-group
|
1367
|
+
%trans-title-group-atts; >
|
1368
|
+
|
1369
|
+
|
1370
|
+
<!-- TRANSLATED SUBTITLE -->
|
1371
|
+
<!-- An alternate version of an article subtitle
|
1372
|
+
that has been translated out of the original
|
1373
|
+
language of the article subtitle <subtitle>
|
1374
|
+
Details at:
|
1375
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=trans-subtitle
|
1376
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=trans-subtitle
|
1377
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=trans-subtitle
|
1378
|
+
-->
|
1379
|
+
<!ELEMENT trans-subtitle
|
1380
|
+
(#PCDATA %title-elements;)* >
|
1381
|
+
|
1382
|
+
|
1383
|
+
<!-- TRANSLATED TITLE -->
|
1384
|
+
<!-- An alternate version of the title that has
|
1385
|
+
been translated into a language other than
|
1386
|
+
that of the original article title
|
1387
|
+
<article-title>
|
1388
|
+
Details at:
|
1389
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=trans-title
|
1390
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=trans-title
|
1391
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=trans-title
|
1392
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=trans-title
|
1393
|
+
-->
|
1394
|
+
<!ELEMENT trans-title (#PCDATA %title-elements;)* >
|
1395
|
+
<!ATTLIST trans-title
|
1396
|
+
%trans-title-atts; >
|
1397
|
+
|
1398
|
+
|
1399
|
+
<!-- VOLUME NUMBER ELEMENTS -->
|
1400
|
+
<!-- The elements that can be included along with
|
1401
|
+
data characters inside the content model of
|
1402
|
+
a <volume> -->
|
1403
|
+
<!ENTITY % volume-elements
|
1404
|
+
"%just-rendition; " >
|
1405
|
+
|
1406
|
+
|
1407
|
+
<!-- VOLUME NUMBER -->
|
1408
|
+
<!-- NEW DEFINITION FOR RELEASE 2.0:
|
1409
|
+
The volume number, volume name, or other
|
1410
|
+
identifier of an volume of a journal that
|
1411
|
+
is displayed or printed with the volume.
|
1412
|
+
Details at:
|
1413
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=volume
|
1414
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=volume
|
1415
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=volume
|
1416
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=volume
|
1417
|
+
-->
|
1418
|
+
<!ELEMENT volume (#PCDATA %volume-elements;)* >
|
1419
|
+
<!ATTLIST volume
|
1420
|
+
%volume-atts; >
|
1421
|
+
|
1422
|
+
|
1423
|
+
<!-- VOLUME IDENTIFIER ELEMENTS -->
|
1424
|
+
<!-- The elements that can be included along with
|
1425
|
+
data characters inside the content model of
|
1426
|
+
a <volume-id> -->
|
1427
|
+
<!ENTITY % volume-id-elements
|
1428
|
+
"%just-rendition; " >
|
1429
|
+
|
1430
|
+
|
1431
|
+
<!-- VOLUME IDENTIFIER -->
|
1432
|
+
<!-- Used to record an identifier such as a DOI
|
1433
|
+
that describes an entire volume of a
|
1434
|
+
journal.
|
1435
|
+
Details at:
|
1436
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=volume-id
|
1437
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=volume-id
|
1438
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=volume-id
|
1439
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=volume-id
|
1440
|
+
-->
|
1441
|
+
<!ELEMENT volume-id (#PCDATA %volume-id-elements;)* >
|
1442
|
+
<!ATTLIST volume-id
|
1443
|
+
%volume-id-atts; >
|
1444
|
+
|
1445
|
+
|
1446
|
+
<!-- VOLUME SERIES ELEMENTS -->
|
1447
|
+
<!-- The elements that can be included along with
|
1448
|
+
data characters inside the content model of
|
1449
|
+
a <volume> -->
|
1450
|
+
<!ENTITY % volume-series-elements
|
1451
|
+
"%just-rendition; " >
|
1452
|
+
|
1453
|
+
|
1454
|
+
<!-- VOLUME SERIES -->
|
1455
|
+
<!-- This is a rare metadata element, intended to
|
1456
|
+
hold the series number, in those odd cases
|
1457
|
+
where, for example, a Publisher has reissued
|
1458
|
+
a journal, restarting the volume numbers
|
1459
|
+
with "1", so duplicate volume numbers
|
1460
|
+
would exist and need to be differentiated.
|
1461
|
+
Such a publisher typically adds a series
|
1462
|
+
series number to their volume numbers, and
|
1463
|
+
this element has been created to hold such
|
1464
|
+
a series number.
|
1465
|
+
Details at:
|
1466
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=volume-series
|
1467
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=volume-series
|
1468
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=volume-series
|
1469
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=volume-series
|
1470
|
+
-->
|
1471
|
+
<!ELEMENT volume-series
|
1472
|
+
(#PCDATA %volume-series-elements;)* >
|
1473
|
+
<!ATTLIST volume-series
|
1474
|
+
%volume-series-atts; >
|
1475
|
+
|
1476
|
+
|
1477
|
+
<!-- ============================================================= -->
|
1478
|
+
<!-- COMMON ARTICLE METADATA/BIBLIOGRAPHIC -->
|
1479
|
+
<!-- CONTRIBUTOR IDENTIFICATION ELEMENTS -->
|
1480
|
+
<!-- ============================================================= -->
|
1481
|
+
|
1482
|
+
|
1483
|
+
<!-- ANONYMOUS ELEMENTS -->
|
1484
|
+
<!-- The elements that can be included along with
|
1485
|
+
data characters inside the content model of
|
1486
|
+
an <anonymous> element -->
|
1487
|
+
<!ENTITY % anonymous-elements
|
1488
|
+
"%just-rendition;" >
|
1489
|
+
|
1490
|
+
|
1491
|
+
<!-- ANONYMOUS CONTENT MODEL -->
|
1492
|
+
<!-- The content model for the <etal> element -->
|
1493
|
+
<!ENTITY % anonymous-model
|
1494
|
+
"(#PCDATA %anonymous-elements;)*" >
|
1495
|
+
|
1496
|
+
|
1497
|
+
<!-- ANONYMOUS -->
|
1498
|
+
<!-- Place holder for the name of a contributor
|
1499
|
+
whose name is unknown or not disclosed.
|
1500
|
+
Details at:
|
1501
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=anonymous
|
1502
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=anonymous
|
1503
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=anonymous
|
1504
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=anonymous
|
1505
|
+
-->
|
1506
|
+
<!ELEMENT anonymous %anonymous-model; >
|
1507
|
+
|
1508
|
+
|
1509
|
+
<!-- ET AL ELEMENTS -->
|
1510
|
+
<!-- The elements that can be included along with
|
1511
|
+
data characters inside the content model of
|
1512
|
+
an <etal> element -->
|
1513
|
+
<!ENTITY % etal-elements
|
1514
|
+
"%just-rendition;" >
|
1515
|
+
|
1516
|
+
|
1517
|
+
<!-- ET AL CONTENT MODEL -->
|
1518
|
+
<!-- The content model for the <etal> element -->
|
1519
|
+
<!ENTITY % etal-model "(#PCDATA %etal-elements;)*" >
|
1520
|
+
|
1521
|
+
|
1522
|
+
<!-- ET AL -->
|
1523
|
+
<!-- Most journals model this as an EMPTY element,
|
1524
|
+
typically used to generate the text "et al."
|
1525
|
+
from a stylesheet. However, a few journal
|
1526
|
+
DTDs (Blackwell's, for example) expect
|
1527
|
+
content for this element, with such text as
|
1528
|
+
"Associates, coworkers, and colleagues".
|
1529
|
+
Details at:
|
1530
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=etal
|
1531
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=etal
|
1532
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=etal
|
1533
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=etal
|
1534
|
+
-->
|
1535
|
+
<!ELEMENT etal %etal-model; >
|
1536
|
+
|
1537
|
+
|
1538
|
+
<!-- ============================================================= -->
|
1539
|
+
<!-- COMMON ARTICLE METADATA/BIBLIOGRAPHIC -->
|
1540
|
+
<!-- PUBLISHER IDENTIFICATION ELEMENTS -->
|
1541
|
+
<!-- ============================================================= -->
|
1542
|
+
|
1543
|
+
|
1544
|
+
<!-- PUBLISHER CONTENT MODEL -->
|
1545
|
+
<!-- The content model for the <publisher>
|
1546
|
+
element -->
|
1547
|
+
<!ENTITY % publisher-model
|
1548
|
+
"(publisher-name, publisher-loc?)" >
|
1549
|
+
|
1550
|
+
|
1551
|
+
<!-- PUBLISHER -->
|
1552
|
+
<!-- Who published the work
|
1553
|
+
Details at:
|
1554
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=publisher
|
1555
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=publisher
|
1556
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=publisher
|
1557
|
+
-->
|
1558
|
+
<!ELEMENT publisher %publisher-model; >
|
1559
|
+
<!ATTLIST publisher
|
1560
|
+
%publisher-atts; >
|
1561
|
+
|
1562
|
+
|
1563
|
+
<!-- PUBLISHER'S NAME ELEMENTS -->
|
1564
|
+
<!-- The elements that can be included along with
|
1565
|
+
data characters inside the content model of
|
1566
|
+
a <publisher-name>
|
1567
|
+
Design Note: All inline mixes begin with an
|
1568
|
+
OR bar; since %just-rendition; is an
|
1569
|
+
inline mix, the OR bar is already there -->
|
1570
|
+
<!ENTITY % publisher-name-elements
|
1571
|
+
"%just-rendition; " >
|
1572
|
+
|
1573
|
+
|
1574
|
+
<!-- PUBLISHER'S NAME -->
|
1575
|
+
<!-- Name of the publisher of the work
|
1576
|
+
Details at:
|
1577
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=publisher-name
|
1578
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=publisher-name
|
1579
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=publisher-name
|
1580
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=publisher-name
|
1581
|
+
-->
|
1582
|
+
<!ELEMENT publisher-name
|
1583
|
+
(#PCDATA %publisher-name-elements;)* >
|
1584
|
+
|
1585
|
+
|
1586
|
+
<!-- PUBLISHER'S LOCATION ELEMENTS -->
|
1587
|
+
<!-- Elements for use in the Publisher Location
|
1588
|
+
<publisher-loc> element -->
|
1589
|
+
<!ENTITY % publisher-loc-elements
|
1590
|
+
"| %address.class; | %address-link.class; |
|
1591
|
+
%emphasis.class; | %subsup.class;" >
|
1592
|
+
|
1593
|
+
|
1594
|
+
<!-- PUBLISHER'S LOCATION -->
|
1595
|
+
<!-- Place of publication, usually a city such
|
1596
|
+
as New York or London
|
1597
|
+
Details at:
|
1598
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=publisher-loc
|
1599
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=publisher-loc
|
1600
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=publisher-loc
|
1601
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=publisher-loc
|
1602
|
+
-->
|
1603
|
+
<!ELEMENT publisher-loc
|
1604
|
+
(#PCDATA %publisher-loc-elements;)* >
|
1605
|
+
|
1606
|
+
|
1607
|
+
<!-- ============================================================= -->
|
1608
|
+
<!-- COMMON METADATA ELEMENTS CONTINUED -->
|
1609
|
+
<!-- PAGE NUMBERING (SIZE) ELEMENTS -->
|
1610
|
+
<!-- ============================================================= -->
|
1611
|
+
|
1612
|
+
|
1613
|
+
<!-- FIRST PAGE -->
|
1614
|
+
<!-- The page number on which the article starts,
|
1615
|
+
for print journals that have page numbers
|
1616
|
+
Details at:
|
1617
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=fpage
|
1618
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=fpage
|
1619
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=fpage
|
1620
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=fpage
|
1621
|
+
-->
|
1622
|
+
<!ELEMENT fpage (#PCDATA) >
|
1623
|
+
<!ATTLIST fpage
|
1624
|
+
%fpage-atts; >
|
1625
|
+
|
1626
|
+
|
1627
|
+
<!-- LAST PAGE -->
|
1628
|
+
<!-- The page number on which the article ends,
|
1629
|
+
for print journals that have page numbers
|
1630
|
+
Details at:
|
1631
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=lpage
|
1632
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=lpage
|
1633
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=lpage
|
1634
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=lpage
|
1635
|
+
-->
|
1636
|
+
<!ELEMENT lpage (#PCDATA) >
|
1637
|
+
<!ATTLIST lpage
|
1638
|
+
%lpage-atts; >
|
1639
|
+
|
1640
|
+
|
1641
|
+
<!-- PAGE RANGES -->
|
1642
|
+
<!-- A container element for additional page
|
1643
|
+
information (TO BE USED TO SUPPLEMENT AND
|
1644
|
+
NOT TO REPLACE <fpage> and <lpage>) to record
|
1645
|
+
discontinuous pages ranges such as
|
1646
|
+
"8-11, 14-19, 40"
|
1647
|
+
meaning that the article begins on page
|
1648
|
+
8, runs 8 through 11, skips to pages 14
|
1649
|
+
through 19, and concludes on page 40.
|
1650
|
+
Details at:
|
1651
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=page-range
|
1652
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=page-range
|
1653
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=page-range
|
1654
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=page-range
|
1655
|
+
-->
|
1656
|
+
<!ELEMENT page-range (#PCDATA) >
|
1657
|
+
<!ATTLIST page-range
|
1658
|
+
%page-range-atts; >
|
1659
|
+
|
1660
|
+
|
1661
|
+
<!-- SIZE ELEMENTS -->
|
1662
|
+
<!-- The elements that can be included along with
|
1663
|
+
data characters inside the content model of
|
1664
|
+
the size element. -->
|
1665
|
+
<!ENTITY % size-elements
|
1666
|
+
"" >
|
1667
|
+
|
1668
|
+
|
1669
|
+
<!-- SIZE -->
|
1670
|
+
<!-- The size (such as running time, page count,
|
1671
|
+
or physical measurements) of the object being
|
1672
|
+
described, usually by a <product> element.
|
1673
|
+
The "units" attribute must be used to name
|
1674
|
+
the unit of measure (pages, minutes, hours,
|
1675
|
+
linear feet, etc.).
|
1676
|
+
Details at:
|
1677
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=size
|
1678
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=size
|
1679
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=size
|
1680
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=size
|
1681
|
+
-->
|
1682
|
+
<!ELEMENT size (#PCDATA %size-elements;)* >
|
1683
|
+
<!ATTLIST size
|
1684
|
+
%size-atts; >
|
1685
|
+
|
1686
|
+
|
1687
|
+
<!-- ELECTRONIC LOCATION IDENTIFIER -->
|
1688
|
+
<!-- Used to identify an article that
|
1689
|
+
does not have traditional page numbers.
|
1690
|
+
Details at:
|
1691
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=elocation-id
|
1692
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=elocation-id
|
1693
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=elocation-id
|
1694
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=elocation-id
|
1695
|
+
-->
|
1696
|
+
<!ELEMENT elocation-id (#PCDATA) >
|
1697
|
+
<!ATTLIST elocation-id
|
1698
|
+
%elocation-id-atts; >
|
1699
|
+
|
1700
|
+
|
1701
|
+
<!-- ============================================================= -->
|
1702
|
+
<!-- CITATIONS (BIBLIOGRAPHIC REFERENCE) -->
|
1703
|
+
<!-- ============================================================= -->
|
1704
|
+
|
1705
|
+
|
1706
|
+
<!-- CITATION ELEMENTS -->
|
1707
|
+
<!-- Content for both types of citation. These
|
1708
|
+
elements may be mixed with #PCDATA in the
|
1709
|
+
<mixed-citation> element (in which all
|
1710
|
+
punctuation and spacing are left intact), and
|
1711
|
+
they also constitute the choices that can be
|
1712
|
+
used to form the all-element-content of the
|
1713
|
+
<element-citation> element (in which
|
1714
|
+
punctuation and spacing are removed).
|
1715
|
+
Design Note: All inline mixes begin with an
|
1716
|
+
OR bar. -->
|
1717
|
+
<!ENTITY % citation-elements
|
1718
|
+
"%emphasis.class; | %inline-display.class; |
|
1719
|
+
%inline-math.class; | %label.class; |
|
1720
|
+
%phrase.class; | %references.class; |
|
1721
|
+
%subsup.class;" >
|
1722
|
+
|
1723
|
+
|
1724
|
+
<!-- MIXED CITATION -->
|
1725
|
+
<!-- A citation is a description of a work, such
|
1726
|
+
as a journal article, book, or personal
|
1727
|
+
communication, that is cited in the text of
|
1728
|
+
the article. This citation element is
|
1729
|
+
completely loose, with text, punctuation,
|
1730
|
+
spacing, and any of the citation elements
|
1731
|
+
in any order.
|
1732
|
+
Details at:
|
1733
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=mixed-citation
|
1734
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=mixed-citation
|
1735
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=mixed-citation
|
1736
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=mixed-citation
|
1737
|
+
-->
|
1738
|
+
<!ELEMENT mixed-citation
|
1739
|
+
(#PCDATA | %citation-elements;)* >
|
1740
|
+
<!ATTLIST mixed-citation
|
1741
|
+
%citation-atts; >
|
1742
|
+
|
1743
|
+
|
1744
|
+
<!-- ELEMENT CITATION -->
|
1745
|
+
<!-- A citation is a description of a work, such
|
1746
|
+
as a journal article, book, or personal
|
1747
|
+
communication, that is cited in the text of
|
1748
|
+
the article. This citation model contains
|
1749
|
+
element-only content, with elements in
|
1750
|
+
any order as many times as needed. This
|
1751
|
+
citation is intended for use in capturing
|
1752
|
+
a publisher's specific element order.
|
1753
|
+
Details at:
|
1754
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=element-citation
|
1755
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=element-citation
|
1756
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=element-citation
|
1757
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=element-citation
|
1758
|
+
-->
|
1759
|
+
<!ELEMENT element-citation
|
1760
|
+
(%citation-elements;)+ >
|
1761
|
+
<!ATTLIST element-citation
|
1762
|
+
%citation-atts; >
|
1763
|
+
|
1764
|
+
|
1765
|
+
<!-- ============================================================= -->
|
1766
|
+
<!-- ADDRESS ELEMENTS (BIBLIOGRAPHIC) -->
|
1767
|
+
<!-- ============================================================= -->
|
1768
|
+
|
1769
|
+
|
1770
|
+
<!-- ADDRESS MODEL -->
|
1771
|
+
<!-- Content model for the <address> element -->
|
1772
|
+
<!ENTITY % address-model
|
1773
|
+
"(%address.class; | %address-link.class;)*" >
|
1774
|
+
|
1775
|
+
|
1776
|
+
<!-- ADDRESS/CONTACT INFORMATION -->
|
1777
|
+
<!-- Wrapper element for contact information such
|
1778
|
+
as address, phone, fax, email, url, country,
|
1779
|
+
etc.
|
1780
|
+
Details at:
|
1781
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=address
|
1782
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=address
|
1783
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=address
|
1784
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=address
|
1785
|
+
-->
|
1786
|
+
<!ELEMENT address %address-model; >
|
1787
|
+
<!ATTLIST address
|
1788
|
+
%address-atts; >
|
1789
|
+
|
1790
|
+
|
1791
|
+
<!-- ADDRESS LINE ELEMENTS -->
|
1792
|
+
<!-- Elements for use in the <addr-line> element-->
|
1793
|
+
<!ENTITY % addr-line-elements
|
1794
|
+
"%simple-text; | %address-line.class;" >
|
1795
|
+
|
1796
|
+
|
1797
|
+
<!-- ADDRESS LINE -->
|
1798
|
+
<!-- One line in an address -->
|
1799
|
+
<!-- Conversion Note: If the address is
|
1800
|
+
undifferentiated data characters, the entire
|
1801
|
+
address may be inside one of these elements.
|
1802
|
+
Details at:
|
1803
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=addr-line
|
1804
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=addr-line
|
1805
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=addr-line
|
1806
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=addr-line
|
1807
|
+
-->
|
1808
|
+
<!ELEMENT addr-line (#PCDATA %addr-line-elements;)* >
|
1809
|
+
<!ATTLIST addr-line
|
1810
|
+
%addr-line-atts; >
|
1811
|
+
|
1812
|
+
|
1813
|
+
<!-- COUNTRY ELEMENTS -->
|
1814
|
+
<!-- The elements that can be included along with
|
1815
|
+
data characters inside the content model of
|
1816
|
+
the country element. -->
|
1817
|
+
<!ENTITY % country-elements
|
1818
|
+
"" >
|
1819
|
+
|
1820
|
+
|
1821
|
+
<!-- COUNTRY: IN AN ADDRESS -->
|
1822
|
+
<!-- Details at:
|
1823
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=country
|
1824
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=country
|
1825
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=country
|
1826
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=country
|
1827
|
+
-->
|
1828
|
+
<!ELEMENT country (#PCDATA %country-elements;)* >
|
1829
|
+
<!ATTLIST country
|
1830
|
+
%country-atts; >
|
1831
|
+
|
1832
|
+
|
1833
|
+
<!-- EMAIL ADDRESS ELEMENTS -->
|
1834
|
+
<!-- Elements to be mixed with #PCDATA inside the
|
1835
|
+
<email> element -->
|
1836
|
+
<!ENTITY % email-elements
|
1837
|
+
"" >
|
1838
|
+
|
1839
|
+
|
1840
|
+
<!-- EMAIL ADDRESS -->
|
1841
|
+
<!-- Details at:
|
1842
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=email
|
1843
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=email
|
1844
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=email
|
1845
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=email
|
1846
|
+
-->
|
1847
|
+
<!ELEMENT email (#PCDATA %email-elements;)* >
|
1848
|
+
<!ATTLIST email
|
1849
|
+
%email-atts; >
|
1850
|
+
|
1851
|
+
|
1852
|
+
<!-- FAX NUMBER ELEMENTS -->
|
1853
|
+
<!-- The elements that can be included along with
|
1854
|
+
data characters inside the content model of
|
1855
|
+
a <fax> -->
|
1856
|
+
<!ENTITY % fax-elements
|
1857
|
+
"%just-rendition; " >
|
1858
|
+
|
1859
|
+
|
1860
|
+
<!-- FAX NUMBER: IN AN ADDRESS -->
|
1861
|
+
<!-- Details at:
|
1862
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=fax
|
1863
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=fax
|
1864
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=fax
|
1865
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=fax
|
1866
|
+
-->
|
1867
|
+
<!ELEMENT fax (#PCDATA %fax-elements;)* >
|
1868
|
+
<!ATTLIST fax
|
1869
|
+
%fax-atts; >
|
1870
|
+
|
1871
|
+
|
1872
|
+
<!-- INSTITUTION NAME ELEMENTS -->
|
1873
|
+
<!-- Elements for use in the <institution>
|
1874
|
+
element -->
|
1875
|
+
<!ENTITY % institution-elements
|
1876
|
+
"| %break.class; | %emphasis.class; |
|
1877
|
+
%subsup.class;" >
|
1878
|
+
|
1879
|
+
|
1880
|
+
<!-- INSTITUTION NAME: IN AN ADDRESS -->
|
1881
|
+
<!-- Name of a institution or organization such as
|
1882
|
+
a university or corporation used in an
|
1883
|
+
address or within a citation (such as a
|
1884
|
+
<mixed-citation> or an <element-citation>
|
1885
|
+
Details at:
|
1886
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=institution
|
1887
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=institution
|
1888
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=institution
|
1889
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=institution
|
1890
|
+
-->
|
1891
|
+
<!ELEMENT institution (#PCDATA %institution-elements;)* >
|
1892
|
+
<!ATTLIST institution
|
1893
|
+
%institution-atts; >
|
1894
|
+
|
1895
|
+
|
1896
|
+
<!-- PHONE NUMBER ELEMENTS -->
|
1897
|
+
<!-- The elements that can be included along with
|
1898
|
+
data characters inside the content model of
|
1899
|
+
a <phone number>
|
1900
|
+
Design Note: All inline mixes begin with an
|
1901
|
+
OR bar, but since %just-rendition; is an
|
1902
|
+
inline mix, the OR bar is already there. -->
|
1903
|
+
<!ENTITY % phone-elements
|
1904
|
+
"%just-rendition;" >
|
1905
|
+
|
1906
|
+
|
1907
|
+
<!-- PHONE NUMBER: IN AN ADDRESS -->
|
1908
|
+
<!-- A callable phone number in some telephone or
|
1909
|
+
wireless system somewhere in the world.
|
1910
|
+
Details at:
|
1911
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=phone
|
1912
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=phone
|
1913
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=phone
|
1914
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=phone
|
1915
|
+
-->
|
1916
|
+
<!ELEMENT phone (#PCDATA %phone-elements;)* >
|
1917
|
+
<!ATTLIST phone
|
1918
|
+
%phone-atts; >
|
1919
|
+
|
1920
|
+
|
1921
|
+
<!-- URI ELEMENTS -->
|
1922
|
+
<!-- The elements that can be included along with
|
1923
|
+
data characters inside the content model of
|
1924
|
+
a <uri>
|
1925
|
+
Design Note: This PE begins with an OR
|
1926
|
+
bar because %just-rendition; begins with an
|
1927
|
+
OR bar. -->
|
1928
|
+
<!ENTITY % uri-elements
|
1929
|
+
"%just-rendition;" >
|
1930
|
+
|
1931
|
+
|
1932
|
+
<!-- URI -->
|
1933
|
+
<!-- URI such as a URL that may be used as a
|
1934
|
+
live link, typically naming a website, such
|
1935
|
+
as:
|
1936
|
+
<url>http://www.mulberrytech.com</url>
|
1937
|
+
Alternatively the element content may name
|
1938
|
+
the URL, e.g., "Mulberry's Website" and the
|
1939
|
+
"xlink:href" attribute may hold the real
|
1940
|
+
URL.
|
1941
|
+
<url xlink:href="http://www.mulberrytech.
|
1942
|
+
com">Mulberry's Website</url>
|
1943
|
+
Details at:
|
1944
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=uri
|
1945
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=uri
|
1946
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=uri
|
1947
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=uri
|
1948
|
+
-->
|
1949
|
+
<!ELEMENT uri (#PCDATA %uri-elements;)* >
|
1950
|
+
<!ATTLIST uri
|
1951
|
+
%uri-atts; >
|
1952
|
+
|
1953
|
+
|
1954
|
+
<!-- ============================================================= -->
|
1955
|
+
<!-- DATE ELEMENTS (PUBLICATION HISTORY) -->
|
1956
|
+
<!-- ============================================================= -->
|
1957
|
+
|
1958
|
+
|
1959
|
+
<!-- DATE -->
|
1960
|
+
<!-- The elements <day>, <month>, and <year> should
|
1961
|
+
ALWAYS be numeric values. The date may be
|
1962
|
+
represented as a string in <string-date>, but
|
1963
|
+
the numeric values should be present whenever
|
1964
|
+
possible.
|
1965
|
+
Details at:
|
1966
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=date
|
1967
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=date
|
1968
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=date
|
1969
|
+
-->
|
1970
|
+
<!ELEMENT date %date-model; >
|
1971
|
+
<!ATTLIST date
|
1972
|
+
%date-atts; >
|
1973
|
+
|
1974
|
+
|
1975
|
+
<!-- DAY -->
|
1976
|
+
<!-- The numeric value of a day of the month, used
|
1977
|
+
in both article metadata and inside a citation,
|
1978
|
+
in two digits as it would be stated in the "DD"
|
1979
|
+
in an international date format YYYY-MM-DD, for
|
1980
|
+
example "03", "25".
|
1981
|
+
Details at:
|
1982
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=day
|
1983
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=day
|
1984
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=day
|
1985
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=day
|
1986
|
+
-->
|
1987
|
+
<!ELEMENT day (#PCDATA) >
|
1988
|
+
<!ATTLIST day
|
1989
|
+
%day-atts; >
|
1990
|
+
|
1991
|
+
|
1992
|
+
<!-- MONTH -->
|
1993
|
+
<!-- Names one of the months of the year. Used in
|
1994
|
+
both article metadata and inside a citation,
|
1995
|
+
this element may contain a full month
|
1996
|
+
"December", an abbreviation "Dec", or,
|
1997
|
+
preferably, a numeric month such as "12".
|
1998
|
+
Details at:
|
1999
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=month
|
2000
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=month
|
2001
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=month
|
2002
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=month
|
2003
|
+
-->
|
2004
|
+
<!ELEMENT month (#PCDATA) >
|
2005
|
+
<!ATTLIST month
|
2006
|
+
%day-atts; >
|
2007
|
+
|
2008
|
+
|
2009
|
+
<!-- SEASON -->
|
2010
|
+
<!-- Season of publication, such as "Spring".
|
2011
|
+
Used in both article metadata and inside a
|
2012
|
+
citation (such as a <mixed-citation> or an
|
2013
|
+
<element-citation>
|
2014
|
+
Details at:
|
2015
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=season
|
2016
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=season
|
2017
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=season
|
2018
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=season
|
2019
|
+
-->
|
2020
|
+
<!ELEMENT season (#PCDATA) >
|
2021
|
+
<!ATTLIST season
|
2022
|
+
%day-atts; >
|
2023
|
+
|
2024
|
+
|
2025
|
+
<!-- YEAR -->
|
2026
|
+
<!-- Year of publication, which should be expressed
|
2027
|
+
as a 4-digit number: "1776" or "1924"
|
2028
|
+
Details at:
|
2029
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=year
|
2030
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=year
|
2031
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=year
|
2032
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=year
|
2033
|
+
-->
|
2034
|
+
<!ELEMENT year (#PCDATA) >
|
2035
|
+
<!ATTLIST year
|
2036
|
+
%year-atts; >
|
2037
|
+
|
2038
|
+
|
2039
|
+
<!-- STRING DATE ELEMENTS -->
|
2040
|
+
<!-- The elements that can be included along with
|
2041
|
+
data characters inside the content model of
|
2042
|
+
the <string-date> element -->
|
2043
|
+
<!ENTITY % string-date-elements
|
2044
|
+
" | %date-parts.class;" >
|
2045
|
+
|
2046
|
+
|
2047
|
+
<!-- DATE AS A STRING -->
|
2048
|
+
<!-- This is a representation of the date as a
|
2049
|
+
string; usually used for dates for which
|
2050
|
+
months and years are not given, but may be
|
2051
|
+
used for any date as a string (i.e., "January,
|
2052
|
+
2001" "Fall 2001" "March 11, 2001".
|
2053
|
+
Details at:
|
2054
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=string-date
|
2055
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=string-date
|
2056
|
+
-->
|
2057
|
+
<!ELEMENT string-date (#PCDATA %string-date-elements;)* >
|
2058
|
+
<!ATTLIST string-date
|
2059
|
+
%string-date-atts; >
|
2060
|
+
|
2061
|
+
|
2062
|
+
<!-- ============================================================= -->
|
2063
|
+
<!-- PERSON'S NAME ELEMENTS (BIBLIOGRAPHIC) -->
|
2064
|
+
<!-- ============================================================= -->
|
2065
|
+
|
2066
|
+
|
2067
|
+
<!-- STRING NAME ELEMENTS -->
|
2068
|
+
<!-- The elements that can be included along with
|
2069
|
+
data characters inside the content model of
|
2070
|
+
the <string-name> element -->
|
2071
|
+
<!ENTITY % string-name-elements
|
2072
|
+
" | %person-name.class;" >
|
2073
|
+
|
2074
|
+
|
2075
|
+
<!-- NAME OF PERSON (UNSTRUCTURED) -->
|
2076
|
+
<!-- Wrapper element for personal names where the
|
2077
|
+
stricter format of the <name> element cannot
|
2078
|
+
be followed. This is a very loose element,
|
2079
|
+
allowing data characters, generated text,
|
2080
|
+
and any or all of the naming elements.
|
2081
|
+
Details at:
|
2082
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=string-name
|
2083
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=string-name
|
2084
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=string-name
|
2085
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=string-name
|
2086
|
+
-->
|
2087
|
+
<!ELEMENT string-name (#PCDATA %string-name-elements;)* >
|
2088
|
+
|
2089
|
+
|
2090
|
+
<!-- NAME OF PERSON (STRUCTURED) -->
|
2091
|
+
<!-- Wrapper element for personal names.
|
2092
|
+
Details at:
|
2093
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=name
|
2094
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=name
|
2095
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=name
|
2096
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=name
|
2097
|
+
-->
|
2098
|
+
<!ELEMENT name (surname, given-names?, prefix?, suffix?) >
|
2099
|
+
<!-- name-style Used for choosing an inversion algorithm or
|
2100
|
+
for sorting or other processing functions.
|
2101
|
+
The three values and approximate meanings are:
|
2102
|
+
Value Display Sort/Inversion
|
2103
|
+
western given family family given
|
2104
|
+
eastern family given family given
|
2105
|
+
islensk given patronymic given, patronymic
|
2106
|
+
-->
|
2107
|
+
<!ATTLIST name
|
2108
|
+
%name-atts; >
|
2109
|
+
|
2110
|
+
|
2111
|
+
<!-- SURNAME ELEMENTS -->
|
2112
|
+
<!-- The elements that can be included along with
|
2113
|
+
data characters inside the content model of
|
2114
|
+
a <surname>
|
2115
|
+
Design Note: This PE begins with an OR
|
2116
|
+
bar because %just-rendition; begins with an
|
2117
|
+
OR bar. -->
|
2118
|
+
<!ENTITY % surname-elements
|
2119
|
+
"%just-rendition; " >
|
2120
|
+
|
2121
|
+
|
2122
|
+
<!-- SURNAME -->
|
2123
|
+
<!-- The surname (family name) of an individual.
|
2124
|
+
or the single name if there is only one
|
2125
|
+
name, for example, "Cher" or "Pele".
|
2126
|
+
Details at:
|
2127
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=surname
|
2128
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=surname
|
2129
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=surname
|
2130
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=surname
|
2131
|
+
-->
|
2132
|
+
<!ELEMENT surname (#PCDATA %surname-elements;)* >
|
2133
|
+
<!ATTLIST surname
|
2134
|
+
%surname-atts; >
|
2135
|
+
|
2136
|
+
|
2137
|
+
<!-- GIVEN (FIRST) NAMES ELEMENTS -->
|
2138
|
+
<!-- The elements that can be included along with
|
2139
|
+
data characters inside the content model of
|
2140
|
+
a <given-names> -->
|
2141
|
+
<!ENTITY % given-names-elements
|
2142
|
+
"%just-rendition;" >
|
2143
|
+
|
2144
|
+
|
2145
|
+
<!-- GIVEN (FIRST) NAMES -->
|
2146
|
+
<!-- Includes all given names for a person, such
|
2147
|
+
as the first name, middle names, maiden
|
2148
|
+
name if used as part of the married name,
|
2149
|
+
etc.)
|
2150
|
+
Details at:
|
2151
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=given-names
|
2152
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=given-names
|
2153
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=given-names
|
2154
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=given-names
|
2155
|
+
-->
|
2156
|
+
<!ELEMENT given-names (#PCDATA %given-names-elements;)* >
|
2157
|
+
<!ATTLIST given-names
|
2158
|
+
%given-names-atts; >
|
2159
|
+
|
2160
|
+
|
2161
|
+
<!-- PREFIX ELEMENTS -->
|
2162
|
+
<!-- The elements that can be included along with
|
2163
|
+
data characters inside the content model of
|
2164
|
+
a <prefix>
|
2165
|
+
Design Note: This PE begins with an OR
|
2166
|
+
bar because %just-rendition; begins with an
|
2167
|
+
OR bar. -->
|
2168
|
+
<!ENTITY % prefix-elements
|
2169
|
+
"%just-rendition;" >
|
2170
|
+
|
2171
|
+
|
2172
|
+
<!-- PREFIX -->
|
2173
|
+
<!-- Honorifics or other qualifiers that usually
|
2174
|
+
precede the surname, for example, Professor,
|
2175
|
+
Rev., President, Senator, Dr., Sir, The
|
2176
|
+
Honorable, et al.
|
2177
|
+
Details at:
|
2178
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=prefix
|
2179
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=prefix
|
2180
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=prefix
|
2181
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=prefix
|
2182
|
+
-->
|
2183
|
+
<!ELEMENT prefix (#PCDATA %prefix-elements;)* >
|
2184
|
+
|
2185
|
+
|
2186
|
+
|
2187
|
+
<!-- SUFFIX ELEMENTS -->
|
2188
|
+
<!-- The elements that can be included along with
|
2189
|
+
data characters inside the content model of
|
2190
|
+
a <suffix>
|
2191
|
+
Design Note: This PE begins with an OR bar,
|
2192
|
+
it is inside %just-rendition; -->
|
2193
|
+
<!ENTITY % suffix-elements
|
2194
|
+
"%just-rendition;" >
|
2195
|
+
|
2196
|
+
|
2197
|
+
<!-- SUFFIX -->
|
2198
|
+
<!-- Text used as a suffix to a person's name, for
|
2199
|
+
example: Sr. Jr. III, 3rd
|
2200
|
+
Details at:
|
2201
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=suffix
|
2202
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=suffix
|
2203
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=suffix
|
2204
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=suffix
|
2205
|
+
-->
|
2206
|
+
<!ELEMENT suffix (#PCDATA %suffix-elements;)* >
|
2207
|
+
<!ATTLIST suffix
|
2208
|
+
%suffix-atts; >
|
2209
|
+
|
2210
|
+
|
2211
|
+
<!-- ============================================================= -->
|
2212
|
+
<!-- EXTERNAL LINK ELEMENTS -->
|
2213
|
+
<!-- ============================================================= -->
|
2214
|
+
|
2215
|
+
|
2216
|
+
<!-- EXTERNAL LINK ELEMENTS -->
|
2217
|
+
<!-- The elements that can be included along with
|
2218
|
+
data characters inside the content model of
|
2219
|
+
an <ext-link>
|
2220
|
+
Design Note: All inline mixes begin with an
|
2221
|
+
OR bar, but since %link-elements; is an inline
|
2222
|
+
mix, the OR bar is already there. -->
|
2223
|
+
<!ENTITY % ext-link-elements
|
2224
|
+
"%link-elements;" >
|
2225
|
+
|
2226
|
+
|
2227
|
+
<!-- EXTERNAL LINK -->
|
2228
|
+
<!-- Link to an external file, such as Medline,
|
2229
|
+
Genbank, etc. Linking may be accomplished
|
2230
|
+
using the XLink linking attributes.
|
2231
|
+
Details at:
|
2232
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=ext-link
|
2233
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=ext-link
|
2234
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=ext-link
|
2235
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=ext-link
|
2236
|
+
-->
|
2237
|
+
<!ELEMENT ext-link (#PCDATA %ext-link-elements;)* >
|
2238
|
+
<!ATTLIST ext-link
|
2239
|
+
%ext-link-atts; >
|
2240
|
+
|
2241
|
+
|
2242
|
+
<!-- ============================================================= -->
|
2243
|
+
<!-- SHARED STRUCTURAL ELEMENTS -->
|
2244
|
+
<!-- ============================================================= -->
|
2245
|
+
|
2246
|
+
|
2247
|
+
<!-- ATTRIBUTION ELEMENTS -->
|
2248
|
+
<!-- The elements that can be included along with
|
2249
|
+
data characters inside the content model of
|
2250
|
+
an attribution
|
2251
|
+
Design Note: All inline mixes begin with an
|
2252
|
+
OR bar, but since %simple-phrase; is an
|
2253
|
+
inline mix, the OR bar is already there. -->
|
2254
|
+
<!ENTITY % attrib-elements
|
2255
|
+
"%emphasized-text;" >
|
2256
|
+
|
2257
|
+
|
2258
|
+
<!-- ATTRIBUTION -->
|
2259
|
+
<!-- Source, author, formal thanks, or other
|
2260
|
+
information (other than copyright material)
|
2261
|
+
concerning the origins of an extract, a poem
|
2262
|
+
<verse-group> or similar element.
|
2263
|
+
Details at:
|
2264
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=attrib
|
2265
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=attrib
|
2266
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=attrib
|
2267
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=attrib
|
2268
|
+
-->
|
2269
|
+
<!ELEMENT attrib (#PCDATA %attrib-elements;)* >
|
2270
|
+
<!ATTLIST attrib
|
2271
|
+
%attrib-atts; >
|
2272
|
+
|
2273
|
+
|
2274
|
+
<!-- DEFINITION LIST: DEFINITION MODEL -->
|
2275
|
+
<!-- Content model for the <def> element, which
|
2276
|
+
is used in contexts outside of <def-list>s -->
|
2277
|
+
<!ENTITY % def-model "((%just-para.class;)+ )" >
|
2278
|
+
|
2279
|
+
|
2280
|
+
<!-- DEFINITION LIST: DEFINITION -->
|
2281
|
+
<!-- Used in two senses:
|
2282
|
+
1) The definition, description, or other
|
2283
|
+
explanation of the word, phrase, or picture
|
2284
|
+
of a 2-part or definition list
|
2285
|
+
2) The definition or expansion of an
|
2286
|
+
abbreviation or acronym <abbrev>
|
2287
|
+
Details at:
|
2288
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=def
|
2289
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=def
|
2290
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=def
|
2291
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=def
|
2292
|
+
-->
|
2293
|
+
<!ELEMENT def %def-model; >
|
2294
|
+
<!ATTLIST def
|
2295
|
+
%def-atts; >
|
2296
|
+
|
2297
|
+
|
2298
|
+
<!-- LABEL ELEMENTS -->
|
2299
|
+
<!-- The elements that can be included along with
|
2300
|
+
data characters inside the content model of
|
2301
|
+
the <label> element -->
|
2302
|
+
<!ENTITY % label-elements
|
2303
|
+
"| %emphasis.class; | %inline-display.class; |
|
2304
|
+
%inline-math.class; | %subsup.class;" >
|
2305
|
+
|
2306
|
+
|
2307
|
+
<!-- LABEL OF A FIGURE, REFERENCE, ETC. -->
|
2308
|
+
<!-- The number and any prefix word that comes
|
2309
|
+
before, for example, the caption of a Figure,
|
2310
|
+
such as "Figure 3." or "Exhibit 2.".
|
2311
|
+
Details at:
|
2312
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=label
|
2313
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=label
|
2314
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=label
|
2315
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=label
|
2316
|
+
-->
|
2317
|
+
<!ELEMENT label (#PCDATA %label-elements;)* >
|
2318
|
+
|
2319
|
+
|
2320
|
+
<!-- PRICE ELEMENTS -->
|
2321
|
+
<!-- The elements that can be included along with
|
2322
|
+
data characters inside the content model of
|
2323
|
+
the <price> element -->
|
2324
|
+
<!ENTITY % price-elements
|
2325
|
+
"| %emphasis.class;" >
|
2326
|
+
|
2327
|
+
|
2328
|
+
<!-- PRICE -->
|
2329
|
+
<!-- Sale price of a work, typically a book or
|
2330
|
+
software package that is being reviewed
|
2331
|
+
Details at:
|
2332
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=price
|
2333
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=price
|
2334
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=price
|
2335
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=price
|
2336
|
+
-->
|
2337
|
+
<!ELEMENT price (#PCDATA %price-elements;)* >
|
2338
|
+
<!-- currency In what currency is this price presented?
|
2339
|
+
Best Practice is to use the ISO 4117 "currency
|
2340
|
+
code" 3-letter values:
|
2341
|
+
USD United States Dollar
|
2342
|
+
CAD Canadian Dollar
|
2343
|
+
EUR European Union Euro
|
2344
|
+
RUB Russian Ruble
|
2345
|
+
These codes are defined by ISO in ISO 4217
|
2346
|
+
and listed at:
|
2347
|
+
http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html#SZ.
|
2348
|
+
-->
|
2349
|
+
<!ATTLIST price
|
2350
|
+
%price-atts; >
|
2351
|
+
|
2352
|
+
|
2353
|
+
<!-- STRUCTURAL TITLE ELEMENTS -->
|
2354
|
+
<!-- The elements that can be included along with
|
2355
|
+
data characters inside the content model of
|
2356
|
+
the <title> element
|
2357
|
+
Design Note: All inline mixes begin with an
|
2358
|
+
OR bar, but since %simple-phrase; is an
|
2359
|
+
inline mix, the OR bar is already there. -->
|
2360
|
+
<!ENTITY % struct-title-elements
|
2361
|
+
"%simple-phrase; | %break.class; |
|
2362
|
+
%citation.class;" >
|
2363
|
+
|
2364
|
+
|
2365
|
+
<!-- TITLE -->
|
2366
|
+
<!-- Heading or title for a structural element
|
2367
|
+
such as a Section, Figure, Boxed Text, etc.
|
2368
|
+
Details at:
|
2369
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=title
|
2370
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=title
|
2371
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=title
|
2372
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=title
|
2373
|
+
-->
|
2374
|
+
<!ELEMENT title (#PCDATA %struct-title-elements;)* >
|
2375
|
+
<!ATTLIST title
|
2376
|
+
%title-atts; >
|
2377
|
+
|
2378
|
+
|
2379
|
+
<!-- ============================================================= -->
|
2380
|
+
<!-- RELATED ARTICLE ELEMENTS -->
|
2381
|
+
<!-- (METADATA AND STRUCTURAL) -->
|
2382
|
+
<!-- ============================================================= -->
|
2383
|
+
|
2384
|
+
|
2385
|
+
<!-- RELATED ARTICLE ELEMENTS -->
|
2386
|
+
<!-- Elements allowed inside <related-article> -->
|
2387
|
+
<!ENTITY % related-article-elements
|
2388
|
+
"| %emphasis.class; | %journal-id.class; |
|
2389
|
+
%phrase-content.class; |
|
2390
|
+
%references.class; | %subsup.class;" >
|
2391
|
+
|
2392
|
+
|
2393
|
+
<!-- RELATED ARTICLE INFORMATION -->
|
2394
|
+
<!-- Wrapper element, used as a container for
|
2395
|
+
text links to a related article, possibly
|
2396
|
+
accompanied by a very brief description
|
2397
|
+
such as "errata (correction)".
|
2398
|
+
Details at:
|
2399
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=related-article
|
2400
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=related-article
|
2401
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=related-article
|
2402
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=related-article
|
2403
|
+
-->
|
2404
|
+
<!ELEMENT related-article
|
2405
|
+
(#PCDATA %related-article-elements;)* >
|
2406
|
+
<!ATTLIST related-article
|
2407
|
+
%related-article-atts; >
|
2408
|
+
|
2409
|
+
|
2410
|
+
<!-- ============================================================= -->
|
2411
|
+
<!-- SIGNATURE BLOCK ELEMENTS -->
|
2412
|
+
<!-- ============================================================= -->
|
2413
|
+
|
2414
|
+
|
2415
|
+
<!-- SIGNATURE BLOCK ELEMENTS -->
|
2416
|
+
<!-- Elements to be mixed with data characters
|
2417
|
+
inside the content model for the
|
2418
|
+
<sig-block> element. -->
|
2419
|
+
<!ENTITY % sig-block-elements
|
2420
|
+
"| %break.class; | %emphasis.class; |
|
2421
|
+
%just-base-display.class; |
|
2422
|
+
%inline-display-noalt.class; |
|
2423
|
+
%phrase-content.class; |
|
2424
|
+
%sig.class; | %subsup.class;" >
|
2425
|
+
|
2426
|
+
|
2427
|
+
<!-- SIGNATURE BLOCK -->
|
2428
|
+
<!-- An area of text and graphic material placed
|
2429
|
+
at the end of an article or section to hold
|
2430
|
+
the graphical signature or other description
|
2431
|
+
of the person responsible for or attesting
|
2432
|
+
to the content.
|
2433
|
+
Details at:
|
2434
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=sig-block
|
2435
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=sig-block
|
2436
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=sig-block
|
2437
|
+
-->
|
2438
|
+
<!ELEMENT sig-block (#PCDATA %sig-block-elements;)* >
|
2439
|
+
<!ATTLIST sig-block
|
2440
|
+
%sig-block-atts; >
|
2441
|
+
|
2442
|
+
|
2443
|
+
<!-- SIGNATURE ELEMENTS -->
|
2444
|
+
<!-- Elements to be mixed with data characters
|
2445
|
+
inside the content model for the
|
2446
|
+
<sig> element. -->
|
2447
|
+
<!ENTITY % sig-elements "%rendition-plus; | %break.class; |
|
2448
|
+
%inline-display-noalt.class; |
|
2449
|
+
%just-base-display-noalt.class;" >
|
2450
|
+
|
2451
|
+
|
2452
|
+
<!-- SIGNATURE -->
|
2453
|
+
<!-- One contributor signature and associated
|
2454
|
+
material (such as a text restatement of the
|
2455
|
+
affiliation) inside a signature block.
|
2456
|
+
Details at:
|
2457
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=sig
|
2458
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=sig
|
2459
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=sig
|
2460
|
+
-->
|
2461
|
+
<!ELEMENT sig (#PCDATA %sig-elements;)* >
|
2462
|
+
<!ATTLIST sig
|
2463
|
+
%sig-atts; >
|
2464
|
+
|
2465
|
+
|
2466
|
+
<!-- ============================================================= -->
|
2467
|
+
<!-- FRONT MATTER/BACK MATTER ELEMENTS -->
|
2468
|
+
<!-- ============================================================= -->
|
2469
|
+
|
2470
|
+
|
2471
|
+
<!-- ACKNOWLEDGMENTS MODEL -->
|
2472
|
+
<!-- Content model for the <ack> element -->
|
2473
|
+
<!ENTITY % ack-model "%sec-opt-title-model;" >
|
2474
|
+
|
2475
|
+
|
2476
|
+
<!-- ACKNOWLEDGMENTS -->
|
2477
|
+
<!-- Details at:
|
2478
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=ack
|
2479
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=ack
|
2480
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=ack
|
2481
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=ack
|
2482
|
+
-->
|
2483
|
+
|
2484
|
+
<!ELEMENT ack %ack-model; >
|
2485
|
+
<!ATTLIST ack
|
2486
|
+
%ack-atts; >
|
2487
|
+
|
2488
|
+
|
2489
|
+
<!-- BIOGRAPHY MODEL -->
|
2490
|
+
<!-- Content model for the <bio> element -->
|
2491
|
+
<!ENTITY % bio-model "%sec-opt-title-model;" >
|
2492
|
+
|
2493
|
+
|
2494
|
+
<!-- BIOGRAPHY -->
|
2495
|
+
<!-- Short biography of a person, usually the
|
2496
|
+
author
|
2497
|
+
Details at:
|
2498
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=bio
|
2499
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=bio
|
2500
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=bio
|
2501
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=bio
|
2502
|
+
-->
|
2503
|
+
<!ELEMENT bio %bio-model; >
|
2504
|
+
<!ATTLIST bio
|
2505
|
+
%bio-atts; >
|
2506
|
+
|
2507
|
+
|
2508
|
+
<!-- NOTES MODEL -->
|
2509
|
+
<!-- Content model for the <notes> element -->
|
2510
|
+
<!ENTITY % notes-model "%sec-opt-title-model;" >
|
2511
|
+
|
2512
|
+
|
2513
|
+
<!-- NOTES -->
|
2514
|
+
<!-- A container element for the notes that may
|
2515
|
+
appear at the end of an Article or at the
|
2516
|
+
end of a Table,for example, a typical
|
2517
|
+
end-of-article note is a "Note in Proof".
|
2518
|
+
Details at:
|
2519
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=notes
|
2520
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=notes
|
2521
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=notes
|
2522
|
+
-->
|
2523
|
+
<!ELEMENT notes %notes-model; >
|
2524
|
+
<!ATTLIST notes
|
2525
|
+
%notes-atts; >
|
2526
|
+
|
2527
|
+
|
2528
|
+
<!-- ============================================================= -->
|
2529
|
+
<!-- ACCESSIBILITY ELEMENTS -->
|
2530
|
+
<!-- ============================================================= -->
|
2531
|
+
|
2532
|
+
|
2533
|
+
<!-- ALT-TEXT MODEL -->
|
2534
|
+
<!-- Content model for the <alt-text> element -->
|
2535
|
+
<!ENTITY % alt-text-model "(#PCDATA)" >
|
2536
|
+
|
2537
|
+
<!-- ALTERNATE TITLE TEXT FOR A FIGURE, ETC. -->
|
2538
|
+
<!-- Short phrase used to display or pronounce
|
2539
|
+
as an alternative to providing the full
|
2540
|
+
graphic for accessibility display or
|
2541
|
+
graphic-limited websites or devices. For
|
2542
|
+
example, <alt-text> may be used to display
|
2543
|
+
"behind" a figure or graphic.
|
2544
|
+
Details at:
|
2545
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=alt-text
|
2546
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=alt-text
|
2547
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=alt-text
|
2548
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=alt-text
|
2549
|
+
-->
|
2550
|
+
<!ELEMENT alt-text
|
2551
|
+
%alt-text-model; >
|
2552
|
+
<!ATTLIST alt-text
|
2553
|
+
%alt-text-atts; >
|
2554
|
+
|
2555
|
+
|
2556
|
+
<!-- LONG DESCRIPTION ELEMENTS -->
|
2557
|
+
<!-- Elements to be mixed with data characters
|
2558
|
+
inside the <long-desc> element -->
|
2559
|
+
<!ENTITY % long-desc-elements
|
2560
|
+
"" >
|
2561
|
+
|
2562
|
+
|
2563
|
+
<!-- LONG DESCRIPTION -->
|
2564
|
+
<!-- Description or summary of the content of a
|
2565
|
+
graphical object, table, or textual object
|
2566
|
+
such as a text box, used by some systems to
|
2567
|
+
make the object accessible, even to people
|
2568
|
+
or systems that cannot read/see/display the
|
2569
|
+
object.
|
2570
|
+
Details at:
|
2571
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=long-desc
|
2572
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=long-desc
|
2573
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=long-desc
|
2574
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=long-desc
|
2575
|
+
-->
|
2576
|
+
<!ELEMENT long-desc (#PCDATA %long-desc-elements;)* >
|
2577
|
+
<!ATTLIST long-desc
|
2578
|
+
%long-desc-atts; >
|
2579
|
+
|
2580
|
+
|
2581
|
+
<!-- ============================================================= -->
|
2582
|
+
<!-- CUSTOM METADATA ELEMENTS -->
|
2583
|
+
<!-- ============================================================= -->
|
2584
|
+
|
2585
|
+
|
2586
|
+
<!-- CUSTOM METADATA GROUP MODEL -->
|
2587
|
+
<!-- Content model for the <custom-meta-group>
|
2588
|
+
element -->
|
2589
|
+
<!ENTITY % custom-meta-group-model
|
2590
|
+
"(custom-meta+)" >
|
2591
|
+
|
2592
|
+
|
2593
|
+
<!-- CUSTOM METADATA GROUP -->
|
2594
|
+
<!-- Some DTDs and schemas allow for metadata
|
2595
|
+
above and beyond that which can be specified
|
2596
|
+
by this DTD. This element is a grouping
|
2597
|
+
element used to contain all these additional
|
2598
|
+
metadata elements.
|
2599
|
+
Details at:
|
2600
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=custom-meta-group
|
2601
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=custom-meta-group
|
2602
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=custom-meta-group
|
2603
|
+
-->
|
2604
|
+
<!ELEMENT custom-meta-group
|
2605
|
+
%custom-meta-group-model; >
|
2606
|
+
|
2607
|
+
|
2608
|
+
<!-- CUSTOM METADATA MODEL -->
|
2609
|
+
<!-- Content model for the <custom-meta> element-->
|
2610
|
+
<!ENTITY % custom-meta-model
|
2611
|
+
"(meta-name, meta-value)" >
|
2612
|
+
|
2613
|
+
|
2614
|
+
<!-- CUSTOM METADATA -->
|
2615
|
+
<!-- Some DTDs and schemas allow for metadata
|
2616
|
+
above and beyond that which can be specified
|
2617
|
+
by this DTD. This element is used to capture
|
2618
|
+
metadata elements that have not been defined
|
2619
|
+
explicitly in the models for this DTD, so
|
2620
|
+
that the intellectual content will not be lost.
|
2621
|
+
Details at:
|
2622
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=custom-meta
|
2623
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=custom-meta
|
2624
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=custom-meta
|
2625
|
+
-->
|
2626
|
+
<!ELEMENT custom-meta %custom-meta-model; >
|
2627
|
+
<!ATTLIST custom-meta
|
2628
|
+
%custom-meta-atts; >
|
2629
|
+
|
2630
|
+
|
2631
|
+
<!-- METADATA DATA NAME ELEMENTS -->
|
2632
|
+
<!-- Elements that may be used, along with data
|
2633
|
+
characters, inside the <meta-name> element
|
2634
|
+
Design Note: All inline mixes begin with an
|
2635
|
+
OR bar, but since %simple-phrase; is an
|
2636
|
+
inline mix, the OR bar is already there. -->
|
2637
|
+
<!ENTITY % meta-name-elements
|
2638
|
+
"" >
|
2639
|
+
|
2640
|
+
|
2641
|
+
<!-- METADATA DATA NAME FOR CUSTOM METADATA -->
|
2642
|
+
<!-- The <custom-meta> element
|
2643
|
+
allows for an infinite number of name/value
|
2644
|
+
pairs, with few constraints on the length or
|
2645
|
+
content of the value. This element contains
|
2646
|
+
the name of the metadata field.
|
2647
|
+
Details at:
|
2648
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=meta-name
|
2649
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=meta-name
|
2650
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=meta-name
|
2651
|
+
-->
|
2652
|
+
<!ELEMENT meta-name (#PCDATA %meta-name-elements;)* >
|
2653
|
+
|
2654
|
+
|
2655
|
+
<!-- METADATA DATA VALUE ELEMENTS -->
|
2656
|
+
<!-- Elements that may be used, along with data
|
2657
|
+
characters, inside the <meta-value> element
|
2658
|
+
Design Note: All inline mixes begin with an
|
2659
|
+
OR bar, but since %simple-phrase; is an
|
2660
|
+
inline mix, the OR bar is already there. -->
|
2661
|
+
<!ENTITY % meta-value-elements
|
2662
|
+
"%simple-phrase;" >
|
2663
|
+
|
2664
|
+
|
2665
|
+
<!-- METADATA DATA VALUE FOR CUSTOM METADATA -->
|
2666
|
+
<!-- The <custom-meta> element
|
2667
|
+
allows for an infinite number of name/value
|
2668
|
+
pairs, with few constraints on the length or
|
2669
|
+
content of the value. This element contains
|
2670
|
+
the value of the metadata field that is named
|
2671
|
+
by the <meta-name> element.
|
2672
|
+
Details at:
|
2673
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=meta-value
|
2674
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=meta-value
|
2675
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=meta-value
|
2676
|
+
-->
|
2677
|
+
<!ELEMENT meta-value (#PCDATA %meta-value-elements;)* >
|
2678
|
+
|
2679
|
+
|
2680
|
+
<!-- ============================================================= -->
|
2681
|
+
<!-- PROCESSING ALTERNATIVES ELEMENTS -->
|
2682
|
+
<!-- ============================================================= -->
|
2683
|
+
|
2684
|
+
|
2685
|
+
<!-- ALTERNATIVES MODEL -->
|
2686
|
+
<!-- Model for the <alternatives> processing
|
2687
|
+
alternatives element -->
|
2688
|
+
<!ENTITY % alternatives-model
|
2689
|
+
|
2690
|
+
"(%alternatives-display.class; |
|
2691
|
+
%math.class;)+" >
|
2692
|
+
|
2693
|
+
|
2694
|
+
<!-- ALTERNATIVES FOR PROCESSING -->
|
2695
|
+
<!-- Container element used to hold a group of
|
2696
|
+
processing alternatives, for example, a
|
2697
|
+
single logical <graphic> that ships in
|
2698
|
+
different formats (tif, gif, jpeg) or
|
2699
|
+
different resolutions. This element is a
|
2700
|
+
physical grouping to contain multiple
|
2701
|
+
logically equivalent (substitutable) versions
|
2702
|
+
of the same information object.
|
2703
|
+
Details at:
|
2704
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=alternatives
|
2705
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=alternatives
|
2706
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=alternatives
|
2707
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=alternatives
|
2708
|
+
-->
|
2709
|
+
<!ELEMENT alternatives %alternatives-model; >
|
2710
|
+
|
2711
|
+
|
2712
|
+
<!-- TEXTUAL FORM ELEMENTS -->
|
2713
|
+
<!-- Model for the <textual-form> element -->
|
2714
|
+
<!ENTITY % textual-form-elements
|
2715
|
+
"%emphasis.class; |
|
2716
|
+
%inline-display-noalt.class; |
|
2717
|
+
%math.class; |
|
2718
|
+
%phrase-content.class; | %subsup.class;" >
|
2719
|
+
|
2720
|
+
|
2721
|
+
<!-- TEXTUAL FORM -->
|
2722
|
+
<!-- Container element (for use only inside
|
2723
|
+
<alternatives>) that will hold text and
|
2724
|
+
mixed content objects that act as alternatives
|
2725
|
+
to, for example, graphics.
|
2726
|
+
Details at:
|
2727
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=textual-form
|
2728
|
+
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=textual-form
|
2729
|
+
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=textual-form
|
2730
|
+
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=textual-form
|
2731
|
+
-->
|
2732
|
+
<!ELEMENT textual-form (#PCDATA | %textual-form-elements;)* >
|
2733
|
+
|
2734
|
+
|
2735
|
+
<!-- ============================================================= -->
|
2736
|
+
<!-- GENERATED TEXT OR PUNCTUATION -->
|
2737
|
+
<!-- ============================================================= -->
|
2738
|
+
|
2739
|
+
|
2740
|
+
<!-- X TEXT ATTRIBUTES -->
|
2741
|
+
<!-- Attributes for the element <x> -->
|
2742
|
+
<!ENTITY % x-atts
|
2743
|
+
"content-type
|
2744
|
+
CDATA #IMPLIED
|
2745
|
+
xml:space (default | preserve) #FIXED 'preserve'" >
|
2746
|
+
|
2747
|
+
|
2748
|
+
<!-- X ELEMENTS -->
|
2749
|
+
<!-- Elements for use inside the <x> element -->
|
2750
|
+
<!ENTITY % x-elements "" >
|
2751
|
+
|
2752
|
+
|
2753
|
+
<!-- X - GENERATED TEXT AND PUNCTUATION -->
|
2754
|
+
<!-- A container element to hold punctuation or
|
2755
|
+
other generated text, typically when 1) an
|
2756
|
+
archive decides not to have any text
|
2757
|
+
generated and thus to pre-generate such
|
2758
|
+
things as commas or semicolons between
|
2759
|
+
keywords or 2) when an archive receives text
|
2760
|
+
with <x> tags embedded and wishes to retain
|
2761
|
+
them.
|
2762
|
+
Details at:
|
2763
|
+
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=x
|
2764
|
+
-->
|
2765
|
+
<!ELEMENT x (#PCDATA %x-elements;)* >
|
2766
|
+
<!ATTLIST x
|
2767
|
+
%x-atts; >
|
2768
|
+
|
2769
|
+
|
2770
|
+
<!-- ================== End Common (Shared) Elements Module ====== -->
|
2771
|
+
|