UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

17 lines (16 loc) 564 B
// https://ns.editeur.org/onix/en/28 export enum AudienceType { _01 = '01', // General / adult _02 = '02', // Children _03 = '03', // Teenage _04 = '04', // Primary and secondary education _11 = '11', // Pre-primary education _12 = '12', // Primary education _13 = '13', // Lower secondary education _14 = '14', // Upper secondary education _05 = '05', // Tertiary education _06 = '06', // Professional and scholarly _08 = '08', // Adult education _07 = '07', // EFL / TEFL / TESOL _09 = '09', // Second / additional language teaching }