forked from CrossRef/rest-api-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
partial-licenses.xml
31 lines (31 loc) · 1.08 KB
/
partial-licenses.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version='1.0' encoding='UTF-8'?>
<doi_batch version="4.3.2"
xmlns="http://www.crossref.org/doi_resources_schema/4.3.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ai="http://www.crossref.org/AccessIndicators.xsd"
xsi:schemaLocation="http://www.crossref.org/doi_resources_schema/4.3.2
http://www.crossref.org/schema/deposit/doi_resources4.3.2.xsd">
<head>
<doi_batch_id>123456</doi_batch_id>
<depositor>
<name>Karl Ward</name>
<email_address>[email protected]</email_address>
</depositor>
</head>
<body>
<lic_ref_data>
<doi>10.5555/12345678</doi>
<ai:program name="AccessIndicators">
<ai:license_ref applies_to="vor" start_date="2014-05-02">
http://publisher.com/licenses/license_v1.html
</ai:license_ref>
<ai:license_ref applies_to="am">
http://publisher.com/licenses/open_license_v1.html
</ai:license_ref>
<ai:license_ref applies_to="tdm" start_date="2014-12-02">
http://publisher.com/licenses/tdm_license_v1.html
</ai:license_ref>
</ai:program>
</lic_ref_data>
</body>
</doi_batch>