@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
35 lines (34 loc) • 1.03 kB
text/typescript
// https://ns.editeur.org/onix/en/147
export enum UnitOfUsage {
_01 = '01', // Copies
_02 = '02', // Characters
_03 = '03', // Words
_04 = '04', // Pages
_05 = '05', // Percentage
_06 = '06', // Devices
_07 = '07', // Concurrent users
_15 = '15', // Users
_19 = '19', // Concurrent classes
_20 = '20', // Classes
_31 = '31', // Institutions
_08 = '08', // Percentage per time period
_09 = '09', // Days
_13 = '13', // Weeks
_14 = '14', // Months
_16 = '16', // Hours minutes and seconds
_27 = '27', // Days (fixed start)
_28 = '28', // Weeks (fixed start)
_29 = '29', // Months (fixed start)
_10 = '10', // Times
_22 = '22', // Times per day
_23 = '23', // Times per month
_24 = '24', // Times per year
_21 = '21', // Dots per inch
_26 = '26', // Dots per cm
_11 = '11', // Allowed usage start page
_12 = '12', // Allowed usage end page
_17 = '17', // Allowed usage start time
_18 = '18', // Allowed usage end time
_98 = '98', // Valid from
_99 = '99', // Valid to
}