ORCID IDs

Capture contributor ORCID IDs in a <contrib-id> element as a child of the relevant <contrib> element.

The <contrib-id> element must have a @contrib-id-type attribute with the value of orcid.

If the ORCID ID has been authenticated it must have a @authenticated attribute with the value of true.

Example

<contrib contrib-type="author" corresp="yes">
  <contrib-id authenticated="true" contrib-id-type="orcid">0000-0001-2345-6789</contrib-id>
  <name name-style="western">
    <surname>John</surname>
    <given-names>Henslow</given-names>
  </name>
  <xref ref-type="aff" rid="affiliation01">1</xref>
  <xref ref-type="fn" rid="njpacd8e4afn1">*</xref>
  <email>example@gmail.com</email>
</contrib>