@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
14 lines (13 loc) • 494 B
text/typescript
// https://ns.editeur.org/onix/en/160
export enum ResourceFeatureType {
_01 = '01', // Required credit
_02 = '02', // Caption
_03 = '03', // Copyright holder
_04 = '04', // Length in minutes
_05 = '05', // ISNI of resource contributor
_06 = '06', // Proprietary ID of resource contributor
_07 = '07', // Resource alternative text
_08 = '08', // Background color of image resource
_09 = '09', // Attribute of product image resource
_10 = '10', // Background color of page
}