This page lists errata for the EPUB Publications 3.0.1 specification.
identifier
ElementThe DOI example should not have a "urn:" prefix at the beginning:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
<dc:identifier id="pub-id">doi:10.1016/j.iheduc.2008.03.001</dc:identifier>
<meta refines="#pub-id" property="identifier-type" scheme="onix:codelist5">06</meta>
…
</metadata>
The example that currently shows the ONIX identifier-type value "15"
should have the value "22":
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
…
<dc:identifier id="isbn-id">urn:isbn:9780101010101</dc:identifier>
<meta refines="#isbn-id" property="identifier-type" scheme="onix:codelist5">22</meta>
<dc:source id="src-id">urn:isbn:9780375704024</dc:source>
<meta refines="#src-id" property="identifier-type" scheme="onix:codelist5">22</meta>
<meta refines="#src-id" property="source-of">pagination</meta>
…
</metadata>
meta ElementThe example that currently shows the ONIX identifier-type value "15"
should have the value "22":
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
…
<dc:identifier id="pub-id">urn:uuid:A1B0D67E-2E81-4DF5-9E67-A64CBE366809</dc:identifier>
<meta refines="#pub-id" property="identifier-type" scheme="xsd:string">uuid</meta>
<dc:identifier id="isbn-id">urn:isbn:9780101010101</dc:identifier>
<meta refines="#isbn-id" property="identifier-type" scheme="onix:codelist5">22</meta>
<dc:source id="src-id">urn:isbn:9780375704024</dc:source>
<meta refines="#src-id" property="identifier-type" scheme="onix:codelist5">22</meta>
<dc:title id="title">Norwegian Wood</dc:title>
<meta refines="#title" property="title-type">main</meta>
<dc:language>en</dc:language>
<dc:creator id="creator">Haruki Murakami</dc:creator>
<meta refines="#creator" property="role" scheme="marc:relators" id="role">aut</meta>
<meta refines="#creator" property="alternate-script" xml:lang="ja">村上 春樹</meta>
<meta refines="#creator" property="file-as">Murakami, Haruki</meta>
<meta property="dcterms:modified">2011-01-01T12:00:00Z</meta>
</metadata>
meta
PropertiesThe example for the identifier-type property should have the value "22"
to match the revised examples above:
<meta refines="#src-id" property="identifier-type"
scheme="onix:codelist5">22</meta>
Document last updated: 2014-08-06