UNPKG

onix-codelist

Version:
16 lines (15 loc) 899 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WorkIdentifierType = void 0; var WorkIdentifierType; (function (WorkIdentifierType) { WorkIdentifierType[WorkIdentifierType["Proprietary"] = '01'] = "Proprietary"; WorkIdentifierType[WorkIdentifierType["Isbn_10"] = '02'] = "Isbn_10"; WorkIdentifierType[WorkIdentifierType["Doi"] = '06'] = "Doi"; WorkIdentifierType[WorkIdentifierType["Istc"] = '11'] = "Istc"; WorkIdentifierType[WorkIdentifierType["Isbn_13"] = '15'] = "Isbn_13"; WorkIdentifierType[WorkIdentifierType["Isrc"] = '18'] = "Isrc"; WorkIdentifierType[WorkIdentifierType["Glimir"] = '32'] = "Glimir"; WorkIdentifierType[WorkIdentifierType["Owi"] = '33'] = "Owi"; WorkIdentifierType[WorkIdentifierType["Iscc"] = '39'] = "Iscc"; })(WorkIdentifierType = exports.WorkIdentifierType || (exports.WorkIdentifierType = {}));