Documentation

XSD XML query output format

The XSD_XML format follows the Crossref query output schema. It provides basic citation metadata that has been processed by Crossref. For doi-to-metadata XML querying, some controls are available for including expanded data and/or components in results.

XSD XML 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>

Example files: xsd_xml.out.xml and xsd_xml.in.xml

Page owner: Patrick Polischuk   |   Last updated 2020-April-08