UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

13 lines (12 loc) 534 B
// https://ns.editeur.org/onix/en/20 export enum EventRole { _01 = '01', // Publication linked to conference _02 = '02', // Complete proceedings of conference _03 = '03', // Selected papers from conference _11 = '11', // Publication linked to sporting event _12 = '12', // Programme or guide for sporting event _21 = '21', // Publication linked to artistic event _22 = '22', // Programme or guide for artistic event _31 = '31', // Publication linked to exposition _32 = '32', // Programme or guide for exposition }