node-zugferd
Version:
A Node.js library for creating ZUGFeRD/Factur-X compliant documents. Generating XML and embedding it into PDF/A files, enabling seamless e-invoicing and digital document compliance.
1,198 lines • 86.4 kB
TypeScript
/**
* Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:40 GMT
*
* @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/characteristic/output.xml|Source}
*/
type CharacteristicDefinition = {
key: string;
name: string;
value: string;
description?: string | undefined;
source: string;
};
type CharacteristicCode = (typeof CHARACTERISTIC)[number]["value"];
declare const PUBLISHED: "D23A+2024";
/**
* Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:40 GMT
*
* @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/characteristic/output.xml|Source}
*/
declare const CHARACTERISTIC: [{
readonly key: "CONSOLIDATED_WEIGHT";
readonly name: "Consolidated weight";
readonly value: "A";
readonly description: "The measured consolidated weight.";
readonly source: "6313";
}, {
readonly key: "NET_WEIGHT";
readonly name: "Net weight";
readonly value: "AAA";
readonly description: "Weight of goods including any packaging that normally going with the goods.";
readonly source: "6313";
}, {
readonly key: "GOODS_ITEM_GROSS_WEIGHT";
readonly name: "Goods item gross weight";
readonly value: "AAB";
readonly description: "Weight (mass) of goods including packing but excluding the carrier's equipment.";
readonly source: "6313";
}, {
readonly key: "TOTAL_NET_WEIGHT";
readonly name: "Total net weight";
readonly value: "AAC";
readonly description: "Total weight of goods excluding packaging.";
readonly source: "6313";
}, {
readonly key: "CONSIGNMENT_GROSS_WEIGHT";
readonly name: "Consignment gross weight";
readonly value: "AAD";
readonly description: "Total gross weight (mass) of all goods items referred to as one consignment including packaging but excluding any transport equipment.";
readonly source: "6313";
}, {
readonly key: "NET_NET_WEIGHT";
readonly name: "Net net weight";
readonly value: "AAF";
readonly description: "Weight (mass) if goods without any packaging.";
readonly source: "6313";
}, {
readonly key: "STERN_THRUST";
readonly name: "Stern thrust";
readonly value: "AAG";
readonly description: "Force exerted by a thruster installed at the stern of a vessel.";
readonly source: "6313";
}, {
readonly key: "BOW_THRUST";
readonly name: "Bow thrust";
readonly value: "AAH";
readonly description: "Force exerted by a thruster installed at the bow of a vessel.";
readonly source: "6313";
}, {
readonly key: "HYDRATE_CONTENT_OF_AN_ALCOHOLIC_PRODUCT_AT_BOTTLING";
readonly name: "Hydrate content of an alcoholic product at bottling";
readonly value: "AAI";
readonly description: "The hydrate content of an alcoholic product at the moment of bottling.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_UNITS_PER_PALLET";
readonly name: "Number of units per pallet";
readonly value: "AAJ";
readonly description: "The number of units contained on a pallet.";
readonly source: "6313";
}, {
readonly key: "FAT_CONTENT";
readonly name: "Fat content";
readonly value: "AAK";
readonly description: "An indication of the fat content of a product.";
readonly source: "6313";
}, {
readonly key: "TRANSPORT_MEANS_GROSS_WEIGHT";
readonly name: "Transport means gross weight";
readonly value: "AAM";
readonly description: "The measure of the overall size of a ship determined in accordance with the provisions of the International Convention on Tonnage Measurement of Ships.";
readonly source: "6313";
}, {
readonly key: "NET_TONNAGE_OF_THE_VESSEL";
readonly name: "Net tonnage of the vessel";
readonly value: "AAN";
readonly description: "The measure of the useful capacity of a ship determined in accordance with the provisions of the International Convention on Tonnage Measurement of Ships.";
readonly source: "6313";
}, {
readonly key: "HUMIDITY";
readonly name: "Humidity";
readonly value: "AAO";
readonly description: "Degree of moisture.";
readonly source: "6313";
}, {
readonly key: "VOLTAGE";
readonly name: "Voltage";
readonly value: "AAP";
readonly description: "Electromotive force, or difference of electronic potential between two points.";
readonly source: "6313";
}, {
readonly key: "POWER_CONSUMPTION";
readonly name: "Power consumption";
readonly value: "AAQ";
readonly description: "Value of energy consumption.";
readonly source: "6313";
}, {
readonly key: "HEAT_DISSIPATION";
readonly name: "Heat dissipation";
readonly value: "AAR";
readonly description: "Measurement of the rate of dispersal of heat.";
readonly source: "6313";
}, {
readonly key: "AIR_FLOW";
readonly name: "Air flow";
readonly value: "AAS";
readonly description: "Measurement of the flow of air.";
readonly source: "6313";
}, {
readonly key: "SHOCK_IMPACT";
readonly name: "Shock impact";
readonly value: "AAT";
readonly description: "Measurement of the impact of a shock.";
readonly source: "6313";
}, {
readonly key: "OPERATIVE_TEMPERATURE";
readonly name: "Operative temperature";
readonly value: "AAU";
readonly description: "Temperature identified system or process works according to specifications.";
readonly source: "6313";
}, {
readonly key: "NON_OPERATIVE_TEMPERATURE";
readonly name: "Non operative temperature";
readonly value: "AAV";
readonly description: "Temperature identified system or process does not work according to specifications.";
readonly source: "6313";
}, {
readonly key: "GROSS_VOLUME";
readonly name: "Gross volume";
readonly value: "AAW";
readonly description: "The volume unadjusted for factors such as temperature or gravity.";
readonly source: "6313";
}, {
readonly key: "NET_VOLUME";
readonly name: "Net volume";
readonly value: "AAX";
readonly description: "The volume after adjustment for factors such as temperature or gravity.";
readonly source: "6313";
}, {
readonly key: "WATER_CONTENT";
readonly name: "Water content";
readonly value: "AAY";
readonly description: "Water content in product.";
readonly source: "6313";
}, {
readonly key: "TENSILE_STRESS";
readonly name: "Tensile stress";
readonly value: "AAZ";
readonly description: "The measured tensile stress.";
readonly source: "6313";
}, {
readonly key: "FIBROSITY";
readonly name: "Fibrosity";
readonly value: "ABA";
readonly description: "The measured fibrosity.";
readonly source: "6313";
}, {
readonly key: "GAUGE_LENGTH";
readonly name: "Gauge length";
readonly value: "ABB";
readonly description: "The measured gauge length.";
readonly source: "6313";
}, {
readonly key: "RADIUS";
readonly name: "Radius";
readonly value: "ABC";
readonly description: "The measured radius.";
readonly source: "6313";
}, {
readonly key: "STRAIGHTNESS";
readonly name: "Straightness";
readonly value: "ABD";
readonly description: "Straightness of the item.";
readonly source: "6313";
}, {
readonly key: "STRAIN";
readonly name: "Strain";
readonly value: "ABE";
readonly description: "The measured strain.";
readonly source: "6313";
}, {
readonly key: "ITEM_WIDTH_WHEN_UNROLLED";
readonly name: "Item width when unrolled";
readonly value: "ABF";
readonly description: "The width of an item when unrolled.";
readonly source: "6313";
}, {
readonly key: "ITEM_LENGTH_WHEN_UNROLLED";
readonly name: "Item length when unrolled";
readonly value: "ABG";
readonly description: "The length of an item when unrolled.";
readonly source: "6313";
}, {
readonly key: "ITEM_AREA_WHEN_UNROLLED";
readonly name: "Item area when unrolled";
readonly value: "ABH";
readonly description: "The area occupied by an item when unrolled.";
readonly source: "6313";
}, {
readonly key: "ORIGINAL_WORT";
readonly name: "Original wort";
readonly value: "ABI";
readonly description: "Measure of the malt and hops content of beer, before fermentation has taken place.";
readonly source: "6313";
}, {
readonly key: "VOLUME";
readonly name: "Volume";
readonly value: "ABJ";
readonly description: "The amount of air space taken up by the entity identified in the 6311 qualifier.";
readonly source: "6313";
}, {
readonly key: "ANGLE";
readonly name: "Angle";
readonly value: "ABK";
readonly description: "The angle of an object.";
readonly source: "6313";
}, {
readonly key: "PEG_HOLE_HORIZONTAL_DISTANCE_FROM_PACKAGE_LEFTMOST_EDGE";
readonly name: "Peg hole horizontal distance from package leftmost edge";
readonly value: "ABL";
readonly description: "Horizontal distance from the left most edge of the package to the center of the hole into which the peg is inserted.";
readonly source: "6313";
}, {
readonly key: "PEG_HOLE_VERTICAL_DISTANCE_FROM_PACKAGE_TOP";
readonly name: "Peg hole vertical distance from package top";
readonly value: "ABM";
readonly description: "Vertical distance from the top of the package to the top of the hole into which the peg is inserted.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_LAYERS_PER_PALLET";
readonly name: "Number of layers per pallet";
readonly value: "ABN";
readonly description: "The number of layers per pallet.";
readonly source: "6313";
}, {
readonly key: "PRODUCT_STRENGH_CHEMICAL";
readonly name: "Product strengh, chemical";
readonly value: "ABO";
readonly description: "The amount of the single active chemical ingredient within a product.";
readonly source: "6313";
}, {
readonly key: "PRODUCT_STRENGTH_BASIS_CHEMICAL";
readonly name: "Product strength basis, chemical";
readonly value: "ABP";
readonly description: "Amount of product used as the basis for the specification of the chemical product strenght.";
readonly source: "6313";
}, {
readonly key: "ITEM_WEIGHT";
readonly name: "Item weight";
readonly value: "ABS";
readonly description: "Weight at line item level.";
readonly source: "6313";
}, {
readonly key: "PAYLOAD_WEIGHT_MAXIMUM";
readonly name: "Payload weight, maximum";
readonly value: "ABT";
readonly description: "The maximum weight of a payload.";
readonly source: "6313";
}, {
readonly key: "WEIGHT_OF_CONVEYANCE";
readonly name: "Weight of conveyance";
readonly value: "ABX";
readonly description: "Tonnage of conveyance.";
readonly source: "6313";
}, {
readonly key: "CONVEYANCE_SUMMER_DEAD_WEIGHT";
readonly name: "Conveyance summer dead weight";
readonly value: "ABY";
readonly description: "Registered summer dead weight total tonnage of the vessel.";
readonly source: "6313";
}, {
readonly key: "CONTAINERIZED_CARGO_ON_VESSELS_WEIGHT";
readonly name: "Containerized cargo on vessel's weight";
readonly value: "ABZ";
readonly description: "Total weight of containerized cargo on vessel.";
readonly source: "6313";
}, {
readonly key: "NON_CONTAINERIZED_CARGO_ON_VESSELS_WEIGHT";
readonly name: "Non-containerized cargo on vessel's weight";
readonly value: "ACA";
readonly description: "Total weight of non-containerized cargo on vessel.";
readonly source: "6313";
}, {
readonly key: "ASCERTAINED_WEIGHT";
readonly name: "Ascertained weight";
readonly value: "ACE";
readonly description: "Endorsement of the true weight (mass) as ascertained or verified.";
readonly source: "6313";
}, {
readonly key: "CHARGEABLE_WEIGHT";
readonly name: "Chargeable weight";
readonly value: "ACG";
readonly description: "The weight on which charges are based.";
readonly source: "6313";
}, {
readonly key: "ESTIMATED_GROSS_WEIGHT";
readonly name: "Estimated gross weight";
readonly value: "ACN";
readonly description: "Estimated weight (mass) of goods, including packing and excluding carrier's.";
readonly source: "6313";
}, {
readonly key: "ESTIMATED_VOLUME";
readonly name: "Estimated volume";
readonly value: "ACP";
readonly description: "Estimated size or measure of anything in three dimensions.";
readonly source: "6313";
}, {
readonly key: "VESSEL_OVERALL_LENGTH";
readonly name: "Vessel overall length";
readonly value: "ACS";
readonly description: "Total overall length of the vessel.";
readonly source: "6313";
}, {
readonly key: "LOADING_METERS";
readonly name: "Loading meters";
readonly value: "ACV";
readonly description: "The length in a vehicle, whereby the complete width and height over that length is needed for the goods.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_AXLES";
readonly name: "Number of axles";
readonly value: "ACW";
readonly description: "Number of axles of movable equipment or means of transport on wheels.";
readonly source: "6313";
}, {
readonly key: "PAYLOAD";
readonly name: "Payload";
readonly value: "ACX";
readonly description: "The revenue-producing load carried by a means of transport.";
readonly source: "6313";
}, {
readonly key: "START_POSITION_IN_THE_LENGTH";
readonly name: "Start position in the length";
readonly value: "ADR";
readonly description: "The starting position from the beginning of an item located in the length direction.";
readonly source: "6313";
}, {
readonly key: "END_POSITION_IN_THE_LENGTH";
readonly name: "End position in the length";
readonly value: "ADS";
readonly description: "The end position from the beginning of an item located in the length direction.";
readonly source: "6313";
}, {
readonly key: "START_POSITION_IN_THE_WIDTH";
readonly name: "Start position in the width";
readonly value: "ADT";
readonly description: "The start position from the beginning of an item located in the width direction.";
readonly source: "6313";
}, {
readonly key: "END_POSITION_IN_THE_WIDTH";
readonly name: "End position in the width";
readonly value: "ADU";
readonly description: "The end position from the beginning of an item located in the width direction.";
readonly source: "6313";
}, {
readonly key: "START_POSITION_IN_THE_THICKNESS";
readonly name: "Start position in the thickness";
readonly value: "ADV";
readonly description: "The start position from the beginning of an item located in the thickness direction.";
readonly source: "6313";
}, {
readonly key: "END_POSITION_IN_THE_THICKNESS";
readonly name: "End position in the thickness";
readonly value: "ADW";
readonly description: "The end position from the beginning of an item located in the thickness direction.";
readonly source: "6313";
}, {
readonly key: "TRANSPORT_CONTAINER_ACTUAL_FILLING_WEIGHT";
readonly name: "Transport container actual filling weight";
readonly value: "ADX";
readonly description: "Actual filling weight of a transport container.";
readonly source: "6313";
}, {
readonly key: "TRANSPORT_CONTAINER_MAXIMUM_CAPACITY";
readonly name: "Transport container maximum capacity";
readonly value: "ADY";
readonly description: "Maximum capacity of a transport container.";
readonly source: "6313";
}, {
readonly key: "DECLARED_NET_WEIGHT";
readonly name: "Declared net weight";
readonly value: "ADZ";
readonly description: "The declared net weight of a product or products used for invoicing, customs or transport purposes.";
readonly source: "6313";
}, {
readonly key: "LOADING_HEIGHT";
readonly name: "Loading height";
readonly value: "AEA";
readonly description: "Maximum height of products or packages loaded onto a given transportation device or equipment such as a pallet.";
readonly source: "6313";
}, {
readonly key: "STACKING_HEIGHT";
readonly name: "Stacking height";
readonly value: "AEB";
readonly description: "Maximum height up to which the same product or package may be placed one upon the other for storage purposes.";
readonly source: "6313";
}, {
readonly key: "CALCULATED_WEIGHT";
readonly name: "Calculated weight";
readonly value: "AEC";
readonly description: "The calculated weight of the item based on the ordered dimensions.";
readonly source: "6313";
}, {
readonly key: "FERRITE";
readonly name: "Ferrite";
readonly value: "AED";
readonly description: "The chemical composition ferrite.";
readonly source: "6313";
}, {
readonly key: "IMPURITY";
readonly name: "Impurity";
readonly value: "AEE";
readonly description: "The impurity of the product i.e. the measurement of other chemical elements not normally appearing in a product.";
readonly source: "6313";
}, {
readonly key: "GRAIN_SIZE";
readonly name: "Grain size";
readonly value: "AEF";
readonly description: "The grain size.";
readonly source: "6313";
}, {
readonly key: "LANTHANIDES";
readonly name: "Lanthanides";
readonly value: "AEG";
readonly description: "The chemical element Lanthanides.";
readonly source: "6313";
}, {
readonly key: "ELASTICITY";
readonly name: "Elasticity";
readonly value: "AEH";
readonly description: "The value of the elasticity.";
readonly source: "6313";
}, {
readonly key: "DRAINED_WEIGHT";
readonly name: "Drained weight";
readonly value: "AEI";
readonly description: "The weight of a product when all liquids used in the packaging of the product have been removed.";
readonly source: "6313";
}, {
readonly key: "GALLIUM";
readonly name: "Gallium";
readonly value: "AEJ";
readonly description: "Measurement of the gallium component.";
readonly source: "6313";
}, {
readonly key: "STRONTIUM";
readonly name: "Strontium";
readonly value: "AEK";
readonly description: "Measurement of the strontium component.";
readonly source: "6313";
}, {
readonly key: "AREA";
readonly name: "Area";
readonly value: "AEL";
readonly description: "Extent or measure of a surface.";
readonly source: "6313";
}, {
readonly key: "EQUIPMENT_STORAGE_LIMITATION";
readonly name: "Equipment storage limitation";
readonly value: "AEM";
readonly description: "Maximum storage limit of the equipment.";
readonly source: "6313";
}, {
readonly key: "RADIOACTIVE_INDEX_OF_TRANSPORT";
readonly name: "Radioactive index of transport";
readonly value: "AEN";
readonly description: "The index of transport determines the maximum radiation level at a distance of 1m from the external surface.";
readonly source: "6313";
}, {
readonly key: "RADIOACTIVITY";
readonly name: "Radioactivity";
readonly value: "AEO";
readonly description: "Activity of radioactive material.";
readonly source: "6313";
}, {
readonly key: "AVERAGE_GROSS_WEIGHT";
readonly name: "Average gross weight";
readonly value: "AEP";
readonly description: "Weight which is the outcome of the division of the total gross weight by the number of units.";
readonly source: "6313";
}, {
readonly key: "FORWARD_DRAFT";
readonly name: "Forward draft";
readonly value: "AEQ";
readonly description: "Depth of water from the surface of water to the bottom of the vessel measured at the draft mark of the bow.";
readonly source: "6313";
}, {
readonly key: "AFTER_DRAFT";
readonly name: "After draft";
readonly value: "AER";
readonly description: "Depth of water from the surface of water to the bottom of the vessel measured at the draft mark of the stern.";
readonly source: "6313";
}, {
readonly key: "ACIDITY";
readonly name: "Acidity";
readonly value: "AES";
readonly description: "The quality, state, or degree of being acid.";
readonly source: "6313";
}, {
readonly key: "TRANSPORT_EQUIPMENT_GROSS_WEIGHT";
readonly name: "Transport equipment gross weight";
readonly value: "AET";
readonly description: "Weight of a transport equipment including the cargo and carrier's equipment.";
readonly source: "6313";
}, {
readonly key: "TOTAL_TRANSPORT_EQUIPMENT_GROSS_WEIGHT";
readonly name: "Total transport equipment gross weight";
readonly value: "AEU";
readonly description: "Total weight of all transport equipment including the cargo and carrier's equipment.";
readonly source: "6313";
}, {
readonly key: "ACIDITY_OF_JUICE";
readonly name: "Acidity of juice";
readonly value: "AEV";
readonly description: "Acid measurement of juice.";
readonly source: "6313";
}, {
readonly key: "PENETROMETRY";
readonly name: "Penetrometry";
readonly value: "AEW";
readonly description: "Measurement of force required to drive a standard penetrating stamp.";
readonly source: "6313";
}, {
readonly key: "DUROFEL";
readonly name: "Durofel";
readonly value: "AEX";
readonly description: "Measurement of the elastic force using a standard penetrating stamp.";
readonly source: "6313";
}, {
readonly key: "JUICE_WEIGHT_PER_100_GRAMS";
readonly name: "Juice weight per 100 grams";
readonly value: "AEY";
readonly description: "Measurement of weight of juice, based on 100 grams of the entire weight.";
readonly source: "6313";
}, {
readonly key: "FRUIT_SKIN_COLOUR";
readonly name: "Fruit skin colour";
readonly value: "AEZ";
readonly description: "Measurement of the colouring of the epidermis of a fruit.";
readonly source: "6313";
}, {
readonly key: "ANGLE_OF_BEND";
readonly name: "Angle of bend";
readonly value: "AF";
readonly description: "The measured angle of bend.";
readonly source: "6313";
}, {
readonly key: "FIXED_INCREMENTAL_MEASUREMENT";
readonly name: "Fixed incremental measurement";
readonly value: "AFA";
readonly description: "The measurement of the fixed increment.";
readonly source: "6313";
}, {
readonly key: "DUROFEL_D10";
readonly name: "Durofel D10";
readonly value: "AFB";
readonly description: "Measure of the elastic force of the pulp of a fruit. It is measured with a penetrating stamp with diameter 10.";
readonly source: "6313";
}, {
readonly key: "DUROFEL_D25";
readonly name: "Durofel D25";
readonly value: "AFC";
readonly description: "Measure of the elastic force of the pulp of a fruit. It is measured with a penetrating stamp with diameter 25.";
readonly source: "6313";
}, {
readonly key: "DUROFEL_D50";
readonly name: "Durofel D50";
readonly value: "AFD";
readonly description: "Measure of the elastic force of the pulp of a fruit. It is measured with a penetrating stamp with diameter 50.";
readonly source: "6313";
}, {
readonly key: "MAXIMUM_STACKING_WEIGHT";
readonly name: "Maximum stacking weight";
readonly value: "AFE";
readonly description: "The maximum weight which may be stacked upon a product or package without the product or packaging being crushed.";
readonly source: "6313";
}, {
readonly key: "GROSS_MEASURE_CUBE";
readonly name: "Gross measure cube";
readonly value: "AFF";
readonly description: "The total cubic space occupied by an item, taking into account any protruding components, arrived at by multiplying the maximum length, width and height.";
readonly source: "6313";
}, {
readonly key: "PERCENTAGE_FAT_CONTENT_IN_DRY_MATTER";
readonly name: "Percentage fat content in dry matter";
readonly value: "AFG";
readonly description: "The percentage of fat content in dry matter.";
readonly source: "6313";
}, {
readonly key: "SACCHAROMETRIC_CONTENT";
readonly name: "Saccharometric content";
readonly value: "AFH";
readonly description: "Measurement of the sugar content of a solution.";
readonly source: "6313";
}, {
readonly key: "HYDRATE_CONTENT_OF_AN_ALCOHOLIC_PRODUCT_AFTER_BOTTLING";
readonly name: "Hydrate content of an alcoholic product after bottling";
readonly value: "AFI";
readonly description: "The hydrate content which occurs in an alcoholic product after bottling.";
readonly source: "6313";
}, {
readonly key: "ANHYDROUS_CONTENT";
readonly name: "Anhydrous content";
readonly value: "AFJ";
readonly description: "The non-water content.";
readonly source: "6313";
}, {
readonly key: "CERTIFIED_WEIGHT";
readonly name: "Certified weight";
readonly value: "AFK";
readonly description: "Weight which has been certified.";
readonly source: "6313";
}, {
readonly key: "FREEBOARD";
readonly name: "Freeboard";
readonly value: "AFL";
readonly description: "The vertical distance between the waterline and the upper edge of the deck line.";
readonly source: "6313";
}, {
readonly key: "MAXIMUM_VESSEL_DRAUGHT";
readonly name: "Maximum vessel draught";
readonly value: "AFM";
readonly description: "The depth of water needed to float the ship (Maximum vessel draught according to Load Line Certificate IMO, MSC/Circ. 920 15 June 1999).";
readonly source: "6313";
}, {
readonly key: "NET_EXPLOSIVE_WEIGHT";
readonly name: "Net explosive weight";
readonly value: "AFN";
readonly description: "Mass of the explosive part or substance of goods without any packing.";
readonly source: "6313";
}, {
readonly key: "RADIOACTIVE_CRITICALITY_SAFETY_INDEX";
readonly name: "Radioactive criticality safety index";
readonly value: "AFO";
readonly description: "A number, assigned to fissile material i.e. material capable of sustaining a nuclear chain reaction, which is used to provide control over the accumulation of packages containing such material.";
readonly source: "6313";
}, {
readonly key: "WASTE_CURRENTLY_ON_BOARD";
readonly name: "Waste currently on board";
readonly value: "AFP";
readonly description: "Amount of waste on board at the moment of the notification.";
readonly source: "6313";
}, {
readonly key: "WASTE_TO_BE_DELIVERED_AT_WASTE_RECEPTION_FACILITY";
readonly name: "Waste to be delivered at waste reception facility";
readonly value: "AFQ";
readonly description: "Amount of waste to be delivered to a waste reception facility, e.g. in the port of call.";
readonly source: "6313";
}, {
readonly key: "WASTE_TO_BE_GENERATED_UNTIL_NEXT_PORT_OF_CALL_ESTIMATED";
readonly name: "Waste to be generated until next port of call, estimated";
readonly value: "AFR";
readonly description: "Estimated amount of waste to be generated between creation of the current notification and arrival in the next port of call, irrespective of use of incinerator or compactor or disposal at sea.";
readonly source: "6313";
}, {
readonly key: "WASTE_REMAINING_ON_BOARD_AT_DEPARTURE";
readonly name: "Waste remaining on board at departure";
readonly value: "AFS";
readonly description: "Amount of waste remaining on board when leaving the port of call.";
readonly source: "6313";
}, {
readonly key: "COLOUR_DEPTH";
readonly name: "Colour depth";
readonly value: "AFT";
readonly description: "The number of distinct colours represented, e.g. in an image or in a display.";
readonly source: "6313";
}, {
readonly key: "COLOUR_DEPTH_MAXIMUM";
readonly name: "Colour depth, maximum";
readonly value: "AFU";
readonly description: "The maximum number of distinct colours that can be represented, e.g. in an image or in a display.";
readonly source: "6313";
}, {
readonly key: "IMAGE_RESOLUTION";
readonly name: "Image resolution";
readonly value: "AFV";
readonly description: "The level of detail of an image.";
readonly source: "6313";
}, {
readonly key: "DEVICE_RESOLUTION_MAXIMUM";
readonly name: "Device resolution, maximum";
readonly value: "AFW";
readonly description: "The maximum level of detail produced by a device.";
readonly source: "6313";
}, {
readonly key: "ACOUSTIC_ABSORPTION_COEFFICIENT";
readonly name: "Acoustic absorption coefficient";
readonly value: "AFX";
readonly description: "The portion of sound energy a surface absorbs, measured at different frequencies.";
readonly source: "6313";
}, {
readonly key: "BILLED_WEIGHT";
readonly name: "Billed weight";
readonly value: "B";
readonly description: "The measured billed weight.";
readonly source: "6313";
}, {
readonly key: "BREAKING_LOAD";
readonly name: "Breaking load";
readonly value: "BL";
readonly description: "The measured breaking load.";
readonly source: "6313";
}, {
readonly key: "PLATINUM";
readonly name: "Platinum";
readonly value: "BMY";
readonly description: "The measurement of the platinum component.";
readonly source: "6313";
}, {
readonly key: "SILVER";
readonly name: "Silver";
readonly value: "BMZ";
readonly description: "The measurement of the silver component.";
readonly source: "6313";
}, {
readonly key: "LIST";
readonly name: "List";
readonly value: "BNA";
readonly description: "The leaning or inclination of a vessel expressed in degrees port or starboard.";
readonly source: "6313";
}, {
readonly key: "TRIM";
readonly name: "Trim";
readonly value: "BNB";
readonly description: "The condition of a vessel with reference to its longitudinal axis.";
readonly source: "6313";
}, {
readonly key: "FREE_WATER";
readonly name: "Free water";
readonly value: "BNC";
readonly description: "The volume of water present in a container that is not in suspension in the contained liquid.";
readonly source: "6313";
}, {
readonly key: "BANDS";
readonly name: "Bands";
readonly value: "BND";
readonly description: "The measured bands.";
readonly source: "6313";
}, {
readonly key: "API_AMERICAN_PETROLEUM_INSTITUTE_GRAVITY";
readonly name: "API (American Petroleum Institute) gravity";
readonly value: "BNE";
readonly description: "The relative density of petroleum liquids as specified by a standard developed by the API.";
readonly source: "6313";
}, {
readonly key: "PETROLEUM_GROSS_OBSERVED_VOLUME";
readonly name: "Petroleum gross observed volume";
readonly value: "BNF";
readonly description: "The total volume of all petroleum liquids and sediment and water, excluding free water, at observed temperature and pressure.";
readonly source: "6313";
}, {
readonly key: "PETROLEUM_GROSS_STANDARD_VOLUME";
readonly name: "Petroleum gross standard volume";
readonly value: "BNG";
readonly description: "The total volume of all petroleum liquids, sediment, and water excluding free water, corrected by the appropriate volume correction factor for the observed temperature and American Petroleum Institute relative density, or density to a standard temperature.";
readonly source: "6313";
}, {
readonly key: "VOLUME_VARIANCE";
readonly name: "Volume variance";
readonly value: "BNH";
readonly description: "The change in the volume measurement.";
readonly source: "6313";
}, {
readonly key: "PETROLEUM_NET_STANDARD_VOLUME";
readonly name: "Petroleum net standard volume";
readonly value: "BNI";
readonly description: "The total volume of all petroleum liquids, excluding sediment and water and free water, corrected by the appropriate volume correction factor for the observed temperature and American Petroleum Institute gravity relative to density or to a standard temperature.";
readonly source: "6313";
}, {
readonly key: "MATERIAL_ON_BOARD_QUANTITY_AFTER_DISCHARGE";
readonly name: "Material on-board quantity, after discharge";
readonly value: "BNJ";
readonly description: "The material in vessel tanks, void spaces, and pipelines after discharge.";
readonly source: "6313";
}, {
readonly key: "PETROLEUM_TOTAL_CALCULATED_VOLUME";
readonly name: "Petroleum total calculated volume";
readonly value: "BNK";
readonly description: "The total volume of all petroleum liquids, sediment and water corrected by the appropriate volume correction factor for the observed temperature and American Petroleum Institute (API) gravity, relative density, or density to a standard temperature.";
readonly source: "6313";
}, {
readonly key: "PETROLEUM_TOTAL_OBSERVED_VOLUME";
readonly name: "Petroleum total observed volume";
readonly value: "BNL";
readonly description: "The total volume of all petroleum liquids, sediment and water and free water at observed temperature and pressure.";
readonly source: "6313";
}, {
readonly key: "INNAGE_GAUGE_DISTANCE";
readonly name: "Innage gauge distance";
readonly value: "BNM";
readonly description: "The measured distance from the surface of the liquid to a fixed datum plate or to the tank bottom.";
readonly source: "6313";
}, {
readonly key: "PETROLEUM_NET_STANDARD_WEIGHT";
readonly name: "Petroleum net standard weight";
readonly value: "BNN";
readonly description: "The total weight of all petroleum liquids excluding sediments, water and free water.";
readonly source: "6313";
}, {
readonly key: "SEDIMENT_AND_WATER_IN_PETROLEUM";
readonly name: "Sediment and water in petroleum";
readonly value: "BNO";
readonly description: "The measurement of non-hydrocarbon solid material and water in suspension in petroleum liquid.";
readonly source: "6313";
}, {
readonly key: "OBSERVED_REFERENCE_HEIGHT_TANK";
readonly name: "Observed reference height, tank";
readonly value: "BNP";
readonly description: "The observed distance from the tank bottom or datum plate to the established reference point.";
readonly source: "6313";
}, {
readonly key: "REFERENCE_HEIGHT_TANK";
readonly name: "Reference height, tank";
readonly value: "BNQ";
readonly description: "The measured distance from the tank bottom or datum plate to the established reference point.";
readonly source: "6313";
}, {
readonly key: "ULLAGE_GAUGE_DISTANCE";
readonly name: "Ullage gauge distance";
readonly value: "BNR";
readonly description: "The measured distance from the cargo liquid surface to the reference point.";
readonly source: "6313";
}, {
readonly key: "TRIM_CORRECTION";
readonly name: "Trim correction";
readonly value: "BNS";
readonly description: "The correction applied to the observed gauge or observed volume when a vessel is not on an even keel.";
readonly source: "6313";
}, {
readonly key: "BOW_TO_BRIDGE_DISTANCE";
readonly name: "Bow to bridge distance";
readonly value: "BNT";
readonly description: "The distance between the bow and the bridge of a vessel.";
readonly source: "6313";
}, {
readonly key: "PEG_HOLE_NUMBER";
readonly name: "Peg hole number";
readonly value: "BNU";
readonly description: "Used to identify the peg hole if more than one hole is present in the product or packaging.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_INNER_PACKS";
readonly name: "Number of inner packs";
readonly value: "BNV";
readonly description: "Indicates the number of non coded physical groupings (inner packs) of next lower level trade items within the current trade item level.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_NEXT_LEVEL_TRADE_ITEMS_WITHIN_INNER_PACK";
readonly name: "Number of next level trade items within inner pack";
readonly value: "BNW";
readonly description: "The number of next lower level trade items contained within the physical non-coded grouping (inner pack).";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_TRADE_ITEMS_PER_PALLET_LAYER";
readonly name: "Number of trade items per pallet layer";
readonly value: "BNX";
readonly description: "The number of trade items contained on a single layer of a pallet.";
readonly source: "6313";
}, {
readonly key: "PACKED_ITEMS_LAYER_HEIGHT";
readonly name: "Packed items layer height";
readonly value: "BNY";
readonly description: "The height of a single layer of packed items.";
readonly source: "6313";
}, {
readonly key: "PACKING_MATERIAL_WEIGHT_SKIN_TIGHT_COVERING";
readonly name: "Packing material weight, skin tight covering";
readonly value: "BNZ";
readonly description: "The weight measurement of the packing material used for skin tight covering (e.g. when packaging prepared meats, poultry, cheese, and other food products).";
readonly source: "6313";
}, {
readonly key: "BRIGHTNESS";
readonly name: "Brightness";
readonly value: "BR";
readonly description: "The measured brightness.";
readonly source: "6313";
}, {
readonly key: "BRAKES";
readonly name: "Brakes";
readonly value: "BRA";
readonly description: "The measured brakes.";
readonly source: "6313";
}, {
readonly key: "COMPONENTS_LABELLED_FOR_RECYCLING_PERCENTAGE";
readonly name: "Components labelled for recycling percentage";
readonly value: "BRB";
readonly description: "Percentage of trade item components that clearly label how to facilitate product disassembly and recycling.";
readonly source: "6313";
}, {
readonly key: "RENEWABLE_PLASTIC_COMPONENTS_PERCENTAGE_BY_NET_WEIGHT";
readonly name: "Renewable plastic components percentage, by net weight";
readonly value: "BRC";
readonly description: "The percentage of the plastic components only made from rapidly renewable plant-based material by net weight of product.";
readonly source: "6313";
}, {
readonly key: "CLAMP_PRESSURE_REQUIRED";
readonly name: "Clamp pressure, required";
readonly value: "BRD";
readonly description: "The pressure that should be applied by a clamp.";
readonly source: "6313";
}, {
readonly key: "BREAK";
readonly name: "Break";
readonly value: "BRE";
readonly description: "The measured break.";
readonly source: "6313";
}, {
readonly key: "ASCERTAINED_VOLUME";
readonly name: "Ascertained volume";
readonly value: "BRF";
readonly description: "Endorsement of the true volume as ascertained or verified.";
readonly source: "6313";
}, {
readonly key: "UNIT_WEIGHT";
readonly name: "Unit weight";
readonly value: "BRG";
readonly description: "The weight of a unit.";
readonly source: "6313";
}, {
readonly key: "TOTAL_VOLUME";
readonly name: "Total volume";
readonly value: "BRH";
readonly description: "Total volume of goods and/or parcels.";
readonly source: "6313";
}, {
readonly key: "UNIT_VOLUME";
readonly name: "Unit volume";
readonly value: "BRI";
readonly description: "The volume of a unit.";
readonly source: "6313";
}, {
readonly key: "VERTICAL_CENTER_OF_GRAVITY";
readonly name: "Vertical center of gravity";
readonly value: "BRJ";
readonly description: "Distance of vertical center of gravity relative to item's base.";
readonly source: "6313";
}, {
readonly key: "MAXIMUM_ALLOWABLE_TRANSPORT_STACKING_WEIGHT";
readonly name: "Maximum allowable transport stacking weight";
readonly value: "BRK";
readonly description: "Maximum weight allowed to be stowed on top of an item during transport.";
readonly source: "6313";
}, {
readonly key: "CARBON_DIOXIDE";
readonly name: "Carbon Dioxide";
readonly value: "BRL";
readonly description: "Measurement of the carbon dioxide (C02) component.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_BASE_UNITS_PER_PALLET";
readonly name: "Number of base units per pallet";
readonly value: "BRM";
readonly description: "The number of base units contained on a pallet.";
readonly source: "6313";
}, {
readonly key: "COLONY_FORMING_UNIT";
readonly name: "Colony forming unit";
readonly value: "BRN";
readonly description: "Micro-organism colonies that are to be counted under determined conditions.";
readonly source: "6313";
}, {
readonly key: "DILUTED_LIQUID_VOLUME";
readonly name: "Diluted liquid volume";
readonly value: "BRO";
readonly description: "The volume of liquid which results after a dilution agent has been added, e.g. undiluted orange juice of 200ml, after dilution with water the volume of diluted liquid equals 1 litre.";
readonly source: "6313";
}, {
readonly key: "ENERGY_EFFICIENCY";
readonly name: "Energy efficiency";
readonly value: "BRP";
readonly description: "A measurement of the energy efficiency of an article.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_LAYERS";
readonly name: "Number of layers";
readonly value: "BRQ";
readonly description: "Number of layers of a product or products within a package, container, etc.";
readonly source: "6313";
}, {
readonly key: "MAXIMUM_DEMAND";
readonly name: "Maximum demand";
readonly value: "BRR";
readonly description: "The highest demand recorded during the period of recording of usage of the supply.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_PALLET_PLACES";
readonly name: "Number of pallet places";
readonly value: "BRS";
readonly description: "The number of pallet places needed to store or to transport pallets (can be stacked).";
readonly source: "6313";
}, {
readonly key: "PACKAGE_NET_MEASUREMENT_CUBED";
readonly name: "Package net measurement, cubed";
readonly value: "BRT";
readonly description: "An indication of the net cubed measurement of a package.";
readonly source: "6313";
}, {
readonly key: "POWER_FACTOR";
readonly name: "Power factor";
readonly value: "BRU";
readonly description: "The ratio of the power dissipated (active power in kW) to the total power (which is the product of the input volts times amps given in kVa). When equipment which uses reactive power is being operated the power factor will be less than one.";
readonly source: "6313";
}, {
readonly key: "STACKING_FACTOR_EXCLUDING_BOTTOM_ITEM";
readonly name: "Stacking factor excluding bottom item";
readonly value: "BRV";
readonly description: "Maximum number of identical items stackable on top of item.";
readonly source: "6313";
}, {
readonly key: "BREAKING_STRENGTH";
readonly name: "Breaking strength";
readonly value: "BS";
readonly description: "The measured breaking strength.";
readonly source: "6313";
}, {
readonly key: "BREAKING_STRENGTH_WET";
readonly name: "Breaking strength wet";
readonly value: "BSW";
readonly description: "The measured breaking strength when wet.";
readonly source: "6313";
}, {
readonly key: "STEP_SIZE";
readonly name: "Step size";
readonly value: "BSX";
readonly description: "An indication of measurements in which options contained within a Customer Specific Article are available, e.g. 10 metre planks of wood may be sold in step sizes of 2 metres.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_UNITS_PER_PACKAGE";
readonly name: "Number of units per package";
readonly value: "BSY";
readonly description: "The number of identified units per package.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_UNITS_PER_LAYER";
readonly name: "Number of units per layer";
readonly value: "BSZ";
readonly description: "Number of units of a product or package within one layer of a package, container, etc.";
readonly source: "6313";
}, {
readonly key: "WEIGHT_PER_RUNNING_METRE";
readonly name: "Weight per running metre";
readonly value: "BTA";
readonly description: "A code used to indicate the weight per running metre of floor coverings over floor area.";
readonly source: "6313";
}, {
readonly key: "WEIGHT_PER_SQUARE_METRE";
readonly name: "Weight per square metre";
readonly value: "BTB";
readonly description: "A code used to indicate the weight per square metre of floor coverings over floor area.";
readonly source: "6313";
}, {
readonly key: "ACIDITY_OF_MEAT";
readonly name: "Acidity of meat";
readonly value: "BTC";
readonly description: "The meat's acid quality or condition.";
readonly source: "6313";
}, {
readonly key: "SLAUGHTERING_WEIGHT";
readonly name: "Slaughtering weight";
readonly value: "BTD";
readonly description: "Weight immediately after slaughter.";
readonly source: "6313";
}, {
readonly key: "STACKING_FACTOR_INCLUDING_BOTTOM_ITEM";
readonly name: "Stacking factor including bottom item";
readonly value: "BTE";
readonly description: "Maximum number of items stackable upon each other, including the bottom item.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_UNITS_IN_THE_WIDTH_OF_A_LAYER";
readonly name: "Number of units in the width of a layer";
readonly value: "BTF";
readonly description: "Number of units of a product or package which make up the width of a layer in a package, container, pallet, etc.";
readonly source: "6313";
}, {
readonly key: "NUMBER_OF_UNITS_IN_THE_DEPTH_OF_A_LAYER";
readonly name: "Number of units in the depth of a layer";
readonly value: "BTG";
readonly description: "Number of units of a product or package which make up the depth of a layer in a package, container, pallet, etc.";
readonly source: "6313";
}, {
readonly key: "NESTABLE_PERCENTAGE";
readonly name: "Nestable percentage";
readonly value: "BTH";
readonly description: "Extent expressed as a percentage to which an item can be nested within an identical item, e.g. paper cups.";
readonly source: "6313";
}, {
readonly key: "GROSS_WEIGHT_INCLUDING_CARRIERS_EQUIPMENT";
readonly name: "Gross weight including carrier's equipment";
readonly value: "BTI";
readonly description: "Weight (mass) of goods including packaging and the carrier's equipment. In this context 'carrier's equipment' means any material resources necessary to facilitate the transport and handling of the goods without having the ability to move by its own propulsion, e.g. pallet, container, etc.";
readonly source: "6313";
}, {
readonly key: "SUGAR_CONTENT";
readonly name: "Sugar content";
readonly value: "BTJ";
readonly description: "The rate of sugar.";
readonly source: "6313";
}, {
readonly key: "SELF_ACCELERATING_POLYMERIZATION_TEMPERATURE_SAPT";
readonly name: "Self-accelerating polymerization temperature (SAPT)";
readonly value: "BTK";
readonly description: "The lowest temperature at which polymerization may occur for a substance as packed for transport.";
readonly source: "6313";
}, {
readonly key: "SELF_ACCELERATING_DECOMPOSITION_TEMPERATURE_SADT";
readonly name: "Self-accelerating decomposition temperature (SADT)";
readonly value: "BTL";
readonly description: "The lowest temperature at which self-accelerating decomposition may occur for a substance as packed for transport.";
readonly source: "6313";
}, {
readonly key: "CONTROL_TEMPERATURE";
readonly name: "Control temperature";
readonly value: "BTM";
readonly description: "The controlled transport temperature to avoid decomposition of self-reactive substances and organic peroxides.";
readonly source: "6313";
}, {
readonly key: "BASIS_WEIGHT";
readonly name: "Basis weight";
readonly value: "BW";
readonly description: "The measured basis weight.";
readonly source: "6313";
}, {
readonly key: "CHANGE";
readonly name: "Change";
readonly value: "CHN";
readonly description: "The measured change.";
readonly source: "6313";
}, {
readonly key: "EMERGENCY_TEMPERATURE";
readonly name: "Emergency temperature";
readonly value: "CHO";
readonly description: "The temperature at which emergency response is required for self-reactive substances and organic peroxides.";
readonly source: "6313";
}, {
readonly key: "COLOUR";
readonly name: "Colour";
readonly value: "CM";
readonly description: "The measured colour.";
readonly source: "6313";
}, {
readonly key: "CONTENTS_OF_PACKAGE";
readonly name: "Contents of package";
readonly value: "CT";
readonly description: "In combination with the other data elements of the actual segment this code indicates the measured content of a package.";
readonly source: "6313";
}, {
readonly key: "COMMERCIAL_WEIGHT";
readonly name: "Commercial weight";
readonly value: "CV";
readonly description: "Item weight considering its maximum possible humidity.";
readonly source: "6313";
}, {
readonly key: "CORE_LENGTH";
readonly name: "Core length";
readonly value: "CZ";
readonly description: "To specify length of core on which product is to be placed.";
readonly source: "6313";
}, {
readonly key: "DESTINATION_WEIGHT_AGREEMENT";
readonly name: "Destination weight agreement";
readonly value: "D";
readonly description: "The agreed weight of despatched goods whose weight may change during transport.";
readonly source: "6313";
}, {
readonly key: "DIAMETER";
readonly name: "Diameter";
readonly value: "DI";
readonly description: "Diameter of an article.";
readonly source: "6313";
}, {
readonly key: "DELTA_VALUE_L";
readonly name: "Delta value L";
readonly value: "DL";
readonly description: "The measured delta value L.";
readonly source: "6313";
}, {
readonly key: "DENSITY";
re