@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
11 lines (10 loc) • 339 B
text/typescript
// https://ns.editeur.org/onix/en/197
export enum CollectionSequenceType {
_01 = '01', // Proprietary
_02 = '02', // Title order
_03 = '03', // Publication order
_04 = '04', // Temporal/narrative order
_05 = '05', // Original publication order
_06 = '06', // Suggested reading order
_07 = '07', // Suggested display order
}