14. Documentation (R)¶
datacite:relatedIdentifier
A resource that provides useful information about the software to the end-users, such as execution tips, FAQs, help forums, etc.
14.1 type (M)¶
The type of the related identifier
Controlled List Values:
ARKarXivbibcodeDOIEAN13EISSNHandleIGSNISBNISSNISTCLISSNLSIDPMIDPURLUPCURLURN
14.2 relation (M)¶
The relation that binds the software and the provided documentation. When the documentation element is provided the relationType attribute must be set to the DataCite term IsDocumentedBy
Example
1 2 3 | <relatedIdentifier relatedIdentifierType="URL" relationType="IsDocumentedBy">
http://my_documentation.eu
</relatedIdentifier>
|