PDF version of content
Capture the file name of the PDF version of a book or book part in an xlink:href attribute of the self-uri element.
//book-meta/self-uri //book-part-meta/self-uri
The self-uri element must be present in book-meta if the book is Open Access.
The self-uri element must be present in book-part-meta if the book has chunk PDF assets.
PDF version of a book
<book-meta> <book-id book-id-type="doi">10.1093/9780192664334.001.0001</book-id> <book-id book-id-type="publisher-id">workid-UKERXO12AC0Q</book-id> <!-- more book metadata fields --> <self-uri xlink:href="workid-UKERXO12AC0Q.pdf" /> <!-- more book metadata fields --> </book-meta>
PDF version of a chapter
If the chapter is PDF-only, do not capture a body element within the book-part.
<book-part id="isbn-9780191001628-book-part-2" book-part-type="chapter">
<book-part-meta>
<book-part-id book-part-id-type="doi">10.1093/9780191001628.003.0002</book-part-id>
<!-- more chapter metadata fields -->
<self-uri xlink:href="isbn-9780191001628-book-part-2.pdf" />
<!-- more chapter metadata fields -->
</book-part-meta>
<!-- body text of chapter -->
</book-part>