nlmmedline_080101.dtd
来自「一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能」· DTD 代码 · 共 66 行
DTD
66 行
<!-- NLMMedline DTD
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?)>
<!-- ================================================================= -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?