The XSD_XML format follows the Crossref query output schema. It provides basic citation metadata that has been processed by the Crossref system. For doi-to-metadata XML querying, some controls are available for including expanded data and/or components in results.
Examples
The default query set will return basic citation metadata only.
<query key="q1">
<doi>10.1107/s1600536814013208</doi>
</query>
Set expanded-results="true" to return additional author, article title, and date information:
<query list-components="false" expanded-results="true" key="expanded">
<doi>10.1107/s1600536814013208</doi>
</query>
Set list-components="true" to include components in results:
<query list-components="true" expanded-results="true" key="expanded-with-components">
<doi>10.1107/s1600536814013208</doi>
</query>
Comments
0 comments
Please sign in to leave a comment.