Explanation

Code 11 is used to indicate that a publication contains musical notation.

This code is set in a <PrimaryContentType> element if the publication is primarily musical notation, otherwise it is set in a <ProductContentType> element.

Only for use in ONIX 3.0 or later.

Schema.org mapping

Code 11 is the equivalent of setting a musicOnVisual access mode using schema.org metadata as musical notation is almost always encoded as images due to lack of rendering support for music markup languages.

Examples

Example 1 — Music book
…
<PrimaryContentType>11</PrimaryContentType>
…
Example 1 — Musical theory book
…
<PrimaryContentType>10</PrimaryContentType>
<ProductContentType>11</ProductContentType>
…

Related Links