onix-codelist
Version:
ONIX 3.0 Code lists
26 lines (25 loc) • 1.79 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExtentType = void 0;
var ExtentType;
(function (ExtentType) {
ExtentType[ExtentType["MainContentPageCount"] = '00'] = "MainContentPageCount";
ExtentType[ExtentType["TotalTextLength"] = '02'] = "TotalTextLength";
ExtentType[ExtentType["FrontMatterPageCount"] = '03'] = "FrontMatterPageCount";
ExtentType[ExtentType["BackMatterPageCount"] = '04'] = "BackMatterPageCount";
ExtentType[ExtentType["TotalNumberedPages"] = '05'] = "TotalNumberedPages";
ExtentType[ExtentType["ProductionPageCount"] = '06'] = "ProductionPageCount";
ExtentType[ExtentType["AbsolutePageCount"] = '07'] = "AbsolutePageCount";
ExtentType[ExtentType["NumberOfPagesInPrintCounterpart"] = '08'] = "NumberOfPagesInPrintCounterpart";
ExtentType[ExtentType["Duration"] = '09'] = "Duration";
ExtentType[ExtentType["NotionalNumberOfPagesInDigitalProduct"] = '10'] = "NotionalNumberOfPagesInDigitalProduct";
ExtentType[ExtentType["ContentPageCount"] = '11'] = "ContentPageCount";
ExtentType[ExtentType["TotalUnnumberedInsertPageCount"] = '12'] = "TotalUnnumberedInsertPageCount";
ExtentType[ExtentType["DurationOfIntroductoryMatter"] = '13'] = "DurationOfIntroductoryMatter";
ExtentType[ExtentType["DurationOfMainContent"] = '14'] = "DurationOfMainContent";
ExtentType[ExtentType["DurationOfBackMatter"] = '15'] = "DurationOfBackMatter";
ExtentType[ExtentType["ProductionDuration"] = '16'] = "ProductionDuration";
ExtentType[ExtentType["NumberOfCards"] = '17'] = "NumberOfCards";
ExtentType[ExtentType["Filesize"] = '22'] = "Filesize";
ExtentType[ExtentType["StorageFilesize"] = '23'] = "StorageFilesize";
})(ExtentType = exports.ExtentType || (exports.ExtentType = {}));