1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
<!-- NLMMedline DTD
**THIS IS THE FORTHCOMING DTD FOR 2008 NOT CURRENTLY IN USE. SEE
http://www.nlm.nih.gov/databases/dtd/nlmmedline_070101.dtd FOR THE
NLMMEDLINE DTD DATED JANUARY 1, 2007 CURRENTLY IN USE.
Comments and suggestions are welcome.
January 1, 2008
This is the DTD which the U.S. National Library of Medicine
has written for External Use.
If you are a data Licensee, the data are found in
MedlineCitationSet.
NOTE: The use of "Medline" in a DTD or element name does not mean the record
represents a citation from a Medline-selected journal. When the NLM DTDs and
XML elements were first created, MEDLINE records were the only data exported.
Now NLM exports citations other than MEDLINE records using these tools. To
minimize unnecessary disruption to users of the data and tools, NLM has
retained the original DTD and element names (e.g., NLMMedline DTD, MedlineTA,
MedlineJournalInfo)).
* = 0 or more occurrences (optional element, repeatable)
? = 0 or 1 occurrences (optional element, at most 1)
+ = 1 or more occurrences (required element, repeatable)
| = choice, one or the other but not both
no symbol = required element
-->
<!-- ================================================================= -->
<!-- NLMMedline DTD -->
<!-- Typical usage:
<!DOCTYPE MedlineCitationSet PUBLIC "-//NLM//DTD NLM Medline//EN">
-->
<!-- ================================================================= -->
<!-- Revision Notes Section
The following changes were made in the nlmmedline_070101.dtd:
a. Changed entity reference from "nlmmedlinecitation_070101.dtd"
to: "nlmmedlinecitation_080101.dtd"
Historic Revision notes for previous versions of NLMMedline DTD
See:
http://www.nlm.nih.gov/databases/dtd/history_dtd_nlmmedline.html
-->
<!-- ================================================================= -->
<!-- external DTD entities -->
<!ENTITY % Acronym.Ref "Acronym?">
<!ENTITY % Agency.Ref "Agency">
<!ENTITY % ArticleTitle.Ref "ArticleTitle">
<!ENTITY % DateCreated.Ref "DateCreated">
<!ENTITY % GrantID.Ref "GrantID?">
<!ENTITY % ISSN.Ref "ISSN?">
<!ENTITY % NlmDcmsID.Ref "NlmDcmsID?">
<!ENTITY % PMID.Ref "PMID">
<!ENTITY % PubDate.Ref "PubDate">
<!ENTITY % PublicationType.Ref "PublicationTypeList">
<!-- ================================================================= -->
<!-- Reference to Where the NLM MedlineCitation DTD is located -->
<!ENTITY % MedlineCitation PUBLIC "-//NLM//DTD MedlineCitation, 1st January 2008//EN"
"nlmmedlinecitation_080101.dtd" >
%MedlineCitation;
<!-- ================================================================= -->
<!ELEMENT DeleteCitation (PMID+)>
<!ELEMENT MedlineCitationSet (MedlineCitation*, DeleteCitation?)>
<!-- ================================================================= -->
|