@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
26 lines (25 loc) • 959 B
text/typescript
// https://ns.editeur.org/onix/en/30
export enum AudienceRangeQualifier {
_11 = '11', // US school grade range
_12 = '12', // UK school grade
_15 = '15', // Reading speed, words per minute
_16 = '16', // Interest age, months
_17 = '17', // Interest age, years
_18 = '18', // Reading age, years
_19 = '19', // Spanish school grade
_20 = '20', // Skoletrinn
_21 = '21', // Nivå
_22 = '22', // Italian school grade
_23 = '23', // Schulform
_24 = '24', // Bundesland
_25 = '25', // Ausbildungsberuf
_26 = '26', // Canadian school grade range
_27 = '27', // Finnish school grade range
_28 = '28', // Finnish Upper secondary school course
_29 = '29', // Chinese School Grade range
_30 = '30', // French school cycles / classes
_31 = '31', // Brazil Education level
_32 = '32', // French educational levels
_33 = '33', // Finnish Upper secondary school course (2021+)
_34 = '34', // Detailed French educational levels
}