Self URI
Capture the file names of the PDF, EPUB and MOBI representations of the book in
<self-uri>
elements.
Each <self-uri>
element must have @content-type
and @xlink:href
attributes
The allowed values of
@content-type
are:- epub
- mobi
- preview (See Preview PDF for more details).
The @xlink:href
attribute must contain the name of the relevent binary
file (including file extension).
<self-uri content-type="pdf" xlink:href="978-0-7503-3579-9.pdf"/> <self-uri content-type="epub" xlink:href="978-0-7503-3579-9.epub"/> <self-uri content-type="mobi" xlink:href="978-0-7503-3579-9.mobi"/> <self-uri content-type="preview" xlink:href="978-0-7503-3579-9.preview.pdf"/>