Explanation

Code 13 is used to indicate that a publication contains speech content that is not a reading or performance, such as an interview.

This code is set in a <PrimaryContentType> element if the entire publication is the speech content, otherwise it is set in a <ProductContentType> element if the speech content is only part of the publication.

Only for use in ONIX 3.0 or later.

Schema.org mapping

Code 13 is the equivalent of setting a auditory access mode using schema.org metadata.

Examples

Example 1 — Audiobook of an interview
…
<PrimaryContentType>13</PrimaryContentType>
…
Example 2 — Audiobook that includes an interview
…
<PrimaryContentType>01</PrimaryContentType>
<ProductContentType>13</ProductContentType>
…

Related Links