@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
25 lines (24 loc) • 642 B
text/typescript
// https://ns.editeur.org/onix/en/5
export enum ProductIdentifierType {
_01 = '01', // Proprietary
_02 = '02', // ISBN-10
_03 = '03', // GTIN-13
_04 = '04', // UPC
_05 = '05', // ISMN-10
_06 = '06', // DOI
_13 = '13', // LCCN
_14 = '14', // GTIN-14
_15 = '15', // ISBN-13
_17 = '17', // Legal deposit number
_22 = '22', // URN
_23 = '23', // OCLC number
_24 = '24', // Co-publisher’s ISBN-13
_25 = '25', // ISMN-13
_26 = '26', // ISBN-A
_27 = '27', // JP e-code
_28 = '28', // OLCC number
_29 = '29', // JP Magazine ID
_30 = '30', // UPC12+5
_31 = '31', // BNF Control number
_35 = '35', // ARK
}