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.

With the 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">http://orcid.org/1792-3336-9172-961X</contrib-id>
<name>...</name>
<degrees>BA, MA</degrees>
</contrib>  
...