@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
17 lines (16 loc) • 412 B
text/typescript
// https://ns.editeur.org/onix/en/259
export enum CollectionFrequencyCode {
u = 'u', // Unknown
i = 'i', // Irregular
e = 'e', // Biennial
a = 'a', // Annual
b = 'b', // Biannual
t = 't', // Triannual
q = 'q', // Quarterly
s = 's', // Bimonthly
m = 'm', // Monthly
f = 'f', // Fortnightly
w = 'w', // Weekly
d = 'd', // More frequently than weekly
x = 'x', // No future publications
}