Explanation

Code 07 is used to indicate that a publication contains images and graphics.

For animated and interactive images and graphics, use code 24 instead.

This code should only be used if there is not a more specific one, such as code 19 for figures, diagrams, and charts, code 18 for photographs, and code 12 for maps.

The code is normally set in a <ProductContentType> element, but if still images are the primary means of conveying information then it would be set in a <PrimaryContentType> element. Note that code 44 is more typically used for comics and manga.

Only for use in ONIX 3.0 or later.

Schema.org mapping

Code 07 is the equivalent of setting a visual access mode using schema.org metadata.

Examples

Example 1 — Textbook with images
…
<PrimaryContentType>10</PrimaryContentType>
<ProductContentType>07</ProductContentType>
…

Related Links