ISBN
Capture the 13-digit ISBN of a book in the isbn element.
/book/book-meta/isbn
Capture a publication-format attribute to indicate the format to which the ISBN applies. Allowed values are:
-
book-other(a format not otherwise specified in this vocabulary) -
ebook-epub(for the ePub version of a book) -
ebook-epub-simple(For a simplified version of an OUP epub version of an ebook for delivery to Amazon for use in the Kindle reader.) -
ebook-updf(for the uPDF version of a book) -
electronic(for the online platform version of a book) -
print(for the print hardback version of a book) -
print-paperback(for the print paperback version of a book)
When the value of the publication-format attribute is print
,
capture a content-type attribute with value ISBN13
.
<isbn publication-format="print" content-type="ISBN13">9780195336467</isbn> <isbn publication-format="electronic">9780199984633</isbn>