nih-gov/www.ncbi.nlm.nih.gov/mailman/pipermail/utilities-announce/2014-October/000098.html

201 lines
8.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [Utilities-announce] PubMed E-Utilities 2015 DTD updates
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:utilities-announce%40ncbi.nlm.nih.gov?Subject=Re%3A%20%5BUtilities-announce%5D%20PubMed%20E-Utilities%202015%20DTD%20updates&In-Reply-To=%3Cmailman.183685.1414770654.20652.utilities-announce%40ncbi.nlm.nih.gov%3E">
<META NAME="robots" CONTENT="index,nofollow">
<style type="text/css">
pre {
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
}
</style>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000097.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Utilities-announce] PubMed E-Utilities 2015 DTD updates</H1>
<B>utilities-announce at ncbi.nlm.nih.gov</B>
<A HREF="mailto:utilities-announce%40ncbi.nlm.nih.gov?Subject=Re%3A%20%5BUtilities-announce%5D%20PubMed%20E-Utilities%202015%20DTD%20updates&In-Reply-To=%3Cmailman.183685.1414770654.20652.utilities-announce%40ncbi.nlm.nih.gov%3E"
TITLE="[Utilities-announce] PubMed E-Utilities 2015 DTD updates">utilities-announce at ncbi.nlm.nih.gov
</A><BR>
<I>Fri Oct 31 11:50:46 EDT 2014</I>
<P><UL>
<LI>Previous message: <A HREF="000097.html">[Utilities-announce] E-utilities webinar on Oct 15 at 1 PM
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#98">[ date ]</a>
<a href="thread.html#98">[ thread ]</a>
<a href="subject.html#98">[ subject ]</a>
<a href="author.html#98">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Dear NCBI PubMed E-Utilities Users,
We anticipate updating the PubMed E-Utilities DTDs for 2015 in mid-December, approximately on December 15, 2014.
The forthcoming DTDs are now available:
<A HREF="http://eutils.ncbi.nlm.nih.gov/entrez/query/DTD/bookdoc_150101.dtd">http://eutils.ncbi.nlm.nih.gov/entrez/query/DTD/bookdoc_150101.dtd</A>
<A HREF="http://eutils.ncbi.nlm.nih.gov/entrez/query/DTD/nlmmedlinecitationset_150101.dtd">http://eutils.ncbi.nlm.nih.gov/entrez/query/DTD/nlmmedlinecitationset_150101.dtd</A>
<A HREF="http://eutils.ncbi.nlm.nih.gov/entrez/query/DTD/pubmed_150101.dtd">http://eutils.ncbi.nlm.nih.gov/entrez/query/DTD/pubmed_150101.dtd</A>
The DTD changes for the 2015 production year are itemized in the Revision Notes section near the top of the DTDs. The following describes the substantive changes:
Add new UI attribute to DescriptorName, QualifierName, NameOfSubstance, SupplMeshName and PublicationType elements. The new required UI attribute will carry the MeSH unique identifier for DescriptorName, QualifierName, NameOfSubstance, SupplMeshName and PublicationType elements.
DTD:
&lt;!ELEMENT DescriptorName (#PCDATA)&gt;
&lt;!ATTLIST DescriptorName
MajorTopicYN (Y | N) &quot;N&quot;
Type (Geographic) #IMPLIED
UI CDATA #REQUIRED&gt;
&lt;!ELEMENT QualifierName (#PCDATA)&gt;
&lt;!ATTLIST QualifierName
MajorTopicYN (Y | N) &quot;N&quot;
UI CDATA #REQUIRED&gt;
&lt;!ELEMENT NameOfSubstance (#PCDATA)&gt;
&lt;!ATTLIST NameOfSubstance
UI CDATA #REQUIRED&gt;
&lt;!ELEMENT SupplMeshName (#PCDATA)&gt;
&lt;!ATTLIST SupplMeshName
Type (Disease | Protocol) #REQUIRED
UI CDATA #REQUIRED&gt;
&lt;!ELEMENT PublicationTypeList (PublicationType+)&gt;
&lt;!ELEMENT PublicationType (#PCDATA)&gt;
&lt;!ATTLIST PublicationType
UI CDATA #REQUIRED&gt;
Sample XML:
&lt;DescriptorName MajorTopicYN=&quot;N&quot; UI=&quot;D054971&quot;&gt;Orthostatic Intolerance&lt;/DescriptorName&gt;
&lt;QualifierName MajorTopicYN=&quot;N&quot; UI=&quot;Q000628&quot;&gt;therapy&lt;/QualifierName&gt;
&lt;NameOfSubstance UI=&quot;C058787&quot;&gt;royal jelly&lt;/NameOfSubstance&gt;
&lt;SupplMeshName Type=&quot;Disease&quot; UI=&quot;C537735&quot;&gt;Oculofaciocardiodental syndrome&lt;/SupplMeshName&gt;
&lt;PublicationType UI=&quot;D016428&quot;&gt;Journal Article&lt;/PublicationType&gt;
Add new optional and repeatable envelope element AffiliationInfo to Author and Investigator elements. AffiliationInfo envelope element includes Affliliation and Identifier elements.
DTD:
&lt;!ELEMENT Author (((LastName, ForeName?, Initials?, Suffix?) | CollectiveName), Identifier*,
AffiliationInfo*)&gt;
&lt;!ATTLIST Author ValidYN (Y | N) &quot;Y&quot;&gt;
&lt;!ELEMENT Investigator (LastName, ForeName?, Initials?, Suffix?, Identifier*, AffiliationInfo*)&gt;
&lt;!ATTLIST Investigator ValidYN (Y | N) &quot;Y&quot;&gt;
&lt;!ELEMENT AffiliationInfo(Affiliation, Identifier*)&gt;
&lt;!ELEMENT Affiliation (#PCDATA)&gt;
&lt;!ELEMENT Identifier (#PCDATA)&gt;
&lt;!ATTLIST Identifier
Source CDATA #REQUIRED)&gt;
Sample XML:
&lt;AuthorList CompleteYN=&quot;Y&quot;&gt;
&lt;Author ValidYN=&quot;Y&quot;&gt;
&lt;LastName&gt;Rome&lt;/LastName&gt;
&lt;ForeName&gt;Benjamin N&lt;/ForeName&gt;
&lt;Initials&gt;BN&lt;/Initials&gt;
&lt;Identifier Source=&quot;ORCID&quot;&gt;0000000111111111&lt;/Identifier&gt;
&lt;AffiliationInfo&gt;
&lt;Affiliation&gt;Harvard Medical School, Boston, Massachusetts&lt;/Affiliation&gt;
&lt;Identifier Source=&quot;Ringgold&quot;&gt;123456&lt;/Identifier&gt;
&lt;/AffiliationInfo&gt;
&lt;AffiliationInfo&gt;
&lt;Affiliation&gt;Program on Regulation, Therapeutics, and Law, Division of Pharmacoepidemiology and Pharmacoeconomics, Department of Medicine, Brigham and Women's Hospital, Boston, Massachusetts&lt;/Affiliation&gt;
&lt;/AffiliationInfo&gt;
&lt;AffiliationInfo&gt;
&lt;Affiliation&gt;Beth Israel Deaconess Medical&lt;/Affiliation&gt;
&lt;Identifier Source=&quot;Ringgold&quot;&gt;678922&lt;/Identifier&gt;
&lt;/AffiliationInfo&gt;
&lt;/Author&gt;
&lt;/AuthorList&gt;
&lt;InvestigatorList&gt;
&lt;Investigator ValidYN=&quot;Y&quot;&gt;
&lt;LastName&gt;Salloway&lt;/LastName&gt;
&lt;ForeName&gt;S&lt;/ForeName&gt;
&lt;Initials&gt;S&lt;/Initials&gt;
&lt;AffiliationInfo&gt;
&lt;Affiliation&gt;University of Missouri at Kansas City&lt;/Affiliation&gt;
&lt;Identifier Source=&quot;Ringgold&quot;&gt;11223344&lt;/Identifier&gt;
&lt;/AffiliationInfo&gt;
&lt;AffiliationInfo&gt;
&lt;Affiliation&gt;Kansas City AIDS Research Consortium&lt;/Affiliation&gt;
&lt;/AffiliationInfo&gt;
&lt;AffiliationInfo&gt;
&lt;Affiliation&gt;AIDS Administration Missouri&lt;/Affiliation&gt;
&lt;Identifier Source=&quot;Ringgold&quot;&gt;66778899&lt;/Identifier&gt;
&lt;/AffiliationInfo&gt;
&lt;/Investigator&gt;
&lt;/InvestigatorList&gt;
The valid value UNLABELLED is removed from the AbstractText NlmCategory attribute because it is not used.
DTD:
&lt;!ELEMENT AbstractText (#PCDATA)&gt;
&lt;!ATTLIST AbstractText
Label CDATA #IMPLIED
NlmCategory (BACKGROUND | OBJECTIVE | METHODS | RESULTS | CONCLUSIONS | UNASSIGNED) #IMPLIED&gt;
The valid values AssociatedDataset and AssociatedPublication are added to the CommentsCorrections RefType attribute.
DTD:
&lt;!ELEMENT CommentsCorrectionsList (CommentsCorrections+)&gt;
&lt;!ELEMENT CommentsCorrections (RefSource, PMID?, Note?)&gt;
&lt;!ATTLIST CommentsCorrections
RefType (AssociatedDataset | AssociatedPublication | CommentOn | CommentIn | ErratumIn | ErratumFor |
PartialRetractionIn | PartialRetractionOf | RepublishedFrom | RepublishedIn | RetractionOf |
RetractionIn | UpdateIn | UpdateOf | SummaryForPatientsIn | OriginalReportIn |ReprintOf | ReprintIn | Cites) #REQUIRED&gt;
Sample XML:
PMID 24872877
&lt;CommentsCorrectionsList&gt;
&lt;CommentsCorrections RefType=&quot;AssociatedPublication&quot;&gt;
&lt;RefSource&gt;Gigascience. 2014 May 28;3:8. doi: 10.1186/2047-217X-3-8. eCollection 2014.&lt;/RefSource&gt;
&lt;PMID Version=&quot;1&quot;&gt;24872878&lt;/PMID&gt;
&lt;/CommentsCorrections&gt;
&lt;/CommentsCorrectionsList&gt;
PMID 24872878
&lt;CommentsCorrectionsList&gt;
&lt;CommentsCorrections RefType=&quot;AssociatedDataset&quot;&gt;
&lt;RefSource&gt;Gigascience. 2014 May 28;3:7. doi: 10.1186/2047-217X-3-7. eCollection 2014.&lt;/RefSource&gt;
&lt;PMID Version=&quot;1&quot;&gt;24872877&lt;/PMID&gt;
&lt;/CommentsCorrections&gt;
&lt;/CommentsCorrectionsList&gt;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;<A HREF="http://www.ncbi.nlm.nih.gov/mailman/pipermail/utilities-announce/attachments/20141031/8a5cd132/attachment.htm">http://www.ncbi.nlm.nih.gov/mailman/pipermail/utilities-announce/attachments/20141031/8a5cd132/attachment.htm</A>&gt;
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000097.html">[Utilities-announce] E-utilities webinar on Oct 15 at 1 PM
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#98">[ date ]</a>
<a href="thread.html#98">[ thread ]</a>
<a href="subject.html#98">[ subject ]</a>
<a href="author.html#98">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/utilities-announce">More information about the Utilities-announce
mailing list</a><br>
</body></html>