onix-codelist
Version:
ONIX 3.0 Code lists
23 lines (22 loc) • 608 B
TypeScript
export declare enum ResourceFeatureCode {
ImageShowsProductInPackaging,
ImageShowsProduct,
ImageShowsProductAndAccessories,
ImageShowsAssembledProduct,
ImageShowsProductInUse,
ImageShowsMultipleProducts,
ImageShowsDetailOfProduct,
'3DPerspectiveFront',
'3DPerspectiveBack',
'3DPerspectiveFrontForedge',
'3DPerspectiveBackForedge',
'3DPerspectiveFrontLow',
'3DPerspectiveBackLow',
'3DPerspectiveFrontForedgeLow',
'3DPerspectiveBackForedgeLow',
'2DFront',
'2DBack',
'2DSpine',
'3DPerspectiveHorizontal',
'3DPerspectiveVertical'
}