onix-codelist
Version:
ONIX 3.0 Code lists
50 lines (49 loc) • 4.71 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductContentType = void 0;
var ProductContentType;
(function (ProductContentType) {
ProductContentType[ProductContentType["Text"] = '10'] = "Text";
ProductContentType[ProductContentType["ExtensiveLinksBetweenInternalContent"] = '15'] = "ExtensiveLinksBetweenInternalContent";
ProductContentType[ProductContentType["ExtensiveLinksToExternalContent"] = '14'] = "ExtensiveLinksToExternalContent";
ProductContentType[ProductContentType["AdditionalEyeReadableTextNotPartOfMainWork"] = '16'] = "AdditionalEyeReadableTextNotPartOfMainWork";
ProductContentType[ProductContentType["AdditionalEyeReadableLinksToExternalContent"] = '41'] = "AdditionalEyeReadableLinksToExternalContent";
ProductContentType[ProductContentType["PromotionalTextForOtherBookProduct"] = '17'] = "PromotionalTextForOtherBookProduct";
ProductContentType[ProductContentType["MusicalNotation"] = '11'] = "MusicalNotation";
ProductContentType[ProductContentType["StillImagesGraphics"] = '07'] = "StillImagesGraphics";
ProductContentType[ProductContentType["Photographs"] = '18'] = "Photographs";
ProductContentType[ProductContentType["FiguresDiagramsChartsGraphs"] = '19'] = "FiguresDiagramsChartsGraphs";
ProductContentType[ProductContentType["AdditionalImagesGraphicsNotPartOfMainWork"] = '20'] = "AdditionalImagesGraphicsNotPartOfMainWork";
ProductContentType[ProductContentType["MapsAndOrOtherCartographicContent"] = '12'] = "MapsAndOrOtherCartographicContent";
ProductContentType[ProductContentType["AssessmentMaterial"] = '42'] = "AssessmentMaterial";
ProductContentType[ProductContentType["Audiobook"] = '01'] = "Audiobook";
ProductContentType[ProductContentType["PerformanceSpokenWord"] = '02'] = "PerformanceSpokenWord";
ProductContentType[ProductContentType["OtherSpeechContent"] = '13'] = "OtherSpeechContent";
ProductContentType[ProductContentType["MusicRecording"] = '03'] = "MusicRecording";
ProductContentType[ProductContentType["OtherAudio"] = '04'] = "OtherAudio";
ProductContentType[ProductContentType["PartialPerformanceSpokenWord"] = '21'] = "PartialPerformanceSpokenWord";
ProductContentType[ProductContentType["AdditionalAudioContentNotPartOfMainWork"] = '22'] = "AdditionalAudioContentNotPartOfMainWork";
ProductContentType[ProductContentType["PromotionalAudioForOtherBookProduct"] = '23'] = "PromotionalAudioForOtherBookProduct";
ProductContentType[ProductContentType["Video"] = '06'] = "Video";
ProductContentType[ProductContentType["VideoRecordingOfAReading"] = '26'] = "VideoRecordingOfAReading";
ProductContentType[ProductContentType["PerformanceVisual"] = '27'] = "PerformanceVisual";
ProductContentType[ProductContentType["AnimatedInteractiveIllustrations"] = '24'] = "AnimatedInteractiveIllustrations";
ProductContentType[ProductContentType["NarrativeAnimation"] = '25'] = "NarrativeAnimation";
ProductContentType[ProductContentType["OtherVideo"] = '28'] = "OtherVideo";
ProductContentType[ProductContentType["PartialPerformanceVideo"] = '29'] = "PartialPerformanceVideo";
ProductContentType[ProductContentType["AdditionalVideoContentNotPartOfMainWork"] = '30'] = "AdditionalVideoContentNotPartOfMainWork";
ProductContentType[ProductContentType["PromotionalVideoForOtherBookProduct"] = '31'] = "PromotionalVideoForOtherBookProduct";
ProductContentType[ProductContentType["GamePuzzle"] = '05'] = "GamePuzzle";
ProductContentType[ProductContentType["Contest"] = '32'] = "Contest";
ProductContentType[ProductContentType["Software"] = '08'] = "Software";
ProductContentType[ProductContentType["Data"] = '09'] = "Data";
ProductContentType[ProductContentType["DataSetPlusSoftware"] = '33'] = "DataSetPlusSoftware";
ProductContentType[ProductContentType["BlankPagesOrSpaces"] = '34'] = "BlankPagesOrSpaces";
ProductContentType[ProductContentType["AdvertisingContent"] = '35'] = "AdvertisingContent";
ProductContentType[ProductContentType["AdvertisingFirstParty"] = '37'] = "AdvertisingFirstParty";
ProductContentType[ProductContentType["AdvertisingCoupons"] = '36'] = "AdvertisingCoupons";
ProductContentType[ProductContentType["AdvertisingThirdPartyDisplay"] = '38'] = "AdvertisingThirdPartyDisplay";
ProductContentType[ProductContentType["AdvertisingThirdPartyTextual"] = '39'] = "AdvertisingThirdPartyTextual";
ProductContentType[ProductContentType["Scripting"] = '40'] = "Scripting";
ProductContentType[ProductContentType["ScriptedPopUps"] = '43'] = "ScriptedPopUps";
})(ProductContentType = exports.ProductContentType || (exports.ProductContentType = {}));