UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

14 lines (13 loc) 634 B
// https://ns.editeur.org/onix/en/184 export enum EuToySafetyDirectiveHazardWarningType { _00 = '00', // No warning _01 = '01', // Carries ‘CE’ logo _02 = '02', // Carries minimum age warning _03 = '03', // Carries EU Toy Safety Directive ‘Unsuitable for children ages 0–3’ warning logo _04 = '04', // Carries EU Toy Safety Directive hazard warning _05 = '05', // Carries other text associated with toy safety _06 = '06', // Material Safety Data Sheet available _07 = '07', // Declaration of Conformity available _08 = '08', // Carries EN71 conformity statement _09 = '09', // Carries ‘UKCA’ logo }