@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
34 lines (33 loc) • 1.09 kB
text/typescript
// https://ns.editeur.org/onix/en/48
export enum MeasureType {
_01 = '01', // Height
_02 = '02', // Width
_03 = '03', // Thickness
_04 = '04', // Page trim height
_05 = '05', // Page trim width
_06 = '06', // Unit volume
_07 = '07', // Unit capacity
_08 = '08', // Unit weight
_09 = '09', // Diameter (sphere)
_10 = '10', // Unfolded/unrolled sheet height
_11 = '11', // Unfolded/unrolled sheet width
_12 = '12', // Diameter (tube or cylinder)
_13 = '13', // Rolled sheet package side measure
_14 = '14', // Unpackaged height
_15 = '15', // Unpackaged width
_16 = '16', // Unpackaged thickness
_17 = '17', // Total battery weight
_18 = '18', // Total weight of Lithium
_19 = '19', // Assembled length
_20 = '20', // Assembled width
_21 = '21', // Assembled height
_22 = '22', // Unpackaged unit weight
_23 = '23', // Carton length
_24 = '24', // Carton width
_25 = '25', // Carton height
_26 = '26', // Carton weight
_27 = '27', // Pallet length
_28 = '28', // Pallet width
_29 = '29', // Pallet height
_30 = '30', // Pallet weight
}