diff --git a/app/models/article.rb b/app/models/article.rb index a5ce6086..c50a7dd0 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -49,6 +49,8 @@ class Article < ApplicationRecord # @return [Array] Orders this article appears in. has_many :orders, through: :order_articles + has_many :article_unit_conversions + # Replace numeric seperator with database format localize_input_of :price, :tax, :deposit # Get rid of unwanted whitespace. {Unit#new} may even bork on whitespace. @@ -232,6 +234,15 @@ def mark_as_deleted update_column :deleted_at, Time.now end + def unit_quantity + first_conversion = article_unit_conversions.first + if first_conversion.nil? + '1' + else + first_conversion.amount + end + end + protected # Checks if the article is in use before it will deleted diff --git a/app/models/article_unit_conversion.rb b/app/models/article_unit_conversion.rb new file mode 100644 index 00000000..bd8c746a --- /dev/null +++ b/app/models/article_unit_conversion.rb @@ -0,0 +1,3 @@ +class ArticleUnitConversion < ApplicationRecord + belongs_to :article +end diff --git a/config/units-of-measure/units-of-measure.yml b/config/units-of-measure/units-of-measure.yml new file mode 100644 index 00000000..5c4a3679 --- /dev/null +++ b/config/units-of-measure/units-of-measure.yml @@ -0,0 +1,11101 @@ +--- +- CommonCode: C58 + Description: + LevelAndCategory: '1' + Name: newton second per metre + Quantity: mechanical impedance + Sector: Acoustics +- CommonCode: C59 + Description: A unit used in music to describe the ratio in frequency between notes. + LevelAndCategory: '1' + Name: octave + Quantity: frequency interval + Sector: Acoustics +- CommonCode: C66 + Description: + LevelAndCategory: '1' + Name: pascal second per cubic metre + Quantity: acoustic impedance + Sector: Acoustics +- CommonCode: C67 + Description: + LevelAndCategory: '1' + Name: pascal second per metre + Quantity: characteristic impedance of a medium + Sector: Acoustics +- CommonCode: C69 + Description: A unit of subjective sound loudness. A sound has loudness p phons if + it seems to the listener to be equal in loudness to the sound of a pure tone of + frequency 1 kilohertz and strength p decibels. + LevelAndCategory: '1' + Name: phon + Quantity: loudness level + Sector: Acoustics +- CommonCode: D15 + Description: A unit of subjective sound loudness. One sone is the loudness of a + pure tone of frequency one kilohertz and strength 40 decibels. + LevelAndCategory: '1' + Name: sone + Quantity: loudness + Sector: Acoustics +- CommonCode: H51 + Description: + LevelAndCategory: '1' + Name: decibel per kilometre + Quantity: sound pressure level, sound power level + Sector: Acoustics +- CommonCode: H52 + Description: + LevelAndCategory: '1' + Name: decibel per metre + Quantity: sound pressure level, sound power level + Sector: Acoustics +- CommonCode: P42 + Description: Unit of the set as a product of the power of derived SI unit pascal + with exponent 2 and the SI base unit second. + LevelAndCategory: '1' + Name: pascal squared second + Quantity: sound exposure + Sector: Acoustics +- CommonCode: A10 + Description: + LevelAndCategory: '1' + Name: ampere square metre per joule second + Quantity: gyromagnetic coefficient, (gyromagnetic ratio) + Sector: Atomic and Nuclear Physics +- CommonCode: A18 + Description: + LevelAndCategory: '1' + Name: becquerel per kilogram + Quantity: specific activity in a sample + Sector: Atomic and Nuclear Physics +- CommonCode: A19 + Description: + LevelAndCategory: '1' + Name: becquerel per cubic metre + Quantity: volumic activity, activity concentration + Sector: Atomic and Nuclear Physics +- CommonCode: B18 + Description: + LevelAndCategory: '1' + Name: joule second + Quantity: Planck constant + Sector: Atomic and Nuclear Physics +- CommonCode: BQL + Description: + LevelAndCategory: '1' + Name: becquerel + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: '81' + Description: + LevelAndCategory: '1' + Name: henry + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: A26 + Description: + LevelAndCategory: '1' + Name: coulomb metre + Quantity: electric dipole moment + Sector: Electricity and Magnetism +- CommonCode: A29 + Description: + LevelAndCategory: '1' + Name: coulomb per cubic metre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: A34 + Description: + LevelAndCategory: '1' + Name: coulomb per square metre + Quantity: surface density of charge, electric flux density, displacement electric + polarization + Sector: Electricity and Magnetism +- CommonCode: A41 + Description: + LevelAndCategory: '1' + Name: ampere per square metre + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: A5 + Description: + LevelAndCategory: '1' + Name: ampere square metre + Quantity: electromagnetic moment, magnetic moment, (magnetic area moment) + Sector: Electricity and Magnetism +- CommonCode: A69 + Description: + LevelAndCategory: '1' + Name: farad per metre + Quantity: permittivity, permittivity of vacuum, (electric constant) + Sector: Electricity and Magnetism +- CommonCode: A8 + Description: + LevelAndCategory: '1' + Name: ampere second + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: A98 + Description: + LevelAndCategory: '1' + Name: henry per metre + Quantity: permeability, permeability of vacuum, magnetic constant + Sector: Electricity and Magnetism +- CommonCode: AE + Description: + LevelAndCategory: '1' + Name: ampere per metre + Quantity: linear electric current density, lineic electric current, magnetic field + strength + Sector: Electricity and Magnetism +- CommonCode: AMP + Description: + LevelAndCategory: '1' + Name: ampere + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: B8 + Description: + LevelAndCategory: '1' + Name: joule per cubic metre + Quantity: electromagnetic energy density, volumic electromagnetic energy + Sector: Electricity and Magnetism +- CommonCode: C61 + Description: + LevelAndCategory: '1' + Name: ohm metre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: C89 + Description: + LevelAndCategory: '1' + Name: reciprocal henry + Quantity: reluctance + Sector: Electricity and Magnetism +- CommonCode: COU + Description: + LevelAndCategory: '1' + Name: coulomb + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: D10 + Description: + LevelAndCategory: '1' + Name: siemens per metre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: D33 + Description: + LevelAndCategory: '1' + Name: tesla + Quantity: magnetic flux density, magnetic induction, magnetic polarization + Sector: Electricity and Magnetism +- CommonCode: D44 + Description: The name of the unit is an acronym for volt-ampere-reactive. + LevelAndCategory: '1' + Name: var + Quantity: reactive power + Sector: Electricity and Magnetism +- CommonCode: D45 + Description: + LevelAndCategory: '1' + Name: volt squared per kelvin squared + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: D46 + Description: + LevelAndCategory: '1' + Name: volt - ampere + Quantity: apparent power + Sector: Electricity and Magnetism +- CommonCode: D50 + Description: + LevelAndCategory: '1' + Name: volt per metre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: D59 + Description: + LevelAndCategory: '1' + Name: weber per metre + Quantity: magnetic vector potential + Sector: Electricity and Magnetism +- CommonCode: FAR + Description: + LevelAndCategory: '1' + Name: farad + Quantity: capacitance + Sector: Electricity and Magnetism +- CommonCode: H31 + Description: + LevelAndCategory: '1' + Name: ampere per kilogram + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: H32 + Description: + LevelAndCategory: '1' + Name: ampere squared second + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: H45 + Description: + LevelAndCategory: '1' + Name: volt second per metre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: N91 + Description: Reciprocal of the derived SI unit joule. + LevelAndCategory: '1' + Name: reciprocal joule + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: OHM + Description: + LevelAndCategory: '1' + Name: ohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: P10 + Description: Derived SI unit coulomb divided by the SI base unit metre. + LevelAndCategory: '1' + Name: coulomb per metre + Quantity: lineic charge + Sector: Electricity and Magnetism +- CommonCode: P14 + Description: Quotient of the derived SI unit joule divided by the SI base unit second. + LevelAndCategory: '1' + Name: joule per second + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: SIE + Description: + LevelAndCategory: '1' + Name: siemens + Quantity: conductance (for direct current), admittance, (complex admittance), modulus + of admittance,(admittance), conductance (for alternating current) + Sector: Electricity and Magnetism +- CommonCode: VLT + Description: + LevelAndCategory: '1' + Name: volt + Quantity: electric potential, potential difference, tension, voltage, electromotive + force + Sector: Electricity and Magnetism +- CommonCode: WEB + Description: + LevelAndCategory: '1' + Name: weber + Quantity: magnetic flux + Sector: Electricity and Magnetism +- CommonCode: B11 + Description: + LevelAndCategory: '1' + Name: joule per kilogram kelvin + Quantity: 'specific heat capacity at: - constant pressure, -constant volume,- saturation' + Sector: Heat +- CommonCode: B21 + Description: + LevelAndCategory: '1' + Name: kelvin per watt + Quantity: thermal resistance + Sector: Heat +- CommonCode: C64 + Description: + LevelAndCategory: '1' + Name: pascal per kelvin + Quantity: pressure coefficient + Sector: Heat +- CommonCode: C91 + Description: + LevelAndCategory: '1' + Name: reciprocal kelvin or kelvin to the power minus one + Quantity: linear expansion coefficient, cubic expansion coefficient, relative pressure + coefficient + Sector: Heat +- CommonCode: CEL + Description: 'Refer ISO 80000-5 (Quantities and units - Part 5: Thermodynamics)' + LevelAndCategory: '1' + Name: degree Celsius + Quantity: temperature + Sector: Heat +- CommonCode: D19 + Description: + LevelAndCategory: '1' + Name: square metre kelvin per watt + Quantity: thermal insulance, coefficient of thermal insulation + Sector: Heat +- CommonCode: D52 + Description: + LevelAndCategory: '1' + Name: watt per kelvin + Quantity: thermal conductance + Sector: Heat +- CommonCode: D53 + Description: + LevelAndCategory: '1' + Name: watt per metre kelvin + Quantity: thermal conductivity + Sector: Heat +- CommonCode: D54 + Description: + LevelAndCategory: '1' + Name: watt per square metre + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: D55 + Description: + LevelAndCategory: '1' + Name: watt per square metre kelvin + Quantity: coefficient of heat transfer + Sector: Heat +- CommonCode: H35 + Description: + LevelAndCategory: '1' + Name: kelvin metre per watt + Quantity: thermal resistance + Sector: Heat +- CommonCode: J2 + Description: + LevelAndCategory: '1' + Name: joule per kilogram + Quantity: massic energy, specific energy + Sector: Heat +- CommonCode: JE + Description: + LevelAndCategory: '1' + Name: joule per kelvin + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: KEL + Description: 'Refer ISO 80000-5 (Quantities and units - Part 5: Thermodynamics)' + LevelAndCategory: '1' + Name: kelvin + Quantity: thermodynamic + Sector: Heat +- CommonCode: A24 + Description: + LevelAndCategory: '1' + Name: candela per square metre + Quantity: luminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: B13 + Description: 'Synonym: joule per metre squared' + LevelAndCategory: '1' + Name: joule per square metre + Quantity: radiant energy fluence, radiance exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: B14 + Description: + LevelAndCategory: '1' + Name: joule per metre to the fourth power + Quantity: spectral concentration of radiant energy density (in terms of wavelength),spectral + radiant energy density (in terms of wave length) + Sector: Light and Related Electromagnetic Radiations +- CommonCode: B60 + Description: + LevelAndCategory: '1' + Name: lumen per square metre + Quantity: luminous exitance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: B61 + Description: + LevelAndCategory: '1' + Name: lumen per watt + Quantity: luminious efficacy, spectral luminous efficacy, luminous efficacy at a + specified wavelength, maximum spectral luminous efficacy + Sector: Light and Related Electromagnetic Radiations +- CommonCode: B62 + Description: + LevelAndCategory: '1' + Name: lumen second + Quantity: quantity of light + Sector: Light and Related Electromagnetic Radiations +- CommonCode: B64 + Description: + LevelAndCategory: '1' + Name: lux second + Quantity: light exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: C84 + Description: + LevelAndCategory: '1' + Name: radian per metre + Quantity: angular wave number, angular repetency + Sector: Light and Related Electromagnetic Radiations +- CommonCode: C93 + Description: 'Synonym: reciprocal metre squared' + LevelAndCategory: '1' + Name: reciprocal square metre + Quantity: photon exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: C99 + Description: + LevelAndCategory: '1' + Name: reciprocal second per metre squared + Quantity: photon exitance, irradiance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: CDL + Description: + LevelAndCategory: '1' + Name: candela + Quantity: luminous intensity + Sector: Light and Related Electromagnetic Radiations +- CommonCode: D1 + Description: + LevelAndCategory: '1' + Name: reciprocal second per steradian + Quantity: photon intensity + Sector: Light and Related Electromagnetic Radiations +- CommonCode: D18 + Description: + LevelAndCategory: '1' + Name: metre kelvin + Quantity: second radiation constant + Sector: Light and Related Electromagnetic Radiations +- CommonCode: D2 + Description: + LevelAndCategory: '1' + Name: reciprocal second per steradian metre squared + Quantity: photon luminance, photon radiance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: D22 + Description: + LevelAndCategory: '1' + Name: square metre per mole + Quantity: molar absorption coefficient + Sector: Light and Related Electromagnetic Radiations +- CommonCode: D56 + Description: + LevelAndCategory: '1' + Name: watt per square metre kelvin to the fourth power + Quantity: Stefan-Boltzmann constant + Sector: Light and Related Electromagnetic Radiations +- CommonCode: D57 + Description: + LevelAndCategory: '1' + Name: watt per steradian + Quantity: radiant intensity + Sector: Light and Related Electromagnetic Radiations +- CommonCode: D58 + Description: + LevelAndCategory: '1' + Name: watt per steradian square metre + Quantity: radiance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: H47 + Description: + LevelAndCategory: '1' + Name: watt per cubic metre + Quantity: radiant energy, fluence rate, radiant exitance, irradiance, first radiation + constant + Sector: Light and Related Electromagnetic Radiations +- CommonCode: LUM + Description: + LevelAndCategory: '1' + Name: lumen + Quantity: luminous flux + Sector: Light and Related Electromagnetic Radiations +- CommonCode: LUX + Description: + LevelAndCategory: '1' + Name: lux + Quantity: illuminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: '28' + Description: + LevelAndCategory: '1' + Name: kilogram per square metre + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: 4P + Description: + LevelAndCategory: '1' + Name: newton per metre + Quantity: surface tension + Sector: Mechanics +- CommonCode: A39 + Description: + LevelAndCategory: '1' + Name: cubic metre per kilogram + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: A53 + Description: + LevelAndCategory: '1' + Name: electronvolt + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: ATM + Description: + LevelAndCategory: '1' + Name: standard atmosphere + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: B31 + Description: + LevelAndCategory: '1' + Name: kilogram metre per second + Quantity: momentum + Sector: Mechanics +- CommonCode: B32 + Description: + LevelAndCategory: '1' + Name: kilogram metre squared + Quantity: moment of inertia (dynamic moment of inertia) + Sector: Mechanics +- CommonCode: B33 + Description: + LevelAndCategory: '1' + Name: kilogram metre squared per second + Quantity: moment of momentum, angular momentum + Sector: Mechanics +- CommonCode: B83 + Description: + LevelAndCategory: '1' + Name: metre to the fourth power + Quantity: second moment of area, second axial moment of area + Sector: Mechanics +- CommonCode: BAR + Description: + LevelAndCategory: '1' + Name: bar [unit of pressure] + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: C53 + Description: + LevelAndCategory: '1' + Name: newton metre second + Quantity: angular impulse + Sector: Mechanics +- CommonCode: C54 + Description: + LevelAndCategory: '1' + Name: newton metre squared per kilogram squared + Quantity: gravitational constant + Sector: Mechanics +- CommonCode: C57 + Description: + LevelAndCategory: '1' + Name: newton second + Quantity: impulse + Sector: Mechanics +- CommonCode: C62 + Description: 'Synonym: unit' + LevelAndCategory: '1' + Name: one + Quantity: relative density, relative mass density + Sector: Mechanics +- CommonCode: C65 + Description: + LevelAndCategory: '1' + Name: pascal second + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: C96 + Description: + LevelAndCategory: '1' + Name: reciprocal pascal or pascal to the power minus one + Quantity: compressibility, bulk compressibility + Sector: Mechanics +- CommonCode: GO + Description: + LevelAndCategory: '1' + Name: milligram per square metre + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: H40 + Description: + LevelAndCategory: '1' + Name: newton per ampere + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: H56 + Description: + LevelAndCategory: '1' + Name: kilogram per square metre second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: JOU + Description: + LevelAndCategory: '1' + Name: joule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: KGM + Description: A unit of mass equal to one thousand grams. + LevelAndCategory: '1' + Name: kilogram + Quantity: mass + Sector: Mechanics +- CommonCode: KGS + Description: + LevelAndCategory: '1' + Name: kilogram per second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: KL + Description: + LevelAndCategory: '1' + Name: kilogram per metre + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: KMQ + Description: A unit of weight expressed in kilograms of a substance that fills a + volume of one cubic metre. + LevelAndCategory: '1' + Name: kilogram per cubic metre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: M82 + Description: Power of the SI base unit metre with the exponent 2 divided by the + SI base unit second and the derived SI unit pascal. + LevelAndCategory: '1' + Name: square metre per second pascal + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: MQS + Description: + LevelAndCategory: '1' + Name: cubic metre per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: N37 + Description: Unit of the dynamic viscosity as a quotient SI base unit kilogram divided + by the SI base unit metre and by the SI base unit second. + LevelAndCategory: '1' + Name: kilogram per metre second + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N38 + Description: Unit of the dynamic viscosity as a quotient SI base unit kilogram divided + by the SI base unit metre and by the unit minute. + LevelAndCategory: '1' + Name: kilogram per metre minute + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: NEW + Description: + LevelAndCategory: '1' + Name: newton + Quantity: force, weight + Sector: Mechanics +- CommonCode: NU + Description: + LevelAndCategory: '1' + Name: newton metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: PAL + Description: + LevelAndCategory: '1' + Name: pascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: S4 + Description: 'Synonym: metre squared per second (square metres/second US)' + LevelAndCategory: '1' + Name: square metre per second + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: WHR + Description: + LevelAndCategory: '1' + Name: watt hour + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: WTT + Description: + LevelAndCategory: '1' + Name: watt + Quantity: power + Sector: Mechanics +- CommonCode: P79 + Description: Unit of the burst index as derived unit for pressure pascal related + to the substance, represented as a quotient from the SI base unit kilogram divided + by the power of the SI base unit metre by exponent 2. + LevelAndCategory: '1' + Name: pascal square metre per kilogram + Quantity: burst index + Sector: Miscellaneous +- CommonCode: A14 + Description: + LevelAndCategory: '1' + Name: barn + Quantity: total cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A15 + Description: + LevelAndCategory: '1' + Name: barn per electronvolt + Quantity: spectral cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A16 + Description: + LevelAndCategory: '1' + Name: barn per steradian electronvolt + Quantity: spectral angular cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A17 + Description: + LevelAndCategory: '1' + Name: barn per steradian + Quantity: angular cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A31 + Description: + LevelAndCategory: '1' + Name: coulomb per kilogram second + Quantity: exposure rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A54 + Description: + LevelAndCategory: '1' + Name: electronvolt per metre + Quantity: total linear stopping power + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A55 + Description: + LevelAndCategory: '1' + Name: electronvolt square metre + Quantity: total atomic stopping power + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A56 + Description: + LevelAndCategory: '1' + Name: electronvolt square metre per kilogram + Quantity: total mass stopping power + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A95 + Description: + LevelAndCategory: '1' + Name: gray + Quantity: specific energy imparted, massic energy imparted + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A96 + Description: + LevelAndCategory: '1' + Name: gray per second + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: B12 + Description: + LevelAndCategory: '1' + Name: joule per metre + Quantity: total linear stopping power + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: B20 + Description: + LevelAndCategory: '1' + Name: joule square metre per kilogram + Quantity: total mass stopping power + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: B81 + Description: + LevelAndCategory: '1' + Name: reciprocal metre squared reciprocal second + Quantity: particle fluence rate, (partical flux density), neutron fluence rate, + (neutronflux density), current density of particles + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: C87 + Description: 'Synonym: reciprocal second per cubic metre' + LevelAndCategory: '1' + Name: reciprocal cubic metre per second + Quantity: slowing down density + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: CKG + Description: + LevelAndCategory: '1' + Name: coulomb per kilogram + Quantity: exposure + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D13 + Description: + LevelAndCategory: '1' + Name: sievert + Quantity: dose equivalent + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D20 + Description: + LevelAndCategory: '1' + Name: square metre per joule + Quantity: spectral cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D21 + Description: + LevelAndCategory: '1' + Name: square metre per kilogram + Quantity: mass attenuation coefficient + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D24 + Description: + LevelAndCategory: '1' + Name: square metre per steradian + Quantity: angular cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D25 + Description: + LevelAndCategory: '1' + Name: square metre per steradian joule + Quantity: spectral angular cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D26 + Description: + LevelAndCategory: '1' + Name: square metre per volt second + Quantity: mobility + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D73 + Description: + LevelAndCategory: '1' + Name: joule square metre + Quantity: total atomic stopping power + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: H58 + Description: + LevelAndCategory: '1' + Name: metre per volt second + Quantity: mobility + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: 2N + Description: + LevelAndCategory: '1' + Name: decibel + Quantity: level of a field quantity, level of a power quantity + Sector: Periodic and related phenomena +- CommonCode: C50 + Description: + LevelAndCategory: '1' + Name: neper + Quantity: level of a field quantity, level of a power quantity + Sector: Periodic and related phenomena +- CommonCode: C51 + Description: + LevelAndCategory: '1' + Name: neper per second + Quantity: damping coefficient + Sector: Periodic and related phenomena +- CommonCode: C97 + Description: + LevelAndCategory: '1' + Name: reciprocal second + Quantity: rotational frequency + Sector: Periodic and related phenomena +- CommonCode: HTZ + Description: + LevelAndCategory: '1' + Name: hertz + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: RPM + Description: Refer ISO/TC12 SI Guide + LevelAndCategory: '1' + Name: revolutions per minute + Quantity: rotational frequency + Sector: Periodic and related phenomena +- CommonCode: RPS + Description: Refer ISO/TC12 SI Guide + LevelAndCategory: '1' + Name: revolutions per second + Quantity: rotational frequency + Sector: Periodic and related phenomena +- CommonCode: A27 + Description: + LevelAndCategory: '1' + Name: coulomb metre squared per volt + Quantity: electric polarizability of a molecule + Sector: Physical Chemistry and Molecular Physics +- CommonCode: A32 + Description: + LevelAndCategory: '1' + Name: coulomb per mole + Quantity: Faraday constant + Sector: Physical Chemistry and Molecular Physics +- CommonCode: A40 + Description: + LevelAndCategory: '1' + Name: cubic metre per mole + Quantity: molar volume + Sector: Physical Chemistry and Molecular Physics +- CommonCode: B15 + Description: + LevelAndCategory: '1' + Name: joule per mole + Quantity: molar thermodynamic energy + Sector: Physical Chemistry and Molecular Physics +- CommonCode: B16 + Description: + LevelAndCategory: '1' + Name: joule per mole kelvin + Quantity: molar heat capacity, molar entropy, molar gas constant + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C19 + Description: + LevelAndCategory: '1' + Name: mole per kilogram + Quantity: molality of solute B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C34 + Description: + LevelAndCategory: '1' + Name: mole + Quantity: amount of substance + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C36 + Description: + LevelAndCategory: '1' + Name: mole per cubic metre + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C38 + Description: + LevelAndCategory: '1' + Name: mole per litre + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C82 + Description: + LevelAndCategory: '1' + Name: radian square metre per mole + Quantity: molar optical rotatory power + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C83 + Description: + LevelAndCategory: '1' + Name: radian square metre per kilogram + Quantity: massic optical, rotatory power, specific optical rotatory power + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C86 + Description: + LevelAndCategory: '1' + Name: reciprocal cubic metre + Quantity: volumic number of molecules (or particles), number density of molecules + (or particles), molecular concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C95 + Description: + LevelAndCategory: '1' + Name: reciprocal mole + Quantity: Avogadro constant + Sector: Physical Chemistry and Molecular Physics +- CommonCode: D12 + Description: + LevelAndCategory: '1' + Name: siemens square metre per mole + Quantity: molar conductivity + Sector: Physical Chemistry and Molecular Physics +- CommonCode: D43 + Description: + LevelAndCategory: '1' + Name: unified atomic mass unit + Quantity: mass of molecule + Sector: Physical Chemistry and Molecular Physics +- CommonCode: D74 + Description: + LevelAndCategory: '1' + Name: kilogram per mole + Quantity: molar mass + Sector: Physical Chemistry and Molecular Physics +- CommonCode: D93 + Description: + LevelAndCategory: '1' + Name: second per cubic metre + Quantity: volumic dose + Sector: Physical Chemistry and Molecular Physics +- CommonCode: A38 + Description: + LevelAndCategory: '1' + Name: cubic metre per coulomb + Quantity: Hall coefficient + Sector: Solid State Physics +- CommonCode: A6 + Description: + LevelAndCategory: '1' + Name: ampere per square metre kelvin squared + Quantity: Richardson constant + Sector: Solid State Physics +- CommonCode: C85 + Description: + LevelAndCategory: '1' + Name: reciprocal angstrom + Quantity: Fermi angular repetency, Fermi angular wave number + Sector: Solid State Physics +- CommonCode: C88 + Description: + LevelAndCategory: '1' + Name: reciprocal electron volt per cubic metre + Quantity: density of states + Sector: Solid State Physics +- CommonCode: C90 + Description: + LevelAndCategory: '1' + Name: reciprocal joule per cubic metre + Quantity: density of states + Sector: Solid State Physics +- CommonCode: D48 + Description: + LevelAndCategory: '1' + Name: volt per kelvin + Quantity: Seebeck coefficient for substances a and b + Sector: Solid State Physics +- CommonCode: D94 + Description: + LevelAndCategory: '1' + Name: second per cubic metre radian + Quantity: spectral concentration of vibrational modes (in terms of angular frequency) + Sector: Solid State Physics +- CommonCode: 2A + Description: Refer ISO/TC12 SI Guide + LevelAndCategory: '1' + Name: radian per second + Quantity: angular velocity + Sector: Space and Time +- CommonCode: 2B + Description: Refer ISO/TC12 SI Guide + LevelAndCategory: '1' + Name: radian per second squared + Quantity: angular acceleration + Sector: Space and Time +- CommonCode: A11 + Description: + LevelAndCategory: '1' + Name: angstrom + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: A12 + Description: + LevelAndCategory: '1' + Name: astronomical unit + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: C63 + Description: + LevelAndCategory: '1' + Name: parsec + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: C81 + Description: + LevelAndCategory: '1' + Name: radian + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: C92 + Description: + LevelAndCategory: '1' + Name: reciprocal metre + Quantity: curvature + Sector: Space and Time +- CommonCode: D27 + Description: + LevelAndCategory: '1' + Name: steradian + Quantity: solid angle + Sector: Space and Time +- CommonCode: D61 + Description: + LevelAndCategory: '1' + Name: minute [unit of angle] + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: D62 + Description: + LevelAndCategory: '1' + Name: second [unit of angle] + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: DAY + Description: + LevelAndCategory: '1' + Name: day + Quantity: time + Sector: Space and Time +- CommonCode: DD + Description: + LevelAndCategory: '1' + Name: degree [unit of angle] + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: H59 + Description: + LevelAndCategory: '1' + Name: square metre per newton + Quantity: area + Sector: Space and Time +- CommonCode: H70 + Description: + LevelAndCategory: '1' + Name: picosecond + Quantity: time + Sector: Space and Time +- CommonCode: HUR + Description: + LevelAndCategory: '1' + Name: hour + Quantity: time + Sector: Space and Time +- CommonCode: KNT + Description: + LevelAndCategory: '1' + Name: knot + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: LTR + Description: + LevelAndCategory: '1' + Name: litre + Quantity: volume + Sector: Space and Time +- CommonCode: MIN + Description: + LevelAndCategory: '1' + Name: minute [unit of time] + Quantity: time + Sector: Space and Time +- CommonCode: MSK + Description: + LevelAndCategory: '1' + Name: metre per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: MTK + Description: + LevelAndCategory: '1' + Name: square metre + Quantity: area + Sector: Space and Time +- CommonCode: MTQ + Description: 'Synonym: metre cubed' + LevelAndCategory: '1' + Name: cubic metre + Quantity: volume + Sector: Space and Time +- CommonCode: MTR + Description: + LevelAndCategory: '1' + Name: metre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: MTS + Description: + LevelAndCategory: '1' + Name: metre per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: NMI + Description: + LevelAndCategory: '1' + Name: nautical mile + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: SEC + Description: + LevelAndCategory: '1' + Name: second [unit of time] + Quantity: time + Sector: Space and Time +- CommonCode: M32 + Description: + LevelAndCategory: '2' + Name: pascal second per litre + Quantity: acoustic impedance + Sector: Acoustics +- CommonCode: P41 + Description: 1 Dec := log2 10 3,32 according to the logarithm for frequency range + between f1 and f2, when f2/f1 = 10. + LevelAndCategory: '2' + Name: decade (logarithmic) + Quantity: logarithmic decrement + Sector: Acoustics +- CommonCode: A42 + Description: + LevelAndCategory: '2' + Name: curie per kilogram + Quantity: specific activity in a sample + Sector: Atomic and Nuclear Physics +- CommonCode: CUR + Description: + LevelAndCategory: '2' + Name: curie + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: F08 + Description: + LevelAndCategory: '2' + Name: milliampere per inch + Quantity: linear electric current density, lineic electric current, magnetic field + strength + Sector: Electricity and Magnetism +- CommonCode: F55 + Description: + LevelAndCategory: '2' + Name: ohm per mile (statute mile) + Quantity: lineic resistance + Sector: Electricity and Magnetism +- CommonCode: F57 + Description: + LevelAndCategory: '2' + Name: milliampere per pound-force per square inch + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: H22 + Description: + LevelAndCategory: '2' + Name: volt square inch per pound-force + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: H23 + Description: + LevelAndCategory: '2' + Name: volt per inch + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: H34 + Description: + LevelAndCategory: '2' + Name: hertz metre + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: H39 + Description: + LevelAndCategory: '2' + Name: megahertz kilometre + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: K43 + Description: + LevelAndCategory: '2' + Name: horsepower (electric) + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: L42 + Description: + LevelAndCategory: '2' + Name: picosiemens per metre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: M17 + Description: + LevelAndCategory: '2' + Name: kilohertz metre + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: M18 + Description: + LevelAndCategory: '2' + Name: gigahertz metre + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: M21 + Description: + LevelAndCategory: '2' + Name: reciprocal kilovolt - ampere reciprocal hour + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: M26 + Description: + LevelAndCategory: '2' + Name: gigaohm per metre + Quantity: resistance load per unit length + Sector: Electricity and Magnetism +- CommonCode: M27 + Description: + LevelAndCategory: '2' + Name: megahertz metre + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: N94 + Description: CGS (Centimetre-Gram-Second system) unit of the electrical charge, + where the charge amounts to exactly 1 Fr where the force of 1 dyn on an equal + load is performed at a distance of 1 cm. + LevelAndCategory: '2' + Name: franklin + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: N96 + Description: CGS (Centimetre-Gram-Second system) unit of the electric power which + is defined by a force of 2 dyn per cm between two parallel conductors of infinite + length with negligible cross-section in the distance of 1 cm. + LevelAndCategory: '2' + Name: biot + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: N97 + Description: CGS (Centimetre-Gram-Second system) unit of the magnetomotive force, + which is defined by the work to increase the magnetic potential of a positive + common pol with 1 erg. + LevelAndCategory: '2' + Name: gilbert + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: P12 + Description: Unit of magnetic flow density. + LevelAndCategory: '2' + Name: gamma + Quantity: magnetic flux density, magnetic induction, magnetic polarization + Sector: Electricity and Magnetism +- CommonCode: P23 + Description: Unit of resistivity. + LevelAndCategory: '2' + Name: ohm circular-mil per foot + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: 2I + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per hour + Quantity: heat flow rate + Sector: Heat +- CommonCode: A20 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per second square foot degree Rankine + Quantity: surface coefficient of heat transfer + Sector: Heat +- CommonCode: A21 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per pound degree Rankine + Quantity: 'specific heat capacity at: - constant pressure, -constant volume,- saturation' + Sector: Heat +- CommonCode: A22 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per second foot degree Rankine + Quantity: thermal conductivity + Sector: Heat +- CommonCode: A23 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per hour square foot degree Rankine + Quantity: surface coefficient of heat transfer + Sector: Heat +- CommonCode: A48 + Description: 'Refer ISO 80000-5 (Quantities and units - Part 5: Thermodynamics)' + LevelAndCategory: '2' + Name: degree Rankine + Quantity: temperature + Sector: Heat +- CommonCode: AZ + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per pound + Quantity: massic Helmholtz free energy + Sector: Heat +- CommonCode: BTU + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: E14 + Description: A unit of heat energy equal to one thousand calories. + LevelAndCategory: '2' + Name: kilocalorie (international table) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: E15 + Description: A unit of energy equal to one thousand calories per hour. + LevelAndCategory: '2' + Name: kilocalorie (thermochemical) per hour + Quantity: heat flow rate + Sector: Heat +- CommonCode: FAH + Description: 'Refer ISO 80000-5 (Quantities and units - Part 5: Thermodynamics)' + LevelAndCategory: '2' + Name: degree Fahrenheit + Quantity: fahrenheit temperature + Sector: Heat +- CommonCode: J19 + Description: + LevelAndCategory: '2' + Name: degree Fahrenheit hour square foot per British thermal unit (thermochemical) + Quantity: thermal insulance, coefficient of thermal insulation + Sector: Heat +- CommonCode: J20 + Description: + LevelAndCategory: '2' + Name: degree Fahrenheit per kelvin + Quantity: temperature + Sector: Heat +- CommonCode: J21 + Description: + LevelAndCategory: '2' + Name: degree Fahrenheit per bar + Quantity: temperature + Sector: Heat +- CommonCode: J22 + Description: + LevelAndCategory: '2' + Name: degree Fahrenheit hour square foot per British thermal unit (international + table) + Quantity: thermal insulance, coefficient of thermal insulation + Sector: Heat +- CommonCode: J23 + Description: + LevelAndCategory: '2' + Name: degree Fahrenheit per hour + Quantity: temperature variation over time + Sector: Heat +- CommonCode: J24 + Description: + LevelAndCategory: '2' + Name: degree Fahrenheit per minute + Quantity: temperature variation over time + Sector: Heat +- CommonCode: J25 + Description: + LevelAndCategory: '2' + Name: degree Fahrenheit per second + Quantity: temperature variation over time + Sector: Heat +- CommonCode: J26 + Description: + LevelAndCategory: '2' + Name: reciprocal degree Fahrenheit + Quantity: temperature + Sector: Heat +- CommonCode: J28 + Description: + LevelAndCategory: '2' + Name: degree Rankine per hour + Quantity: temperature variation over time + Sector: Heat +- CommonCode: J29 + Description: + LevelAndCategory: '2' + Name: degree Rankine per minute + Quantity: temperature variation over time + Sector: Heat +- CommonCode: J30 + Description: + LevelAndCategory: '2' + Name: degree Rankine per second + Quantity: temperature variation over time + Sector: Heat +- CommonCode: J39 + Description: + LevelAndCategory: '2' + Name: British thermal unit (mean) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: J40 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) foot per hour�square foot degree + Fahrenheit + Quantity: thermal conductivity + Sector: Heat +- CommonCode: J41 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) inch per hour square-foot degree + Fahrenheit + Quantity: thermal conductivity + Sector: Heat +- CommonCode: J42 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) inch per second square-foot degree + Fahrenheit + Quantity: thermal conductivity + Sector: Heat +- CommonCode: J43 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per pound degree Fahrenheit + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: J44 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per minute + Quantity: heat flow rate + Sector: Heat +- CommonCode: J45 + Description: + LevelAndCategory: '2' + Name: British thermal unit (international table) per second + Quantity: heat flow rate + Sector: Heat +- CommonCode: J46 + Description: + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) foot per hour square-foot degree Fahrenheit + Quantity: thermal conductivity + Sector: Heat +- CommonCode: J47 + Description: + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per hour + Quantity: heat flow rate + Sector: Heat +- CommonCode: J48 + Description: + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) inch per hour square-foot degree Fahrenheit + Quantity: thermal conductivity + Sector: Heat +- CommonCode: J49 + Description: + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) inch per second-square foot degree Fahrenheit + Quantity: thermal conductivity + Sector: Heat +- CommonCode: J50 + Description: + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per pound degree Fahrenheit + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: J51 + Description: + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per minute + Quantity: heat flow rate + Sector: Heat +- CommonCode: J52 + Description: + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per second + Quantity: heat flow rate + Sector: Heat +- CommonCode: J75 + Description: + LevelAndCategory: '2' + Name: calorie (mean) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: J76 + Description: + LevelAndCategory: '2' + Name: calorie (international table) per gram degree Celsius + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: J78 + Description: + LevelAndCategory: '2' + Name: calorie (thermochemical) per centimetre second degree Celsius + Quantity: thermal conductivity + Sector: Heat +- CommonCode: J79 + Description: + LevelAndCategory: '2' + Name: calorie (thermochemical) per gram degree Celsius + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: J81 + Description: + LevelAndCategory: '2' + Name: calorie (thermochemical) per minute + Quantity: heat flow rate + Sector: Heat +- CommonCode: J82 + Description: + LevelAndCategory: '2' + Name: calorie (thermochemical) per second + Quantity: heat flow rate + Sector: Heat +- CommonCode: J83 + Description: + LevelAndCategory: '2' + Name: clo + Quantity: thermal insulance, coefficient of thermal insulation + Sector: Heat +- CommonCode: K51 + Description: + LevelAndCategory: '2' + Name: kilocalorie (mean) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: K52 + Description: + LevelAndCategory: '2' + Name: kilocalorie (international table) per hour metre degree Celsius + Quantity: thermal conductivity + Sector: Heat +- CommonCode: K53 + Description: + LevelAndCategory: '2' + Name: kilocalorie (thermochemical) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: K54 + Description: + LevelAndCategory: '2' + Name: kilocalorie (thermochemical) per minute + Quantity: heat flow rate + Sector: Heat +- CommonCode: K55 + Description: + LevelAndCategory: '2' + Name: kilocalorie (thermochemical) per second + Quantity: heat flow rate + Sector: Heat +- CommonCode: L14 + Description: + LevelAndCategory: '2' + Name: square metre hour degree Celsius per kilocalorie (international table) + Quantity: thermal insulance, coefficient of thermal insulation + Sector: Heat +- CommonCode: M20 + Description: + LevelAndCategory: '2' + Name: reciprocal megakelvin or megakelvin to the power minus one + Quantity: linear expansion coefficient, cubic expansion coefficient, relative pressure + coefficient + Sector: Heat +- CommonCode: N48 + Description: Derived SI unit watt divided by the power of the 0,01-fold the SI base + unit metre by exponent 2. + LevelAndCategory: '2' + Name: watt per square centimetre + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N49 + Description: Derived SI unit watt divided by the power of the unit inch according + to the Anglo-American and Imperial system of units by exponent 2. + LevelAndCategory: '2' + Name: watt per square inch + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N50 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per square foot hour + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N51 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per square foot hour + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N52 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per square foot minute + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N53 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per square foot second + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N54 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per square foot second + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N55 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per square inch second + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N56 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: calorie (thermochemical) per square centimetre minute + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N57 + Description: Unit of the surface heat flux according to the Imperial system of units. + LevelAndCategory: '2' + Name: calorie (thermochemical) per square centimetre second + Quantity: density of heat flow rate + Sector: Heat +- CommonCode: N58 + Description: Unit of the energy density according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per cubic foot + Quantity: energy density + Sector: Heat +- CommonCode: N59 + Description: Unit of the energy density according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per cubic foot + Quantity: energy density + Sector: Heat +- CommonCode: N60 + Description: Unit of the heat capacity according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per degree Fahrenheit + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: N61 + Description: Unit of the heat capacity according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per degree Fahrenheit + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: N62 + Description: Unit of the heat capacity according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per degree Rankine + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: N63 + Description: Unit of the heat capacity according to the Imperial system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per degree Rankine + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: N64 + Description: Unit of the heat capacity (British thermal unit according to the international + table according to the Rankine degree) according to the Imperial system of units + divided by the unit avoirdupois pound according to the avoirdupois system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per pound degree Rankine + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: N65 + Description: Unit of the mass-related heat capacity as quotient 1000-fold of the + calorie (international table) divided by the product of the 0,001-fold of the + SI base units kilogram and kelvin. + LevelAndCategory: '2' + Name: kilocalorie (international table) per gram kelvin + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: N66 + Description: Unit of heat energy according to the Imperial system of units in a + reference temperature of 39 -F. + LevelAndCategory: '2' + Name: British thermal unit (39 -F) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: N67 + Description: Unit of heat energy according to the Imperial system of units in a + reference temperature of 59 -F. + LevelAndCategory: '2' + Name: British thermal unit (59 -F) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: N68 + Description: Unit of head energy according to the Imperial system of units at a + reference temperature of 60 -F. + LevelAndCategory: '2' + Name: British thermal unit (60 -F) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: N69 + Description: Unit for quantity of heat, which is to be required for 1 g air free + water at a constant pressure from 101,325 kPa, to warm up the pressure of standard + atmosphere at sea level, from 19,5 -C on 20,5 -C. + LevelAndCategory: '2' + Name: calorie (20 -C) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: N70 + Description: Unit of heat energy according to the imperial system of units. + LevelAndCategory: '2' + Name: quad (1015 BtuIT) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: N71 + Description: 'Unit of heat energy in commercial use, within the EU defined: 1 thm + (EC) = 100 000 BtuIT.' + LevelAndCategory: '2' + Name: therm (EC) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: N72 + Description: Unit of heat energy in commercial use. + LevelAndCategory: '2' + Name: therm (U.S.) + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: N73 + Description: Unit of the heat energy according to the Imperial system of units divided + the unit avoirdupois pound according to the avoirdupois system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per pound + Quantity: massic Helmholtz free energy, + Sector: Heat +- CommonCode: N74 + Description: Unit of the heat transition coefficient according to the Imperial system + of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per hour square foot degree Fahrenheit + Quantity: surface coefficient of heat transfer + Sector: Heat +- CommonCode: N75 + Description: Unit of the heat transition coefficient according to the imperial system + of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per hour square foot degree Fahrenheit + Quantity: surface coefficient of heat transfer + Sector: Heat +- CommonCode: N76 + Description: Unit of the heat transition coefficient according to the imperial system + of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per second square foot degree Fahrenheit + Quantity: surface coefficient of heat transfer + Sector: Heat +- CommonCode: N77 + Description: Unit of the heat transition coefficient according to the imperial system + of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per second square foot degree Fahrenheit + Quantity: surface coefficient of heat transfer + Sector: Heat +- CommonCode: N83 + Description: SI base unit metre divided by the product of the unit degree Celsius + and the SI base unit metre. + LevelAndCategory: '2' + Name: metre per degree Celcius metre + Quantity: thermal diffusivity + Sector: Heat +- CommonCode: N84 + Description: Non SI-conforming unit of the thermal resistance according to the Imperial + system of units. + LevelAndCategory: '2' + Name: degree Fahrenheit hour per British thermal unit (international table) + Quantity: thermal resistance + Sector: Heat +- CommonCode: N85 + Description: Non SI-conforming unit of the thermal resistance according to the Imperial + system of units. + LevelAndCategory: '2' + Name: degree Fahrenheit hour per British thermal unit (thermochemical) + Quantity: thermal resistance + Sector: Heat +- CommonCode: N86 + Description: Non SI-conforming unit of the thermal resistance according to the Imperial + system of units. + LevelAndCategory: '2' + Name: degree Fahrenheit second per British thermal unit (international table) + Quantity: thermal resistance + Sector: Heat +- CommonCode: N87 + Description: Non SI-conforming unit of the thermal resistance according to the Imperial + system of units. + LevelAndCategory: '2' + Name: degree Fahrenheit second per British thermal unit (thermochemical) + Quantity: thermal resistance + Sector: Heat +- CommonCode: N88 + Description: Unit of specific thermal resistance according to the Imperial system + of units. + LevelAndCategory: '2' + Name: degree Fahrenheit hour square foot per British thermal unit (international + table) inch + Quantity: thermal resistance + Sector: Heat +- CommonCode: N89 + Description: Unit of specific thermal resistance according to the Imperial system + of units. + LevelAndCategory: '2' + Name: degree Fahrenheit hour square foot per British thermal unit (thermochemical) + inch + Quantity: thermal resistance + Sector: Heat +- CommonCode: P25 + Description: Derived SI unit lumen divided by the power of the unit foot according + to the Anglo-American and Imperial system of units by exponent 2. + LevelAndCategory: '2' + Name: lumen per square foot + Quantity: illuminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P26 + Description: CGS (Centimetre-Gram-Second system) unit of luminance, defined as lumen + by square centimetre. + LevelAndCategory: '2' + Name: phot + Quantity: illuminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P27 + Description: Non SI conform traditional unit, defined as density of light which + impinges on a surface which has a distance of one foot from a light source, which + shines with an intensity of an international candle. + LevelAndCategory: '2' + Name: footcandle + Quantity: illuminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P28 + Description: SI base unit candela divided by the power of unit inch according to + the Anglo-American and Imperial system of units by exponent 2. + LevelAndCategory: '2' + Name: candela per square inch + Quantity: luminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P29 + Description: Unit of the luminance according to the Anglo-American system of units, + defined as emitted or reflected luminance of a lm/ft-. + LevelAndCategory: '2' + Name: footlambert + Quantity: luminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P30 + Description: CGS (Centimetre-Gram-Second system) unit of luminance, defined as the + emitted or reflected luminance by one lumen per square centimetre. + LevelAndCategory: '2' + Name: lambert + Quantity: luminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P31 + Description: CGS (Centimetre-Gram-Second system) unit of luminance, defined as emitted + or reflected luminance by one lumen per square centimetre. + LevelAndCategory: '2' + Name: stilb + Quantity: luminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P32 + Description: Base unit SI candela divided by the power of the unit foot according + to the Anglo-American and Imperial system of units by exponent 2. + LevelAndCategory: '2' + Name: candela per square foot + Quantity: luminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P35 + Description: 'Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: + 1 HK = 0,903 cd.' + LevelAndCategory: '2' + Name: Hefner-Kerze + Quantity: luminous intensity + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P36 + Description: 'Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: + 1 HK = 1,019 cd.' + LevelAndCategory: '2' + Name: international candle + Quantity: luminous intensity + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P37 + Description: Unit of the areal-related energy transmission according to the Imperial + system of units. + LevelAndCategory: '2' + Name: British thermal unit (international table) per square foot + Quantity: radiant energy fluence, radiance exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P38 + Description: Unit of the areal-related energy transmission according to the Imperial + system of units. + LevelAndCategory: '2' + Name: British thermal unit (thermochemical) per square foot + Quantity: radiant energy fluence, radiance exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P39 + Description: Unit of the areal-related energy transmission according to the Imperial + system of units. + LevelAndCategory: '2' + Name: calorie (thermochemical) per square centimetre + Quantity: radiant energy fluence, radiance exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P40 + Description: CGS (Centimetre-Gram-Second system) unit of the areal-related energy + transmission (as a measure of the incident quantity of heat of solar radiation + on the earth's surface). + LevelAndCategory: '2' + Name: langley + Quantity: radiant energy fluence, radiance exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: '37' + Description: + LevelAndCategory: '2' + Name: ounce per square foot + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: '80' + Description: + LevelAndCategory: '2' + Name: pound per square inch absolute + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: '85' + Description: + LevelAndCategory: '2' + Name: foot pound-force + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: '87' + Description: + LevelAndCategory: '2' + Name: pound per cubic foot + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: '89' + Description: + LevelAndCategory: '2' + Name: poise + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: '91' + Description: + LevelAndCategory: '2' + Name: stokes + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: 2K + Description: + LevelAndCategory: '2' + Name: cubic foot per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: 2L + Description: + LevelAndCategory: '2' + Name: cubic foot per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: 4C + Description: + LevelAndCategory: '2' + Name: centistokes + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: 4Q + Description: + LevelAndCategory: '2' + Name: ounce inch + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: 4R + Description: + LevelAndCategory: '2' + Name: ounce foot + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: 4U + Description: + LevelAndCategory: '2' + Name: pound per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: 4W + Description: + LevelAndCategory: '2' + Name: ton (US) per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: 5A + Description: + LevelAndCategory: '2' + Name: barrel (US) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: A74 + Description: + LevelAndCategory: '2' + Name: foot pound-force per second + Quantity: power + Sector: Mechanics +- CommonCode: APZ + Description: + LevelAndCategory: '2' + Name: troy ounce or apothecary ounce + Quantity: mass + Sector: Mechanics +- CommonCode: BHP + Description: + LevelAndCategory: '2' + Name: brake horse power + Quantity: power + Sector: Mechanics +- CommonCode: C7 + Description: + LevelAndCategory: '2' + Name: centipoise + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: C78 + Description: + LevelAndCategory: '2' + Name: pound-force + Quantity: force, weight + Sector: Mechanics +- CommonCode: CWA + Description: + LevelAndCategory: '2' + Name: hundred pound (cwt) / hundred weight (US) + Quantity: mass + Sector: Mechanics +- CommonCode: CWI + Description: + LevelAndCategory: '2' + Name: hundred weight (UK) + Quantity: mass + Sector: Mechanics +- CommonCode: D5 + Description: + LevelAndCategory: '2' + Name: kilogram per square centimetre + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: D69 + Description: + LevelAndCategory: '2' + Name: inch to the fourth power + Quantity: second polar moment of area + Sector: Mechanics +- CommonCode: E18 + Description: A unit of weight or mass equal to one tonne per hour. + LevelAndCategory: '2' + Name: tonne per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: E41 + Description: A unit of pressure defining the number of kilograms force per square + millimetre. + LevelAndCategory: '2' + Name: kilogram-force per square millimetre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: E42 + Description: A unit of pressure defining the number of kilograms force per square + centimetre. + LevelAndCategory: '2' + Name: kilogram-force per square centimetre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F06 + Description: + LevelAndCategory: '2' + Name: poise per bar + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: F13 + Description: A unit of mass. One slug is the mass accelerated at 1 foot per second + per second by a force of 1 pound. + LevelAndCategory: '2' + Name: slug + Quantity: mass + Sector: Mechanics +- CommonCode: F17 + Description: + LevelAndCategory: '2' + Name: pound-force per foot + Quantity: force divided by length + Sector: Mechanics +- CommonCode: F20 + Description: + LevelAndCategory: '2' + Name: pound inch squared + Quantity: moment of inertia (dynamic moment of inertia) + Sector: Mechanics +- CommonCode: F21 + Description: + LevelAndCategory: '2' + Name: pound-force inch + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: F22 + Description: + LevelAndCategory: '2' + Name: pound-force foot per ampere + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: F48 + Description: + LevelAndCategory: '2' + Name: pound-force per inch + Quantity: force divided by length + Sector: Mechanics +- CommonCode: F78 + Description: + LevelAndCategory: '2' + Name: inch of water + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F79 + Description: + LevelAndCategory: '2' + Name: inch of mercury + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F80 + Description: A unit of power defining the amount of power required to move a given + volume of water against acceleration of gravity to a specified elevation (pressure + head). + LevelAndCategory: '2' + Name: water horse power + Quantity: power + Sector: Mechanics +- CommonCode: F86 + Description: + LevelAndCategory: '2' + Name: poise per kelvin + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: FP + Description: + LevelAndCategory: '2' + Name: pound per square foot + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: G08 + Description: + LevelAndCategory: '2' + Name: square inch per second + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: G10 + Description: + LevelAndCategory: '2' + Name: stokes per kelvin + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: G2 + Description: + LevelAndCategory: '2' + Name: US gallon per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G20 + Description: + LevelAndCategory: '2' + Name: pound-force foot per pound + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: G3 + Description: + LevelAndCategory: '2' + Name: Imperial gallon per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G32 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per cubic yard + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G46 + Description: + LevelAndCategory: '2' + Name: stokes per bar + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: G50 + Description: + LevelAndCategory: '2' + Name: gallon (US) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G56 + Description: + LevelAndCategory: '2' + Name: cubic inch per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G57 + Description: + LevelAndCategory: '2' + Name: cubic inch per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G58 + Description: + LevelAndCategory: '2' + Name: cubic inch per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: GE + Description: + LevelAndCategory: '2' + Name: pound per gallon (US) + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: GRN + Description: + LevelAndCategory: '2' + Name: grain + Quantity: mass + Sector: Mechanics +- CommonCode: H41 + Description: + LevelAndCategory: '2' + Name: newton metre watt to the power minus 0,5 + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: IA + Description: + LevelAndCategory: '2' + Name: inch pound (pound inch) + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: J32 + Description: + LevelAndCategory: '2' + Name: micropoise + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: J34 + Description: + LevelAndCategory: '2' + Name: microgram per cubic metre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: J35 + Description: + LevelAndCategory: '2' + Name: microgram per cubic metre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: J56 + Description: + LevelAndCategory: '2' + Name: bar per bar + Quantity: pressure ratio + Sector: Mechanics +- CommonCode: J58 + Description: + LevelAndCategory: '2' + Name: barrel (UK petroleum) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J59 + Description: + LevelAndCategory: '2' + Name: barrel (UK petroleum) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J60 + Description: + LevelAndCategory: '2' + Name: barrel (UK petroleum) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J61 + Description: + LevelAndCategory: '2' + Name: barrel (UK petroleum) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J62 + Description: + LevelAndCategory: '2' + Name: barrel (US petroleum) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J63 + Description: + LevelAndCategory: '2' + Name: barrel (US petroleum) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J64 + Description: + LevelAndCategory: '2' + Name: bushel (UK) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J65 + Description: + LevelAndCategory: '2' + Name: bushel (UK) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J66 + Description: + LevelAndCategory: '2' + Name: bushel (UK) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J67 + Description: + LevelAndCategory: '2' + Name: bushel (UK) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J68 + Description: + LevelAndCategory: '2' + Name: bushel (US dry) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J69 + Description: + LevelAndCategory: '2' + Name: bushel (US dry) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J70 + Description: + LevelAndCategory: '2' + Name: bushel (US dry) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J71 + Description: + LevelAndCategory: '2' + Name: bushel (US dry) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J73 + Description: + LevelAndCategory: '2' + Name: centipoise per kelvin + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: J74 + Description: + LevelAndCategory: '2' + Name: centipoise per bar + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: J95 + Description: + LevelAndCategory: '2' + Name: ounce (UK fluid) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J96 + Description: + LevelAndCategory: '2' + Name: ounce (UK fluid) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J97 + Description: + LevelAndCategory: '2' + Name: ounce (UK fluid) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J98 + Description: + LevelAndCategory: '2' + Name: ounce (UK fluid) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J99 + Description: + LevelAndCategory: '2' + Name: ounce (US fluid) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K10 + Description: + LevelAndCategory: '2' + Name: ounce (US fluid) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K11 + Description: + LevelAndCategory: '2' + Name: ounce (US fluid) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K12 + Description: + LevelAndCategory: '2' + Name: ounce (US fluid) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K15 + Description: + LevelAndCategory: '2' + Name: foot pound-force per hour + Quantity: power + Sector: Mechanics +- CommonCode: K16 + Description: + LevelAndCategory: '2' + Name: foot pound-force per minute + Quantity: power + Sector: Mechanics +- CommonCode: K22 + Description: + LevelAndCategory: '2' + Name: cubic foot per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K26 + Description: + LevelAndCategory: '2' + Name: gallon (UK) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K27 + Description: + LevelAndCategory: '2' + Name: gallon (UK) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K28 + Description: + LevelAndCategory: '2' + Name: gallon (UK) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K30 + Description: + LevelAndCategory: '2' + Name: gallon (US liquid) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K31 + Description: + LevelAndCategory: '2' + Name: gram-force per square centimetre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: K32 + Description: + LevelAndCategory: '2' + Name: gill (UK) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K33 + Description: + LevelAndCategory: '2' + Name: gill (UK) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K34 + Description: + LevelAndCategory: '2' + Name: gill (UK) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K35 + Description: + LevelAndCategory: '2' + Name: gill (UK) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K36 + Description: + LevelAndCategory: '2' + Name: gill (US) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K37 + Description: + LevelAndCategory: '2' + Name: gill (US) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K38 + Description: + LevelAndCategory: '2' + Name: gill (US) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K39 + Description: + LevelAndCategory: '2' + Name: gill (US) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K41 + Description: + LevelAndCategory: '2' + Name: grain per gallon (US) + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K42 + Description: + LevelAndCategory: '2' + Name: horsepower (boiler) + Quantity: power + Sector: Mechanics +- CommonCode: K64 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per degree Fahrenheit + Quantity: mass + Sector: Mechanics +- CommonCode: K65 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) square foot + Quantity: moment of inertia (dynamic moment of inertia) + Sector: Mechanics +- CommonCode: K66 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K67 + Description: + LevelAndCategory: '2' + Name: pound per foot hour + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: K68 + Description: + LevelAndCategory: '2' + Name: pound per foot second + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: K69 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per cubic foot degree Fahrenheit + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K70 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per cubic foot psi + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K71 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per gallon (UK) + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K73 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per hour degree Fahrenheit + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K74 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per hour psi + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K75 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per cubic inch degree Fahrenheit + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K76 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per cubic inch psi + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K77 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per psi + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K78 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per minute + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K79 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per minute degree Fahrenheit + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K80 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per minute psi + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K81 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K82 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per second degree Fahrenheit + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K83 + Description: + LevelAndCategory: '2' + Name: pound (avoirdupois) per second psi + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: K84 + Description: + LevelAndCategory: '2' + Name: pound per cubic yard + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: K85 + Description: + LevelAndCategory: '2' + Name: pound-force per square foot + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: K86 + Description: + LevelAndCategory: '2' + Name: pound-force per square inch degree Fahrenheit + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: K87 + Description: + LevelAndCategory: '2' + Name: psi cubic inch per second + Quantity: leakage rate of gas + Sector: Mechanics +- CommonCode: K88 + Description: + LevelAndCategory: '2' + Name: psi litre per second + Quantity: leakage rate of gas + Sector: Mechanics +- CommonCode: K89 + Description: + LevelAndCategory: '2' + Name: psi cubic metre per second + Quantity: leakage rate of gas + Sector: Mechanics +- CommonCode: K90 + Description: + LevelAndCategory: '2' + Name: psi cubic yard per second + Quantity: leakage rate of gas + Sector: Mechanics +- CommonCode: K91 + Description: + LevelAndCategory: '2' + Name: pound-force second per square foot + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: K92 + Description: + LevelAndCategory: '2' + Name: pound-force second per square inch + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: K94 + Description: + LevelAndCategory: '2' + Name: quart (UK liquid) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K95 + Description: + LevelAndCategory: '2' + Name: quart (UK liquid) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K96 + Description: + LevelAndCategory: '2' + Name: quart (UK liquid) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K97 + Description: + LevelAndCategory: '2' + Name: quart (UK liquid) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K98 + Description: + LevelAndCategory: '2' + Name: quart (US liquid) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: K99 + Description: + LevelAndCategory: '2' + Name: quart (US liquid) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: KWN + Description: Kilowatt hour per normalized cubic metre (temperature 0-C and pressure + 101325 millibars ). + LevelAndCategory: '2' + Name: Kilowatt hour per normalized cubic metre + Quantity: + Sector: Mechanics +- CommonCode: KWS + Description: Kilowatt hour per standard cubic metre (temperature 15-C and pressure + 101325 millibars). + LevelAndCategory: '2' + Name: Kilowatt hour per standard cubic metre + Quantity: + Sector: Mechanics +- CommonCode: L10 + Description: + LevelAndCategory: '2' + Name: quart (US liquid) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L11 + Description: + LevelAndCategory: '2' + Name: quart (US liquid) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L15 + Description: + LevelAndCategory: '2' + Name: millipascal second per kelvin + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: L16 + Description: + LevelAndCategory: '2' + Name: millipascal second per bar + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: L17 + Description: + LevelAndCategory: '2' + Name: milligram per cubic metre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L18 + Description: + LevelAndCategory: '2' + Name: milligram per cubic metre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L33 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L34 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L35 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per minute + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L36 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L37 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per gallon (UK) + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L38 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per gallon (US) + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L39 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) per cubic inch + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L40 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois)-force + Quantity: force, weight + Sector: Mechanics +- CommonCode: L41 + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois)-force inch + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: L44 + Description: + LevelAndCategory: '2' + Name: peck (UK) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L45 + Description: + LevelAndCategory: '2' + Name: peck (UK) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L46 + Description: + LevelAndCategory: '2' + Name: peck (UK) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L47 + Description: + LevelAndCategory: '2' + Name: peck (UK) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L48 + Description: + LevelAndCategory: '2' + Name: peck (US dry) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L49 + Description: + LevelAndCategory: '2' + Name: peck (US dry) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L50 + Description: + LevelAndCategory: '2' + Name: peck (US dry) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L51 + Description: + LevelAndCategory: '2' + Name: peck (US dry) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L52 + Description: + LevelAndCategory: '2' + Name: psi per psi + Quantity: pressure ratio + Sector: Mechanics +- CommonCode: L53 + Description: + LevelAndCategory: '2' + Name: pint (UK) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L54 + Description: + LevelAndCategory: '2' + Name: pint (UK) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L55 + Description: + LevelAndCategory: '2' + Name: pint (UK) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L56 + Description: + LevelAndCategory: '2' + Name: pint (UK) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L57 + Description: + LevelAndCategory: '2' + Name: pint (US liquid) per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L58 + Description: + LevelAndCategory: '2' + Name: pint (US liquid) per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L59 + Description: + LevelAndCategory: '2' + Name: pint (US liquid) per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L60 + Description: + LevelAndCategory: '2' + Name: pint (US liquid) per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: L63 + Description: + LevelAndCategory: '2' + Name: slug per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L64 + Description: + LevelAndCategory: '2' + Name: slug per foot second + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: L65 + Description: + LevelAndCategory: '2' + Name: slug per cubic foot + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L66 + Description: + LevelAndCategory: '2' + Name: slug per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L67 + Description: + LevelAndCategory: '2' + Name: slug per minute + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L68 + Description: + LevelAndCategory: '2' + Name: slug per second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L69 + Description: + LevelAndCategory: '2' + Name: tonne per kelvin + Quantity: mass + Sector: Mechanics +- CommonCode: L70 + Description: + LevelAndCategory: '2' + Name: tonne per bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L71 + Description: + LevelAndCategory: '2' + Name: tonne per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L72 + Description: + LevelAndCategory: '2' + Name: tonne per day kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L73 + Description: + LevelAndCategory: '2' + Name: tonne per day bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L74 + Description: + LevelAndCategory: '2' + Name: tonne per hour kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L75 + Description: + LevelAndCategory: '2' + Name: tonne per hour bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L76 + Description: + LevelAndCategory: '2' + Name: tonne per cubic metre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L77 + Description: + LevelAndCategory: '2' + Name: tonne per cubic metre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L78 + Description: + LevelAndCategory: '2' + Name: tonne per minute + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L79 + Description: + LevelAndCategory: '2' + Name: tonne per minute kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L80 + Description: + LevelAndCategory: '2' + Name: tonne per minute bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L81 + Description: + LevelAndCategory: '2' + Name: tonne per second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L82 + Description: + LevelAndCategory: '2' + Name: tonne per second kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L83 + Description: + LevelAndCategory: '2' + Name: tonne per second bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L85 + Description: + LevelAndCategory: '2' + Name: ton long per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L87 + Description: + LevelAndCategory: '2' + Name: ton short per degree Fahrenheit + Quantity: mass + Sector: Mechanics +- CommonCode: L88 + Description: + LevelAndCategory: '2' + Name: ton short per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L89 + Description: + LevelAndCategory: '2' + Name: ton short per hour degree Fahrenheit + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L90 + Description: + LevelAndCategory: '2' + Name: ton short per hour psi + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: L91 + Description: + LevelAndCategory: '2' + Name: ton short per psi + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L92 + Description: + LevelAndCategory: '2' + Name: ton (UK long) per cubic yard + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L93 + Description: + LevelAndCategory: '2' + Name: ton (US short) per cubic yard + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: L94 + Description: + LevelAndCategory: '2' + Name: ton-force (US short) + Quantity: force, weight + Sector: Mechanics +- CommonCode: LA + Description: + LevelAndCategory: '2' + Name: pound per cubic inch + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: LBR + Description: + LevelAndCategory: '2' + Name: pound + Quantity: mass + Sector: Mechanics +- CommonCode: LTN + Description: 'Synonym: gross ton (2240 lb)' + LevelAndCategory: '2' + Name: ton (UK) or long ton (US) + Quantity: mass + Sector: Mechanics +- CommonCode: M12 + Description: + LevelAndCategory: '2' + Name: cubic yard per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: M13 + Description: + LevelAndCategory: '2' + Name: cubic yard per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: M15 + Description: + LevelAndCategory: '2' + Name: cubic yard per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: M16 + Description: + LevelAndCategory: '2' + Name: cubic yard per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: M74 + Description: SI base unit kilogram divided by the derived SI unit pascal. + LevelAndCategory: '2' + Name: kilogram per pascal + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: M75 + Description: 1000-fold of the unit of the force pound-force (lbf) according to the + Anglo-American system of units with the relationship. + LevelAndCategory: '2' + Name: kilopound-force + Quantity: force, weight + Sector: Mechanics +- CommonCode: M76 + Description: Non SI-conforming unit of the power, which corresponds to a mass of + a pound multiplied with the acceleration of a foot per square second. + LevelAndCategory: '2' + Name: poundal + Quantity: force, weight + Sector: Mechanics +- CommonCode: M77 + Description: Product of the SI base unit kilogram and the SI base unit metre divided + by the power of the SI base unit second by exponent 2. + LevelAndCategory: '2' + Name: kilogram metre per second squared + Quantity: force, weight + Sector: Mechanics +- CommonCode: M78 + Description: 0,001-fold of the unit of the weight, defined as a mass of 1 kg which + finds out about a weight strength from 1 kp by the gravitational force at sea + level which corresponds to a strength of 9,806 65 newton. + LevelAndCategory: '2' + Name: pond + Quantity: force, weight + Sector: Mechanics +- CommonCode: M79 + Description: Power of the unit foot according to the Anglo-American and Imperial + system of units by exponent 2 divided by the unit of time hour. + LevelAndCategory: '2' + Name: square foot per hour + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: M80 + Description: CGS (Centimetre-Gram-Second system) unit stokes divided by the derived + SI unit pascal. + LevelAndCategory: '2' + Name: stokes per pascal + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: M81 + Description: 0,000 1-fold of the power of the SI base unit metre by exponent 2 divided + by the SI base unit second. + LevelAndCategory: '2' + Name: square centimetre per second + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: M83 + Description: Traditional unit for the indication of the linear mass of textile fibers + and yarns. + LevelAndCategory: '2' + Name: denier + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: M84 + Description: Unit for linear mass according to avoirdupois system of units. + LevelAndCategory: '2' + Name: pound per yard + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: M85 + Description: Non SI-conforming unit of the mass used in the mineralogy to determine + the concentration of precious metals in ore according to the mass of the precious + metal in milligrams in a sample of the mass of an assay sound (number of troy + ounces in a short ton (1 000 lb)). + LevelAndCategory: '2' + Name: ton, assay + Quantity: mass + Sector: Mechanics +- CommonCode: M86 + Description: Outdated unit of the mass used in Germany. + LevelAndCategory: '2' + Name: pfund + Quantity: mass + Sector: Mechanics +- CommonCode: M88 + Description: Unit tonne divided by the unit month. + LevelAndCategory: '2' + Name: tonne per month + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: M89 + Description: Unit tonne divided by the unit year with 365 days. + LevelAndCategory: '2' + Name: tonne per year + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: M90 + Description: 1000-fold of the unit of the mass avoirdupois pound according to the + avoirdupois unit system divided by the unit hour. + LevelAndCategory: '2' + Name: kilopound per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: M91 + Description: Proportion of the mass consisting of the avoirdupois pound according + to the avoirdupois unit system divided by the avoirdupois pound according to the + avoirdupois unit system. + LevelAndCategory: '2' + Name: pound per pound + Quantity: mass ratio + Sector: Mechanics +- CommonCode: M92 + Description: Product of the unit pound-force according to the Anglo-American system + of units and the unit foot according to the Anglo-American and the Imperial system + of units. + LevelAndCategory: '2' + Name: pound-force foot + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: M95 + Description: Product of the non SI-conforming unit of the force poundal and the + unit foot according to the Anglo-American and Imperial system of units . + LevelAndCategory: '2' + Name: poundal foot + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: M96 + Description: Product of the non SI-conforming unit of the force poundal and the + unit inch according to the Anglo-American and Imperial system of units . + LevelAndCategory: '2' + Name: poundal inch + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: M97 + Description: CGS (Centimetre-Gram-Second system) unit of the rotational moment. + LevelAndCategory: '2' + Name: dyne metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: N10 + Description: Product of the avoirdupois pound according to the avoirdupois unit + system and the unit foot according to the Anglo-American and Imperial system of + units divided by the SI base unit second. + LevelAndCategory: '2' + Name: pound foot per second + Quantity: momentum + Sector: Mechanics +- CommonCode: N11 + Description: Product of the avoirdupois pound according to the avoirdupois unit + system and the unit inch according to the Anglo-American and Imperial system of + units divided by the SI base unit second. + LevelAndCategory: '2' + Name: pound inch per second + Quantity: momentum + Sector: Mechanics +- CommonCode: N12 + Description: 'Obsolete unit of the power relating to DIN 1301-3:1979: 1 PS = 735,498 + 75 W.' + LevelAndCategory: '2' + Name: Pferdestaerke + Quantity: power + Sector: Mechanics +- CommonCode: N13 + Description: Non SI-conforming unit of pressure, at which a value of 1 cmHg meets + the static pressure, which is generated by a mercury at a temperature of 0 -C + with a height of 1 centimetre . + LevelAndCategory: '2' + Name: centimetre of mercury (0 -C) + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N14 + Description: Non SI-conforming unit of pressure, at which a value of 1 cmH2O meets + the static pressure, which is generated by a head of water at a temperature of + 4 -C with a height of 1 centimetre . + LevelAndCategory: '2' + Name: centimetre of water (4 -C) + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N15 + Description: Non SI-conforming unit of pressure according to the Anglo-American + and Imperial system for units, whereas the value of 1 ftH2O is equivalent to the + static pressure, which is generated by a head of water at a temperature 39,2-F + with a height of 1 foot . + LevelAndCategory: '2' + Name: foot of water (39.2 -F) + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N16 + Description: Non SI-conforming unit of pressure according to the Anglo-American + and Imperial system for units, whereas the value of 1 inHg meets the static pressure, + which is generated by a mercury at a temperature of 32-F with a height of 1 inch. + LevelAndCategory: '2' + Name: inch of mercury (32 -F) + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N17 + Description: Non SI-conforming unit of pressure according to the Anglo-American + and Imperial system for units, whereas the value of 1 inHg meets the static pressure, + which is generated by a mercury at a temperature of 60-F with a height of 1 inch. + LevelAndCategory: '2' + Name: inch of mercury (60 -F) + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N18 + Description: Non SI-conforming unit of pressure according to the Anglo-American + and Imperial system for units, whereas the value of 1 inH2O meets the static pressure, + which is generated by a head of water at a temperature of 39,2-F with a height + of 1 inch . + LevelAndCategory: '2' + Name: inch of water (39.2 -F) + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N19 + Description: Non SI-conforming unit of pressure according to the Anglo-American + and Imperial system for units, whereas the value of 1 inH2O meets the static pressure, + which is generated by a head of water at a temperature of 60-F with a height of + 1 inch . + LevelAndCategory: '2' + Name: inch of water (60 -F) + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N20 + Description: Non SI-conforming unit of the pressure according to the Anglo-American + system of units as the 1000-fold of the unit of the force pound-force divided + by the power of the unit inch by exponent 2. + LevelAndCategory: '2' + Name: kip per square inch + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N21 + Description: 'Non SI-conforming unit of pressure by the Imperial system of units + according to NIST: 1 pdl/ft- = 1,488 164 Pa.' + LevelAndCategory: '2' + Name: poundal per square foot + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N22 + Description: Unit of the surface specific mass (avoirdupois ounce according to the + avoirdupois system of units according to the surface square inch according to + the Anglo-American and Imperial system of units). + LevelAndCategory: '2' + Name: ounce (avoirdupois) per square inch + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N23 + Description: Not SI-conforming unit of pressure, whereas a value of 1 mH2O is equivalent + to the static pressure, which is produced by one metre high water column . + LevelAndCategory: '2' + Name: conventional metre of water + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N24 + Description: 0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold + of the power of the SI base unit meter by exponent 2. + LevelAndCategory: '2' + Name: gram per square millimetre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N25 + Description: Unit for areal-related mass as a unit pound according to the avoirdupois + unit system divided by the power of the unit yard according to the Anglo-American + and Imperial system of units with exponent 2. + LevelAndCategory: '2' + Name: pound per square yard + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N26 + Description: Non SI-conforming unit of the pressure according to the Imperial system + of units (poundal by square inch). + LevelAndCategory: '2' + Name: poundal per square inch + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: N27 + Description: 'Power of the unit foot according to the Anglo-American and Imperial + system of units by exponent 4 according to NIST: 1 ft4 = 8,630 975 m4.' + LevelAndCategory: '2' + Name: foot to the fourth power + Quantity: second polar moment of area + Sector: Mechanics +- CommonCode: N29 + Description: Power of the unit foot according to the Anglo-American and Imperial + system of units by exponent 3 divided by the unit avoirdupois pound according + to the avoirdupois unit system. + LevelAndCategory: '2' + Name: cubic foot per pound + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: N30 + Description: Power of the unit inch according to the Anglo-American and Imperial + system of units by exponent 3 divided by the avoirdupois pound according to the + avoirdupois unit system . + LevelAndCategory: '2' + Name: cubic inch per pound + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: N32 + Description: Non SI-conforming unit of the surface tension according to the Imperial + unit system as quotient poundal by inch. + LevelAndCategory: '2' + Name: poundal per inch + Quantity: surface tension + Sector: Mechanics +- CommonCode: N33 + Description: Unit of force per unit length based on the Anglo-American system of + units. + LevelAndCategory: '2' + Name: pound-force per yard + Quantity: surface tension + Sector: Mechanics +- CommonCode: N34 + Description: Non SI-conforming unit of viscosity. + LevelAndCategory: '2' + Name: poundal second per square foot + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N35 + Description: CGS (Centimetre-Gram-Second system) unit poise divided by the derived + SI unit pascal. + LevelAndCategory: '2' + Name: poise per pascal + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N42 + Description: Non SI-conforming unit of dynamic viscosity according to the Imperial + system of units as product unit of the pressure (poundal by square inch) multiplied + by the SI base unit second. + LevelAndCategory: '2' + Name: poundal second per square inch + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N43 + Description: Unit of the dynamic viscosity according to the Anglo-American unit + system. + LevelAndCategory: '2' + Name: pound per foot minute + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N44 + Description: Unit of the dynamic viscosity according to the Anglo-American unit + system. + LevelAndCategory: '2' + Name: pound per foot day + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N46 + Description: Unit of the work (force-path). + LevelAndCategory: '2' + Name: foot poundal + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: N47 + Description: Unit of work (force multiplied by path) according to the Imperial system + of units as a product unit inch multiplied by poundal. + LevelAndCategory: '2' + Name: inch poundal + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: 'ON' + Description: + LevelAndCategory: '2' + Name: ounce per square yard + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: ONZ + Description: + LevelAndCategory: '2' + Name: ounce (avoirdupois) + Quantity: mass + Sector: Mechanics +- CommonCode: P2 + Description: + LevelAndCategory: '2' + Name: pound per foot + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: PO + Description: + LevelAndCategory: '2' + Name: pound per inch of length + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: PS + Description: + LevelAndCategory: '2' + Name: pound-force per square inch + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: Q37 + Description: Standard cubic metre (temperature 15-C and pressure 101325 millibars + ) per day + LevelAndCategory: '2' + Name: Standard cubic metre per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: Q38 + Description: Standard cubic metre (temperature 15-C and pressure 101325 millibars + ) per hour + LevelAndCategory: '2' + Name: Standard cubic metre per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: Q39 + Description: Normalized cubic metre (temperature 0-C and pressure 101325 millibars + ) per day + LevelAndCategory: '2' + Name: Normalized cubic metre per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: Q40 + Description: Normalized cubic metre (temperature 0-C and pressure 101325 millibars + ) per hour + LevelAndCategory: '2' + Name: Normalized cubic metre per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: Q41 + Description: Joule per normalised cubic metre (temperature 0-C and pressure 101325 + millibars). + LevelAndCategory: '2' + Name: Joule per normalised cubic metre + Quantity: + Sector: Mechanics +- CommonCode: Q42 + Description: Joule per standard cubic metre (temperature 15-C and pressure 101325 + millibars). + LevelAndCategory: '2' + Name: Joule per standard cubic metre + Quantity: + Sector: Mechanics +- CommonCode: S3 + Description: 'Synonym: foot squared per second' + LevelAndCategory: '2' + Name: square foot per second + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: STI + Description: + LevelAndCategory: '2' + Name: stone (UK) + Quantity: mass + Sector: Mechanics +- CommonCode: STN + Description: 'Synonym: net ton (2000 lb)' + LevelAndCategory: '2' + Name: ton (US) or short ton (UK/US) + Quantity: mass + Sector: Mechanics +- CommonCode: P83 + Description: Outdated unit of the pressure divided by the SI base unit metre. + LevelAndCategory: '2' + Name: standard atmosphere per metre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: P84 + Description: Obsolete and non-legal unit of the pressure which is generated by a + 10 metre water column divided by the SI base unit metre. + LevelAndCategory: '2' + Name: technical atmosphere per metre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: P85 + Description: CGS (Centimetre-Gram-Second system) unit of the pressure divided by + the SI base unit metre. + LevelAndCategory: '2' + Name: torr per metre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: P86 + Description: Compound unit for pressure (pound-force according to the Anglo-American + unit system divided by the power of the unit inch according to the Anglo-American + and Imperial system of units with the exponent 2) divided by the unit inch according + to the Anglo-American and Imperial system of units . + LevelAndCategory: '2' + Name: psi per inch + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: 2C + Description: + LevelAndCategory: '2' + Name: roentgen + Quantity: exposure + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: 2Y + Description: + LevelAndCategory: '2' + Name: milliroentgen + Quantity: exposure + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: C80 + Description: + LevelAndCategory: '2' + Name: rad + Quantity: absorbed dose + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D16 + Description: + LevelAndCategory: '2' + Name: square centimetre per erg + Quantity: spectral cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D17 + Description: + LevelAndCategory: '2' + Name: square centimetre per steradian erg + Quantity: spectral angular cross-section + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D6 + Description: + LevelAndCategory: '2' + Name: roentgen per second + Quantity: exposure rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: D91 + Description: + LevelAndCategory: '2' + Name: rem + Quantity: dose equivalent + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: J53 + Description: + LevelAndCategory: '2' + Name: coulomb square metre per kilogram + Quantity: exposure + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: KR + Description: + LevelAndCategory: '2' + Name: kiloroentgen + Quantity: exposure + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: L31 + Description: + LevelAndCategory: '2' + Name: milliroentgen aequivalent men + Quantity: dose equivalent + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P65 + Description: Derived SI unit sievert divided by the SI base unit second. + LevelAndCategory: '2' + Name: sievert per second + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P66 + Description: 0,001-fold of the derived SI unit sievert divided by the SI base unit + second. + LevelAndCategory: '2' + Name: millisievert per second + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P67 + Description: 0,000 001-fold of the derived SI unit sievert divided by the SI base + unit second. + LevelAndCategory: '2' + Name: microsievert per second + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P68 + Description: 0,000 000 001-fold of the derived SI unit sievert divided by the SI + base unit second. + LevelAndCategory: '2' + Name: nanosievert per second + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P69 + Description: 'Unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s + = 0,01 J/(kg-s) = 1 Sv/s.' + LevelAndCategory: '2' + Name: rem per second + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P70 + Description: Derived SI unit sievert divided by the unit hour. + LevelAndCategory: '2' + Name: sievert per hour + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P71 + Description: 0,001-fold of the derived SI unit sievert divided by the unit hour. + LevelAndCategory: '2' + Name: millisievert per hour + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P72 + Description: 0,000 001-fold of the derived SI unit sievert divided by the unit hour. + LevelAndCategory: '2' + Name: microsievert per hour + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P73 + Description: 0,000 000 001-fold of the derived SI unit sievert divided by the unit + hour. + LevelAndCategory: '2' + Name: nanosievert per hour + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P74 + Description: Derived SI unit sievert divided by the unit minute. + LevelAndCategory: '2' + Name: sievert per minute + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P75 + Description: 0,001-fold of the derived SI unit sievert divided by the unit minute. + LevelAndCategory: '2' + Name: millisievert per minute + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P76 + Description: 0,000 001-fold of the derived SI unit sievert divided by the unit minute. + LevelAndCategory: '2' + Name: microsievert per minute + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P77 + Description: 0,000 000 001-fold of the derived SI unit sievert divided by the unit + minute. + LevelAndCategory: '2' + Name: nanosievert per minute + Quantity: equivalence dose output + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P78 + Description: Complement of the power of the unit inch according to the Anglo-American + and Imperial system of units by exponent 2. + LevelAndCategory: '2' + Name: reciprocal square inch + Quantity: particle fluence + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: OPM + Description: The number of oscillations per minute. + LevelAndCategory: '2' + Name: oscillations per minute + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: K20 + Description: + LevelAndCategory: '2' + Name: reciprocal cubic foot + Quantity: volumic number of molecules (or particles), number density of molecules + (or particles), molecular concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: K49 + Description: + LevelAndCategory: '2' + Name: reciprocal cubic inch + Quantity: volumic number of molecules (or particles), number density of molecules + (or particles), molecular concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: K59 + Description: + LevelAndCategory: '2' + Name: kilomole per cubic metre kelvin + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: K60 + Description: + LevelAndCategory: '2' + Name: kilomole per cubic metre bar + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: K63 + Description: + LevelAndCategory: '2' + Name: reciprocal litre + Quantity: volumic number of molecules (or particles), number density of molecules + (or particles), molecular concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: K93 + Description: + LevelAndCategory: '2' + Name: reciprocal psi + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L24 + Description: + LevelAndCategory: '2' + Name: mole per kilogram kelvin + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L25 + Description: + LevelAndCategory: '2' + Name: mole per kilogram bar + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L26 + Description: + LevelAndCategory: '2' + Name: mole per litre kelvin + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L27 + Description: + LevelAndCategory: '2' + Name: mole per litre bar + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L28 + Description: + LevelAndCategory: '2' + Name: mole per cubic metre kelvin + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L29 + Description: + LevelAndCategory: '2' + Name: mole per cubic metre bar + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: M10 + Description: + LevelAndCategory: '2' + Name: reciprocal cubic yard + Quantity: volumic number of molecules (or particles), number density of molecules + (or particles), molecular concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P44 + Description: Non SI-conforming unit of quantity of a substance relating that one + pound mole of a chemical composition corresponds to the same number of pounds + as the molecular weight of one molecule of this composition in atomic mass units. + LevelAndCategory: '2' + Name: pound mole + Quantity: amount of substance + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P45 + Description: Non SI-conforming unit of the power of the amount of substance non-SI + compliant unit of the molar flux relating that a pound mole of a chemical composition + the same number of pound corresponds like the molecular weight of a molecule of + this composition in atomic mass units. + LevelAndCategory: '2' + Name: pound mole per second + Quantity: catalytic activity + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P46 + Description: Non SI-conforming unit of the power of the amount of substance non-SI + compliant unit of the molar flux relating that a pound mole of a chemical composition + the same number of pound corresponds like the molecular weight of a molecule of + this composition in atomic mass units. + LevelAndCategory: '2' + Name: pound mole per minute + Quantity: catalytic activity + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P48 + Description: Non SI-conforming unit of the material molar flux divided by the avoirdupois + pound for mass according to the avoirdupois unit system. + LevelAndCategory: '2' + Name: pound mole per pound + Quantity: ionic strength + Sector: Physical Chemistry and Molecular Physics +- CommonCode: Q30 + Description: The activity of the (solvated) hydrogen ion (a logarithmic measure + used to state the acidity or alkalinity of a chemical solution). + LevelAndCategory: '2' + Name: pH (potential of Hydrogen) + Quantity: acidity and alkalinity + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P53 + Description: CGS (Centimetre-Gram-Second system) unit for magnetic flux of a magnetic + pole (according to the interaction of identical poles of 1 dyn at a distance of + a cm). + LevelAndCategory: '2' + Name: unit pole + Quantity: magnetic flux quantum + Sector: Solid State Physics +- CommonCode: '77' + Description: + LevelAndCategory: '2' + Name: milli-inch + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: A73 + Description: + LevelAndCategory: '2' + Name: foot per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: A91 + Description: 'Synonym: grade' + LevelAndCategory: '2' + Name: gon + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: ACR + Description: + LevelAndCategory: '2' + Name: acre + Quantity: area + Sector: Space and Time +- CommonCode: AK + Description: + LevelAndCategory: '2' + Name: fathom + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: ANN + Description: 'Unit of time equal to 365,25 days. Synonym: Julian year' + LevelAndCategory: '2' + Name: year + Quantity: time + Sector: Space and Time +- CommonCode: AWG + Description: A unit of distance used for measuring the diameter of small tubes or + wires such as the outer diameter of hypotermic or suture needles. + LevelAndCategory: '2' + Name: american wire gauge + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: B57 + Description: A unit of length defining the distance that light travels in a vacuum + in one year. + LevelAndCategory: '2' + Name: light year + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: BLD + Description: + LevelAndCategory: '2' + Name: dry barrel (US) + Quantity: volume + Sector: Space and Time +- CommonCode: BLL + Description: + LevelAndCategory: '2' + Name: barrel (US) + Quantity: volume + Sector: Space and Time +- CommonCode: BUA + Description: + LevelAndCategory: '2' + Name: bushel (US) + Quantity: volume + Sector: Space and Time +- CommonCode: BUI + Description: + LevelAndCategory: '2' + Name: bushel (UK) + Quantity: volume + Sector: Space and Time +- CommonCode: D42 + Description: + LevelAndCategory: '2' + Name: tropical year + Quantity: time + Sector: Space and Time +- CommonCode: F49 + Description: A unit of distance equal to 5.5 yards (16 feet 6 inches). + LevelAndCategory: '2' + Name: rod [unit of distance] + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: FOT + Description: + LevelAndCategory: '2' + Name: foot + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: FR + Description: + LevelAndCategory: '2' + Name: foot per minute + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: FS + Description: + LevelAndCategory: '2' + Name: foot per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: FTK + Description: + LevelAndCategory: '2' + Name: square foot + Quantity: area + Sector: Space and Time +- CommonCode: FTQ + Description: + LevelAndCategory: '2' + Name: cubic foot + Quantity: volume + Sector: Space and Time +- CommonCode: G21 + Description: + LevelAndCategory: '2' + Name: cup [unit of volume] + Quantity: volume + Sector: Space and Time +- CommonCode: G23 + Description: + LevelAndCategory: '2' + Name: peck + Quantity: volume + Sector: Space and Time +- CommonCode: G24 + Description: + LevelAndCategory: '2' + Name: tablespoon (US) + Quantity: volume + Sector: Space and Time +- CommonCode: G25 + Description: + LevelAndCategory: '2' + Name: teaspoon (US) + Quantity: volume + Sector: Space and Time +- CommonCode: GLD + Description: + LevelAndCategory: '2' + Name: dry gallon (US) + Quantity: volume + Sector: Space and Time +- CommonCode: GLI + Description: + LevelAndCategory: '2' + Name: gallon (UK) + Quantity: volume + Sector: Space and Time +- CommonCode: GLL + Description: + LevelAndCategory: '2' + Name: gallon (US) + Quantity: volume + Sector: Space and Time +- CommonCode: H27 + Description: + LevelAndCategory: '2' + Name: degree per metre + Quantity: solid angle + Sector: Space and Time +- CommonCode: H57 + Description: + LevelAndCategory: '2' + Name: inch per two pi radiant + Quantity: solid angle + Sector: Space and Time +- CommonCode: H66 + Description: + LevelAndCategory: '2' + Name: millimetre per year + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: H67 + Description: + LevelAndCategory: '2' + Name: millimetre per hour + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: H79 + Description: 'A unit of distance used for measuring the diameter of small tubes + such as urological instruments and catheters. Synonym: French, Charri-re, Charri-re + gauge' + LevelAndCategory: '2' + Name: French gauge + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: HM + Description: + LevelAndCategory: '2' + Name: mile per hour (statute mile) + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: INH + Description: + LevelAndCategory: '2' + Name: inch + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: INK + Description: + LevelAndCategory: '2' + Name: square inch + Quantity: area + Sector: Space and Time +- CommonCode: INQ + Description: 'Synonym: inch cubed' + LevelAndCategory: '2' + Name: cubic inch + Quantity: volume + Sector: Space and Time +- CommonCode: IU + Description: + LevelAndCategory: '2' + Name: inch per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: IV + Description: + LevelAndCategory: '2' + Name: inch per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: J57 + Description: + LevelAndCategory: '2' + Name: barrel (UK petroleum) + Quantity: volume + Sector: Space and Time +- CommonCode: J84 + Description: + LevelAndCategory: '2' + Name: centimetre per second kelvin + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: J85 + Description: + LevelAndCategory: '2' + Name: centimetre per second bar + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: K13 + Description: + LevelAndCategory: '2' + Name: foot per degree Fahrenheit + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: K14 + Description: + LevelAndCategory: '2' + Name: foot per hour + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: K17 + Description: + LevelAndCategory: '2' + Name: foot per psi + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: K18 + Description: + LevelAndCategory: '2' + Name: foot per second degree Fahrenheit + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: K19 + Description: + LevelAndCategory: '2' + Name: foot per second psi + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: K21 + Description: + LevelAndCategory: '2' + Name: cubic foot per degree Fahrenheit + Quantity: volume + Sector: Space and Time +- CommonCode: K23 + Description: + LevelAndCategory: '2' + Name: cubic foot per psi + Quantity: volume + Sector: Space and Time +- CommonCode: K40 + Description: + LevelAndCategory: '2' + Name: standard acceleration of free fall + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: K45 + Description: + LevelAndCategory: '2' + Name: inch per degree Fahrenheit + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: K46 + Description: + LevelAndCategory: '2' + Name: inch per psi + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: K47 + Description: + LevelAndCategory: '2' + Name: inch per second degree Fahrenheit + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: K48 + Description: + LevelAndCategory: '2' + Name: inch per second psi + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: L12 + Description: + LevelAndCategory: '2' + Name: metre per second kelvin + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: L13 + Description: + LevelAndCategory: '2' + Name: metre per second bar + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: L43 + Description: + LevelAndCategory: '2' + Name: peck (UK) + Quantity: volume + Sector: Space and Time +- CommonCode: L84 + Description: + LevelAndCategory: '2' + Name: ton (UK shipping) + Quantity: volume + Sector: Space and Time +- CommonCode: L86 + Description: + LevelAndCategory: '2' + Name: ton (US shipping) + Quantity: volume + Sector: Space and Time +- CommonCode: L95 + Description: + LevelAndCategory: '2' + Name: common year + Quantity: time + Sector: Space and Time +- CommonCode: L96 + Description: + LevelAndCategory: '2' + Name: sidereal year + Quantity: time + Sector: Space and Time +- CommonCode: L98 + Description: + LevelAndCategory: '2' + Name: yard per degree Fahrenheit + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: L99 + Description: + LevelAndCategory: '2' + Name: yard per psi + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: M11 + Description: + LevelAndCategory: '2' + Name: cubic yard per degree Fahrenheit + Quantity: volume + Sector: Space and Time +- CommonCode: M14 + Description: + LevelAndCategory: '2' + Name: cubic yard per psi + Quantity: volume + Sector: Space and Time +- CommonCode: M22 + Description: + LevelAndCategory: '2' + Name: millilitre per square centimetre minute + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M40 + Description: Unit of the length according to the Anglo-American and Imperial system + of units divided by the power of the SI base unit second by exponent 2. + LevelAndCategory: '2' + Name: yard per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: M42 + Description: Unit of the length according to the Imperial system of units divided + by the power of the SI base unit second by exponent 2. + LevelAndCategory: '2' + Name: mile (statute mile) per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: M43 + Description: Unit to indicate an angle at military zone, equal to the 6400th part + of the full circle of the 360- or 2-p-rad. + LevelAndCategory: '2' + Name: mil + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: M44 + Description: Unit to identify an angle of the full circle of 360- or 2-p-rad (Refer + ISO/TC12 SI Guide). + LevelAndCategory: '2' + Name: revolution + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: M46 + Description: Unit of the angular velocity. + LevelAndCategory: '2' + Name: revolution per minute + Quantity: angular velocity + Sector: Space and Time +- CommonCode: M47 + Description: 'Unit of an area, of which the size is given by a diameter of length + of 1 mm (0,001 in) based on the formula: area = p-(diameter/2)-.' + LevelAndCategory: '2' + Name: circular mil + Quantity: area + Sector: Space and Time +- CommonCode: M48 + Description: Unit of the area, which is mainly common in the agriculture and forestry. + LevelAndCategory: '2' + Name: square mile (based on U.S. survey foot) + Quantity: area + Sector: Space and Time +- CommonCode: M49 + Description: Unit of the length according the Anglo-American system of units. + LevelAndCategory: '2' + Name: chain (based on U.S. survey foot) + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: M50 + Description: 'Unit commonly used in Great Britain at rural distances: 1 furlong + = 40 rods = 10 chains (UK) = 1/8 mile = 1/10 furlong = 220 yards = 660 foot.' + LevelAndCategory: '2' + Name: furlong + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: M51 + Description: Unit commonly used in the United States for ordnance survey. + LevelAndCategory: '2' + Name: foot (U.S. survey) + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: M52 + Description: Unit commonly used in the United States for ordnance survey. + LevelAndCategory: '2' + Name: mile (based on U.S. survey foot) + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: M56 + Description: Unit for a very short period. + LevelAndCategory: '2' + Name: shake + Quantity: time + Sector: Space and Time +- CommonCode: M57 + Description: Unit of velocity from the Imperial system of units. + LevelAndCategory: '2' + Name: mile per minute + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M58 + Description: Unit of the velocity from the Imperial system of units. + LevelAndCategory: '2' + Name: mile per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M60 + Description: SI base unit metre divided by the unit hour. + LevelAndCategory: '2' + Name: metre per hour + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M61 + Description: Unit of the length according to the Anglo-American and Imperial system + of units divided by the unit common year with 365 days. + LevelAndCategory: '2' + Name: inch per year + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M62 + Description: 1000-fold of the SI base unit metre divided by the SI base unit second. + LevelAndCategory: '2' + Name: kilometre per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M63 + Description: Unit inch according to the Anglo-American and Imperial system of units + divided by the unit minute. + LevelAndCategory: '2' + Name: inch per minute + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M64 + Description: Unit yard according to the Anglo-American and Imperial system of units + divided by the SI base unit second. + LevelAndCategory: '2' + Name: yard per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M65 + Description: Unit yard according to the Anglo-American and Imperial system of units + divided by the unit minute. + LevelAndCategory: '2' + Name: yard per minute + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M66 + Description: Unit yard according to the Anglo-American and Imperial system of units + divided by the unit hour. + LevelAndCategory: '2' + Name: yard per hour + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M67 + Description: Unit of the volume, which is used in the United States to measure/gauge + the capacity of reservoirs. + LevelAndCategory: '2' + Name: acre-foot (based on U.S. survey foot) + Quantity: volume + Sector: Space and Time +- CommonCode: M68 + Description: Traditional unit of the volume of stacked firewood which has been measured + with a cord. + LevelAndCategory: '2' + Name: cord (128 ft3) + Quantity: volume + Sector: Space and Time +- CommonCode: M69 + Description: Unit of volume according to the Imperial system of units. + LevelAndCategory: '2' + Name: cubic mile (UK statute) + Quantity: volume + Sector: Space and Time +- CommonCode: M7 + Description: + LevelAndCategory: '2' + Name: micro-inch + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: M70 + Description: Traditional unit of the cargo capacity. + LevelAndCategory: '2' + Name: ton, register + Quantity: volume + Sector: Space and Time +- CommonCode: MAM + Description: + LevelAndCategory: '2' + Name: megametre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: MIK + Description: + LevelAndCategory: '2' + Name: square mile (statute mile) + Quantity: area + Sector: Space and Time +- CommonCode: MON + Description: Unit of time equal to 1/12 of a year of 365,25 days. + LevelAndCategory: '2' + Name: month + Quantity: time + Sector: Space and Time +- CommonCode: NM3 + Description: Normalised cubic metre (temperature 0-C and pressure 101325 millibars + ) + LevelAndCategory: '2' + Name: Normalised cubic metre + Quantity: volume + Sector: Space and Time +- CommonCode: OZA + Description: + LevelAndCategory: '2' + Name: fluid ounce (US) + Quantity: volume + Sector: Space and Time +- CommonCode: OZI + Description: + LevelAndCategory: '2' + Name: fluid ounce (UK) + Quantity: volume + Sector: Space and Time +- CommonCode: PTD + Description: + LevelAndCategory: '2' + Name: dry pint (US) + Quantity: volume + Sector: Space and Time +- CommonCode: PTI + Description: + LevelAndCategory: '2' + Name: pint (UK) + Quantity: volume + Sector: Space and Time +- CommonCode: PTL + Description: + LevelAndCategory: '2' + Name: liquid pint (US) + Quantity: volume + Sector: Space and Time +- CommonCode: QTD + Description: + LevelAndCategory: '2' + Name: dry quart (US) + Quantity: volume + Sector: Space and Time +- CommonCode: QTI + Description: + LevelAndCategory: '2' + Name: quart (UK) + Quantity: volume + Sector: Space and Time +- CommonCode: QTL + Description: + LevelAndCategory: '2' + Name: liquid quart (US) + Quantity: volume + Sector: Space and Time +- CommonCode: SM3 + Description: Standard cubic metre (temperature 15-C and pressure 101325 millibars + ) + LevelAndCategory: '2' + Name: Standard cubic metre + Quantity: volume + Sector: Space and Time +- CommonCode: SMI + Description: + LevelAndCategory: '2' + Name: mile (statute mile) + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: WEE + Description: + LevelAndCategory: '2' + Name: week + Quantity: time + Sector: Space and Time +- CommonCode: X1 + Description: A unit of distance used or formerly used by-British surveyors. + LevelAndCategory: '2' + Name: Gunter's chain + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: YDK + Description: + LevelAndCategory: '2' + Name: square yard + Quantity: area + Sector: Space and Time +- CommonCode: YDQ + Description: + LevelAndCategory: '2' + Name: cubic yard + Quantity: volume + Sector: Space and Time +- CommonCode: YRD + Description: + LevelAndCategory: '2' + Name: yard + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: H77 + Description: A unit of measure used to describe the breadth of electronic assemblies + as an-installation standard-or mounting dimension. + LevelAndCategory: '3' + Name: module width + Quantity: + Sector: +- CommonCode: H80 + Description: A unit of measure used to describe the height in rack units of equipment + intended for mounting in a 19-inch rack or a 23-inch rack. One rack unit is 1.75 + inches (44.45 mm) high. + LevelAndCategory: '3' + Name: rack unit + Quantity: + Sector: +- CommonCode: M19 + Description: An empirical measure for describing wind speed based mainly on observed + sea conditions. The Beaufort scale indicates the wind speed by numbers that typically + range from 0 for calm, to 12 for hurricane. + LevelAndCategory: '3' + Name: Beaufort + Quantity: + Sector: +- CommonCode: P43 + Description: Unit bel divided by the SI base unit metre. + LevelAndCategory: 1M + Name: bel per metre + Quantity: sound pressure level, sound power level + Sector: Acoustics +- CommonCode: GBQ + Description: + LevelAndCategory: 1M + Name: gigabecquerel + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: H08 + Description: + LevelAndCategory: 1M + Name: microbecquerel + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: AMH + Description: A unit of electric charge defining the amount of charge accumulated + by a steady flow of one ampere for one hour. + LevelAndCategory: 1M + Name: ampere hour + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: E09 + Description: A unit of power load delivered at the rate of one thousandth of an + ampere over a period of one hour. + LevelAndCategory: 1M + Name: milliampere hour + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: F54 + Description: + LevelAndCategory: 1M + Name: milliohm per metre + Quantity: lineic resistance + Sector: Electricity and Magnetism +- CommonCode: F56 + Description: + LevelAndCategory: 1M + Name: ohm per kilometre + Quantity: lineic resistance + Sector: Electricity and Magnetism +- CommonCode: F59 + Description: + LevelAndCategory: 1M + Name: milliampere per bar + Quantity: linear electric current density, lineic electric current, magnetic field + strength + Sector: Electricity and Magnetism +- CommonCode: F76 + Description: + LevelAndCategory: 1M + Name: milliampere per millimetre + Quantity: linear electric current density, lineic electric current, magnetic field + strength + Sector: Electricity and Magnetism +- CommonCode: F87 + Description: + LevelAndCategory: 1M + Name: volt per litre minute + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: G42 + Description: + LevelAndCategory: 1M + Name: microsiemens per centimetre + Quantity: conductance (for direct current), admittance, (complex admittance), modulus + of admittance,(admittance), conductance (for alternating current) + Sector: Electricity and Magnetism +- CommonCode: G43 + Description: + LevelAndCategory: 1M + Name: microsiemens per metre + Quantity: conductance (for direct current), admittance, (complex admittance), modulus + of admittance,(admittance), conductance (for alternating current) + Sector: Electricity and Magnetism +- CommonCode: G44 + Description: + LevelAndCategory: 1M + Name: nanosiemens per centimetre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: G45 + Description: + LevelAndCategory: 1M + Name: nanosiemens per metre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: G59 + Description: + LevelAndCategory: 1M + Name: milliampere per litre minute + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: G60 + Description: + LevelAndCategory: 1M + Name: volt per bar + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: G98 + Description: + LevelAndCategory: 1M + Name: microhenry per kiloohm + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: G99 + Description: + LevelAndCategory: 1M + Name: microhenry per ohm + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: H03 + Description: + LevelAndCategory: 1M + Name: henry per kiloohm + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: H04 + Description: + LevelAndCategory: 1M + Name: henry per ohm + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: H05 + Description: + LevelAndCategory: 1M + Name: millihenry per kiloohm + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: H06 + Description: + LevelAndCategory: 1M + Name: millihenry per ohm + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: H26 + Description: + LevelAndCategory: 1M + Name: ohm per metre + Quantity: lineic resistance + Sector: Electricity and Magnetism +- CommonCode: H36 + Description: + LevelAndCategory: 1M + Name: megaohm per kilometre + Quantity: lineic resistance + Sector: Electricity and Magnetism +- CommonCode: H37 + Description: + LevelAndCategory: 1M + Name: megaohm per metre + Quantity: lineic resistance + Sector: Electricity and Magnetism +- CommonCode: H62 + Description: + LevelAndCategory: 1M + Name: millivolt per minute + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: M24 + Description: + LevelAndCategory: 1M + Name: ohm kilometre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: MAR + Description: A unit of electrical reactive power represented by a current of one + thousand amperes flowing due a potential difference of one thousand volts where + the sine of the phase angle between them is 1. + LevelAndCategory: 1M + Name: megavar + Quantity: reactive power + Sector: Electricity and Magnetism +- CommonCode: N90 + Description: 1000-fold of the derived SI unit farad. + LevelAndCategory: 1M + Name: kilofarad + Quantity: capacitance + Sector: Electricity and Magnetism +- CommonCode: N92 + Description: 0,000 000 000 001-fold of the derived SI unit siemens. + LevelAndCategory: 1M + Name: picosiemens + Quantity: conductance (for direct current), admittance, (complex admittance), modulus + of admittance,(admittance), conductance (for alternating current) + Sector: Electricity and Magnetism +- CommonCode: N93 + Description: SI base unit ampere divided by the derived SI unit pascal. + LevelAndCategory: 1M + Name: ampere per pascal + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: N95 + Description: A unit of electric charge defining the amount of charge accumulated + by a steady flow of one ampere for one minute.. + LevelAndCategory: 1M + Name: ampere minute + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: N98 + Description: Derived SI unit volt divided by the derived SI unit pascal. + LevelAndCategory: 1M + Name: volt per pascal + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: N99 + Description: 0,000 000 000 001-fold of the derived SI unit volt. + LevelAndCategory: 1M + Name: picovolt + Quantity: electric potential, potential difference, tension, voltage, electromotive + force + Sector: Electricity and Magnetism +- CommonCode: P11 + Description: 1000 fold of the derived SI unit weber. + LevelAndCategory: 1M + Name: kiloweber + Quantity: magnetic flux + Sector: Electricity and Magnetism +- CommonCode: P13 + Description: 1000-fold of the derived SI unit tesla. + LevelAndCategory: 1M + Name: kilotesla + Quantity: magnetic flux density, magnetic induction, magnetic polarization + Sector: Electricity and Magnetism +- CommonCode: P15 + Description: Quotient from the derived SI unit joule divided by the unit minute. + LevelAndCategory: 1M + Name: joule per minute + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: P16 + Description: Quotient from the derived SI unit joule divided by the unit hour. + LevelAndCategory: 1M + Name: joule per hour + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: P17 + Description: Quotient from the derived SI unit joule divided by the unit day. + LevelAndCategory: 1M + Name: joule per day + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: P18 + Description: Quotient from the 1000-fold of the derived SI unit joule divided by + the SI base unit second. + LevelAndCategory: 1M + Name: kilojoule per second + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: P19 + Description: Quotient from the 1000-fold of the derived SI unit joule divided by + the unit minute. + LevelAndCategory: 1M + Name: kilojoule per minute + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: P20 + Description: Quotient from the 1000-fold of the derived SI unit joule divided by + the unit hour. + LevelAndCategory: 1M + Name: kilojoule per hour + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: P21 + Description: Quotient from the 1000-fold of the derived SI unit joule divided by + the unit day. + LevelAndCategory: 1M + Name: kilojoule per day + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: P22 + Description: 0,000 000 001-fold of the derived SI unit ohm. + LevelAndCategory: 1M + Name: nanoohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: P24 + Description: 1000-fold of the derived SI unit henry. + LevelAndCategory: 1M + Name: kilohenry + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: TAH + Description: + LevelAndCategory: 1M + Name: kiloampere hour (thousand ampere hour) + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: E97 + Description: + LevelAndCategory: 1M + Name: millimetre per degree Celcius metre + Quantity: thermal diffusivity + Sector: Heat +- CommonCode: E98 + Description: + LevelAndCategory: 1M + Name: degree Celsius per kelvin + Quantity: temperature + Sector: Heat +- CommonCode: F02 + Description: + LevelAndCategory: 1M + Name: kelvin per kelvin + Quantity: temperature + Sector: Heat +- CommonCode: F10 + Description: + LevelAndCategory: 1M + Name: kelvin per hour + Quantity: temperature + Sector: Heat +- CommonCode: F11 + Description: + LevelAndCategory: 1M + Name: kelvin per minute + Quantity: temperature + Sector: Heat +- CommonCode: F12 + Description: + LevelAndCategory: 1M + Name: kelvin per second + Quantity: temperature + Sector: Heat +- CommonCode: F53 + Description: + LevelAndCategory: 1M + Name: millimetre per kelvin + Quantity: thermal diffusivity + Sector: Heat +- CommonCode: F60 + Description: + LevelAndCategory: 1M + Name: degree Celsius per bar + Quantity: temperature + Sector: Heat +- CommonCode: F61 + Description: + LevelAndCategory: 1M + Name: kelvin per bar + Quantity: temperature + Sector: Heat +- CommonCode: F81 + Description: + LevelAndCategory: 1M + Name: bar per kelvin + Quantity: pressure coefficient + Sector: Heat +- CommonCode: H12 + Description: + LevelAndCategory: 1M + Name: degree Celsius per hour + Quantity: temperature + Sector: Heat +- CommonCode: H13 + Description: + LevelAndCategory: 1M + Name: degree Celsius per minute + Quantity: temperature + Sector: Heat +- CommonCode: H14 + Description: + LevelAndCategory: 1M + Name: degree Celsius per second + Quantity: temperature + Sector: Heat +- CommonCode: N78 + Description: 1000-fold of the derived SI unit watt divided by the product of the + power of the SI base unit metre by exponent 2 and the SI base unit kelvin. + LevelAndCategory: 1M + Name: kilowatt per square metre kelvin + Quantity: surface coefficient of heat transfer + Sector: Heat +- CommonCode: N80 + Description: Derived SI unit watt divided by the product of the SI base unit metre + and the unit for temperature degree Celsius. + LevelAndCategory: 1M + Name: watt per metre degree Celsius + Quantity: thermal conductivity + Sector: Heat +- CommonCode: N81 + Description: 1000-fold of the derived SI unit watt divided by the product of the + SI base unit metre and the SI base unit kelvin. + LevelAndCategory: 1M + Name: kilowatt per metre kelvin + Quantity: thermal conductivity + Sector: Heat +- CommonCode: N82 + Description: 1000-fold of the derived SI unit watt divided by the product of the + SI base unit metre and the unit for temperature degree Celsius. + LevelAndCategory: 1M + Name: kilowatt per metre degree Celsius + Quantity: thermal conductivity + Sector: Heat +- CommonCode: E43 + Description: A unit of energy defining the number of joules per square centimetre. + LevelAndCategory: 1M + Name: joule per square centimetre + Quantity: radiant energy fluence, radiance exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: H74 + Description: + LevelAndCategory: 1M + Name: watt per metre + Quantity: radiant energy, fluence rate, radiant exitance, irradiance, first radiation + constant + Sector: Light and Related Electromagnetic Radiations +- CommonCode: JM + Description: + LevelAndCategory: 1M + Name: megajoule per cubic metre + Quantity: radiant energy density + Sector: Light and Related Electromagnetic Radiations +- CommonCode: KLX + Description: A unit of illuminance equal to one thousand lux. + LevelAndCategory: 1M + Name: kilolux + Quantity: illuminance + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P33 + Description: 1000-fold of the SI base unit candela. + LevelAndCategory: 1M + Name: kilocandela + Quantity: luminous intensity + Sector: Light and Related Electromagnetic Radiations +- CommonCode: P34 + Description: 0,001-fold of the SI base unit candela. + LevelAndCategory: 1M + Name: millicandela + Quantity: luminous intensity + Sector: Light and Related Electromagnetic Radiations +- CommonCode: '22' + Description: + LevelAndCategory: 1M + Name: decilitre per gram + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: '25' + Description: + LevelAndCategory: 1M + Name: gram per square centimetre + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: '40' + Description: + LevelAndCategory: 1M + Name: millilitre per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: '41' + Description: + LevelAndCategory: 1M + Name: millilitre per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: 4M + Description: + LevelAndCategory: 1M + Name: milligram per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: 4X + Description: + LevelAndCategory: 1M + Name: kilolitre per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: A93 + Description: + LevelAndCategory: 1M + Name: gram per cubic metre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: CGM + Description: + LevelAndCategory: 1M + Name: centigram + Quantity: mass + Sector: Mechanics +- CommonCode: DG + Description: + LevelAndCategory: 1M + Name: decigram + Quantity: mass + Sector: Mechanics +- CommonCode: DJ + Description: + LevelAndCategory: 1M + Name: decagram + Quantity: mass + Sector: Mechanics +- CommonCode: E01 + Description: A measure of pressure expressed in newtons per square centimetre. + LevelAndCategory: 1M + Name: newton per square centimetre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: E99 + Description: + LevelAndCategory: 1M + Name: hectopascal per bar + Quantity: pressure ratio + Sector: Mechanics +- CommonCode: F03 + Description: + LevelAndCategory: 1M + Name: kilopascal per bar + Quantity: pressure ratio + Sector: Mechanics +- CommonCode: F04 + Description: + LevelAndCategory: 1M + Name: millibar per bar + Quantity: pressure ratio + Sector: Mechanics +- CommonCode: F05 + Description: + LevelAndCategory: 1M + Name: megapascal per bar + Quantity: pressure ratio + Sector: Mechanics +- CommonCode: F07 + Description: + LevelAndCategory: 1M + Name: pascal per bar + Quantity: pressure ratio + Sector: Mechanics +- CommonCode: F14 + Description: + LevelAndCategory: 1M + Name: gram per kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F15 + Description: + LevelAndCategory: 1M + Name: kilogram per kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F16 + Description: + LevelAndCategory: 1M + Name: milligram per kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F18 + Description: + LevelAndCategory: 1M + Name: kilogram square centimetre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F19 + Description: + LevelAndCategory: 1M + Name: kilogram square millimetre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F23 + Description: + LevelAndCategory: 1M + Name: gram per cubic decimetre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F24 + Description: + LevelAndCategory: 1M + Name: kilogram per kilomol + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F25 + Description: + LevelAndCategory: 1M + Name: gram per hertz + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F26 + Description: + LevelAndCategory: 1M + Name: gram per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F27 + Description: + LevelAndCategory: 1M + Name: gram per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F28 + Description: + LevelAndCategory: 1M + Name: gram per minute + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F29 + Description: + LevelAndCategory: 1M + Name: gram per second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F30 + Description: + LevelAndCategory: 1M + Name: kilogram per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F31 + Description: + LevelAndCategory: 1M + Name: kilogram per minute + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F32 + Description: + LevelAndCategory: 1M + Name: milligram per day + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F33 + Description: + LevelAndCategory: 1M + Name: milligram per minute + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F34 + Description: + LevelAndCategory: 1M + Name: milligram per second + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F35 + Description: + LevelAndCategory: 1M + Name: gram per day kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F36 + Description: + LevelAndCategory: 1M + Name: gram per hour kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F37 + Description: + LevelAndCategory: 1M + Name: gram per minute kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F38 + Description: + LevelAndCategory: 1M + Name: gram per second kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F39 + Description: + LevelAndCategory: 1M + Name: kilogram per day kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F40 + Description: + LevelAndCategory: 1M + Name: kilogram per hour kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F41 + Description: + LevelAndCategory: 1M + Name: kilogram per minute kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F42 + Description: + LevelAndCategory: 1M + Name: kilogram per second kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F43 + Description: + LevelAndCategory: 1M + Name: milligram per day kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F44 + Description: + LevelAndCategory: 1M + Name: milligram per hour kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F45 + Description: + LevelAndCategory: 1M + Name: milligram per minute kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F46 + Description: + LevelAndCategory: 1M + Name: milligram per second kelvin + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F47 + Description: + LevelAndCategory: 1M + Name: newton per millimetre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: F58 + Description: + LevelAndCategory: 1M + Name: reciprocal bar + Quantity: compressibility, bulk compressibility + Sector: Mechanics +- CommonCode: F62 + Description: + LevelAndCategory: 1M + Name: gram per day bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F63 + Description: + LevelAndCategory: 1M + Name: gram per hour bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F64 + Description: + LevelAndCategory: 1M + Name: gram per minute bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F65 + Description: + LevelAndCategory: 1M + Name: gram per second bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F66 + Description: + LevelAndCategory: 1M + Name: kilogram per day bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F67 + Description: + LevelAndCategory: 1M + Name: kilogram per hour bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F68 + Description: + LevelAndCategory: 1M + Name: kilogram per minute bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F69 + Description: + LevelAndCategory: 1M + Name: kilogram per second bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F70 + Description: + LevelAndCategory: 1M + Name: milligram per day bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F71 + Description: + LevelAndCategory: 1M + Name: milligram per hour bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F72 + Description: + LevelAndCategory: 1M + Name: milligram per minute bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F73 + Description: + LevelAndCategory: 1M + Name: milligram per second bar + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: F74 + Description: + LevelAndCategory: 1M + Name: gram per bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F75 + Description: + LevelAndCategory: 1M + Name: milligram per bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: F77 + Description: + LevelAndCategory: 1M + Name: pascal second per kelvin + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F82 + Description: + LevelAndCategory: 1M + Name: hectopascal per kelvin + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F83 + Description: + LevelAndCategory: 1M + Name: kilopascal per kelvin + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F84 + Description: + LevelAndCategory: 1M + Name: millibar per kelvin + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F85 + Description: + LevelAndCategory: 1M + Name: megapascal per kelvin + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F88 + Description: + LevelAndCategory: 1M + Name: newton centimetre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: F89 + Description: + LevelAndCategory: 1M + Name: newton metre per degree + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: F90 + Description: + LevelAndCategory: 1M + Name: newton metre per ampere + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: F91 + Description: + LevelAndCategory: 1M + Name: bar litre per second + Quantity: leakage rate of gas + Sector: Mechanics +- CommonCode: F92 + Description: + LevelAndCategory: 1M + Name: bar cubic metre per second + Quantity: leakage rate of gas + Sector: Mechanics +- CommonCode: F93 + Description: + LevelAndCategory: 1M + Name: hectopascal litre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F94 + Description: + LevelAndCategory: 1M + Name: hectopascal cubic metre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F95 + Description: + LevelAndCategory: 1M + Name: millibar litre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F96 + Description: + LevelAndCategory: 1M + Name: millibar cubic metre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F97 + Description: + LevelAndCategory: 1M + Name: megapascal litre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F98 + Description: + LevelAndCategory: 1M + Name: megapascal cubic metre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: F99 + Description: + LevelAndCategory: 1M + Name: pascal litre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: G01 + Description: + LevelAndCategory: 1M + Name: pascal cubic metre per second + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: G09 + Description: + LevelAndCategory: 1M + Name: square metre per second kelvin + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: G11 + Description: + LevelAndCategory: 1M + Name: gram per cubic centimetre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G12 + Description: + LevelAndCategory: 1M + Name: gram per cubic decimetre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G13 + Description: + LevelAndCategory: 1M + Name: gram per litre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G14 + Description: + LevelAndCategory: 1M + Name: gram per cubic metre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G15 + Description: + LevelAndCategory: 1M + Name: gram per millilitre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G16 + Description: + LevelAndCategory: 1M + Name: kilogram per cubic centimetre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G17 + Description: + LevelAndCategory: 1M + Name: kilogram per litre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G18 + Description: + LevelAndCategory: 1M + Name: kilogram per cubic metre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G19 + Description: + LevelAndCategory: 1M + Name: newton metre per kilogram + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: G31 + Description: + LevelAndCategory: 1M + Name: kilogram per cubic centimetre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G33 + Description: + LevelAndCategory: 1M + Name: gram per cubic centimetre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G34 + Description: + LevelAndCategory: 1M + Name: gram per cubic decimetre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G35 + Description: + LevelAndCategory: 1M + Name: gram per litre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G36 + Description: + LevelAndCategory: 1M + Name: gram per cubic metre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G37 + Description: + LevelAndCategory: 1M + Name: gram per millilitre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G38 + Description: + LevelAndCategory: 1M + Name: kilogram per cubic centimetre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G39 + Description: + LevelAndCategory: 1M + Name: kilogram per litre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G40 + Description: + LevelAndCategory: 1M + Name: kilogram per cubic metre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: G41 + Description: + LevelAndCategory: 1M + Name: square metre per second bar + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: G47 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G48 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G49 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G51 + Description: + LevelAndCategory: 1M + Name: litre per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G52 + Description: + LevelAndCategory: 1M + Name: cubic metre per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G53 + Description: + LevelAndCategory: 1M + Name: cubic metre per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G54 + Description: + LevelAndCategory: 1M + Name: millilitre per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G55 + Description: + LevelAndCategory: 1M + Name: millilitre per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G61 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per day kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G62 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per hour kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G63 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per minute kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G64 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per second kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G65 + Description: + LevelAndCategory: 1M + Name: litre per day kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G66 + Description: + LevelAndCategory: 1M + Name: litre per hour kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G67 + Description: + LevelAndCategory: 1M + Name: litre per minute kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G68 + Description: + LevelAndCategory: 1M + Name: litre per second kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G69 + Description: + LevelAndCategory: 1M + Name: cubic metre per day kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G70 + Description: + LevelAndCategory: 1M + Name: cubic metre per hour kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G71 + Description: + LevelAndCategory: 1M + Name: cubic metre per minute kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G72 + Description: + LevelAndCategory: 1M + Name: cubic metre per second kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G73 + Description: + LevelAndCategory: 1M + Name: millilitre per day kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G74 + Description: + LevelAndCategory: 1M + Name: millilitre per hour kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G75 + Description: + LevelAndCategory: 1M + Name: millilitre per minute kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G76 + Description: + LevelAndCategory: 1M + Name: millilitre per second kelvin + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G77 + Description: + LevelAndCategory: 1M + Name: millimetre to the fourth power + Quantity: second moment of area, second axial moment of area + Sector: Mechanics +- CommonCode: G78 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per day bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G79 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per hour bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G80 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per minute bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G81 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per second bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G82 + Description: + LevelAndCategory: 1M + Name: litre per day bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G83 + Description: + LevelAndCategory: 1M + Name: litre per hour bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G84 + Description: + LevelAndCategory: 1M + Name: litre per minute bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G85 + Description: + LevelAndCategory: 1M + Name: litre per second bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G86 + Description: + LevelAndCategory: 1M + Name: cubic metre per day bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G87 + Description: + LevelAndCategory: 1M + Name: cubic metre per hour bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G88 + Description: + LevelAndCategory: 1M + Name: cubic metre per minute bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G89 + Description: + LevelAndCategory: 1M + Name: cubic metre per second bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G90 + Description: + LevelAndCategory: 1M + Name: millilitre per day bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G91 + Description: + LevelAndCategory: 1M + Name: millilitre per hour bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G92 + Description: + LevelAndCategory: 1M + Name: millilitre per minute bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: G93 + Description: + LevelAndCategory: 1M + Name: millilitre per second bar + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: GF + Description: + LevelAndCategory: 1M + Name: gram per metre (gram per 100 centimetres) + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: GM + Description: + LevelAndCategory: 1M + Name: gram per square metre + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: GP + Description: + LevelAndCategory: 1M + Name: milligram per cubic metre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: GQ + Description: + LevelAndCategory: 1M + Name: microgram per cubic metre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: H07 + Description: + LevelAndCategory: 1M + Name: pascal second per bar + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: H15 + Description: + LevelAndCategory: 1M + Name: square centimetre per gram + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: H29 + Description: + LevelAndCategory: 1M + Name: microgram per litre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: H53 + Description: + LevelAndCategory: 1M + Name: kilogram per bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: H54 + Description: + LevelAndCategory: 1M + Name: kilogram per cubic decimetre kelvin + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: H55 + Description: + LevelAndCategory: 1M + Name: kilogram per cubic decimetre bar + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: H60 + Description: + LevelAndCategory: 1M + Name: cubic metre per cubic metre + Quantity: volume ratio + Sector: Mechanics +- CommonCode: H65 + Description: + LevelAndCategory: 1M + Name: millilitre per cubic metre + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: H75 + Description: + LevelAndCategory: 1M + Name: decapascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: H76 + Description: + LevelAndCategory: 1M + Name: gram per millimetre + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: H83 + Description: + LevelAndCategory: 1M + Name: litre per kilogram + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: HBA + Description: + LevelAndCategory: 1M + Name: hectobar + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: HGM + Description: + LevelAndCategory: 1M + Name: hectogram + Quantity: mass + Sector: Mechanics +- CommonCode: KBA + Description: + LevelAndCategory: 1M + Name: kilobar + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: KTN + Description: + LevelAndCategory: 1M + Name: kilotonne + Quantity: mass + Sector: Mechanics +- CommonCode: KW + Description: + LevelAndCategory: 1M + Name: kilogram per millimetre + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: KX + Description: + LevelAndCategory: 1M + Name: millilitre per kilogram + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: L2 + Description: + LevelAndCategory: 1M + Name: litre per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: LD + Description: + LevelAndCategory: 1M + Name: litre per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: M1 + Description: + LevelAndCategory: 1M + Name: milligram per litre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: M23 + Description: + LevelAndCategory: 1M + Name: newton per centimetre + Quantity: surface tension + Sector: Mechanics +- CommonCode: M73 + Description: SI base unit kilogram divided by the product of the power of the SI + base unit metre with exponent 3 and the derived SI unit pascal. + LevelAndCategory: 1M + Name: kilogram per cubic metre pascal + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: M93 + Description: Product of the derived SI unit newton and the SI base unit metre divided + by the unit radian. + LevelAndCategory: 1M + Name: newton metre per radian + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: M98 + Description: Product of the SI base unit kilogram and the 0,01-fold of the SI base + unit metre divided by the SI base unit second. + LevelAndCategory: 1M + Name: kilogram centimetre per second + Quantity: momentum + Sector: Mechanics +- CommonCode: M99 + Description: Product of the 0,001-fold of the SI base unit kilogram and the 0,01-fold + of the SI base unit metre divided by the SI base unit second. + LevelAndCategory: 1M + Name: gram centimetre per second + Quantity: momentum + Sector: Mechanics +- CommonCode: MQH + Description: + LevelAndCategory: 1M + Name: cubic metre per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: N28 + Description: 0,001 fold of the power of the SI base unit meter by exponent 3 divided + by the SI based unit kilogram. + LevelAndCategory: 1M + Name: cubic decimetre per kilogram + Quantity: specific volume, massic volume + Sector: Mechanics +- CommonCode: N31 + Description: 1000-fold of the derived SI unit newton divided by the SI base unit + metre. + LevelAndCategory: 1M + Name: kilonewton per metre + Quantity: surface tension + Sector: Mechanics +- CommonCode: N39 + Description: Unit of the dynamic viscosity as a quotient SI base unit kilogram divided + by the SI base unit metre and by the unit day. + LevelAndCategory: 1M + Name: kilogram per metre day + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N40 + Description: Unit of the dynamic viscosity as a quotient SI base unit kilogram divided + by the SI base unit metre and by the unit hour. + LevelAndCategory: 1M + Name: kilogram per metre hour + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N41 + Description: Unit of the dynamic viscosity as a quotient of the 0,001-fold of the + SI base unit kilogram divided by the 0,01-fold of the SI base unit metre and SI + base unit second. + LevelAndCategory: 1M + Name: gram per centimetre second + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: Q35 + Description: A unit of power defining the total amount of bulk energy transferred + or consumer per minute. + LevelAndCategory: 1M + Name: megawatts per minute + Quantity: Power flow rate + Sector: Mechanics +- CommonCode: '33' + Description: + LevelAndCategory: 1M + Name: kilopascal square metre per gram + Quantity: burst index + Sector: Miscellaneous +- CommonCode: '34' + Description: + LevelAndCategory: 1M + Name: kilopascal per millimetre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: '35' + Description: + LevelAndCategory: 1M + Name: millilitre per square centimetre second + Quantity: porosity + Sector: Miscellaneous +- CommonCode: H42 + Description: + LevelAndCategory: 1M + Name: pascal per metre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: H69 + Description: + LevelAndCategory: 1M + Name: picopascal per kilometre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: P80 + Description: 0,001-fold of the derived SI unit pascal divided by the SI base unit + metre. + LevelAndCategory: 1M + Name: millipascal per metre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: P81 + Description: 1000-fold of the derived SI unit pascal divided by the SI base unit + metre. + LevelAndCategory: 1M + Name: kilopascal per metre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: P82 + Description: 100-fold of the derived SI unit pascal divided by the SI base unit + metre. + LevelAndCategory: 1M + Name: hectopascal per metre + Quantity: hardness index + Sector: Miscellaneous +- CommonCode: P87 + Description: Unit of volume flow cubic meters by second related to the transmission + surface in square metres. + LevelAndCategory: 1M + Name: cubic metre per second square metre + Quantity: porosity + Sector: Miscellaneous +- CommonCode: P54 + Description: 0,001-fold of the derived SI unit gray divided by the SI base unit + second. + LevelAndCategory: 1M + Name: milligray per second + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P55 + Description: 0,000 001-fold of the derived SI unit gray divided by the SI base unit + second. + LevelAndCategory: 1M + Name: microgray per second + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P56 + Description: 0,000 000 001-fold of the derived SI unit gray divided by the SI base + unit second. + LevelAndCategory: 1M + Name: nanogray per second + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P57 + Description: SI derived unit gray divided by the unit minute. + LevelAndCategory: 1M + Name: gray per minute + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P58 + Description: 0,001-fold of the derived SI unit gray divided by the unit minute. + LevelAndCategory: 1M + Name: milligray per minute + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P59 + Description: 0,000 001-fold of the derived SI unit gray divided by the unit minute. + LevelAndCategory: 1M + Name: microgray per minute + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P60 + Description: 0,000 000 001-fold of the derived SI unit gray divided by the unit + minute. + LevelAndCategory: 1M + Name: nanogray per minute + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P61 + Description: SI derived unit gray divided by the unit hour. + LevelAndCategory: 1M + Name: gray per hour + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P62 + Description: 0,001-fold of the derived SI unit gray divided by the unit hour. + LevelAndCategory: 1M + Name: milligray per hour + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P63 + Description: 0,000 001-fold of the derived SI unit gray divided by the unit hour. + LevelAndCategory: 1M + Name: microgray per hour + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: P64 + Description: 0,000 000 001-fold of the derived SI unit gray divided by the unit + hour. + LevelAndCategory: 1M + Name: nanogray per hour + Quantity: absorbed dose rate + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: H09 + Description: + LevelAndCategory: 1M + Name: reciprocal year + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: H10 + Description: + LevelAndCategory: 1M + Name: reciprocal hour + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: H11 + Description: + LevelAndCategory: 1M + Name: reciprocal month + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: H85 + Description: + LevelAndCategory: 1M + Name: reciprocal week + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: M72 + Description: Logarithmic relationship to base 10. + LevelAndCategory: 1M + Name: bel + Quantity: level of a field quantity, level of a power quantity + Sector: Periodic and related phenomena +- CommonCode: B58 + Description: + LevelAndCategory: 1M + Name: litre per mole + Quantity: molar volume + Sector: Physical Chemistry and Molecular Physics +- CommonCode: H50 + Description: + LevelAndCategory: 1M + Name: reciprocal cubic centimetre + Quantity: volumic number of molecules (or particles), number density of molecules + (or particles), molecular concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: H68 + Description: + LevelAndCategory: 1M + Name: millimole per gram + Quantity: ionic strength + Sector: Physical Chemistry and Molecular Physics +- CommonCode: KAT + Description: A unit of catalytic activity defining the catalytic activity of enzymes + and other catalysts. + LevelAndCategory: 1M + Name: katal + Quantity: catalytic activity + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P47 + Description: 1000-fold of the SI base unit mol divided by the SI base unit kilogram. + LevelAndCategory: 1M + Name: kilomole per kilogram + Quantity: ionic strength + Sector: Physical Chemistry and Molecular Physics +- CommonCode: 2X + Description: + LevelAndCategory: 1M + Name: metre per minute + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: 4G + Description: + LevelAndCategory: 1M + Name: microlitre + Quantity: volume + Sector: Space and Time +- CommonCode: A44 + Description: + LevelAndCategory: 1M + Name: decalitre + Quantity: volume + Sector: Space and Time +- CommonCode: A45 + Description: + LevelAndCategory: 1M + Name: decametre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: C11 + Description: + LevelAndCategory: 1M + Name: milligal + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: DAA + Description: + LevelAndCategory: 1M + Name: decare + Quantity: area + Sector: Space and Time +- CommonCode: DLT + Description: + LevelAndCategory: 1M + Name: decilitre + Quantity: volume + Sector: Space and Time +- CommonCode: DMT + Description: + LevelAndCategory: 1M + Name: decimetre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: E96 + Description: + LevelAndCategory: 1M + Name: degree per second + Quantity: solid angle + Sector: Space and Time +- CommonCode: F50 + Description: + LevelAndCategory: 1M + Name: micrometre per kelvin + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: F51 + Description: + LevelAndCategory: 1M + Name: centimetre per kelvin + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: F52 + Description: + LevelAndCategory: 1M + Name: metre per kelvin + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: G04 + Description: + LevelAndCategory: 1M + Name: centimetre per bar + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: G05 + Description: + LevelAndCategory: 1M + Name: metre per bar + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: G06 + Description: + LevelAndCategory: 1M + Name: millimetre per bar + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: G26 + Description: + LevelAndCategory: 1M + Name: stere + Quantity: volume + Sector: Space and Time +- CommonCode: G27 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per kelvin + Quantity: volume per temperature + Sector: Space and Time +- CommonCode: G28 + Description: + LevelAndCategory: 1M + Name: litre per kelvin + Quantity: volume per temperature + Sector: Space and Time +- CommonCode: G29 + Description: + LevelAndCategory: 1M + Name: cubic metre per kelvin + Quantity: volume per temperature + Sector: Space and Time +- CommonCode: G30 + Description: + LevelAndCategory: 1M + Name: millilitre per kelvin + Quantity: volume per temperature + Sector: Space and Time +- CommonCode: G94 + Description: + LevelAndCategory: 1M + Name: cubic centimetre per bar + Quantity: volume + Sector: Space and Time +- CommonCode: G95 + Description: + LevelAndCategory: 1M + Name: litre per bar + Quantity: volume + Sector: Space and Time +- CommonCode: G96 + Description: + LevelAndCategory: 1M + Name: cubic metre per bar + Quantity: volume + Sector: Space and Time +- CommonCode: G97 + Description: + LevelAndCategory: 1M + Name: millilitre per bar + Quantity: volume + Sector: Space and Time +- CommonCode: H49 + Description: + LevelAndCategory: 1M + Name: centimetre per hour + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: H81 + Description: + LevelAndCategory: 1M + Name: millimetre per minute + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: H84 + Description: + LevelAndCategory: 1M + Name: gram millimetre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: HMT + Description: + LevelAndCategory: 1M + Name: hectometre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: K6 + Description: + LevelAndCategory: 1M + Name: kilolitre + Quantity: volume + Sector: Space and Time +- CommonCode: M38 + Description: 1000-fold of the SI base unit metre divided by the power of the SI + base unit second by exponent 2. + LevelAndCategory: 1M + Name: kilometre per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: M39 + Description: 0,01-fold of the SI base unit metre divided by the power of the SI + base unit second by exponent 2. + LevelAndCategory: 1M + Name: centimetre per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: M41 + Description: 0,001-fold of the SI base unit metre divided by the power of the SI + base unit second by exponent 2. + LevelAndCategory: 1M + Name: millimetre per second squared + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: M45 + Description: 360 part of a full circle divided by the power of the SI base unit + second and the exponent 2. + LevelAndCategory: 1M + Name: degree [unit of angle] per second squared + Quantity: angular acceleration + Sector: Space and Time +- CommonCode: M53 + Description: SI base unit metre divided by the derived SI unit pascal. + LevelAndCategory: 1M + Name: metre per pascal + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: MAL + Description: + LevelAndCategory: 1M + Name: megalitre + Quantity: volume + Sector: Space and Time +- CommonCode: DTN + Description: 'Synonym: centner, metric-100 kg; quintal, metric-100 kg' + LevelAndCategory: 1M,3.5 + Name: decitonne + Quantity: mass + Sector: Mechanics +- CommonCode: C32 + Description: + LevelAndCategory: 1S + Name: milliwatt per square metre + Quantity: sound intensity + Sector: Acoustics +- CommonCode: C76 + Description: + LevelAndCategory: 1S + Name: picowatt per square metre + Quantity: sound intensity + Sector: Acoustics +- CommonCode: D85 + Description: + LevelAndCategory: 1S + Name: microwatt per square metre + Quantity: sound intensity + Sector: Acoustics +- CommonCode: 2Q + Description: + LevelAndCategory: 1S + Name: kilobecquerel + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: 4N + Description: + LevelAndCategory: 1S + Name: megabecquerel + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: B25 + Description: + LevelAndCategory: 1S + Name: kilobecquerel per kilogram + Quantity: specific activity in a sample + Sector: Atomic and Nuclear Physics +- CommonCode: B67 + Description: + LevelAndCategory: 1S + Name: megabecquerel per kilogram + Quantity: specific activity in a sample + Sector: Atomic and Nuclear Physics +- CommonCode: 2Z + Description: + LevelAndCategory: 1S + Name: millivolt + Quantity: electric potential, potential difference, tension, voltage, electromotive + force + Sector: Electricity and Magnetism +- CommonCode: 4K + Description: + LevelAndCategory: 1S + Name: milliampere + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: 4O + Description: + LevelAndCategory: 1S + Name: microfarad + Quantity: capacitance + Sector: Electricity and Magnetism +- CommonCode: 4T + Description: + LevelAndCategory: 1S + Name: picofarad + Quantity: capacitance + Sector: Electricity and Magnetism +- CommonCode: A2 + Description: + LevelAndCategory: 1S + Name: ampere per centimetre + Quantity: linear electric current density, lineic electric current, magnetic field + strength + Sector: Electricity and Magnetism +- CommonCode: A28 + Description: + LevelAndCategory: 1S + Name: coulomb per cubic centimetre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: A3 + Description: + LevelAndCategory: 1S + Name: ampere per millimetre + Quantity: linear electric current density, lineic electric current, magnetic field + strength + Sector: Electricity and Magnetism +- CommonCode: A30 + Description: + LevelAndCategory: 1S + Name: coulomb per cubic millimetre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: A33 + Description: + LevelAndCategory: 1S + Name: coulomb per square centimetre + Quantity: surface density of charge, electric flux density, displacement electric + polarization + Sector: Electricity and Magnetism +- CommonCode: A35 + Description: + LevelAndCategory: 1S + Name: coulomb per square millimetre + Quantity: surface density of charge, electric flux density, displacement electric + polarization + Sector: Electricity and Magnetism +- CommonCode: A4 + Description: + LevelAndCategory: 1S + Name: ampere per square centimetre + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: A7 + Description: + LevelAndCategory: 1S + Name: ampere per square millimetre + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: A84 + Description: + LevelAndCategory: 1S + Name: gigacoulomb per cubic metre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: A87 + Description: + LevelAndCategory: 1S + Name: gigaohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: A88 + Description: + LevelAndCategory: 1S + Name: gigaohm metre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: B22 + Description: + LevelAndCategory: 1S + Name: kiloampere + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: B23 + Description: + LevelAndCategory: 1S + Name: kiloampere per square metre + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: B24 + Description: + LevelAndCategory: 1S + Name: kiloampere per metre + Quantity: linear electric current density, lineic electric current, magnetic field + strength + Sector: Electricity and Magnetism +- CommonCode: B26 + Description: + LevelAndCategory: 1S + Name: kilocoulomb + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: B27 + Description: + LevelAndCategory: 1S + Name: kilocoulomb per cubic metre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: B28 + Description: + LevelAndCategory: 1S + Name: kilocoulomb per square metre + Quantity: surface density of charge, electric flux density, displacement electric + polarization + Sector: Electricity and Magnetism +- CommonCode: B49 + Description: + LevelAndCategory: 1S + Name: kiloohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: B50 + Description: + LevelAndCategory: 1S + Name: kiloohm metre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: B53 + Description: + LevelAndCategory: 1S + Name: kilosiemens + Quantity: conductance (for direct current), admittance, (complex admittance), modulus + of admittance,(admittance), conductance (for alternating current) + Sector: Electricity and Magnetism +- CommonCode: B54 + Description: + LevelAndCategory: 1S + Name: kilosiemens per metre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: B55 + Description: + LevelAndCategory: 1S + Name: kilovolt per metre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: B56 + Description: + LevelAndCategory: 1S + Name: kiloweber per metre + Quantity: magnetic vector potential + Sector: Electricity and Magnetism +- CommonCode: B66 + Description: + LevelAndCategory: 1S + Name: megaampere per square metre + Quantity: current density + Sector: Electricity and Magnetism +- CommonCode: B69 + Description: + LevelAndCategory: 1S + Name: megacoulomb per cubic metre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: B70 + Description: + LevelAndCategory: 1S + Name: megacoulomb per square metre + Quantity: surface density of charge, electric flux density, displacement electric + polarization + Sector: Electricity and Magnetism +- CommonCode: B75 + Description: + LevelAndCategory: 1S + Name: megaohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: B76 + Description: + LevelAndCategory: 1S + Name: megaohm metre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: B77 + Description: + LevelAndCategory: 1S + Name: megasiemens per metre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: B78 + Description: + LevelAndCategory: 1S + Name: megavolt + Quantity: electric potential, potential difference, tension, voltage, electromotive + force + Sector: Electricity and Magnetism +- CommonCode: B79 + Description: + LevelAndCategory: 1S + Name: megavolt per metre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: B84 + Description: + LevelAndCategory: 1S + Name: microampere + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: B86 + Description: + LevelAndCategory: 1S + Name: microcoulomb + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: B87 + Description: + LevelAndCategory: 1S + Name: microcoulomb per cubic metre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: B88 + Description: + LevelAndCategory: 1S + Name: microcoulomb per square metre + Quantity: surface density of charge, electric flux density, displacement electric + polarization + Sector: Electricity and Magnetism +- CommonCode: B89 + Description: + LevelAndCategory: 1S + Name: microfarad per metre + Quantity: permittivity, permittivity of vacuum, (electric constant) + Sector: Electricity and Magnetism +- CommonCode: B90 + Description: + LevelAndCategory: 1S + Name: microhenry + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: B91 + Description: + LevelAndCategory: 1S + Name: microhenry per metre + Quantity: permeability, permeability of vacuum, magnetic constant + Sector: Electricity and Magnetism +- CommonCode: B94 + Description: + LevelAndCategory: 1S + Name: microohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: B95 + Description: + LevelAndCategory: 1S + Name: microohm metre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: B99 + Description: + LevelAndCategory: 1S + Name: microsiemens + Quantity: conductance (for direct current), admittance, (complex admittance), modulus + of admittance,(admittance), conductance (for alternating current) + Sector: Electricity and Magnetism +- CommonCode: C10 + Description: + LevelAndCategory: 1S + Name: millifarad + Quantity: capacitance + Sector: Electricity and Magnetism +- CommonCode: C14 + Description: + LevelAndCategory: 1S + Name: millihenry + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: C23 + Description: + LevelAndCategory: 1S + Name: milliohm metre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: C27 + Description: + LevelAndCategory: 1S + Name: millisiemens + Quantity: conductance (for direct current), admittance, (complex admittance), modulus + of admittance,(admittance), conductance (for alternating current) + Sector: Electricity and Magnetism +- CommonCode: C29 + Description: + LevelAndCategory: 1S + Name: millitesla + Quantity: magnetic flux density, magnetic induction, magnetic polarization + Sector: Electricity and Magnetism +- CommonCode: C3 + Description: + LevelAndCategory: 1S + Name: microvolt per metre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: C30 + Description: + LevelAndCategory: 1S + Name: millivolt per metre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: C33 + Description: + LevelAndCategory: 1S + Name: milliweber + Quantity: magnetic flux + Sector: Electricity and Magnetism +- CommonCode: C39 + Description: + LevelAndCategory: 1S + Name: nanoampere + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: C40 + Description: + LevelAndCategory: 1S + Name: nanocoulomb + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: C41 + Description: + LevelAndCategory: 1S + Name: nanofarad + Quantity: capacitance + Sector: Electricity and Magnetism +- CommonCode: C42 + Description: + LevelAndCategory: 1S + Name: nanofarad per metre + Quantity: permittivity, permittivity of vacuum, (electric constant) + Sector: Electricity and Magnetism +- CommonCode: C43 + Description: + LevelAndCategory: 1S + Name: nanohenry + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: C44 + Description: + LevelAndCategory: 1S + Name: nanohenry per metre + Quantity: permeability, permeability of vacuum, magnetic constant + Sector: Electricity and Magnetism +- CommonCode: C46 + Description: + LevelAndCategory: 1S + Name: nanoohm metre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: C48 + Description: + LevelAndCategory: 1S + Name: nanotesla + Quantity: magnetic flux density, magnetic induction, magnetic polarization + Sector: Electricity and Magnetism +- CommonCode: C49 + Description: + LevelAndCategory: 1S + Name: nanowatt + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: C60 + Description: + LevelAndCategory: 1S + Name: ohm centimetre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: C70 + Description: + LevelAndCategory: 1S + Name: picoampere + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: C71 + Description: + LevelAndCategory: 1S + Name: picocoulomb + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: C72 + Description: + LevelAndCategory: 1S + Name: picofarad per metre + Quantity: permittivity, permittivity of vacuum, (electric constant) + Sector: Electricity and Magnetism +- CommonCode: C73 + Description: + LevelAndCategory: 1S + Name: picohenry + Quantity: self inductance, mutual inductance, permeance + Sector: Electricity and Magnetism +- CommonCode: C75 + Description: + LevelAndCategory: 1S + Name: picowatt + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: D31 + Description: + LevelAndCategory: 1S + Name: terawatt + Quantity: power (for direct current), active power + Sector: Electricity and Magnetism +- CommonCode: D47 + Description: + LevelAndCategory: 1S + Name: volt per centimetre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: D51 + Description: + LevelAndCategory: 1S + Name: volt per millimetre + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: D60 + Description: + LevelAndCategory: 1S + Name: weber per millimetre + Quantity: magnetic vector potential + Sector: Electricity and Magnetism +- CommonCode: D77 + Description: + LevelAndCategory: 1S + Name: megacoulomb + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: D81 + Description: + LevelAndCategory: 1S + Name: microtesla + Quantity: magnetic flux density, magnetic induction, magnetic polarization + Sector: Electricity and Magnetism +- CommonCode: D82 + Description: + LevelAndCategory: 1S + Name: microvolt + Quantity: electric potential, potential difference, tension, voltage, electromotive + force + Sector: Electricity and Magnetism +- CommonCode: D86 + Description: + LevelAndCategory: 1S + Name: millicoulomb + Quantity: electric charge, quantity of electricity, electric flux (flux of displacement) + Sector: Electricity and Magnetism +- CommonCode: D88 + Description: + LevelAndCategory: 1S + Name: millicoulomb per cubic metre + Quantity: volume density of charge, charge density, volumic charge + Sector: Electricity and Magnetism +- CommonCode: D89 + Description: + LevelAndCategory: 1S + Name: millicoulomb per square metre + Quantity: surface density of charge, electric flux density, displacement electric + polarization + Sector: Electricity and Magnetism +- CommonCode: E45 + Description: + LevelAndCategory: 1S + Name: milliohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: H24 + Description: + LevelAndCategory: 1S + Name: volt per microsecond + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: H28 + Description: + LevelAndCategory: 1S + Name: microfarad per kilometre + Quantity: permittivity, permittivity of vacuum, (electric constant) + Sector: Electricity and Magnetism +- CommonCode: H33 + Description: + LevelAndCategory: 1S + Name: farad per kilometre + Quantity: permittivity, permittivity of vacuum, (electric constant) + Sector: Electricity and Magnetism +- CommonCode: H38 + Description: + LevelAndCategory: 1S + Name: megaampere + Quantity: electric current, magnetic potential difference, magnetomotive force,current + linkage + Sector: Electricity and Magnetism +- CommonCode: H43 + Description: + LevelAndCategory: 1S + Name: siemens per centimetre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: H44 + Description: + LevelAndCategory: 1S + Name: teraohm + Quantity: resistance (to direct current), impedance, (complex impedances), modulus + of impedance, resistance (to alternating current), reactance + Sector: Electricity and Magnetism +- CommonCode: H46 + Description: + LevelAndCategory: 1S + Name: volt per second + Quantity: electric field strength + Sector: Electricity and Magnetism +- CommonCode: H48 + Description: + LevelAndCategory: 1S + Name: attofarad + Quantity: capacitance + Sector: Electricity and Magnetism +- CommonCode: H61 + Description: + LevelAndCategory: 1S + Name: millisiemens per centimetre + Quantity: conductivity + Sector: Electricity and Magnetism +- CommonCode: H88 + Description: + LevelAndCategory: 1S + Name: megaohm kilometre + Quantity: resistivity + Sector: Electricity and Magnetism +- CommonCode: KVA + Description: + LevelAndCategory: 1S + Name: kilovolt - ampere + Quantity: apparent power + Sector: Electricity and Magnetism +- CommonCode: KVR + Description: + LevelAndCategory: 1S + Name: kilovar + Quantity: reactive power + Sector: Electricity and Magnetism +- CommonCode: KVT + Description: + LevelAndCategory: 1S + Name: kilovolt + Quantity: electric potential, potential difference, tension, voltage, electromotive + force + Sector: Electricity and Magnetism +- CommonCode: M30 + Description: + LevelAndCategory: 1S + Name: reciprocal volt - ampere reciprocal second + Quantity: coefficient, performance characteristic + Sector: Electricity and Magnetism +- CommonCode: M35 + Description: + LevelAndCategory: 1S + Name: millivolt - ampere + Quantity: apparent power + Sector: Electricity and Magnetism +- CommonCode: MVA + Description: + LevelAndCategory: 1S + Name: megavolt - ampere + Quantity: apparent power + Sector: Electricity and Magnetism +- CommonCode: B41 + Description: + LevelAndCategory: 1S + Name: kilojoule per kelvin + Quantity: heat capacity, entropy + Sector: Heat +- CommonCode: B42 + Description: + LevelAndCategory: 1S + Name: kilojoule per kilogram + Quantity: massic enthalpy, specific enthalpy + Sector: Heat +- CommonCode: B43 + Description: + LevelAndCategory: 1S + Name: kilojoule per kilogram kelvin + Quantity: 'specific heat capacity at: - constant pressure, -constant volume,- saturation' + Sector: Heat +- CommonCode: D95 + Description: + LevelAndCategory: 1S + Name: joule per gram + Quantity: massic thermodynamic energy + Sector: Heat +- CommonCode: J55 + Description: + LevelAndCategory: 1S + Name: watt second + Quantity: heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz + function, Helmholtz free energy + Sector: Heat +- CommonCode: JK + Description: + LevelAndCategory: 1S + Name: megajoule per kilogram + Quantity: specific thermodynamic energy + Sector: Heat +- CommonCode: N79 + Description: SI base unit kelvin divided by the derived SI unit pascal. + LevelAndCategory: 1S + Name: kelvin per pascal + Quantity: temperature + Sector: Heat +- CommonCode: Q31 + Description: + LevelAndCategory: 1S + Name: kilojoule per gram + Quantity: massic thermodynamic energy + Sector: Heat +- CommonCode: B59 + Description: + LevelAndCategory: 1S + Name: lumen hour + Quantity: quantity of light + Sector: Light and Related Electromagnetic Radiations +- CommonCode: B63 + Description: + LevelAndCategory: 1S + Name: lux hour + Quantity: light exposure + Sector: Light and Related Electromagnetic Radiations +- CommonCode: '23' + Description: + LevelAndCategory: 1S + Name: gram per cubic centimetre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: '74' + Description: + LevelAndCategory: 1S + Name: millipascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity, shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: 2J + Description: + LevelAndCategory: 1S + Name: cubic centimetre per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: 2U + Description: + LevelAndCategory: 1S + Name: megagram + Quantity: mass + Sector: Mechanics +- CommonCode: 3B + Description: + LevelAndCategory: 1S + Name: megajoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: A13 + Description: + LevelAndCategory: 1S + Name: attojoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: A68 + Description: + LevelAndCategory: 1S + Name: exajoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: A70 + Description: + LevelAndCategory: 1S + Name: femtojoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: A85 + Description: + LevelAndCategory: 1S + Name: gigaelectronvolt + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: A89 + Description: + LevelAndCategory: 1S + Name: gigapascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: A90 + Description: + LevelAndCategory: 1S + Name: gigawatt + Quantity: power + Sector: Mechanics +- CommonCode: A97 + Description: + LevelAndCategory: 1S + Name: hectopascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: B29 + Description: + LevelAndCategory: 1S + Name: kiloelectronvolt + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: B34 + Description: + LevelAndCategory: 1S + Name: kilogram per cubic decimetre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: B35 + Description: + LevelAndCategory: 1S + Name: kilogram per litre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: B47 + Description: + LevelAndCategory: 1S + Name: kilonewton + Quantity: force, weight + Sector: Mechanics +- CommonCode: B48 + Description: + LevelAndCategory: 1S + Name: kilonewton metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: B71 + Description: + LevelAndCategory: 1S + Name: megaelectronvolt + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: B72 + Description: + LevelAndCategory: 1S + Name: megagram per cubic metre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: B73 + Description: + LevelAndCategory: 1S + Name: meganewton + Quantity: force, weight + Sector: Mechanics +- CommonCode: B74 + Description: + LevelAndCategory: 1S + Name: meganewton metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: B85 + Description: + LevelAndCategory: 1S + Name: microbar + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: B92 + Description: + LevelAndCategory: 1S + Name: micronewton + Quantity: force, weight + Sector: Mechanics +- CommonCode: B93 + Description: + LevelAndCategory: 1S + Name: micronewton metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: B96 + Description: + LevelAndCategory: 1S + Name: micropascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: C12 + Description: + LevelAndCategory: 1S + Name: milligram per metre + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: C15 + Description: + LevelAndCategory: 1S + Name: millijoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: C17 + Description: + LevelAndCategory: 1S + Name: millimetre squared per second + Quantity: kinematic viscosity + Sector: Mechanics +- CommonCode: C20 + Description: + LevelAndCategory: 1S + Name: millinewton + Quantity: force, weight + Sector: Mechanics +- CommonCode: C22 + Description: + LevelAndCategory: 1S + Name: millinewton per metre + Quantity: surface tension + Sector: Mechanics +- CommonCode: C24 + Description: + LevelAndCategory: 1S + Name: millipascal second + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: C31 + Description: + LevelAndCategory: 1S + Name: milliwatt + Quantity: power + Sector: Mechanics +- CommonCode: C55 + Description: + LevelAndCategory: 1S + Name: newton per square metre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: C56 + Description: + LevelAndCategory: 1S + Name: newton per square millimetre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: C68 + Description: + LevelAndCategory: 1S + Name: petajoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: D30 + Description: + LevelAndCategory: 1S + Name: terajoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: D32 + Description: + LevelAndCategory: 1S + Name: terawatt hour + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: D41 + Description: + LevelAndCategory: 1S + Name: tonne per cubic metre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: D80 + Description: + LevelAndCategory: 1S + Name: microwatt + Quantity: power + Sector: Mechanics +- CommonCode: D83 + Description: + LevelAndCategory: 1S + Name: millinewton metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: DN + Description: + LevelAndCategory: 1S + Name: decinewton metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: E92 + Description: + LevelAndCategory: 1S + Name: cubic decimetre per hour + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: E93 + Description: + LevelAndCategory: 1S + Name: kilogram per hour + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: GJ + Description: + LevelAndCategory: 1S + Name: gram per millilitre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: GL + Description: + LevelAndCategory: 1S + Name: gram per litre + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: GRM + Description: + LevelAndCategory: 1S + Name: gram + Quantity: mass + Sector: Mechanics +- CommonCode: GV + Description: + LevelAndCategory: 1S + Name: gigajoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: GWH + Description: + LevelAndCategory: 1S + Name: gigawatt hour + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: H63 + Description: + LevelAndCategory: 1S + Name: milligram per square centimetre + Quantity: surface density, areic mass + Sector: Mechanics +- CommonCode: H64 + Description: + LevelAndCategory: 1S + Name: milligram per gram + Quantity: density, mass density, volumic mass + Sector: Mechanics +- CommonCode: J33 + Description: + LevelAndCategory: 1S + Name: microgram per kilogram + Quantity: mass ratio + Sector: Mechanics +- CommonCode: J72 + Description: + LevelAndCategory: 1S + Name: centinewton metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: J90 + Description: + LevelAndCategory: 1S + Name: cubic decimetre per day + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J92 + Description: + LevelAndCategory: 1S + Name: cubic decimetre per minute + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: J93 + Description: + LevelAndCategory: 1S + Name: cubic decimetre per second + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: KJO + Description: + LevelAndCategory: 1S + Name: kilojoule + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: KNM + Description: Pressure expressed in kN/m2. + LevelAndCategory: 1S + Name: kilonewton per square metre + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: KPA + Description: + LevelAndCategory: 1S + Name: kilopascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: KWH + Description: + LevelAndCategory: 1S + Name: kilowatt hour + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: KWT + Description: + LevelAndCategory: 1S + Name: kilowatt + Quantity: power + Sector: Mechanics +- CommonCode: L32 + Description: + LevelAndCategory: 1S + Name: nanogram per kilogram + Quantity: mass ratio + Sector: Mechanics +- CommonCode: M29 + Description: + LevelAndCategory: 1S + Name: kilogram per kilogram + Quantity: mass ratio + Sector: Mechanics +- CommonCode: M31 + Description: + LevelAndCategory: 1S + Name: kilogram per kilometre + Quantity: linear density, linear mass + Sector: Mechanics +- CommonCode: M34 + Description: + LevelAndCategory: 1S + Name: newton metre per square metre + Quantity: torsional stiffness, area-related torsional moment + Sector: Mechanics +- CommonCode: M87 + Description: SI base unit kilogram divided by the product of the SI base unit second + and the derived SI unit pascal. + LevelAndCategory: 1S + Name: kilogram per second pascal + Quantity: mass flow rate + Sector: Mechanics +- CommonCode: M94 + Description: Unit of imbalance as a product of the SI base unit kilogram and the + SI base unit metre. + LevelAndCategory: 1S + Name: kilogram metre + Quantity: moment of force, moment of a couple, torque + Sector: Mechanics +- CommonCode: MAW + Description: A unit of power defining the rate of energy transferred or consumed + when a current of 1000 amperes flows due to a potential of 1000 volts at unity + power factor. + LevelAndCategory: 1S + Name: megawatt + Quantity: power + Sector: Mechanics +- CommonCode: MBR + Description: + LevelAndCategory: 1S + Name: millibar + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: MC + Description: + LevelAndCategory: 1S + Name: microgram + Quantity: mass + Sector: Mechanics +- CommonCode: MGM + Description: + LevelAndCategory: 1S + Name: milligram + Quantity: mass + Sector: Mechanics +- CommonCode: MPA + Description: + LevelAndCategory: 1S + Name: megapascal + Quantity: pressure, normal stress, shear stress, modulus of elasticity,shear modulus, + modulus of rigidity, bulk modulus, modulus of compression + Sector: Mechanics +- CommonCode: MWH + Description: A unit of power defining the total amount of bulk energy transferred + or consumed. + LevelAndCategory: 1S + Name: megawatt hour (1000-kW.h) + Quantity: work, energy, potential energy, kinetic energy + Sector: Mechanics +- CommonCode: N36 + Description: Unit of the dynamic viscosity as a product of unit of the pressure + (newton by square metre) multiplied with the SI base unit second. + LevelAndCategory: 1S + Name: newton second per square metre + Quantity: viscosity (dynamic viscosity) + Sector: Mechanics +- CommonCode: N45 + Description: Power of the SI base unit meter by exponent 3 divided by the product + of the SI base unit second and the derived SI base unit pascal. + LevelAndCategory: 1S + Name: cubic metre per second pascal + Quantity: volume flow rate + Sector: Mechanics +- CommonCode: NA + Description: + LevelAndCategory: 1S + Name: milligram per kilogram + Quantity: mass ratio + Sector: Mechanics +- CommonCode: Q29 + Description: Microgram per hectogram. + LevelAndCategory: 1S + Name: microgram per hectogram + Quantity: mass ratio + Sector: Mechanics +- CommonCode: TNE + Description: 'Synonym: metric ton' + LevelAndCategory: 1S + Name: tonne (metric ton) + Quantity: mass + Sector: Mechanics +- CommonCode: C13 + Description: + LevelAndCategory: 1S + Name: milligray + Quantity: specific energy imparted, massic energy imparted + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: C28 + Description: + LevelAndCategory: 1S + Name: millisievert + Quantity: dose equivalent + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: C8 + Description: + LevelAndCategory: 1S + Name: millicoulomb per kilogram + Quantity: exposure + Sector: Nuclear Reactions and Ionizing Radiations +- CommonCode: A86 + Description: + LevelAndCategory: 1S + Name: gigahertz + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: C94 + Description: + LevelAndCategory: 1S + Name: reciprocal minute + Quantity: rotational frequency + Sector: Periodic and related phenomena +- CommonCode: D29 + Description: + LevelAndCategory: 1S + Name: terahertz + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: KHZ + Description: + LevelAndCategory: 1S + Name: kilohertz + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: MHZ + Description: + LevelAndCategory: 1S + Name: megahertz + Quantity: frequency + Sector: Periodic and related phenomena +- CommonCode: A36 + Description: + LevelAndCategory: 1S + Name: cubic centimetre per mole + Quantity: molar volume + Sector: Physical Chemistry and Molecular Physics +- CommonCode: A37 + Description: + LevelAndCategory: 1S + Name: cubic decimetre per mole + Quantity: molar volume + Sector: Physical Chemistry and Molecular Physics +- CommonCode: A94 + Description: + LevelAndCategory: 1S + Name: gram per mole + Quantity: molar mass + Sector: Physical Chemistry and Molecular Physics +- CommonCode: B44 + Description: + LevelAndCategory: 1S + Name: kilojoule per mole + Quantity: molar thermodynamic energy + Sector: Physical Chemistry and Molecular Physics +- CommonCode: B45 + Description: + LevelAndCategory: 1S + Name: kilomole + Quantity: amount of substance + Sector: Physical Chemistry and Molecular Physics +- CommonCode: B46 + Description: + LevelAndCategory: 1S + Name: kilomole per cubic metre + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C18 + Description: + LevelAndCategory: 1S + Name: millimole + Quantity: amount of substance + Sector: Physical Chemistry and Molecular Physics +- CommonCode: C35 + Description: + LevelAndCategory: 1S + Name: mole per cubic decimetre + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: D87 + Description: + LevelAndCategory: 1S + Name: millimole per kilogram + Quantity: ionic strength + Sector: Physical Chemistry and Molecular Physics +- CommonCode: E94 + Description: + LevelAndCategory: 1S + Name: kilomole per second + Quantity: catalytic activity + Sector: Physical Chemistry and Molecular Physics +- CommonCode: E95 + Description: + LevelAndCategory: 1S + Name: mole per second + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: FH + Description: + LevelAndCategory: 1S + Name: micromole + Quantity: amount of substance + Sector: Physical Chemistry and Molecular Physics +- CommonCode: K58 + Description: + LevelAndCategory: 1S + Name: kilomole per hour + Quantity: molar flux + Sector: Physical Chemistry and Molecular Physics +- CommonCode: K61 + Description: + LevelAndCategory: 1S + Name: kilomole per minute + Quantity: molar flux + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L20 + Description: + LevelAndCategory: 1S + Name: reciprocal cubic millimetre + Quantity: volumic number of molecules (or particles), number density of molecules + (or particles), molecular concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L23 + Description: + LevelAndCategory: 1S + Name: mole per hour + Quantity: molar flux + Sector: Physical Chemistry and Molecular Physics +- CommonCode: L30 + Description: + LevelAndCategory: 1S + Name: mole per minute + Quantity: molar flux + Sector: Physical Chemistry and Molecular Physics +- CommonCode: M33 + Description: + LevelAndCategory: 1S + Name: millimole per litre + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P49 + Description: Product of the derived SI unit newton and the power of SI base unit + metre with exponent 2 divided by the SI base unit ampere. + LevelAndCategory: 1S + Name: newton square metre per ampere + Quantity: magnetic dipole moment + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P50 + Description: Product of the derived SI unit weber and SI base unit metre. + LevelAndCategory: 1S + Name: weber metre + Quantity: magnetic dipole moment + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P51 + Description: SI base unit mol divided by the product of the SI base unit kilogram + and the derived SI unit pascal. + LevelAndCategory: 1S + Name: mol per kilogram pascal + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: P52 + Description: SI base unit mol divided by the product of the power from the SI base + unit metre with exponent 3 and the derived SI unit pascal. + LevelAndCategory: 1S + Name: mol per cubic metre pascal + Quantity: volumic mass, mass density, density, mass concentration of B, amount of + substance, concentration of B + Sector: Physical Chemistry and Molecular Physics +- CommonCode: D49 + Description: + LevelAndCategory: 1S + Name: millivolt per kelvin + Quantity: Thompson coefficient + Sector: Solid State Physics +- CommonCode: 2M + Description: + LevelAndCategory: 1S + Name: centimetre per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: 4H + Description: + LevelAndCategory: 1S + Name: micrometre (micron) + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: A71 + Description: + LevelAndCategory: 1S + Name: femtometre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: A76 + Description: + LevelAndCategory: 1S + Name: gal + Quantity: acceleration, acceleration of free fall, acceleration due to gravity + Sector: Space and Time +- CommonCode: B52 + Description: + LevelAndCategory: 1S + Name: kilosecond + Quantity: time + Sector: Space and Time +- CommonCode: B97 + Description: + LevelAndCategory: 1S + Name: microradian + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: B98 + Description: + LevelAndCategory: 1S + Name: microsecond + Quantity: time + Sector: Space and Time +- CommonCode: C16 + Description: + LevelAndCategory: 1S + Name: millimetre per second + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: C25 + Description: + LevelAndCategory: 1S + Name: milliradian + Quantity: angle (plane) + Sector: Space and Time +- CommonCode: C26 + Description: + LevelAndCategory: 1S + Name: millisecond + Quantity: time + Sector: Space and Time +- CommonCode: C45 + Description: + LevelAndCategory: 1S + Name: nanometre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: C47 + Description: + LevelAndCategory: 1S + Name: nanosecond + Quantity: time + Sector: Space and Time +- CommonCode: C52 + Description: + LevelAndCategory: 1S + Name: picometre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: CLT + Description: + LevelAndCategory: 1S + Name: centilitre + Quantity: volume + Sector: Space and Time +- CommonCode: CMK + Description: + LevelAndCategory: 1S + Name: square centimetre + Quantity: area + Sector: Space and Time +- CommonCode: CMQ + Description: + LevelAndCategory: 1S + Name: cubic centimetre + Quantity: volume + Sector: Space and Time +- CommonCode: DMA + Description: + LevelAndCategory: 1S + Name: cubic decametre + Quantity: volume + Sector: Space and Time +- CommonCode: DMK + Description: + LevelAndCategory: 1S + Name: square decimetre + Quantity: area + Sector: Space and Time +- CommonCode: DMQ + Description: + LevelAndCategory: 1S + Name: cubic decimetre + Quantity: volume + Sector: Space and Time +- CommonCode: H16 + Description: 'Synonym: are' + LevelAndCategory: 1S + Name: square decametre + Quantity: area + Sector: Space and Time +- CommonCode: H18 + Description: Synonym:-hectare + LevelAndCategory: 1S + Name: square hectometre + Quantity: area + Sector: Space and Time +- CommonCode: H19 + Description: + LevelAndCategory: 1S + Name: cubic hectometre + Quantity: volume + Sector: Space and Time +- CommonCode: H20 + Description: + LevelAndCategory: 1S + Name: cubic kilometre + Quantity: volume + Sector: Space and Time +- CommonCode: H30 + Description: + LevelAndCategory: 1S + Name: square micrometre (square micron) + Quantity: area + Sector: Space and Time +- CommonCode: HLT + Description: + LevelAndCategory: 1S + Name: hectolitre + Quantity: volume + Sector: Space and Time +- CommonCode: J36 + Description: + LevelAndCategory: 1S + Name: microlitre per litre + Quantity: volume ratio + Sector: Space and Time +- CommonCode: J87 + Description: + LevelAndCategory: 1S + Name: cubic centimetre per cubic metre + Quantity: volume ratio + Sector: Space and Time +- CommonCode: J91 + Description: + LevelAndCategory: 1S + Name: cubic decimetre per cubic metre + Quantity: volume ratio + Sector: Space and Time +- CommonCode: K62 + Description: + LevelAndCategory: 1S + Name: litre per litre + Quantity: volume ratio + Sector: Space and Time +- CommonCode: KMH + Description: + LevelAndCategory: 1S + Name: kilometre per hour + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: KMK + Description: + LevelAndCategory: 1S + Name: square kilometre + Quantity: area + Sector: Space and Time +- CommonCode: KMT + Description: + LevelAndCategory: 1S + Name: kilometre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: L19 + Description: + LevelAndCategory: 1S + Name: millilitre per litre + Quantity: volume ratio + Sector: Space and Time +- CommonCode: L21 + Description: + LevelAndCategory: 1S + Name: cubic millimetre per cubic metre + Quantity: volume ratio + Sector: Space and Time +- CommonCode: M55 + Description: Unit of the translation factor for implementation from rotation to + linear movement. + LevelAndCategory: 1S + Name: metre per radiant + Quantity: solid angle + Sector: Space and Time +- CommonCode: M59 + Description: SI base unit meter divided by the product of SI base unit second and + the derived SI unit pascal. + LevelAndCategory: 1S + Name: metre per second pascal + Quantity: velocity, phase velocity, group velocity + Sector: Space and Time +- CommonCode: M71 + Description: Power of the SI base unit meter by exponent 3 divided by the derived + SI base unit pascal. + LevelAndCategory: 1S + Name: cubic metre per pascal + Quantity: volume + Sector: Space and Time +- CommonCode: MLT + Description: + LevelAndCategory: 1S + Name: millilitre + Quantity: volume + Sector: Space and Time +- CommonCode: MMK + Description: + LevelAndCategory: 1S + Name: square millimetre + Quantity: area + Sector: Space and Time +- CommonCode: MMQ + Description: + LevelAndCategory: 1S + Name: cubic millimetre + Quantity: volume + Sector: Space and Time +- CommonCode: MMT + Description: + LevelAndCategory: 1S + Name: millimetre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: Q32 + Description: + LevelAndCategory: 1S + Name: femtolitre + Quantity: volume + Sector: Space and Time +- CommonCode: Q33 + Description: + LevelAndCategory: 1S + Name: picolitre + Quantity: volume + Sector: Space and Time +- CommonCode: Q34 + Description: + LevelAndCategory: 1S + Name: nanolitre + Quantity: volume + Sector: Space and Time +- CommonCode: CMT + Description: + LevelAndCategory: 1S,3.5 + Name: centimetre + Quantity: length, breadth, height, thickness, radius, radius of curvature, cartesian + coordinates, diameter, length of path, distance + Sector: Space and Time +- CommonCode: 2R + Description: + LevelAndCategory: 2S + Name: kilocurie + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: M5 + Description: + LevelAndCategory: 2S + Name: microcurie + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: MCU + Description: + LevelAndCategory: 2S + Name: millicurie + Quantity: activity + Sector: Atomic and Nuclear Physics +- CommonCode: '24' + Description: A unit of mass defining the expected mass of material expressed as + the number of pounds. + LevelAndCategory: '3.1' + Name: theoretical pound + Quantity: + Sector: +- CommonCode: '27' + Description: A unit of mass defining the expected mass of material, expressed as + the number of tons. + LevelAndCategory: '3.1' + Name: theoretical ton + Quantity: + Sector: +- CommonCode: '58' + Description: A unit of mass defining the total number of kilograms after deductions. + LevelAndCategory: '3.1' + Name: net kilogram + Quantity: + Sector: +- CommonCode: 2G + Description: A unit of electric potential in relation to alternating current (AC). + LevelAndCategory: '3.1' + Name: volt AC + Quantity: + Sector: +- CommonCode: 2H + Description: A unit of electric potential in relation to direct current (DC). + LevelAndCategory: '3.1' + Name: volt DC + Quantity: + Sector: +- CommonCode: B3 + Description: A unit of mass defining the number of pounds of wadded fibre. + LevelAndCategory: '3.1' + Name: batting pound + Quantity: + Sector: +- CommonCode: B82 + Description: A unit of length defining the number of inches per linear foot. + LevelAndCategory: '3.1' + Name: inch per linear foot + Quantity: + Sector: +- CommonCode: BPM + Description: The number of beats per minute. + LevelAndCategory: '3.1' + Name: beats per minute + Quantity: + Sector: +- CommonCode: C79 + Description: A unit of accumulated energy of 1000 volt amperes over a period of + one hour. + LevelAndCategory: '3.1' + Name: kilovolt ampere hour + Quantity: + Sector: +- CommonCode: CTG + Description: A unit of mass defining the number of grams of a named item in a product. + LevelAndCategory: '3.1' + Name: content gram + Quantity: + Sector: +- CommonCode: CTN + Description: A unit of mass defining the number of metric tons of a named item in + a product. + LevelAndCategory: '3.1' + Name: content ton (metric) + Quantity: + Sector: +- CommonCode: D03 + Description: A unit of accumulated energy of a thousand watts over a period of one + hour. + LevelAndCategory: '3.1' + Name: kilowatt hour per hour + Quantity: + Sector: +- CommonCode: D78 + Description: A unit of accumulated energy equal to one million joules per second. + LevelAndCategory: '3.1' + Name: megajoule per second + Quantity: + Sector: +- CommonCode: DB + Description: A unit of mass defining the number of pounds of a product, disregarding + the water content of the product. + LevelAndCategory: '3.1' + Name: dry pound + Quantity: + Sector: +- CommonCode: DMO + Description: A unit of volume defining the number of kilolitres of a product at + a temperature of 15 degrees Celsius, especially in relation to hydrocarbon oils. + LevelAndCategory: '3.1' + Name: standard kilolitre + Quantity: + Sector: +- CommonCode: DT + Description: A unit of mass defining the number of tons of a product, disregarding + the water content of the product. + LevelAndCategory: '3.1' + Name: dry ton + Quantity: + Sector: +- CommonCode: E07 + Description: A unit of accumulated energy of a million watts over a period of one + hour. + LevelAndCategory: '3.1' + Name: megawatt hour per hour + Quantity: + Sector: +- CommonCode: E08 + Description: A unit of energy expressed as the load change in million watts that + will cause a frequency shift of one hertz. + LevelAndCategory: '3.1' + Name: megawatt per hertz + Quantity: + Sector: +- CommonCode: E16 + Description: A unit of power equal to one million British thermal units per hour. + LevelAndCategory: '3.1' + Name: million Btu(IT) per hour + Quantity: + Sector: +- CommonCode: E17 + Description: A unit of volume equal to one cubic foot passing a given point in a + period of one second. + LevelAndCategory: '3.1' + Name: cubic foot per second + Quantity: + Sector: +- CommonCode: E19 + Description: A unit of area equal to 3.3 square metres. + LevelAndCategory: '3.1' + Name: ping + Quantity: + Sector: +- CommonCode: E28 + Description: A unit of mass defining the number of tons of a product, disregarding + the water content of the product. + LevelAndCategory: '3.1' + Name: air dry ton + Quantity: + Sector: +- CommonCode: E31 + Description: A unit of count defining the number of square metres per litre. + LevelAndCategory: '3.1' + Name: square metre per litre + Quantity: + Sector: +- CommonCode: E32 + Description: A unit of count defining the number of litres per hour. + LevelAndCategory: '3.1' + Name: litre per hour + Quantity: + Sector: +- CommonCode: E33 + Description: A unit of count defining the number of feet per thousand units. + LevelAndCategory: '3.1' + Name: foot per thousand + Quantity: + Sector: +- CommonCode: E4 + Description: A unit of mass defining the total number of kilograms before deductions. + LevelAndCategory: '3.1' + Name: gross kilogram + Quantity: + Sector: +- CommonCode: E46 + Description: A unit of energy consumption expressed as kilowatt hour per cubic metre. + LevelAndCategory: '3.1' + Name: kilowatt hour per cubic metre + Quantity: + Sector: +- CommonCode: E47 + Description: A unit of energy consumption expressed as kilowatt hour per kelvin. + LevelAndCategory: '3.1' + Name: kilowatt hour per kelvin + Quantity: + Sector: +- CommonCode: E90 + Description: + LevelAndCategory: '3.1' + Name: reciprocal centimetre + Quantity: + Sector: +- CommonCode: E91 + Description: + LevelAndCategory: '3.1' + Name: reciprocal day + Quantity: + Sector: +- CommonCode: EQ + Description: A unit of volume defining the number of gallons of product produced + from concentrate. + LevelAndCategory: '3.1' + Name: equivalent gallon + Quantity: + Sector: +- CommonCode: FBM + Description: A unit of length defining the number of metres of individual fibre. + LevelAndCategory: '3.1' + Name: fibre metre + Quantity: + Sector: +- CommonCode: FL + Description: 'A unit of mass defining the number of tons of a flaked substance (flake: + a small flattish fragment).' + LevelAndCategory: '3.1' + Name: flake ton + Quantity: + Sector: +- CommonCode: GDW + Description: A unit of mass defining the number of grams of a product, disregarding + the water content of the product. + LevelAndCategory: '3.1' + Name: gram, dry weight + Quantity: + Sector: +- CommonCode: GFI + Description: 'A unit of mass defining the number of grams of a fissile isotope (fissile + isotope: an isotope whose nucleus is able to be split when irradiated with low + energy neutrons).' + LevelAndCategory: '3.1' + Name: gram of fissile isotope + Quantity: + Sector: +- CommonCode: GIC + Description: A unit of mass defining the number of grams of a product, including + its container. + LevelAndCategory: '3.1' + Name: gram, including container + Quantity: + Sector: +- CommonCode: GIP + Description: A unit of mass defining the number of grams of a product, including + its inner packaging materials. + LevelAndCategory: '3.1' + Name: gram, including inner packaging + Quantity: + Sector: +- CommonCode: HDW + Description: A unit of mass defining the number of hundred kilograms of a product, + disregarding the water content of the product. + LevelAndCategory: '3.1' + Name: hundred kilogram, dry weight + Quantity: + Sector: +- CommonCode: HKM + Description: A unit of mass defining the number of hundred kilograms of a product, + after deductions. + LevelAndCategory: '3.1' + Name: hundred kilogram, net mass + Quantity: + Sector: +- CommonCode: HPA + Description: A unit of volume equal to one hundred litres of pure alcohol. + LevelAndCategory: '3.1' + Name: hectolitre of pure alcohol + Quantity: + Sector: +- CommonCode: JPS + Description: A unit of count defining the number of 100 metre lengths. + LevelAndCategory: '3.1' + Name: hundred metre + Quantity: + Sector: +- CommonCode: KCC + Description: A unit of mass equal to one thousand grams of choline chloride. + LevelAndCategory: '3.1' + Name: kilogram of choline chloride + Quantity: + Sector: +- CommonCode: KDW + Description: A unit of mass defining the net number of kilograms of a product, disregarding + the liquid content of the product. + LevelAndCategory: '3.1' + Name: kilogram drained net weight + Quantity: + Sector: +- CommonCode: KHY + Description: A unit of mass equal to one thousand grams of hydrogen peroxide. + LevelAndCategory: '3.1' + Name: kilogram of hydrogen peroxide + Quantity: + Sector: +- CommonCode: KI + Description: + LevelAndCategory: '3.1' + Name: kilogram per millimetre width + Quantity: + Sector: +- CommonCode: KIC + Description: A unit of mass defining the number of kilograms of a product, including + its container. + LevelAndCategory: '3.1' + Name: kilogram, including container + Quantity: + Sector: +- CommonCode: KIP + Description: A unit of mass defining the number of kilograms of a product, including + its inner packaging materials. + LevelAndCategory: '3.1' + Name: kilogram, including inner packaging + Quantity: + Sector: +- CommonCode: KMA + Description: A unit of mass equal to one thousand grams of methylamine. + LevelAndCategory: '3.1' + Name: kilogram of methylamine + Quantity: + Sector: +- CommonCode: KNI + Description: A unit of mass equal to one thousand grams of nitrogen. + LevelAndCategory: '3.1' + Name: kilogram of nitrogen + Quantity: + Sector: +- CommonCode: KNS + Description: A unit of mass equal to one kilogram of a named substance. + LevelAndCategory: '3.1' + Name: kilogram named substance + Quantity: + Sector: +- CommonCode: KPH + Description: A unit of mass equal to one thousand grams of potassium hydroxide (caustic + potash). + LevelAndCategory: '3.1' + Name: kilogram of potassium hydroxide (caustic potash) + Quantity: + Sector: +- CommonCode: KPO + Description: A unit of mass equal to one thousand grams of potassium oxide. + LevelAndCategory: '3.1' + Name: kilogram of potassium oxide + Quantity: + Sector: +- CommonCode: KPP + Description: A unit of mass equal to one thousand grams of phosphorus pentoxide + phosphoric anhydride. + LevelAndCategory: '3.1' + Name: kilogram of phosphorus pentoxide (phosphoric anhydride) + Quantity: + Sector: +- CommonCode: KSD + Description: A unit of mass equal to one thousand grams of a named substance that + is 90% dry. + LevelAndCategory: '3.1' + Name: kilogram of substance 90 % dry + Quantity: + Sector: +- CommonCode: KSH + Description: A unit of mass equal to one thousand grams of sodium hydroxide (caustic + soda). + LevelAndCategory: '3.1' + Name: kilogram of sodium hydroxide (caustic soda) + Quantity: + Sector: +- CommonCode: KUR + Description: A unit of mass equal to one thousand grams of uranium. + LevelAndCategory: '3.1' + Name: kilogram of uranium + Quantity: + Sector: +- CommonCode: KWO + Description: A unit of mass equal to one thousand grams of tungsten trioxide. + LevelAndCategory: '3.1' + Name: kilogram of tungsten trioxide + Quantity: + Sector: +- CommonCode: LF + Description: A unit of count defining the number of feet (12-inch) in length of + a uniform width object. + LevelAndCategory: '3.1' + Name: linear foot + Quantity: + Sector: +- CommonCode: LH + Description: A unit of time defining the number of labour hours. + LevelAndCategory: '3.1' + Name: labour hour + Quantity: + Sector: +- CommonCode: LM + Description: A unit of count defining the number of metres in length of a uniform + width object. + LevelAndCategory: '3.1' + Name: linear metre + Quantity: + Sector: +- CommonCode: LP + Description: A unit of mass defining the number of pounds of a liquid substance. + LevelAndCategory: '3.1' + Name: liquid pound + Quantity: + Sector: +- CommonCode: LPA + Description: A unit of volume equal to one litre of pure alcohol. + LevelAndCategory: '3.1' + Name: litre of pure alcohol + Quantity: + Sector: +- CommonCode: LUB + Description: A unit of mass defining the number of metric tons of lubricating oil. + LevelAndCategory: '3.1' + Name: metric ton, lubricating oil + Quantity: + Sector: +- CommonCode: LY + Description: A unit of count defining the number of 36-inch units in length of a + uniform width object. + LevelAndCategory: '3.1' + Name: linear yard + Quantity: + Sector: +- CommonCode: MAH + Description: A unit of electrical reactive power defining the total amount of reactive + power across a power system. + LevelAndCategory: '3.1' + Name: megavolt ampere reactive hour + Quantity: + Sector: +- CommonCode: MD + Description: A unit of count defining the number of metric tons of a product, disregarding + the water content of the product. + LevelAndCategory: '3.1' + Name: air dry metric ton + Quantity: + Sector: +- CommonCode: MND + Description: A unit of mass defining the number of kilograms of a product, disregarding + the water content of the product. + LevelAndCategory: '3.1' + Name: kilogram, dry weight + Quantity: + Sector: +- CommonCode: ODE + Description: A unit of mass defining the ozone depletion potential in kilograms + of a product relative to the calculated depletion for the reference substance, + Trichlorofluoromethane (CFC-11). + LevelAndCategory: '3.1' + Name: ozone depletion equivalent + Quantity: + Sector: +- CommonCode: ODG + Description: A unit of measure calculated by multiplying the mass of the substance + in grams and the ozone-depleting potential for the substance. + LevelAndCategory: '3.1' + Name: ODS Grams + Quantity: + Sector: +- CommonCode: ODK + Description: A unit of measure calculated by multiplying the mass of the substance + in kilograms and the ozone-depleting potential for the substance. + LevelAndCategory: '3.1' + Name: ODS Kilograms + Quantity: + Sector: +- CommonCode: ODM + Description: A unit of measure calculated by multiplying the mass of the substance + in milligrams and the ozone-depleting potential for the substance. + LevelAndCategory: '3.1' + Name: ODS Milligrams + Quantity: + Sector: +- CommonCode: OT + Description: A unit of time defining the number of overtime hours. + LevelAndCategory: '3.1' + Name: overtime hour + Quantity: + Sector: +- CommonCode: PFL + Description: A unit of volume equal to one litre of proof spirits, or the alcohol + equivalent thereof. Used for measuring the strength of distilled alcoholic liquors, + expressed as a percentage of the alcohol content of a standard mixture at a specific + temperature. + LevelAndCategory: '3.1' + Name: proof litre + Quantity: + Sector: +- CommonCode: PGL + Description: A unit of volume equal to one gallon of proof spirits, or the alcohol + equivalent thereof. Used for measuring the strength of distilled alcoholic liquors, + expressed as a percentage of the alcohol content of a standard mixture at a specific + temperature. + LevelAndCategory: '3.1' + Name: proof gallon + Quantity: + Sector: +- CommonCode: Q36 + Description: A unit of the amount of surface area per unit volume of an object or + collection of objects. + LevelAndCategory: '3.1' + Name: square metre per cubic metre + Quantity: + Sector: +- CommonCode: RH + Description: A unit of time defining the number of hours of operation. + LevelAndCategory: '3.1' + Name: running or operating hour + Quantity: + Sector: +- CommonCode: SQR + Description: A unit of count defining the number of squares of roofing materials, + measured in multiples of 100 square feet. + LevelAndCategory: '3.1' + Name: square, roofing + Quantity: + Sector: +- CommonCode: STL + Description: A unit of volume defining the number of litres of a product at a temperature + of 15 degrees Celsius, especially in relation to hydrocarbon oils. + LevelAndCategory: '3.1' + Name: standard litre + Quantity: + Sector: +- CommonCode: TIC + Description: A unit of mass defining the number of metric tons of a product, including + its container. + LevelAndCategory: '3.1' + Name: metric ton, including container + Quantity: + Sector: +- CommonCode: TIP + Description: A unit of mass defining the number of metric tons of a product, including + its inner packaging materials. + LevelAndCategory: '3.1' + Name: metric ton, including inner packaging + Quantity: + Sector: +- CommonCode: TPI + Description: The number of teeth per inch. + LevelAndCategory: '3.1' + Name: teeth per inch + Quantity: + Sector: +- CommonCode: W2 + Description: A unit of mass defining the number of kilograms of a product, including + the water content of the product. + LevelAndCategory: '3.1' + Name: wet kilo + Quantity: + Sector: +- CommonCode: WB + Description: A unit of mass defining the number of pounds of a material, including + the water content of the material. + LevelAndCategory: '3.1' + Name: wet pound + Quantity: + Sector: +- CommonCode: WE + Description: A unit of mass defining the number of tons of a material, including + the water content of the material. + LevelAndCategory: '3.1' + Name: wet ton + Quantity: + Sector: +- CommonCode: WG + Description: A unit of volume equal to 231 cubic inches. + LevelAndCategory: '3.1' + Name: wine gallon + Quantity: + Sector: +- CommonCode: WM + Description: A unit of time defining the number of working months. + LevelAndCategory: '3.1' + Name: working month + Quantity: + Sector: +- CommonCode: ACT + Description: 'A unit of count defining the number of activities (activity: a unit + of work or action).' + LevelAndCategory: '3.2' + Name: activity + Quantity: + Sector: +- CommonCode: D04 + Description: A unit of weight equal to about 1/2 ounce or 15 grams. + LevelAndCategory: '3.2' + Name: lot [unit of weight] + Quantity: + Sector: +- CommonCode: DAD + Description: A unit of time defining the number of days in multiples of 10. + LevelAndCategory: '3.2' + Name: ten day + Quantity: + Sector: +- CommonCode: DPC + Description: 'A unit of count defining the number of pieces in multiples of 12 (piece: + a single item, article or exemplar).' + LevelAndCategory: '3.2' + Name: dozen piece + Quantity: + Sector: +- CommonCode: DPR + Description: 'A unit of count defining the number of pairs in multiples of 12 (pair: + item described by two''s).' + LevelAndCategory: '3.2' + Name: dozen pair + Quantity: + Sector: +- CommonCode: DRL + Description: A unit of count defining the number of rolls, expressed in twelve roll + units. + LevelAndCategory: '3.2' + Name: dozen roll + Quantity: + Sector: +- CommonCode: DZP + Description: 'A unit of count defining the number of packs in multiples of 12 (pack: + standard packaging unit).' + LevelAndCategory: '3.2' + Name: dozen pack + Quantity: + Sector: +- CommonCode: EA + Description: A unit of count defining the number of items regarded as separate units. + LevelAndCategory: '3.2' + Name: each + Quantity: + Sector: +- CommonCode: H21 + Description: A unit of count defining the number of blanks. + LevelAndCategory: '3.2' + Name: blank + Quantity: + Sector: +- CommonCode: HBX + Description: A unit of count defining the number of boxes in multiples of one hundred + box units. + LevelAndCategory: '3.2' + Name: hundred boxes + Quantity: + Sector: +- CommonCode: KT + Description: 'A unit of count defining the number of kits (kit: tub, barrel or pail).' + LevelAndCategory: '3.2' + Name: kit + Quantity: + Sector: +- CommonCode: P5 + Description: 'A unit of count defining the number of five-packs (five-pack: set + of five items packaged together).' + LevelAndCategory: '3.2' + Name: five pack + Quantity: + Sector: +- CommonCode: SET + Description: 'A unit of count defining the number of sets (set: a number of objects + grouped together).' + LevelAndCategory: '3.2' + Name: set + Quantity: + Sector: +- CommonCode: TP + Description: A unit of count defining the number of items in multiples of 10. + LevelAndCategory: '3.2' + Name: ten pack + Quantity: + Sector: +- CommonCode: CNP + Description: 'A unit of count defining the number of hundred-packs (hundred-pack: + set of one hundred items packaged together).' + LevelAndCategory: 3.2,3.8 + Name: hundred pack + Quantity: + Sector: +- CommonCode: '20' + Description: A unit of count defining the number of shipping containers that measure + 20 foot in length. + LevelAndCategory: '3.4' + Name: twenty foot container + Quantity: + Sector: +- CommonCode: '21' + Description: A unit of count defining the number of shipping containers that measure + 40 foot in length. + LevelAndCategory: '3.4' + Name: forty foot container + Quantity: + Sector: +- CommonCode: A43 + Description: A unit of mass defining the difference between the weight of a ship + when completely empty and its weight when completely loaded, expressed as the + number of tons. + LevelAndCategory: '3.4' + Name: deadweight tonnage + Quantity: + Sector: +- CommonCode: A75 + Description: A unit of information typically used for billing purposes, defined + as either the number of metric tons or the number of cubic metres, whichever is + the larger. + LevelAndCategory: '3.4' + Name: freight ton + Quantity: + Sector: +- CommonCode: CCT + Description: A unit of mass defining the carrying capacity, expressed as the number + of metric tons. + LevelAndCategory: '3.4' + Name: carrying capacity in metric ton + Quantity: + Sector: +- CommonCode: DPT + Description: A unit of mass defining the volume of sea water a ship displaces, expressed + as the number of tons. + LevelAndCategory: '3.4' + Name: displacement tonnage + Quantity: + Sector: +- CommonCode: E22 + Description: A unit of count defining the number of twenty-foot equivalent units + (TEUs) as a measure of containerized cargo capacity. + LevelAndCategory: '3.4' + Name: TEU + Quantity: + Sector: +- CommonCode: NL + Description: 'A unit of volume defining the number of loads (load: a quantity of + items carried or processed at one time).' + LevelAndCategory: '3.4' + Name: load + Quantity: + Sector: +- CommonCode: NT + Description: A unit of mass equal to 2000 pounds, see ton (US). Refer International + Convention on tonnage measurement of Ships. + LevelAndCategory: '3.4' + Name: net ton + Quantity: + Sector: +- CommonCode: RT + Description: 'A unit of information typically used for billing purposes, expressed + as the number of revenue tons (revenue ton: either a metric ton or a cubic metres, + whichever is the larger), moved over a distance of one mile.' + LevelAndCategory: '3.4' + Name: revenue ton mile + Quantity: + Sector: +- CommonCode: SX + Description: 'A unit of count defining the number of shipments (shipment: an amount + of goods shipped or transported).' + LevelAndCategory: '3.4' + Name: shipment + Quantity: + Sector: +- CommonCode: TKM + Description: A unit of information typically used for billing purposes, expressed + as the number of tonnes (metric tons) moved over a distance of one kilometre. + LevelAndCategory: '3.4' + Name: tonne kilometre + Quantity: + Sector: +- CommonCode: 5J + Description: A unit of power defining the-hydraulic horse power delivered by a fluid + pump depending on-the viscosity of the fluid. + LevelAndCategory: '3.5' + Name: hydraulic horse power + Quantity: + Sector: +- CommonCode: A47 + Description: A unit of yarn density. One decitex equals a mass of 1 gram per 10 + kilometres of length. + LevelAndCategory: '3.5' + Name: decitex + Quantity: + Sector: +- CommonCode: A49 + Description: A unit of yarn density. One denier equals a mass of 1 gram per 9 kilometres + of length. + LevelAndCategory: '3.5' + Name: denier + Quantity: + Sector: +- CommonCode: AH + Description: A unit of time defining the number of minutes in addition to the referenced + minutes. + LevelAndCategory: '3.5' + Name: additional minute + Quantity: + Sector: +- CommonCode: AI + Description: A unit of count defining the number of minutes for the average interval + of a call. + LevelAndCategory: '3.5' + Name: average minute per call + Quantity: + Sector: +- CommonCode: AL + Description: A unit of count defining the number of telephone access lines. + LevelAndCategory: '3.5' + Name: access line + Quantity: + Sector: +- CommonCode: ASM + Description: A unit of mass defining the alcoholic strength of a liquid. + LevelAndCategory: '3.5' + Name: alcoholic strength by mass + Quantity: + Sector: +- CommonCode: ASU + Description: A unit of volume defining the alcoholic strength of a liquid (e.g. + spirit, wine, beer, etc), often at a specific temperature. + LevelAndCategory: '3.5' + Name: alcoholic strength by volume + Quantity: + Sector: +- CommonCode: B1 + Description: + LevelAndCategory: '3.5' + Name: barrel (US) per day + Quantity: + Sector: +- CommonCode: B4 + Description: A unit of volume used to measure beer. One beer barrel equals 36 imperial + gallons. + LevelAndCategory: '3.5' + Name: barrel, imperial + Quantity: + Sector: +- CommonCode: BB + Description: A unit of area of 112 sheets of tin mil products (tin plate, tin free + steel or black plate) 14 by 20 inches, or 31,360 square inches. + LevelAndCategory: '3.5' + Name: base box + Quantity: + Sector: +- CommonCode: BFT + Description: 'A unit of volume defining the number of cords (cord: a stack of firewood + of 128 cubic feet).' + LevelAndCategory: '3.5' + Name: board foot + Quantity: + Sector: +- CommonCode: BP + Description: A unit of volume equal to one hundred board foot. + LevelAndCategory: '3.5' + Name: hundred board foot + Quantity: + Sector: +- CommonCode: C0 + Description: 'A unit of count defining the number of calls (call: communication + session or visitation).' + LevelAndCategory: '3.5' + Name: call + Quantity: + Sector: +- CommonCode: CNT + Description: A unit of mass equal to one hundred weight (US). + LevelAndCategory: '3.5' + Name: cental (UK) + Quantity: + Sector: +- CommonCode: CTM + Description: + LevelAndCategory: '3.5' + Name: metric carat + Quantity: + Sector: +- CommonCode: D34 + Description: A unit of yarn density. One decitex equals a mass of 1 gram per 1 kilometre + of length. + LevelAndCategory: '3.5' + Name: tex + Quantity: + Sector: +- CommonCode: DRA + Description: 'Synonym: drachm (UK), troy dram' + LevelAndCategory: '3.5' + Name: dram (US) + Quantity: + Sector: +- CommonCode: DRI + Description: 'Synonym: avoirdupois dram' + LevelAndCategory: '3.5' + Name: dram (UK) + Quantity: + Sector: +- CommonCode: DWT + Description: + LevelAndCategory: '3.5' + Name: pennyweight + Quantity: + Sector: +- CommonCode: E10 + Description: A unit of measure used in meteorology and engineering to measure the + demand for heating or cooling over a given period of days. + LevelAndCategory: '3.5' + Name: degree day + Quantity: + Sector: +- CommonCode: E44 + Description: A unit of torsion defining the torque kilogram-force metre per square + centimetre. + LevelAndCategory: '3.5' + Name: kilogram-force metre per square centimetre + Quantity: + Sector: +- CommonCode: E48 + Description: 'A unit of count defining the number of service units (service unit: + defined period / property / facility / utility of supply).' + LevelAndCategory: '3.5' + Name: service unit + Quantity: + Sector: +- CommonCode: E49 + Description: 'A unit of count defining the number of working days (working day: + a day on which work is ordinarily performed).' + LevelAndCategory: '3.5' + Name: working day + Quantity: + Sector: +- CommonCode: E50 + Description: A unit of count defining the number of accounting units. + LevelAndCategory: '3.5' + Name: accounting unit + Quantity: + Sector: +- CommonCode: E51 + Description: A unit of count defining the number of jobs. + LevelAndCategory: '3.5' + Name: job + Quantity: + Sector: +- CommonCode: E52 + Description: A unit of count defining the number feet per run. + LevelAndCategory: '3.5' + Name: run foot + Quantity: + Sector: +- CommonCode: E53 + Description: A unit of count defining the number of tests. + LevelAndCategory: '3.5' + Name: test + Quantity: + Sector: +- CommonCode: E54 + Description: A unit of count defining the number of trips. + LevelAndCategory: '3.5' + Name: trip + Quantity: + Sector: +- CommonCode: E55 + Description: A unit of count defining the number of times an object is used. + LevelAndCategory: '3.5' + Name: use + Quantity: + Sector: +- CommonCode: E56 + Description: A unit of count defining the number of wells. + LevelAndCategory: '3.5' + Name: well + Quantity: + Sector: +- CommonCode: E57 + Description: A unit of count defining the number of zones. + LevelAndCategory: '3.5' + Name: zone + Quantity: + Sector: +- CommonCode: GB + Description: + LevelAndCategory: '3.5' + Name: gallon (US) per day + Quantity: + Sector: +- CommonCode: GIA + Description: + LevelAndCategory: '3.5' + Name: gill (US) + Quantity: + Sector: +- CommonCode: GII + Description: + LevelAndCategory: '3.5' + Name: gill (UK) + Quantity: + Sector: +- CommonCode: H82 + Description: 'A unit of length defining the number of big points (big point: Adobe + software(US) defines the big point to be exactly 1/72 inch (0.013 888 9 inch or + 0.352 777 8 millimeters))' + LevelAndCategory: '3.5' + Name: big point + Quantity: + Sector: +- CommonCode: HEA + Description: 'A unit of count defining the number of heads (head: a person or animal + considered as one of a number).' + LevelAndCategory: '3.5' + Name: head + Quantity: + Sector: +- CommonCode: ISD + Description: A unit of measure defining the sugar content of a solution, expressed + in degrees. + LevelAndCategory: '3.5' + Name: international sugar degree + Quantity: + Sector: +- CommonCode: J13 + Description: 'A unit of relative density as a measure of how heavy or light a petroleum + liquid is compared to water (API: American Petroleum Institute).' + LevelAndCategory: '3.5' + Name: degree API + Quantity: + Sector: +- CommonCode: J14 + Description: A traditional unit of relative density for liquids. Named after Antoine + Baum-. + LevelAndCategory: '3.5' + Name: degree Baume (origin scale) + Quantity: + Sector: +- CommonCode: J15 + Description: A unit of relative density for liquids heavier than water. + LevelAndCategory: '3.5' + Name: degree Baume (US heavy) + Quantity: + Sector: +- CommonCode: J16 + Description: A unit of relative density for liquids lighter than water. + LevelAndCategory: '3.5' + Name: degree Baume (US light) + Quantity: + Sector: +- CommonCode: J17 + Description: A unit of density as a measure of sugar content, especially of beer + wort. Named after Karl Balling. + LevelAndCategory: '3.5' + Name: degree Balling + Quantity: + Sector: +- CommonCode: J18 + Description: A unit of proportion used in measuring the dissolved sugar-to-water + mass ratio of a liquid. Named after Adolf Brix. + LevelAndCategory: '3.5' + Name: degree Brix + Quantity: + Sector: +- CommonCode: J27 + Description: A unit of density as a measure of sugar content of must, the unfermented + liqueur from which wine is made. Named after Ferdinand Oechsle. + LevelAndCategory: '3.5' + Name: degree Oechsle + Quantity: + Sector: +- CommonCode: J31 + Description: A unit of density for liquids that are heavier than water. 1 degree + Twaddle represents a difference in specific gravity of 0.005. + LevelAndCategory: '3.5' + Name: degree Twaddell + Quantity: + Sector: +- CommonCode: JNT + Description: A count of the number of pipeline joints. + LevelAndCategory: '3.5' + Name: pipeline joint + Quantity: + Sector: +- CommonCode: K1 + Description: A unit of measure defining the power load measured at predetermined + intervals. + LevelAndCategory: '3.5' + Name: kilowatt demand + Quantity: + Sector: +- CommonCode: K2 + Description: A unit of measure defining the reactive power demand equal to one kilovolt + ampere of reactive power. + LevelAndCategory: '3.5' + Name: kilovolt ampere reactive demand + Quantity: + Sector: +- CommonCode: K3 + Description: A unit of measure defining the accumulated reactive energy equal to + one kilovolt ampere of reactive power per hour. + LevelAndCategory: '3.5' + Name: kilovolt ampere reactive hour + Quantity: + Sector: +- CommonCode: KLK + Description: A unit of proportion defining the percentage of dry lactic material + in a product. + LevelAndCategory: '3.5' + Name: lactic dry material percentage + Quantity: + Sector: +- CommonCode: LAC + Description: A unit of proportion defining the percentage of lactose in a product + that exceeds a defined percentage level. + LevelAndCategory: '3.5' + Name: lactose excess percentage + Quantity: + Sector: +- CommonCode: LBT + Description: + LevelAndCategory: '3.5' + Name: troy pound (US) + Quantity: + Sector: +- CommonCode: LEF + Description: A unit of count defining the number of leaves. + LevelAndCategory: '3.5' + Name: leaf + Quantity: + Sector: +- CommonCode: MBE + Description: A unit of count defining the number of one thousand brick equivalent + units. + LevelAndCategory: '3.5' + Name: thousand standard brick equivalent + Quantity: + Sector: +- CommonCode: MBF + Description: A unit of volume equal to one thousand board foot. + LevelAndCategory: '3.5' + Name: thousand board foot + Quantity: + Sector: +- CommonCode: N3 + Description: + LevelAndCategory: '3.5' + Name: print point + Quantity: + Sector: +- CommonCode: P88 + Description: Non SI-conforming unit of fluidity of dynamic viscosity. + LevelAndCategory: '3.5' + Name: rhe + Quantity: + Sector: +- CommonCode: P89 + Description: Unit for length-related rotational moment according to the Anglo-American + and Imperial system of units. + LevelAndCategory: '3.5' + Name: pound-force foot per inch + Quantity: + Sector: +- CommonCode: P90 + Description: Unit for length-related rotational moment according to the Anglo-American + and Imperial system of units. + LevelAndCategory: '3.5' + Name: pound-force inch per inch + Quantity: + Sector: +- CommonCode: P91 + Description: Traditional unit for the ability of a material to allow the transition + of the steam, defined at a temperature of 0 -C as steam transmittance, where the + mass of one grain steam penetrates an area of one foot squared at a pressure from + one inch mercury per hour. + LevelAndCategory: '3.5' + Name: perm (0 -C) + Quantity: + Sector: +- CommonCode: P92 + Description: Traditional unit for the ability of a material to allow the transition + of the steam, defined at a temperature of 23 -C as steam transmittance at which + the mass of one grain of steam penetrates an area of one square foot at a pressure + of one inch mercury per hour. + LevelAndCategory: '3.5' + Name: perm (23 -C) + Quantity: + Sector: +- CommonCode: P96 + Description: Reciprocal of the derived SI unit volt. + LevelAndCategory: '3.5' + Name: reciprocal volt + Quantity: + Sector: +- CommonCode: P97 + Description: Reciprocal of the unit radian. + LevelAndCategory: '3.5' + Name: reciprocal radian + Quantity: + Sector: +- CommonCode: P98 + Description: Unit of the equilibrium constant on the basis of the pressure(ISO 80000-9:2009, + 9-35.a). + LevelAndCategory: '3.5' + Name: pascal to the power sum of stoichiometric numbers + Quantity: + Sector: +- CommonCode: P99 + Description: Unit of the equilibrium constant on the basis of the concentration + (ISO 80000-9:2009, 9-36.a). + LevelAndCategory: '3.5' + Name: mole per cubiv metre to the power sum of stoichiometric numbers + Quantity: + Sector: +- CommonCode: PI + Description: A unit of count defining the number of characters that fit in a horizontal + inch. + LevelAndCategory: '3.5' + Name: pitch + Quantity: + Sector: +- CommonCode: PLA + Description: A unit of proportion defining the sugar content of a product, especially + in relation to beer. + LevelAndCategory: '3.5' + Name: degree Plato + Quantity: + Sector: +- CommonCode: PQ + Description: A unit of quantity defining the degree of thickness of a bound publication, + expressed as the number of pages per inch of thickness. + LevelAndCategory: '3.5' + Name: page per inch + Quantity: + Sector: +- CommonCode: PTN + Description: A quantity of allowance of food allotted to, or enough for, one person. + LevelAndCategory: '3.5' + Name: portion + Quantity: + Sector: +- CommonCode: Q10 + Description: Unit of the magnetic dipole moment of the molecule as derived SI unit + joule divided by the derived SI unit tesla. + LevelAndCategory: '3.5' + Name: joule per tesla + Quantity: + Sector: +- CommonCode: Q20 + Description: Unit of the Einstein transition probability for spontaneous or inducing + emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit + second divided by the SI base unit kilogram. + LevelAndCategory: '3.5' + Name: second per kilogramm + Quantity: + Sector: +- CommonCode: Q21 + Description: Unit of the first radiation constants c1 = 2-p-h-c0-, the value of + which is 3,741 771 18-10?-6-fold that of the comparative value of the product + of the derived SI unit watt multiplied with the power of the SI base unit metre + with the exponent 2. + LevelAndCategory: '3.5' + Name: watt square metre + Quantity: + Sector: +- CommonCode: Q22 + Description: Unit of the density of states as an expression of angular frequency + as complement of the product of hertz and radiant and the power of SI base unit + metre by exponent 3 . + LevelAndCategory: '3.5' + Name: second per radian cubic metre + Quantity: + Sector: +- CommonCode: Q23 + Description: Complement of the derived SI unit weber as unit of the Josephson constant, + which value is equal to the 384 597,891-fold of the reference value gigahertz + divided by volt. + LevelAndCategory: '3.5' + Name: weber to the power minus one + Quantity: + Sector: +- CommonCode: Q24 + Description: Complement of the unit inch according to the Anglo-American and Imperial + system of units. + LevelAndCategory: '3.5' + Name: reciprocal inch + Quantity: + Sector: +- CommonCode: Q25 + Description: 'Unit used at the statement of relative refractive indexes of optical + systems as complement of the focal length with correspondence to: 1 dpt = 1/m.' + LevelAndCategory: '3.5' + Name: dioptre + Quantity: + Sector: +- CommonCode: Q26 + Description: Value of the quotient from two physical units of the same kind as a + numerator and denominator whereas the units are shortened mutually. + LevelAndCategory: '3.5' + Name: one per one + Quantity: + Sector: +- CommonCode: Q27 + Description: Unit for length-related rotational moment as product of the derived + SI unit newton and the SI base unit metre divided by the SI base unit metre. + LevelAndCategory: '3.5' + Name: newton metre per metre + Quantity: + Sector: +- CommonCode: Q28 + Description: Unit for the ability of a material to allow the transition of steam. + LevelAndCategory: '3.5' + Name: kilogram per square metre pascal second + Quantity: + Sector: +- CommonCode: QA + Description: A unit of count defining the number of facsimile pages. + LevelAndCategory: '3.5' + Name: page - facsimile + Quantity: + Sector: +- CommonCode: QB + Description: 'A unit of count defining the number of hardcopy pages (hardcopy page: + a page rendered as printed or written output on paper, film, or other permanent + medium).' + LevelAndCategory: '3.5' + Name: page - hardcopy + Quantity: + Sector: +- CommonCode: QR + Description: 'A unit of count for paper, expressed as the number of quires (quire: + a number of paper sheets, typically 25).' + LevelAndCategory: '3.5' + Name: quire + Quantity: + Sector: +- CommonCode: QTR + Description: A traditional unit of weight equal to 1/4 hundredweight. In the United + Kingdom, one quarter equals 28 pounds. + LevelAndCategory: '3.5' + Name: quarter (UK) + Quantity: + Sector: +- CommonCode: R1 + Description: 'A unit of count defining the number of picas. (pica: typographical + length equal to 12 points or 4.22 mm (approx.)).' + LevelAndCategory: '3.5' + Name: pica + Quantity: + Sector: +- CommonCode: RM + Description: 'A unit of count for paper, expressed as the number of reams (ream: + a large quantity of paper sheets, typically 500).' + LevelAndCategory: '3.5' + Name: ream + Quantity: + Sector: +- CommonCode: RP + Description: 'A unit of mass for paper, expressed as pounds per ream. (ream: a large + quantity of paper, typically 500 sheets).' + LevelAndCategory: '3.5' + Name: pound per ream + Quantity: + Sector: +- CommonCode: SCR + Description: + LevelAndCategory: '3.5' + Name: scruple + Quantity: + Sector: +- CommonCode: T0 + Description: A unit of count defining the number of lines in service. + LevelAndCategory: '3.5' + Name: telecommunication line in service + Quantity: + Sector: +- CommonCode: TAN + Description: A unit of chemistry defining the amount of potassium hydroxide (KOH) + in milligrams that is needed to neutralize the acids in one gram of oil. It is + an important quality measurement of crude oil. + LevelAndCategory: '3.5' + Name: total acid number + Quantity: + Sector: +- CommonCode: TMS + Description: A unit of mass equal to one thousand grams of imported meat, disregarding + less valuable by-products such as the entrails. + LevelAndCategory: '3.5' + Name: kilogram of imported meat, less offal + Quantity: + Sector: +- CommonCode: UB + Description: A unit of count defining the average number of lines in service. + LevelAndCategory: '3.5' + Name: telecommunication line in service average + Quantity: + Sector: +- CommonCode: UC + Description: A unit of count defining the number of network access ports. + LevelAndCategory: '3.5' + Name: telecommunication port + Quantity: + Sector: +- CommonCode: WCD + Description: A unit of volume used for measuring lumber. One board foot equals 1/12 + of a cubic foot. + LevelAndCategory: '3.5' + Name: cord + Quantity: + Sector: +- CommonCode: WSD + Description: 'A unit of volume of finished lumber equal to 165 cubic feet. Synonym: + standard cubic foot' + LevelAndCategory: '3.5' + Name: standard + Quantity: + Sector: +- CommonCode: ZP + Description: A unit of count defining the number of pages. + LevelAndCategory: '3.5' + Name: page + Quantity: + Sector: +- CommonCode: 2P + Description: A unit of information equal to 10- (1000) bytes. + LevelAndCategory: '3.6' + Name: kilobyte + Quantity: + Sector: +- CommonCode: 4L + Description: A unit of information equal to 10? (1000000) bytes. + LevelAndCategory: '3.6' + Name: megabyte + Quantity: + Sector: +- CommonCode: A99 + Description: A unit of information equal to one binary digit. + LevelAndCategory: '3.6' + Name: bit + Quantity: + Sector: +- CommonCode: AD + Description: A unit of information equal to 8 bits. + LevelAndCategory: '3.6' + Name: byte + Quantity: + Sector: +- CommonCode: B10 + Description: A unit of information equal to one binary digit per second. + LevelAndCategory: '3.6' + Name: bit per second + Quantity: + Sector: +- CommonCode: B30 + Description: A unit of information equal to 2-? bits (binary digits). + LevelAndCategory: '3.6' + Name: gibibit + Quantity: + Sector: +- CommonCode: B68 + Description: A unit of information equal to 10? bits (binary digits). + LevelAndCategory: '3.6' + Name: gigabit + Quantity: + Sector: +- CommonCode: B80 + Description: A unit of information equal to 10? bits (binary digits) per second. + LevelAndCategory: '3.6' + Name: gigabit per second + Quantity: + Sector: +- CommonCode: C21 + Description: A unit of information equal to 2-? (1024) bits (binary digits). + LevelAndCategory: '3.6' + Name: kibibit + Quantity: + Sector: +- CommonCode: C37 + Description: A unit of information equal to 10- (1000) bits (binary digits). + LevelAndCategory: '3.6' + Name: kilobit + Quantity: + Sector: +- CommonCode: C74 + Description: A unit of information equal to 10- (1000) bits (binary digits) per + second. + LevelAndCategory: '3.6' + Name: kilobit per second + Quantity: + Sector: +- CommonCode: D11 + Description: A unit of information equal to 2-? (1048576) bits (binary digits). + LevelAndCategory: '3.6' + Name: mebibit + Quantity: + Sector: +- CommonCode: D36 + Description: A unit of information equal to 10? (1000000) bits (binary digits). + LevelAndCategory: '3.6' + Name: megabit + Quantity: + Sector: +- CommonCode: E20 + Description: A unit of information equal to 10? (1000000) bits (binary digits) per + second. + LevelAndCategory: '3.6' + Name: megabit per second + Quantity: + Sector: +- CommonCode: E34 + Description: A unit of information equal to 10? bytes. + LevelAndCategory: '3.6' + Name: gigabyte + Quantity: + Sector: +- CommonCode: E35 + Description: A unit of information equal to 10-- bytes. + LevelAndCategory: '3.6' + Name: terabyte + Quantity: + Sector: +- CommonCode: E36 + Description: A unit of information equal to 10-? bytes. + LevelAndCategory: '3.6' + Name: petabyte + Quantity: + Sector: +- CommonCode: E37 + Description: 'A unit of count defining the number of pixels (pixel: picture element).' + LevelAndCategory: '3.6' + Name: pixel + Quantity: + Sector: +- CommonCode: E38 + Description: A unit of count equal to 10? (1000000) pixels (picture elements). + LevelAndCategory: '3.6' + Name: megapixel + Quantity: + Sector: +- CommonCode: E39 + Description: A unit of information defining the number of dots per linear inch as + a measure of the resolution or sharpness of a graphic image. + LevelAndCategory: '3.6' + Name: dots per inch + Quantity: + Sector: +- CommonCode: E58 + Description: A unit of information equal to 10-? bits (binary digits) per second. + LevelAndCategory: '3.6' + Name: exabit per second + Quantity: + Sector: +- CommonCode: E59 + Description: A unit of information equal to 2?? bytes. + LevelAndCategory: '3.6' + Name: exbibyte + Quantity: + Sector: +- CommonCode: E60 + Description: A unit of information equal to 2?? bytes. + LevelAndCategory: '3.6' + Name: pebibyte + Quantity: + Sector: +- CommonCode: E61 + Description: A unit of information equal to 2?? bytes. + LevelAndCategory: '3.6' + Name: tebibyte + Quantity: + Sector: +- CommonCode: E62 + Description: A unit of information equal to 2-? bytes. + LevelAndCategory: '3.6' + Name: gibibyte + Quantity: + Sector: +- CommonCode: E63 + Description: A unit of information equal to 2-? bytes. + LevelAndCategory: '3.6' + Name: mebibyte + Quantity: + Sector: +- CommonCode: E64 + Description: A unit of information equal to 2-? bytes. + LevelAndCategory: '3.6' + Name: kibibyte + Quantity: + Sector: +- CommonCode: E65 + Description: A unit of information equal to 2?? bits (binary digits) per metre. + LevelAndCategory: '3.6' + Name: exbibit per metre + Quantity: + Sector: +- CommonCode: E66 + Description: A unit of information equal to 2?? bits (binary digits) per square + metre. + LevelAndCategory: '3.6' + Name: exbibit per square metre + Quantity: + Sector: +- CommonCode: E67 + Description: A unit of information equal to 2?? bits (binary digits) per cubic metre. + LevelAndCategory: '3.6' + Name: exbibit per cubic metre + Quantity: + Sector: +- CommonCode: E68 + Description: A unit of information equal to 10? bytes per second. + LevelAndCategory: '3.6' + Name: gigabyte per second + Quantity: + Sector: +- CommonCode: E69 + Description: A unit of information equal to 2-? bits (binary digits) per metre. + LevelAndCategory: '3.6' + Name: gibibit per metre + Quantity: + Sector: +- CommonCode: E70 + Description: A unit of information equal to 2-? bits (binary digits) per square + metre. + LevelAndCategory: '3.6' + Name: gibibit per square metre + Quantity: + Sector: +- CommonCode: E71 + Description: A unit of information equal to 2-? bits (binary digits) per cubic metre. + LevelAndCategory: '3.6' + Name: gibibit per cubic metre + Quantity: + Sector: +- CommonCode: E72 + Description: A unit of information equal to 2-? bits (binary digits) per metre. + LevelAndCategory: '3.6' + Name: kibibit per metre + Quantity: + Sector: +- CommonCode: E73 + Description: A unit of information equal to 2-? bits (binary digits) per square + metre. + LevelAndCategory: '3.6' + Name: kibibit per square metre + Quantity: + Sector: +- CommonCode: E74 + Description: A unit of information equal to 2-? bits (binary digits) per cubic metre. + LevelAndCategory: '3.6' + Name: kibibit per cubic metre + Quantity: + Sector: +- CommonCode: E75 + Description: A unit of information equal to 2-? bits (binary digits) per metre. + LevelAndCategory: '3.6' + Name: mebibit per metre + Quantity: + Sector: +- CommonCode: E76 + Description: A unit of information equal to 2-? bits (binary digits) per square + metre. + LevelAndCategory: '3.6' + Name: mebibit per square metre + Quantity: + Sector: +- CommonCode: E77 + Description: A unit of information equal to 2-? bits (binary digits) per cubic metre. + LevelAndCategory: '3.6' + Name: mebibit per cubic metre + Quantity: + Sector: +- CommonCode: E78 + Description: A unit of information equal to 10-? bits (binary digits). + LevelAndCategory: '3.6' + Name: petabit + Quantity: + Sector: +- CommonCode: E79 + Description: A unit of information equal to 10-? bits (binary digits) per second. + LevelAndCategory: '3.6' + Name: petabit per second + Quantity: + Sector: +- CommonCode: E80 + Description: A unit of information equal to 2?? bits (binary digits) per metre. + LevelAndCategory: '3.6' + Name: pebibit per metre + Quantity: + Sector: +- CommonCode: E81 + Description: A unit of information equal to 2?? bits (binary digits) per square + metre. + LevelAndCategory: '3.6' + Name: pebibit per square metre + Quantity: + Sector: +- CommonCode: E82 + Description: A unit of information equal to 2?? bits (binary digits) per cubic metre. + LevelAndCategory: '3.6' + Name: pebibit per cubic metre + Quantity: + Sector: +- CommonCode: E83 + Description: A unit of information equal to 10-- bits (binary digits). + LevelAndCategory: '3.6' + Name: terabit + Quantity: + Sector: +- CommonCode: E84 + Description: A unit of information equal to 10-- bits (binary digits) per second. + LevelAndCategory: '3.6' + Name: terabit per second + Quantity: + Sector: +- CommonCode: E85 + Description: A unit of information equal to 2?? bits (binary digits) per metre. + LevelAndCategory: '3.6' + Name: tebibit per metre + Quantity: + Sector: +- CommonCode: E86 + Description: A unit of information equal to 2?? bits (binary digits) per cubic metre. + LevelAndCategory: '3.6' + Name: tebibit per cubic metre + Quantity: + Sector: +- CommonCode: E87 + Description: A unit of information equal to 2?? bits (binary digits) per square + metre. + LevelAndCategory: '3.6' + Name: tebibit per square metre + Quantity: + Sector: +- CommonCode: E88 + Description: A unit of information equal to 1 bit (binary digit) per metre. + LevelAndCategory: '3.6' + Name: bit per metre + Quantity: + Sector: +- CommonCode: E89 + Description: A unit of information equal to 1 bit (binary digit) per square metre. + LevelAndCategory: '3.6' + Name: bit per square metre + Quantity: + Sector: +- CommonCode: F01 + Description: A unit of information equal to 1 bit (binary digit) per cubic metre. + LevelAndCategory: '3.6' + Name: bit per cubic metre + Quantity: + Sector: +- CommonCode: J38 + Description: A unit of signal transmission speed equal to one signalling event per + second. + LevelAndCategory: '3.6' + Name: baud + Quantity: + Sector: +- CommonCode: J54 + Description: A unit of signal transmission speed equal to 10? (1000000) signaling + events per second. + LevelAndCategory: '3.6' + Name: megabaud + Quantity: + Sector: +- CommonCode: K50 + Description: A unit of signal transmission speed equal to 10- (1000) signaling events + per second. + LevelAndCategory: '3.6' + Name: kilobaud + Quantity: + Sector: +- CommonCode: KJ + Description: A unit of information equal to 10- (1000) segments. + LevelAndCategory: '3.6' + Name: kilosegment + Quantity: + Sector: +- CommonCode: P93 + Description: Unit byte divided by the SI base unit second. + LevelAndCategory: '3.6' + Name: byte per second + Quantity: + Sector: +- CommonCode: P94 + Description: 1000-fold of the unit byte divided by the SI base unit second. + LevelAndCategory: '3.6' + Name: kilobyte per second + Quantity: + Sector: +- CommonCode: P95 + Description: 1 000 000-fold of the unit byte divided by the SI base unit second. + LevelAndCategory: '3.6' + Name: megabyte per second + Quantity: + Sector: +- CommonCode: Q11 + Description: Unit of the market value according to the feature of a single feature + as a statistical measurement of the existing utilization. + LevelAndCategory: '3.6' + Name: erlang + Quantity: + Sector: +- CommonCode: Q12 + Description: 'Synonym for byte: 1 octet = 8 bit = 1 byte.' + LevelAndCategory: '3.6' + Name: octet + Quantity: + Sector: +- CommonCode: Q13 + Description: Unit octet divided by the SI base unit second. + LevelAndCategory: '3.6' + Name: octet per second + Quantity: + Sector: +- CommonCode: Q14 + Description: Logarithmic unit for information equal to the content of decision of + a sentence of two mutually exclusive events, expressed as a logarithm to base + 2. + LevelAndCategory: '3.6' + Name: shannon + Quantity: + Sector: +- CommonCode: Q15 + Description: Logarithmic unit for information equal to the content of decision of + a sentence of ten mutually exclusive events, expressed as a logarithm to base + 10. + LevelAndCategory: '3.6' + Name: hartley + Quantity: + Sector: +- CommonCode: Q16 + Description: Logarithmic unit for information equal to the content of decision of + a sentence of ,718 281 828 459 mutually exclusive events, expressed as a logarithm + to base Euler value e. + LevelAndCategory: '3.6' + Name: natural unit of information + Quantity: + Sector: +- CommonCode: Q17 + Description: Time related logarithmic unit for information equal to the content + of decision of a sentence of two mutually exclusive events, expressed as a logarithm + to base 2. + LevelAndCategory: '3.6' + Name: shannon per second + Quantity: + Sector: +- CommonCode: Q18 + Description: Time related logarithmic unit for information equal to the content + of decision of a sentence of ten mutually exclusive events, expressed as a logarithm + to base 10. + LevelAndCategory: '3.6' + Name: hartley per second + Quantity: + Sector: +- CommonCode: Q19 + Description: Time related logarithmic unit for information equal to the content + of decision of a sentence of 2,718 281 828 459 mutually exclusive events, expressed + as a logarithm to base of the Euler value e. + LevelAndCategory: '3.6' + Name: natural unit of information per second + Quantity: + Sector: +- CommonCode: '59' + Description: A unit of proportion equal to 10??. + LevelAndCategory: '3.7' + Name: part per million + Quantity: + Sector: +- CommonCode: '60' + Description: A unit of proportion equal to 10?-. + LevelAndCategory: '3.7' + Name: percent weight + Quantity: + Sector: +- CommonCode: '61' + Description: A unit of proportion equal to 10??. + LevelAndCategory: '3.7' + Name: part per billion (US) + Quantity: + Sector: +- CommonCode: B19 + Description: A unit of information defining the quantity of numerals used to form + a number. + LevelAndCategory: '3.7' + Name: digit + Quantity: + Sector: +- CommonCode: BIL + Description: 'Synonym: trillion (US)' + LevelAndCategory: '3.7' + Name: billion (EUR) + Quantity: + Sector: +- CommonCode: CEN + Description: A unit of count defining the number of units in multiples of 100. + LevelAndCategory: '3.7' + Name: hundred + Quantity: + Sector: +- CommonCode: D68 + Description: A unit of count defining the number of words. + LevelAndCategory: '3.7' + Name: number of words + Quantity: + Sector: +- CommonCode: DZN + Description: A unit of count defining the number of units in multiples of 12. + LevelAndCategory: '3.7' + Name: dozen + Quantity: + Sector: +- CommonCode: E21 + Description: 'A unit of count defining the number of shares (share: a total or portion + of the parts into which a business entity-s capital is divided).' + LevelAndCategory: '3.7' + Name: shares + Quantity: + Sector: +- CommonCode: E23 + Description: A unit of count defining the number of tyres (a solid or air-filled + covering placed around a wheel rim to form a soft contact with the road, absorb + shock and provide traction). + LevelAndCategory: '3.7' + Name: tyre + Quantity: + Sector: +- CommonCode: E30 + Description: 'A unit of count defining the number of strands (strand: long, thin, + flexible, single thread, strip of fibre, constituent filament or multiples of + the same, twisted together).' + LevelAndCategory: '3.7' + Name: strand + Quantity: + Sector: +- CommonCode: E40 + Description: A unit of proportion equal to 10??. + LevelAndCategory: '3.7' + Name: part per hundred thousand + Quantity: + Sector: +- CommonCode: GGR + Description: A unit of count defining the number of units in multiples of 1728 (12 + x 12 x 12). + LevelAndCategory: '3.7' + Name: great gross + Quantity: + Sector: +- CommonCode: GRO + Description: A unit of count defining the number of units in multiples of 144 (12 + x 12). + LevelAndCategory: '3.7' + Name: gross + Quantity: + Sector: +- CommonCode: H25 + Description: A unit of proportion, equal to 0.01, in relation to the SI base unit + Kelvin. + LevelAndCategory: '3.7' + Name: percent per kelvin + Quantity: + Sector: +- CommonCode: H71 + Description: A unit of proportion, equal to 0.01, in relation to a month. + LevelAndCategory: '3.7' + Name: percent per month + Quantity: + Sector: +- CommonCode: H72 + Description: A unit of proportion, equal to 0.01, in relation to 100-fold of the + unit bar. + LevelAndCategory: '3.7' + Name: percent per hectobar + Quantity: + Sector: +- CommonCode: H73 + Description: A unit of proportion, equal to 0.01, in relation to 10-fold of the + SI base unit Kelvin. + LevelAndCategory: '3.7' + Name: percent per decakelvin + Quantity: + Sector: +- CommonCode: H89 + Description: A unit of proportion, equal to 0.01, in relation to the SI derived + unit ohm. + LevelAndCategory: '3.7' + Name: percent per ohm + Quantity: + Sector: +- CommonCode: H90 + Description: A unit of proportion, equal to 0.01, in relation to an angle of one + degree. + LevelAndCategory: '3.7' + Name: percent per degree + Quantity: + Sector: +- CommonCode: H91 + Description: A unit of proportion, equal to 0.01, in relation to multiples of ten + thousand. + LevelAndCategory: '3.7' + Name: percent per ten thousand + Quantity: + Sector: +- CommonCode: H92 + Description: A unit of proportion, equal to 0.01, in relation to multiples of one + hundred thousand. + LevelAndCategory: '3.7' + Name: percent per one hundred thousand + Quantity: + Sector: +- CommonCode: H93 + Description: A unit of proportion, equal to 0.01, in relation to multiples of one + hundred. + LevelAndCategory: '3.7' + Name: percent per hundred + Quantity: + Sector: +- CommonCode: H94 + Description: A unit of proportion, equal to 0.01, in relation to multiples of one + thousand. + LevelAndCategory: '3.7' + Name: percent per thousand + Quantity: + Sector: +- CommonCode: H95 + Description: A unit of proportion, equal to 0.01, in relation to the SI derived + unit volt. + LevelAndCategory: '3.7' + Name: percent per volt + Quantity: + Sector: +- CommonCode: H96 + Description: A unit of proportion, equal to 0.01, in relation to an atmospheric + pressure of one bar. + LevelAndCategory: '3.7' + Name: percent per bar + Quantity: + Sector: +- CommonCode: H98 + Description: A unit of proportion, equal to 0.01, in relation to an inch. + LevelAndCategory: '3.7' + Name: percent per inch + Quantity: + Sector: +- CommonCode: H99 + Description: A unit of proportion, equal to 0.01, in relation to a metre. + LevelAndCategory: '3.7' + Name: percent per metre + Quantity: + Sector: +- CommonCode: HC + Description: A unit of count defining the number of units counted in multiples of + 100. + LevelAndCategory: '3.7' + Name: hundred count + Quantity: + Sector: +- CommonCode: HIU + Description: A unit of count defining the number of international units in multiples + of 100. + LevelAndCategory: '3.7' + Name: hundred international unit + Quantity: + Sector: +- CommonCode: IUG + Description: A unit of count defining the number of international units per gram. + LevelAndCategory: '3.7' + Name: international unit per gram + Quantity: + Sector: +- CommonCode: J10 + Description: A unit of proportion, equal to 0.01, in relation to a millimetre. + LevelAndCategory: '3.7' + Name: percent per millimetre + Quantity: + Sector: +- CommonCode: J12 + Description: A unit of pressure equal to one thousandth of a psi (pound-force per + square inch). + LevelAndCategory: '3.7' + Name: per mille per psi + Quantity: + Sector: +- CommonCode: JWL + Description: 'A unit of count defining the number of jewels (jewel: precious stone).' + LevelAndCategory: '3.7' + Name: number of jewels + Quantity: + Sector: +- CommonCode: M25 + Description: A unit of proportion, equal to 0.01, in relation to a temperature of + one degree. + LevelAndCategory: '3.7' + Name: percent per degree Celsius + Quantity: + Sector: +- CommonCode: M36 + Description: A unit of count defining the number of months expressed in multiples + of 30 days, one day equals 24 hours. + LevelAndCategory: '3.7' + Name: 30-day month + Quantity: + Sector: +- CommonCode: M37 + Description: A unit of count defining the number of years expressed in multiples + of 360 days, one day equals 24 hours. + LevelAndCategory: '3.7' + Name: actual/360 + Quantity: + Sector: +- CommonCode: MIL + Description: + LevelAndCategory: '3.7' + Name: thousand + Quantity: + Sector: +- CommonCode: MIO + Description: + LevelAndCategory: '3.7' + Name: million + Quantity: + Sector: +- CommonCode: MIU + Description: A unit of count defining the number of international units in multiples + of 10?. + LevelAndCategory: '3.7' + Name: million international unit + Quantity: + Sector: +- CommonCode: MLD + Description: 'Synonym: billion (US)' + LevelAndCategory: '3.7' + Name: milliard + Quantity: + Sector: +- CommonCode: NAR + Description: 'A unit of count defining the number of articles (article: item).' + LevelAndCategory: '3.7' + Name: number of articles + Quantity: + Sector: +- CommonCode: NCL + Description: 'A unit of count defining the number of cells (cell: an enclosed or + circumscribed space, cavity, or volume).' + LevelAndCategory: '3.7' + Name: number of cells + Quantity: + Sector: +- CommonCode: NIU + Description: A unit of count defining the number of international units. + LevelAndCategory: '3.7' + Name: number of international units + Quantity: + Sector: +- CommonCode: NMP + Description: 'A unit of count defining the number of packs (pack: a collection of + objects packaged together).' + LevelAndCategory: '3.7' + Name: number of packs + Quantity: + Sector: +- CommonCode: NPT + Description: 'A unit of count defining the number of parts (part: component of a + larger entity).' + LevelAndCategory: '3.7' + Name: number of parts + Quantity: + Sector: +- CommonCode: NX + Description: 'A unit of proportion equal to 10?-. Synonym: per mille' + LevelAndCategory: '3.7' + Name: part per thousand + Quantity: + Sector: +- CommonCode: P1 + Description: A unit of proportion equal to 0.01. + LevelAndCategory: '3.7' + Name: percent + Quantity: + Sector: +- CommonCode: PR + Description: 'A unit of count defining the number of pairs (pair: item described + by two''s).' + LevelAndCategory: '3.7' + Name: pair + Quantity: + Sector: +- CommonCode: SCO + Description: A unit of count defining the number of units in multiples of 20. + LevelAndCategory: '3.7' + Name: score + Quantity: + Sector: +- CommonCode: TRL + Description: + LevelAndCategory: '3.7' + Name: trillion (EUR) + Quantity: + Sector: +- CommonCode: VP + Description: A measure of concentration, typically expressed as the percentage volume + of a solute in a solution. + LevelAndCategory: '3.7' + Name: percent volume + Quantity: + Sector: +- CommonCode: CLF + Description: A unit of count defining the number of leaves, expressed in units of + one hundred leaves. + LevelAndCategory: '3.8' + Name: hundred leave + Quantity: + Sector: +- CommonCode: DEC + Description: 'A unit of count defining the number of decades (decade: quantity equal + to 10 or time equal to 10 years).' + LevelAndCategory: '3.8' + Name: decade + Quantity: + Sector: +- CommonCode: FC + Description: A unit of volume equal to one thousand cubic foot. + LevelAndCategory: '3.8' + Name: thousand cubic foot + Quantity: + Sector: +- CommonCode: FF + Description: A unit of volume equal to one hundred cubic metres. + LevelAndCategory: '3.8' + Name: hundred cubic metre + Quantity: + Sector: +- CommonCode: FIT + Description: A unit of count defining the number of failures that can be expected + over a specified time interval. Failure rates of semiconductor components are + often specified as FIT (failures in time unit) where 1 FIT = 10?? /h. + LevelAndCategory: '3.8' + Name: failures in time + Quantity: + Sector: +- CommonCode: H87 + Description: 'A unit of count defining the number of pieces (piece: a single item, + article or exemplar).' + LevelAndCategory: '3.8' + Name: piece + Quantity: + Sector: +- CommonCode: HH + Description: A unit of volume equal to one hundred cubic foot. + LevelAndCategory: '3.8' + Name: hundred cubic foot + Quantity: + Sector: +- CommonCode: HMQ + Description: A unit of volume equal to one million cubic metres. + LevelAndCategory: '3.8' + Name: million cubic metre + Quantity: + Sector: +- CommonCode: NIL + Description: A unit of count defining the number of instances of nothing. + LevelAndCategory: '3.8' + Name: nil + Quantity: + Sector: +- CommonCode: QAN + Description: A unit of time defining the number of quarters (3 months). + LevelAndCategory: '3.8' + Name: quarter (of a year) + Quantity: + Sector: +- CommonCode: R9 + Description: A unit of volume equal to one thousand cubic metres. + LevelAndCategory: '3.8' + Name: thousand cubic metre + Quantity: + Sector: +- CommonCode: SAN + Description: A unit of time defining the number of half years (6 months). + LevelAndCategory: '3.8' + Name: half year (6 months) + Quantity: + Sector: +- CommonCode: T3 + Description: 'A unit of count defining the number of pieces in multiples of 1000 + (piece: a single item, article or exemplar).' + LevelAndCategory: '3.8' + Name: thousand piece + Quantity: + Sector: +- CommonCode: TI + Description: + LevelAndCategory: '3.8' + Name: thousand square inch + Quantity: + Sector: +- CommonCode: TPR + Description: 'A unit of count defining the number of pairs in multiples of 10 (pair: + item described by two''s).' + LevelAndCategory: '3.8' + Name: ten pair + Quantity: + Sector: +- CommonCode: TQD + Description: A unit of volume equal to one thousand cubic metres per day. + LevelAndCategory: '3.8' + Name: thousand cubic metre per day + Quantity: + Sector: +- CommonCode: '10' + Description: 'A unit of count defining the number of groups (group: set of items + classified together).' + LevelAndCategory: '3.9' + Name: group + Quantity: + Sector: +- CommonCode: '11' + Description: 'A unit of count defining the number of outfits (outfit: a complete + set of equipment / materials / objects used for a specific purpose).' + LevelAndCategory: '3.9' + Name: outfit + Quantity: + Sector: +- CommonCode: '13' + Description: 'A unit of count defining the number of rations (ration: a single portion + of provisions).' + LevelAndCategory: '3.9' + Name: ration + Quantity: + Sector: +- CommonCode: '14' + Description: A unit of liquid measure, especially related to spirits. + LevelAndCategory: '3.9' + Name: shot + Quantity: + Sector: +- CommonCode: '15' + Description: 'A unit of count defining the number of military sticks (military stick: + bombs or paratroops released in rapid succession from an aircraft).' + LevelAndCategory: '3.9' + Name: stick, military + Quantity: + Sector: +- CommonCode: '38' + Description: + LevelAndCategory: '3.9' + Name: ounce per square foot per 0,01inch + Quantity: + Sector: +- CommonCode: '56' + Description: A unit of area for tin plate equal to a surface area of 100 square + metres. + LevelAndCategory: '3.9' + Name: sitas + Quantity: + Sector: +- CommonCode: '57' + Description: A unit of count defining the number of strands per inch as a measure + of the fineness of a woven product. + LevelAndCategory: '3.9' + Name: mesh + Quantity: + Sector: +- CommonCode: 1I + Description: A unit of quantity expressed as a predetermined or set rate for usage + of a facility or service. + LevelAndCategory: '3.9' + Name: fixed rate + Quantity: + Sector: +- CommonCode: 3C + Description: A unit of count defining the number of months for a person or persons + to perform an undertaking. + LevelAndCategory: '3.9' + Name: manmonth + Quantity: + Sector: +- CommonCode: 5B + Description: 'A unit of count defining the number of batches (batch: quantity of + material produced in one operation or number of animals or persons coming at once).' + LevelAndCategory: '3.9' + Name: batch + Quantity: + Sector: +- CommonCode: 5E + Description: A unit of volume equal to one million (1000000) cubic feet of gas per + day. + LevelAndCategory: '3.9' + Name: MMSCF/day + Quantity: + Sector: +- CommonCode: A59 + Description: 'A unit of count defining the number of eighth-parts as a measure of + the celestial dome cloud coverage. Synonym: OKTA , OCTA' + LevelAndCategory: '3.9' + Name: 8-part cloud cover + Quantity: + Sector: +- CommonCode: A9 + Description: A unit of quantity expressed as a rate for usage of a facility or service. + LevelAndCategory: '3.9' + Name: rate + Quantity: + Sector: +- CommonCode: AA + Description: 'A unit of count defining the number of balls (ball: object formed + in the shape of sphere).' + LevelAndCategory: '3.9' + Name: ball + Quantity: + Sector: +- CommonCode: AB + Description: A unit of count defining the number of items per bulk pack. + LevelAndCategory: '3.9' + Name: bulk pack + Quantity: + Sector: +- CommonCode: AQ + Description: A unit of measure for blood potency (US). + LevelAndCategory: '3.9' + Name: anti-hemophilic factor (AHF) unit + Quantity: + Sector: +- CommonCode: AS + Description: 'A unit of count defining the number of assortments (assortment: set + of items grouped in a mixed collection).' + LevelAndCategory: '3.9' + Name: assortment + Quantity: + Sector: +- CommonCode: AY + Description: 'A unit of count defining the number of assemblies (assembly: items + that consist of component parts).' + LevelAndCategory: '3.9' + Name: assembly + Quantity: + Sector: +- CommonCode: B17 + Description: A unit of count defining the number of entries made to the credit side + of an account. + LevelAndCategory: '3.9' + Name: credit + Quantity: + Sector: +- CommonCode: B7 + Description: 'A unit of count defining the number of cycles (cycle: a recurrent + period of definite duration).' + LevelAndCategory: '3.9' + Name: cycle + Quantity: + Sector: +- CommonCode: C9 + Description: 'A unit of count defining the number of coil groups (coil group: groups + of items arranged by lengths of those items placed in a joined sequence of concentric + circles).' + LevelAndCategory: '3.9' + Name: coil group + Quantity: + Sector: +- CommonCode: CG + Description: 'A unit of count defining the number of units of card (card: thick + stiff paper or cardboard).' + LevelAndCategory: '3.9' + Name: card + Quantity: + Sector: +- CommonCode: D23 + Description: A unit of count defining the number of grams of amino acid prescribed + for parenteral/enteral therapy. + LevelAndCategory: '3.9' + Name: pen gram (protein) + Quantity: + Sector: +- CommonCode: D63 + Description: 'A unit of count defining the number of books (book: set of items bound + together or written document of a material whole).' + LevelAndCategory: '3.9' + Name: book + Quantity: + Sector: +- CommonCode: D65 + Description: 'A unit of count defining the number of rounds (round: A circular or + cylindrical object).' + LevelAndCategory: '3.9' + Name: round + Quantity: + Sector: +- CommonCode: E12 + Description: A unit of count defining the number of cigarettes in units of 1000. + LevelAndCategory: '3.9' + Name: mille + Quantity: + Sector: +- CommonCode: E25 + Description: A unit of count defining the number of active units within a substance. + LevelAndCategory: '3.9' + Name: active unit + Quantity: + Sector: +- CommonCode: E27 + Description: 'A unit of count defining the number of doses (dose: a definite quantity + of a medicine or drug).' + LevelAndCategory: '3.9' + Name: dose + Quantity: + Sector: +- CommonCode: EB + Description: A unit of count defining the number of electronic mail boxes. + LevelAndCategory: '3.9' + Name: electronic mail box + Quantity: + Sector: +- CommonCode: HA + Description: A unit of length, typically for yarn. + LevelAndCategory: '3.9' + Name: hank + Quantity: + Sector: +- CommonCode: IE + Description: A unit of count defining the number of persons. + LevelAndCategory: '3.9' + Name: person + Quantity: + Sector: +- CommonCode: KA + Description: 'A unit of count defining the number of cakes (cake: object shaped + into a flat, compact mass).' + LevelAndCategory: '3.9' + Name: cake + Quantity: + Sector: +- CommonCode: KB + Description: A unit of information equal to 10^3 (1000) characters. + LevelAndCategory: '3.9' + Name: kilocharacter + Quantity: + Sector: +- CommonCode: KO + Description: A unit of count defining the number of milligrams of potassium hydroxide + per gram of product as a measure of the concentration of potassium hydroxide in + the product. + LevelAndCategory: '3.9' + Name: milliequivalence caustic potash per gram of product + Quantity: + Sector: +- CommonCode: LK + Description: A unit of distance equal to 0.01 chain. + LevelAndCategory: '3.9' + Name: link + Quantity: + Sector: +- CommonCode: LN + Description: A unit of distance defining the linear extent of an item measured from + end to end. + LevelAndCategory: '3.9' + Name: length + Quantity: + Sector: +- CommonCode: LO + Description: 'A unit of count defining the number of lots (lot: a collection of + associated items).' + LevelAndCategory: '3.9' + Name: lot [unit of procurement] + Quantity: + Sector: +- CommonCode: LR + Description: A unit of count defining the number of layers. + LevelAndCategory: '3.9' + Name: layer + Quantity: + Sector: +- CommonCode: LS + Description: A unit of count defining the number of whole or a complete monetary + amounts. + LevelAndCategory: '3.9' + Name: lump sum + Quantity: + Sector: +- CommonCode: M4 + Description: A unit of measure expressed as a monetary amount. + LevelAndCategory: '3.9' + Name: monetary value + Quantity: + Sector: +- CommonCode: M9 + Description: + LevelAndCategory: '3.9' + Name: million Btu per 1000 cubic foot + Quantity: + Sector: +- CommonCode: N1 + Description: A unit of count defining the number of calories prescribed daily for + parenteral/enteral therapy. + LevelAndCategory: '3.9' + Name: pen calorie + Quantity: + Sector: +- CommonCode: NF + Description: A unit of count defining the number of messages. + LevelAndCategory: '3.9' + Name: message + Quantity: + Sector: +- CommonCode: OA + Description: 'A unit of count defining the number of panels (panel: a distinct, + usually rectangular, section of a surface).' + LevelAndCategory: '3.9' + Name: panel + Quantity: + Sector: +- CommonCode: PD + Description: 'A unit of count defining the number of pads (pad: block of paper sheets + fastened together at one end).' + LevelAndCategory: '3.9' + Name: pad + Quantity: + Sector: +- CommonCode: Q3 + Description: 'A unit of count defining the number of meals (meal: an amount of food + to be eaten on a single occasion).' + LevelAndCategory: '3.9' + Name: meal + Quantity: + Sector: +- CommonCode: ROM + Description: A unit of count defining the number of rooms. + LevelAndCategory: '3.9' + Name: room + Quantity: + Sector: +- CommonCode: SG + Description: A unit of information equal to 64000 bytes. + LevelAndCategory: '3.9' + Name: segment + Quantity: + Sector: +- CommonCode: SQ + Description: 'A unit of count defining the number of squares (square: rectangular + shape).' + LevelAndCategory: '3.9' + Name: square + Quantity: + Sector: +- CommonCode: SR + Description: 'A unit of count defining the number of strips (strip: long narrow + piece of an object).' + LevelAndCategory: '3.9' + Name: strip + Quantity: + Sector: +- CommonCode: STC + Description: 'A unit of count defining the number of sticks (stick: slender and + often cylindrical piece of a substance).' + LevelAndCategory: '3.9' + Name: stick + Quantity: + Sector: +- CommonCode: STK + Description: A unit of count defining the number of cigarettes in the smallest unit + for stock-taking and/or duty computation. + LevelAndCategory: '3.9' + Name: stick, cigarette + Quantity: + Sector: +- CommonCode: STW + Description: 'A unit of count defining the number of straws (straw: a slender tube + used for sucking up liquids).' + LevelAndCategory: '3.9' + Name: straw + Quantity: + Sector: +- CommonCode: SW + Description: 'A unit of count defining the number of skeins (skein: a loosely-coiled + bundle of yarn or thread).' + LevelAndCategory: '3.9' + Name: skein + Quantity: + Sector: +- CommonCode: SYR + Description: 'A unit of count defining the number of syringes (syringe: a small + device for pumping, spraying and/or injecting liquids through a small aperture).' + LevelAndCategory: '3.9' + Name: syringe + Quantity: + Sector: +- CommonCode: TST + Description: 'A unit of count defining the number of sets in multiples of 10 (set: + a number of objects grouped together).' + LevelAndCategory: '3.9' + Name: ten set + Quantity: + Sector: +- CommonCode: TTS + Description: 'A unit of count defining the number of sticks in multiples of 10000 + (stick: slender and often cylindrical piece of a substance).' + LevelAndCategory: '3.9' + Name: ten thousand sticks + Quantity: + Sector: +- CommonCode: U1 + Description: 'A unit of count defining the number of treatments (treatment: subjection + to the action of a chemical, physical or biological agent).' + LevelAndCategory: '3.9' + Name: treatment + Quantity: + Sector: +- CommonCode: U2 + Description: 'A unit of count defining the number of tablets (tablet: a small flat + or compressed solid object).' + LevelAndCategory: '3.9' + Name: tablet + Quantity: + Sector: +- CommonCode: VA + Description: + LevelAndCategory: '3.9' + Name: volt - ampere per kilogram + Quantity: + Sector: +- CommonCode: WA + Description: + LevelAndCategory: '3.9' + Name: watt per kilogram + Quantity: + Sector: +- CommonCode: Z11 + Description: A unit of count defining the number of hanging containers. + LevelAndCategory: '3.9' + Name: hanging container + Quantity: + Sector: +- CommonCode: ZZ + Description: A unit of measure as agreed in common between two or more parties. + LevelAndCategory: '3.9' + Name: mutually defined + Quantity: + Sector: diff --git a/db/migrate/20220219200243_alter_articles_add_more_unit_logic.rb b/db/migrate/20220219200243_alter_articles_add_more_unit_logic.rb new file mode 100644 index 00000000..5d355a82 --- /dev/null +++ b/db/migrate/20220219200243_alter_articles_add_more_unit_logic.rb @@ -0,0 +1,46 @@ +class AlterArticlesAddMoreUnitLogic < ActiveRecord::Migration[5.2] + def up + change_table :articles do |t| + t.column :supplier_order_unit_un_ece, :string, length: 3 + t.column :price_unit_un_ece, :string, length: 3 + t.column :bill_unit_un_ece, :string, length: 3 + t.column :group_order_unit_un_ece, :string, length: 3 + t.column :group_order_granularity, :float + end + + create_table :article_unit_conversions do |t| + t.references :article, null: false + + t.column :sort, :integer, null: false + t.column :amount, :float + t.column :unit_un_ece, :string, length: 3 + end + + articles = select_all('SELECT id, unit_quantity FROM articles') + articles.each do |article| + update("INSERT INTO article_unit_conversions (article_id, sort, amount) VALUES (#{quote article['id']}, #{quote 1}, #{quote article['unit_quantity']})") + end + + change_table :articles do |t| + t.remove :unit_quantity + end + end + + def down + change_table :articles do |t| + t.remove :supplier_order_unit_un_ece + t.remove :price_unit_un_ece + t.remove :bill_unit_un_ece + t.remove :group_order_unit_un_ece + t.remove :group_order_granularity + t.column :unit_quantity, :integer, null: false + end + + article_unit_conversions = select_all('SELECT article_id, amount FROM article_unit_conversions WHERE sort=1') + article_unit_conversions.each do |article_unit_conversion| + update("UPDATE articles SET unit_quantity=#{quote article_unit_conversion['amount']} WHERE id=#{quote article_unit_conversion['article_id']}") + end + + drop_table :article_unit_conversions + end +end diff --git a/db/schema.rb b/db/schema.rb index ce812b3f..d88b7a4b 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,9 +10,9 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2021_02_05_090257) do +ActiveRecord::Schema.define(version: 2022_02_19_200243) do - create_table "active_storage_attachments", id: :integer, force: :cascade do |t| + create_table "active_storage_attachments", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.string "record_type", null: false t.bigint "record_id", null: false @@ -22,7 +22,7 @@ t.index ["record_type", "record_id", "name", "blob_id"], name: "index_active_storage_attachments_uniqueness", unique: true end - create_table "active_storage_blobs", id: :integer, force: :cascade do |t| + create_table "active_storage_blobs", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "key", null: false t.string "filename", null: false t.string "content_type" @@ -33,13 +33,13 @@ t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true end - create_table "article_categories", id: :integer, force: :cascade do |t| + create_table "article_categories", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", default: "", null: false t.string "description" t.index ["name"], name: "index_article_categories_on_name", unique: true end - create_table "article_prices", id: :integer, force: :cascade do |t| + create_table "article_prices", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "article_id", null: false t.decimal "price", precision: 8, scale: 2, default: "0.0", null: false t.decimal "tax", precision: 8, scale: 2, default: "0.0", null: false @@ -49,11 +49,19 @@ t.index ["article_id"], name: "index_article_prices_on_article_id" end - create_table "articles", id: :integer, force: :cascade do |t| + create_table "article_unit_conversions", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| + t.bigint "article_id", null: false + t.integer "sort", null: false + t.float "amount" + t.string "unit_un_ece" + t.index ["article_id"], name: "index_article_unit_conversions_on_article_id" + end + + create_table "articles", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", default: "", null: false t.integer "supplier_id", default: 0, null: false t.integer "article_category_id", default: 0, null: false - t.string "unit", default: "", null: false + t.string "unit", default: "" t.string "note" t.boolean "availability", default: true, null: false t.string "manufacturer" @@ -62,27 +70,31 @@ t.decimal "price", precision: 8, scale: 2 t.float "tax" t.decimal "deposit", precision: 8, scale: 2, default: "0.0" - t.integer "unit_quantity", default: 1, null: false t.string "order_number" t.datetime "created_at" t.datetime "updated_at" t.datetime "deleted_at" t.string "type" t.integer "quantity", default: 0 + t.string "supplier_order_unit_un_ece" + t.string "price_unit_un_ece" + t.string "bill_unit_un_ece" + t.string "group_order_unit_un_ece" + t.float "group_order_granularity" t.index ["article_category_id"], name: "index_articles_on_article_category_id" t.index ["name", "supplier_id"], name: "index_articles_on_name_and_supplier_id" t.index ["supplier_id"], name: "index_articles_on_supplier_id" t.index ["type"], name: "index_articles_on_type" end - create_table "assignments", id: :integer, force: :cascade do |t| + create_table "assignments", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "user_id", default: 0, null: false t.integer "task_id", default: 0, null: false t.boolean "accepted", default: false t.index ["user_id", "task_id"], name: "index_assignments_on_user_id_and_task_id", unique: true end - create_table "bank_accounts", id: :integer, force: :cascade do |t| + create_table "bank_accounts", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.string "iban" t.string "description" @@ -92,14 +104,14 @@ t.integer "bank_gateway_id" end - create_table "bank_gateways", id: :integer, force: :cascade do |t| + create_table "bank_gateways", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.string "url", null: false t.string "authorization" t.integer "unattended_user_id" end - create_table "bank_transactions", id: :integer, force: :cascade do |t| + create_table "bank_transactions", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "bank_account_id", null: false t.string "external_id" t.date "date" @@ -113,7 +125,7 @@ t.index ["financial_link_id"], name: "index_bank_transactions_on_financial_link_id" end - create_table "documents", id: :integer, force: :cascade do |t| + create_table "documents", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name" t.string "mime" t.binary "data", limit: 4294967295 @@ -124,16 +136,16 @@ t.index ["parent_id"], name: "index_documents_on_parent_id" end - create_table "financial_links", id: :integer, force: :cascade do |t| + create_table "financial_links", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.text "note" end - create_table "financial_transaction_classes", id: :integer, force: :cascade do |t| + create_table "financial_transaction_classes", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.boolean "ignore_for_account_balance", default: false, null: false end - create_table "financial_transaction_types", id: :integer, force: :cascade do |t| + create_table "financial_transaction_types", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.integer "financial_transaction_class_id", null: false t.string "name_short" @@ -141,7 +153,7 @@ t.index ["name_short"], name: "index_financial_transaction_types_on_name_short" end - create_table "financial_transactions", id: :integer, force: :cascade do |t| + create_table "financial_transactions", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "ordergroup_id" t.decimal "amount", precision: 8, scale: 2, default: "0.0", null: false t.text "note", null: false @@ -155,7 +167,7 @@ t.index ["reverts_id"], name: "index_financial_transactions_on_reverts_id", unique: true end - create_table "group_order_article_quantities", id: :integer, force: :cascade do |t| + create_table "group_order_article_quantities", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "group_order_article_id", default: 0, null: false t.integer "quantity", default: 0 t.integer "tolerance", default: 0 @@ -163,7 +175,7 @@ t.index ["group_order_article_id"], name: "index_group_order_article_quantities_on_group_order_article_id" end - create_table "group_order_articles", id: :integer, force: :cascade do |t| + create_table "group_order_articles", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "group_order_id", default: 0, null: false t.integer "order_article_id", default: 0, null: false t.integer "quantity", default: 0, null: false @@ -176,7 +188,7 @@ t.index ["order_article_id"], name: "index_group_order_articles_on_order_article_id" end - create_table "group_orders", id: :integer, force: :cascade do |t| + create_table "group_orders", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "ordergroup_id" t.integer "order_id", default: 0, null: false t.decimal "price", precision: 8, scale: 2, default: "0.0", null: false @@ -189,7 +201,7 @@ t.index ["ordergroup_id"], name: "index_group_orders_on_ordergroup_id" end - create_table "groups", id: :integer, force: :cascade do |t| + create_table "groups", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "type", default: "", null: false t.string "name", default: "", null: false t.string "description" @@ -214,7 +226,7 @@ t.index ["name"], name: "index_groups_on_name", unique: true end - create_table "invites", id: :integer, force: :cascade do |t| + create_table "invites", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "token", default: "", null: false t.datetime "expires_at", null: false t.integer "group_id", default: 0, null: false @@ -223,7 +235,7 @@ t.index ["token"], name: "index_invites_on_token" end - create_table "invoices", id: :integer, force: :cascade do |t| + create_table "invoices", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "supplier_id" t.string "number" t.date "date" @@ -241,7 +253,7 @@ t.index ["supplier_id"], name: "index_invoices_on_supplier_id" end - create_table "links", id: :integer, force: :cascade do |t| + create_table "links", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.string "url", null: false t.integer "workgroup_id" @@ -249,7 +261,7 @@ t.string "authorization" end - create_table "mail_delivery_status", id: :integer, force: :cascade do |t| + create_table "mail_delivery_status", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.datetime "created_at" t.string "email", null: false t.string "message", null: false @@ -258,13 +270,13 @@ t.index ["email"], name: "index_mail_delivery_status_on_email" end - create_table "memberships", id: :integer, force: :cascade do |t| + create_table "memberships", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "group_id", default: 0, null: false t.integer "user_id", default: 0, null: false t.index ["user_id", "group_id"], name: "index_memberships_on_user_id_and_group_id", unique: true end - create_table "message_recipients", id: :integer, force: :cascade do |t| + create_table "message_recipients", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "message_id", null: false t.integer "user_id", null: false t.integer "email_state", default: 0, null: false @@ -273,7 +285,7 @@ t.index ["user_id", "read_at"], name: "index_message_recipients_on_user_id_and_read_at" end - create_table "messages", id: :integer, force: :cascade do |t| + create_table "messages", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "sender_id" t.string "subject", null: false t.text "body" @@ -285,7 +297,7 @@ t.binary "received_email", limit: 16777215 end - create_table "oauth_access_grants", id: :integer, force: :cascade do |t| + create_table "oauth_access_grants", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "resource_owner_id", null: false t.integer "application_id", null: false t.string "token", null: false @@ -297,7 +309,7 @@ t.index ["token"], name: "index_oauth_access_grants_on_token", unique: true end - create_table "oauth_access_tokens", id: :integer, force: :cascade do |t| + create_table "oauth_access_tokens", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "resource_owner_id" t.integer "application_id" t.string "token", null: false @@ -311,7 +323,7 @@ t.index ["token"], name: "index_oauth_access_tokens_on_token", unique: true end - create_table "oauth_applications", id: :integer, force: :cascade do |t| + create_table "oauth_applications", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.string "uid", null: false t.string "secret", null: false @@ -323,7 +335,7 @@ t.index ["uid"], name: "index_oauth_applications_on_uid", unique: true end - create_table "order_articles", id: :integer, force: :cascade do |t| + create_table "order_articles", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "order_id", default: 0, null: false t.integer "article_id", default: 0, null: false t.integer "quantity", default: 0, null: false @@ -337,7 +349,7 @@ t.index ["order_id"], name: "index_order_articles_on_order_id" end - create_table "order_comments", id: :integer, force: :cascade do |t| + create_table "order_comments", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "order_id" t.integer "user_id" t.text "text" @@ -345,7 +357,7 @@ t.index ["order_id"], name: "index_order_comments_on_order_id" end - create_table "orders", id: :integer, force: :cascade do |t| + create_table "orders", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "supplier_id" t.text "note" t.datetime "starts" @@ -364,7 +376,7 @@ t.index ["state"], name: "index_orders_on_state" end - create_table "page_versions", id: :integer, force: :cascade do |t| + create_table "page_versions", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "page_id" t.integer "lock_version" t.text "body" @@ -375,7 +387,7 @@ t.index ["page_id"], name: "index_page_versions_on_page_id" end - create_table "pages", id: :integer, force: :cascade do |t| + create_table "pages", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "title" t.text "body" t.string "permalink" @@ -389,20 +401,20 @@ t.index ["title"], name: "index_pages_on_title" end - create_table "periodic_task_groups", id: :integer, force: :cascade do |t| + create_table "periodic_task_groups", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.date "next_task_date" t.datetime "created_at", null: false t.datetime "updated_at", null: false end - create_table "poll_choices", id: :integer, force: :cascade do |t| + create_table "poll_choices", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "poll_vote_id", null: false t.integer "choice", null: false t.integer "value", null: false t.index ["poll_vote_id", "choice"], name: "index_poll_choices_on_poll_vote_id_and_choice", unique: true end - create_table "poll_votes", id: :integer, force: :cascade do |t| + create_table "poll_votes", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "poll_id", null: false t.integer "user_id", null: false t.integer "ordergroup_id" @@ -412,7 +424,7 @@ t.index ["poll_id", "user_id", "ordergroup_id"], name: "index_poll_votes_on_poll_id_and_user_id_and_ordergroup_id", unique: true end - create_table "polls", id: :integer, force: :cascade do |t| + create_table "polls", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "created_by_user_id", null: false t.string "name", null: false t.text "description" @@ -432,7 +444,7 @@ t.index ["final_choice"], name: "index_polls_on_final_choice" end - create_table "printer_job_updates", id: :integer, force: :cascade do |t| + create_table "printer_job_updates", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "printer_job_id", null: false t.datetime "created_at", null: false t.string "state", null: false @@ -440,7 +452,7 @@ t.index ["printer_job_id", "created_at"], name: "index_printer_job_updates_on_printer_job_id_and_created_at" end - create_table "printer_jobs", id: :integer, force: :cascade do |t| + create_table "printer_jobs", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "order_id" t.string "document", null: false t.integer "created_by_user_id", null: false @@ -449,7 +461,7 @@ t.index ["finished_at"], name: "index_printer_jobs_on_finished_at" end - create_table "settings", id: :integer, force: :cascade do |t| + create_table "settings", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "var", null: false t.text "value" t.integer "thing_id" @@ -459,7 +471,7 @@ t.index ["thing_type", "thing_id", "var"], name: "index_settings_on_thing_type_and_thing_id_and_var", unique: true end - create_table "stock_changes", id: :integer, force: :cascade do |t| + create_table "stock_changes", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "stock_event_id" t.integer "order_id" t.integer "stock_article_id" @@ -469,7 +481,7 @@ t.index ["stock_event_id"], name: "index_stock_changes_on_stock_event_id" end - create_table "stock_events", id: :integer, force: :cascade do |t| + create_table "stock_events", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.integer "supplier_id" t.date "date" t.datetime "created_at" @@ -479,14 +491,14 @@ t.index ["supplier_id"], name: "index_stock_events_on_supplier_id" end - create_table "supplier_categories", id: :integer, force: :cascade do |t| + create_table "supplier_categories", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", null: false t.string "description" t.integer "financial_transaction_class_id" t.integer "bank_account_id" end - create_table "suppliers", id: :integer, force: :cascade do |t| + create_table "suppliers", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", default: "", null: false t.string "address", default: "", null: false t.string "phone", default: "", null: false @@ -508,7 +520,7 @@ t.index ["name"], name: "index_suppliers_on_name", unique: true end - create_table "tasks", id: :integer, force: :cascade do |t| + create_table "tasks", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "name", default: "", null: false t.text "description" t.date "due_date" @@ -525,7 +537,7 @@ t.index ["workgroup_id"], name: "index_tasks_on_workgroup_id" end - create_table "users", id: :integer, force: :cascade do |t| + create_table "users", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb4", force: :cascade do |t| t.string "nick" t.string "password_hash", default: "", null: false t.string "password_salt", default: "", null: false