UNPKG

@5stones/onix

Version:

A strongly typed library for parsing ONIX feeds.

24 lines (23 loc) 869 B
// https://ns.editeur.org/onix/en/23 export enum ExtentType { _00 = '00', // Main content page count _02 = '02', // Total text length _03 = '03', // Front matter page count _04 = '04', // Back matter page count _05 = '05', // Total numbered pages _06 = '06', // Production page count _07 = '07', // Absolute page count _08 = '08', // Number of pages in print counterpart _09 = '09', // Duration _10 = '10', // Notional number of pages in digital product _11 = '11', // Content page count _12 = '12', // Total unnumbered insert page count _13 = '13', // Duration of introductory matter _14 = '14', // Duration of main content _15 = '15', // Duration of back matter _16 = '16', // Production duration _17 = '17', // Number of cards _18 = '18', // Number of write-in pages _22 = '22', // Filesize _23 = '23', // Storage filesize }