Explanation

Code 50 is used to indicate that a publication contains video content without any accompanying audio.

An example of such a video would be an instructional animated video that depicts the actions to perform.

Code 50 is almost exclusively set in a <ProductContentType> element for digital publications since silent video would almost never be the primary content type.

Only for use in ONIX 3.0 or later.

Schema.org mapping

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

Examples

Example 1 — Textbook with silent instructional videos
…
<PrimaryContentType>10</PrimaryContentType>
<ProductContentType>50</ProductContentType>
…

Related Links