@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
34 lines (33 loc) • 1.16 kB
text/typescript
// https://ns.editeur.org/onix/en/29
export enum AudienceCodeType {
_01 = '01', // ONIX audience codes
_02 = '02', // Proprietary
_03 = '03', // MPAA rating
_04 = '04', // BBFC rating
_05 = '05', // FSK rating
_06 = '06', // BTLF audience code
_07 = '07', // Electre audience code
_08 = '08', // ANELE Tipo
_09 = '09', // AVI
_10 = '10', // USK rating
_11 = '11', // AWS
_12 = '12', // Schulform
_13 = '13', // Bundesland
_14 = '14', // Ausbildungsberuf
_15 = '15', // Suomalainen kouluasteluokitus
_16 = '16', // CBG age guidance
_17 = '17', // Nielsen Book audience code
_18 = '18', // AVI (revised)
_19 = '19', // Lexile measure
_20 = '20', // Fry Readability score
_21 = '21', // Japanese Children’s audience code
_22 = '22', // ONIX Adult audience rating
_23 = '23', // Common European Framework of Reference for Language Learning (CEFR)
_24 = '24', // Korean Publication Ethics Commission rating
_25 = '25', // IoE Book Band
_26 = '26', // FSK Lehr-/Infoprogramm
_27 = '27', // Intended audience language
_28 = '28', // PEGI rating
_29 = '29', // Gymnasieprogram
_30 = '30', // ISCED 2011
}