Explanation

Code 12 is used to indicate that a publication contains maps or other cartographic content.

This code is set in a <PrimaryContentType> element if the entire publication consists of maps (e.g., an atlas), otherwise it is set in a <ProductContentType> element if the cartographic content is only part of the publication.

Only for use in ONIX 3.0 or later.

Schema.org mapping

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

Examples

Example 1 — Atlas
…
<PrimaryContentType>12</PrimaryContentType>
…
Example 2 — Textbook with maps
…
<PrimaryContentType>10</PrimaryContentType>
<ProductContentType>12</ProductContentType>
…

Related Links