@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
16 lines (15 loc) • 450 B
text/typescript
// https://ns.editeur.org/onix/en/13
export enum CollectionIdentifierType {
_01 = '01', // Proprietary
_02 = '02', // ISSN
_03 = '03', // German National Bibliography series ID
_04 = '04', // German Books in Print series ID
_05 = '05', // Electre series ID
_06 = '06', // DOI
_15 = '15', // ISBN-13
_22 = '22', // URN
_27 = '27', // JP Magazine ID
_29 = '29', // BNF Control number
_35 = '35', // ARK
_38 = '38', // ISSN-L
}