Multiple resolution can be reversed if the service is no longer needed for a DOI. When multiple resolution is reversed the content owner should also "lock" the multiple resolution DOIs, preventing any future multiple resolution deposits. To remove secondary URLs and lock DOIs, submit a resource update with a closed collection element, for example:
<?xml version="1.0" encoding="UTF-8"?>
<doi_batch version="4.3.0" xmlns="http://www.crossref.org/doi_resources_schema/4.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.crossref.org/doi_resources_schema/4.3.0 http://www.crossref.org/schemas/doi_resources4.3.0.xsd">
<head>
<doi_batch_id>123456</doi_batch_id>
<depositor>
<name>xyz</name>
<email_address>xyz@crossref.org</email_address>
</depositor>
</head>
<body>
<doi_resources>
<doi>10.50505/mrtest1</doi>
<collection property="list-based" multi-resolution="lock" />
</doi_resources>
</body>
</doi_batch>
Comments
0 comments
Please sign in to leave a comment.