onix-codelist
Version:
ONIX 3.0 Code lists
41 lines (40 loc) • 3.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupportingResourceFileFormat = void 0;
var SupportingResourceFileFormat;
(function (SupportingResourceFileFormat) {
SupportingResourceFileFormat[SupportingResourceFileFormat["Mp3"] = 'A103'] = "Mp3";
SupportingResourceFileFormat[SupportingResourceFileFormat["Wav"] = 'A104'] = "Wav";
SupportingResourceFileFormat[SupportingResourceFileFormat["RealAudio"] = 'A105'] = "RealAudio";
SupportingResourceFileFormat[SupportingResourceFileFormat["Wma"] = 'A106'] = "Wma";
SupportingResourceFileFormat[SupportingResourceFileFormat["Aac"] = 'A107'] = "Aac";
SupportingResourceFileFormat[SupportingResourceFileFormat["OggVorbis"] = 'A108'] = "OggVorbis";
SupportingResourceFileFormat[SupportingResourceFileFormat["Aiff"] = 'A111'] = "Aiff";
SupportingResourceFileFormat[SupportingResourceFileFormat["RealVideo"] = 'D101'] = "RealVideo";
SupportingResourceFileFormat[SupportingResourceFileFormat["Quicktime"] = 'D102'] = "Quicktime";
SupportingResourceFileFormat[SupportingResourceFileFormat["Avi"] = 'D103'] = "Avi";
SupportingResourceFileFormat[SupportingResourceFileFormat["Wmv"] = 'D104'] = "Wmv";
SupportingResourceFileFormat[SupportingResourceFileFormat["Mpeg_4"] = 'D105'] = "Mpeg_4";
SupportingResourceFileFormat[SupportingResourceFileFormat["Flv"] = 'D106'] = "Flv";
SupportingResourceFileFormat[SupportingResourceFileFormat["Swf"] = 'D107'] = "Swf";
SupportingResourceFileFormat[SupportingResourceFileFormat["3Gp"] = 'D108'] = "3Gp";
SupportingResourceFileFormat[SupportingResourceFileFormat["WebM"] = 'D109'] = "WebM";
SupportingResourceFileFormat[SupportingResourceFileFormat["Pdf"] = 'D401'] = "Pdf";
SupportingResourceFileFormat[SupportingResourceFileFormat["Pdf_1"] = 'E107'] = "Pdf_1";
SupportingResourceFileFormat[SupportingResourceFileFormat["Gif"] = 'D501'] = "Gif";
SupportingResourceFileFormat[SupportingResourceFileFormat["Jpeg"] = 'D502'] = "Jpeg";
SupportingResourceFileFormat[SupportingResourceFileFormat["Png"] = 'D503'] = "Png";
SupportingResourceFileFormat[SupportingResourceFileFormat["Tiff"] = 'D504'] = "Tiff";
SupportingResourceFileFormat[SupportingResourceFileFormat["Bmp"] = 'D505'] = "Bmp";
SupportingResourceFileFormat[SupportingResourceFileFormat["Jp2"] = 'D506'] = "Jp2";
SupportingResourceFileFormat[SupportingResourceFileFormat["Psd"] = 'D507'] = "Psd";
SupportingResourceFileFormat[SupportingResourceFileFormat["Eps"] = 'D508'] = "Eps";
SupportingResourceFileFormat[SupportingResourceFileFormat["Epub"] = 'E101'] = "Epub";
SupportingResourceFileFormat[SupportingResourceFileFormat["Html"] = 'E105'] = "Html";
SupportingResourceFileFormat[SupportingResourceFileFormat["Txt"] = 'E112'] = "Txt";
SupportingResourceFileFormat[SupportingResourceFileFormat["Xhtml"] = 'E113'] = "Xhtml";
SupportingResourceFileFormat[SupportingResourceFileFormat["Xps"] = 'E115'] = "Xps";
SupportingResourceFileFormat[SupportingResourceFileFormat["AmazonKindle"] = 'E116'] = "AmazonKindle";
SupportingResourceFileFormat[SupportingResourceFileFormat["Ceb"] = 'E139'] = "Ceb";
SupportingResourceFileFormat[SupportingResourceFileFormat["Cebx"] = 'E140'] = "Cebx";
})(SupportingResourceFileFormat = exports.SupportingResourceFileFormat || (exports.SupportingResourceFileFormat = {}));