ENUM

ONIXContentAudienceCode

A code from ONIX code list 154 which identifies an audience for a marketing text.

A text without any content audience restriction is indicated by the presence of the code "00" ("Unrestricted"), which will be the only one present.

link GraphQL Schema definition

  • enum ONIXContentAudienceCode {
  • # Unrestricted
  • _00
  • # Restricted
  • _01
  • # Booktrade
  • _02
  • # End-customers
  • _03
  • # Librarians
  • _04
  • # Teachers
  • _05
  • # Students
  • _06
  • # Press
  • _07
  • # Shopping comparison service
  • _08
  • }