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
@authenticated
attribute with the value of true
and 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" >
<contrib-id authenticated="true" contrib-id-type="orcid">0000-0000-0000-0001</contrib-id>
<name name-style="western">
<surname>Bloggs</surname>
<given-names>Joe</given-names>
</name> <xref ref-type="aff" rid="aff1"/>
<xref ref-type="bio" rid="bio1"/>
</contrib>