contrib-id-type Contributor Identifier Type

Names the type of contributor identifier or the authority that is responsible for the creation of the contributor identifier.
OPTIONAL on element: <contrib-id>
Value Meaning
Text, numbers, or special characters The type of contributor identifier or the authority (such as a publisher or industry organization) that is responsible for the creation of the contributor identifier, for example, an ORCID (value “orcid”) or a JST identifier (value “jst”).
Restriction @contrib-id-type is an optional attribute; there is no default.
Tagged Sample

An ORCID identifier for an author

...
<contrib>
 <contrib-id contrib-id-type="orcid" authenticated="true">
  http://orcid.org/0000-0002-1825-0097</contrib-id>
 <contrib-id contrib-id-type="scopus">7007156898</contrib-id>
 <name><surname>Carberry</surname>
  <given-names>Josiah Stinkney</given-names></name>
</contrib>
...