Explanation

Code 06 is used to indicate that a publication contains video content, but the type of content is not specified.

If the content does not fit under another more specific code, use code 28 instead. This code is used if the content of the video has not been checked.

The code is normally set in a <ProductContentType> element as video is rarely the primary means of conveying information in digital publications.

Only for use in ONIX 3.0 or later.

Schema.org mapping

Code 06 is typically the equivalent of setting both a visual access mode and an auditory access mode using schema.org metadata.

If the video does not have sound that conveys information, however, an auditory access mode would be omitted .

Examples

Example 1 — Textbook with unspecified video content
…
<PrimaryContentType>10</PrimaryContentType>
<ProductContentType>28</ProductContentType>
…

Related Links