@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
19 lines (18 loc) • 751 B
text/typescript
// https://ns.editeur.org/onix/en/15
export enum TitleType {
_00 = '00', // Undefined
_01 = '01', // Distinctive title (book); Cover title (serial); Title onf item or collection (serial content item or reviewed resource)
_02 = '02', // ISSN key title of serial
_03 = '03', // Title in original language
_04 = '04', // Title acronym or initialism
_05 = '05', // Abbreviated title
_06 = '06', // Title in other language
_07 = '07', // Thematic title of journal issue
_08 = '08', // Former title
_10 = '10', // Distributor’s title
_11 = '11', // Alternative title on cover
_12 = '12', // Alternative title on back
_13 = '13', // Expanded title
_14 = '14', // Alternative title
_15 = '15', // Alternative title on spine
}