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.
Used 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, “ORCID” or “JST”. |
Restriction | @contrib-id-type is an optional attribute; there is no default. |
Example
... <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> ...