@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
41 lines (40 loc) • 1.44 kB
text/typescript
// https://ns.editeur.org/onix/en/153
export enum TextType {
_01 = '01', // Sender-defined text
_02 = '02', // Short description/annotation
_03 = '03', // Description
_04 = '04', // Table of contents
_05 = '05', // Primary cover copy
_06 = '06', // Review quote
_07 = '07', // Review quote: previous edition
_08 = '08', // Review quote: previous work
_09 = '09', // Endorsement
_10 = '10', // Promotional headline
_11 = '11', // Feature
_12 = '12', // Biographical note
_13 = '13', // Publisher’s notice
_14 = '14', // Excerpt
_15 = '15', // Index
_16 = '16', // Short description/annotation for collection
_17 = '17', // Description for collection
_18 = '18', // New feature
_19 = '19', // Version history
_20 = '20', // Open access statement
_21 = '21', // Digital exclusivity statement
_22 = '22', // Official recommendation
_23 = '23', // JBPA description
_24 = '24', // schema.org snippet
_25 = '25', // Errata
_26 = '26', // Introduction
_27 = '27', // Secondary cover copy
_28 = '28', // Full cast and credit list
_29 = '29', // Bibliography
_30 = '30', // Abstract
_31 = '31', // Rules or instructions
_32 = '32', // List of contents
_33 = '33', // Short description/annotation for imprint
_34 = '34', // Description for imprint
_35 = '35', // Short description/annotation for publisher
_36 = '36', // Description for publisher
_37 = '37', // Cover line
}