<contrib-id>¶
Mandatory attributes:
@contrib-id-type
| Appears in | Frequency | 
|---|---|
| Zero or more times | 
This is the digital identifier of the researcher.
The attribute @contrib-id-type could have the following values:
| Value | Description | 
|---|---|
| orcid | Identifies a researcher in ORCID Organization. | 
| isni | Identifies a researcher in ISNI. | 
Example:
...
<contrib-group>
  <contrib contrib-type="author">
    <contrib-id contrib-id-type="orcid">0000-0000-0000-0000</contrib-id>
    <name>
      <surname>Brown</surname>
      <given-names>Emmett</given-names>
    </name>
    ...
  </contrib>
  ...
</contrib-group>
...
...
<contrib-group>
  <contrib contrib-type="author">
    <contrib-id contrib-id-type="isni">0000 0000 0000 0000</contrib-id>
    <name>
      <surname>Brown</surname>
      <given-names>Emmett</given-names>
    </name>
    ...
  </contrib>
  ...
</contrib-group>
...
Note
The element <contrib-id> can not have URI (URL) data, it will not be accepted:
- <contrib-id contrib-id-type="orcid">http://orcid.org/0000-0001-8528-2091</contrib-id>