Explanation

Code 16 is used to indicate a publication contains supplementary text content, such as tests, sidebars, and articles.

This code is always set in a <ProductContentType> element for digital publications, since supplementary content, by definition, is not the primary source of information.

Only for use in ONIX 3.0 or later.

Schema.org mapping

Code 16 is the equivalent of setting a textual access mode using schema.org metadata.

Examples

Example 1 — Textbook with sidebars
…
<PrimaryContentType>10</PrimaryContentType>
<ProductContentType>16</ProductContentType>
…

Related Links