UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

11 lines (10 loc) 284 B
// https://ns.editeur.org/onix/en/149 export enum TitleElementLevel { _01 = '01', // Product _02 = '02', // Collection level _03 = '03', // Subcollection _04 = '04', // Content item _05 = '05', // Master brand _06 = '06', // Sub-subcollection _07 = '07', // Universe }