@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
16 lines (15 loc) • 431 B
text/typescript
// https://ns.editeur.org/onix/en/145
export enum UsageType {
_00 = '00', // No constraints
_01 = '01', // Preview
_02 = '02', // Print
_03 = '03', // Copy / paste
_04 = '04', // Share
_05 = '05', // Text to speech
_06 = '06', // Lend
_07 = '07', // Time-limited license
_08 = '08', // Loan renewal
_09 = '09', // Multi-user license
_10 = '10', // Preview on premises
_11 = '11', // Text and data mining
}