UNPKG

onix-codelist

Version:
18 lines (17 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SeriesIdentifierType = void 0; var SeriesIdentifierType; (function (SeriesIdentifierType) { SeriesIdentifierType[SeriesIdentifierType["Proprietary"] = '01'] = "Proprietary"; SeriesIdentifierType[SeriesIdentifierType["Issn"] = '02'] = "Issn"; SeriesIdentifierType[SeriesIdentifierType["GermanNationalBibliographySeriesId"] = '03'] = "GermanNationalBibliographySeriesId"; SeriesIdentifierType[SeriesIdentifierType["GermanBooksInPrintSeriesId"] = '04'] = "GermanBooksInPrintSeriesId"; SeriesIdentifierType[SeriesIdentifierType["ElectreSeriesId"] = '05'] = "ElectreSeriesId"; SeriesIdentifierType[SeriesIdentifierType["Doi"] = '06'] = "Doi"; SeriesIdentifierType[SeriesIdentifierType["Isbn_13"] = '15'] = "Isbn_13"; SeriesIdentifierType[SeriesIdentifierType["Urn"] = '22'] = "Urn"; SeriesIdentifierType[SeriesIdentifierType["BnfControlNumber"] = '29'] = "BnfControlNumber"; SeriesIdentifierType[SeriesIdentifierType["Ark"] = '35'] = "Ark"; SeriesIdentifierType[SeriesIdentifierType["IssnL"] = '38'] = "IssnL"; })(SeriesIdentifierType = exports.SeriesIdentifierType || (exports.SeriesIdentifierType = {}));