• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Test data for unit preferences
2#  Copyright © 1991-2021 Unicode, Inc.
3#  For terms of use, see http://www.unicode.org/copyright.html
4#  Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
5#  CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6#
7# Format:
8#	Quantity;	Usage;	Region;	Input (r);	Input (d);	Input Unit;	Output (r);	Output (d);	Output Unit
9#
10# Use: Convert the Input amount & unit according to the Usage and Region.
11#	 The result should match the Output amount and unit.
12#	 Both rational (r) and double64 (d) forms of the input and output amounts are supplied so that implementations
13#	 have two options for testing based on the precision in their implementations. For example:
14#	   3429 / 12500; 0.27432; meter;
15#	 The Output amount and Unit are repeated for mixed units. In such a case, only the smallest unit will have
16#	 both a rational and decimal amount; the others will have a single integer value, such as:
17#	   length; person-height; CA; 3429 / 12500; 0.27432; meter; 2; foot; 54 / 5; 10.8; inch
18#	 The input and output units are unit identifers; in particular, the output does not have further processing:
19#		 • no localization
20#		 • no adjustment for pluralization
21#		 • no formatted with the skeleton
22#		 • no suppression of zero values (for secondary -and- units such as pound in stone-and-pound)
23#
24# Generation: Set GENERATE_TESTS in TestUnits.java, and look at TestUnitPreferences results.
25
26area;	default;	001;	1100000;	1100000.0;	square-meter;	11 / 10;	1.1;	square-kilometer
27area;	default;	001;	1000000;	1000000.0;	square-meter;	1;	1.0;	square-kilometer
28area;	default;	001;	900000;	900000.0;	square-meter;	90;	90.0;	hectare
29area;	default;	001;	10000;	10000.0;	square-meter;	1;	1.0;	hectare
30area;	default;	001;	9000;	9000.0;	square-meter;	9000;	9000.0;	square-meter
31area;	default;	001;	1;	1.0;	square-meter;	1;	1.0;	square-meter
32area;	default;	001;	9 / 10;	0.9;	square-meter;	9000;	9000.0;	square-centimeter
33area;	default;	001;	1 / 10000;	1.0E-4;	square-meter;	1;	1.0;	square-centimeter
34area;	default;	001;	9 / 100000;	9.0E-5;	square-meter;	9 / 10;	0.9;	square-centimeter
35
36area;	default;	GB;	222577103232 / 78125;	2848986.9213696;	square-meter;	11 / 10;	1.1;	square-mile
37area;	default;	GB;	40468564224 / 15625;	2589988.110336;	square-meter;	1;	1.0;	square-mile
38area;	default;	GB;	182108539008 / 78125;	2330989.2993024;	square-meter;	576;	576.0;	acre
39area;	default;	GB;	316160658 / 78125;	4046.8564224;	square-meter;	1;	1.0;	acre
40area;	default;	GB;	1422722961 / 390625;	3642.17078016;	square-meter;	39204;	39204.0;	square-foot
41area;	default;	GB;	145161 / 1562500;	0.09290304;	square-meter;	1;	1.0;	square-foot
42area;	default;	GB;	1306449 / 15625000;	0.083612736;	square-meter;	648 / 5;	129.6;	square-inch
43area;	default;	GB;	16129 / 25000000;	6.4516E-4;	square-meter;	1;	1.0;	square-inch
44area;	default;	GB;	145161 / 250000000;	5.80644E-4;	square-meter;	9 / 10;	0.9;	square-inch
45
46area;	geograph;	001;	1100000;	1100000.0;	square-meter;	11 / 10;	1.1;	square-kilometer
47area;	geograph;	001;	1000000;	1000000.0;	square-meter;	1;	1.0;	square-kilometer
48area;	geograph;	001;	900000;	900000.0;	square-meter;	9 / 10;	0.9;	square-kilometer
49
50area;	geograph;	GB;	222577103232 / 78125;	2848986.9213696;	square-meter;	11 / 10;	1.1;	square-mile
51area;	geograph;	GB;	40468564224 / 15625;	2589988.110336;	square-meter;	1;	1.0;	square-mile
52area;	geograph;	GB;	182108539008 / 78125;	2330989.2993024;	square-meter;	9 / 10;	0.9;	square-mile
53
54area;	land;	001;	11000;	11000.0;	square-meter;	11 / 10;	1.1;	hectare
55area;	land;	001;	10000;	10000.0;	square-meter;	1;	1.0;	hectare
56area;	land;	001;	9000;	9000.0;	square-meter;	9 / 10;	0.9;	hectare
57
58area;	land;	GB;	1738883619 / 390625;	4451.54206464;	square-meter;	11 / 10;	1.1;	acre
59area;	land;	GB;	316160658 / 78125;	4046.8564224;	square-meter;	1;	1.0;	acre
60area;	land;	GB;	1422722961 / 390625;	3642.17078016;	square-meter;	9 / 10;	0.9;	acre
61
62concentration;	blood-glucose;	AG;	662435483600000000000000;	6.624354836E23;	item-per-cubic-meter;	11 / 10;	1.1;	millimole-per-liter
63concentration;	blood-glucose;	AG;	602214076000000000000000;	6.02214076E23;	item-per-cubic-meter;	1;	1.0;	millimole-per-liter
64concentration;	blood-glucose;	AG;	541992668400000000000000;	5.419926684E23;	item-per-cubic-meter;	9 / 10;	0.9;	millimole-per-liter
65
66concentration;	blood-glucose;	001;	66243548360000000000000000000 / 1801557;	3.67701651182838E22;	item-per-cubic-meter;	11 / 10;	1.1;	milligram-ofglucose-per-deciliter
67concentration;	blood-glucose;	001;	60221407600000000000000000000 / 1801557;	3.342742283480345E22;	item-per-cubic-meter;	1;	1.0;	milligram-ofglucose-per-deciliter
68concentration;	blood-glucose;	001;	6022140760000000000000000000 / 200173;	3.008468055132311E22;	item-per-cubic-meter;	9 / 10;	0.9;	milligram-ofglucose-per-deciliter
69
70concentration;	default;	001;	11 / 10;	1.1;	item-per-cubic-meter;	11 / 10;	1.1;	item-per-cubic-meter
71concentration;	default;	001;	1;	1.0;	item-per-cubic-meter;	1;	1.0;	item-per-cubic-meter
72concentration;	default;	001;	9 / 10;	0.9;	item-per-cubic-meter;	9 / 10;	0.9;	item-per-cubic-meter
73
74consumption;	default;	001;	11 / 1000000000;	1.1E-8;	cubic-meter-per-meter;	11 / 10;	1.1;	liter-per-100-kilometer
75consumption;	default;	001;	1 / 100000000;	1.0E-8;	cubic-meter-per-meter;	1;	1.0;	liter-per-100-kilometer
76consumption;	default;	001;	9 / 1000000000;	9.0E-9;	cubic-meter-per-meter;	9 / 10;	0.9;	liter-per-100-kilometer
77
78consumption;	vehicle-fuel;	001;	11 / 1000000000;	1.1E-8;	cubic-meter-per-meter;	11 / 10;	1.1;	liter-per-100-kilometer
79consumption;	vehicle-fuel;	001;	1 / 100000000;	1.0E-8;	cubic-meter-per-meter;	1;	1.0;	liter-per-100-kilometer
80consumption;	vehicle-fuel;	001;	9 / 1000000000;	9.0E-9;	cubic-meter-per-meter;	9 / 10;	0.9;	liter-per-100-kilometer
81
82consumption;	vehicle-fuel;	BR;	11 / 10000000;	1.1E-6;	cubic-meter-per-meter;	11 / 10;	1.1;	liter-per-kilometer
83consumption;	vehicle-fuel;	BR;	1 / 1000000;	1.0E-6;	cubic-meter-per-meter;	1;	1.0;	liter-per-kilometer
84consumption;	vehicle-fuel;	BR;	9 / 10000000;	9.0E-7;	cubic-meter-per-meter;	9 / 10;	0.9;	liter-per-kilometer
85
86consumption;	vehicle-fuel;	US;	112903 / 52800000000;	2.1383143939394E-6;	cubic-meter-per-meter;	11 / 10;	1.1;	mile-per-gallon
87consumption;	vehicle-fuel;	US;	112903 / 48000000000;	2.3521458333333E-6;	cubic-meter-per-meter;	1;	1.0;	mile-per-gallon
88consumption;	vehicle-fuel;	US;	112903 / 43200000000;	2.6134953703704E-6;	cubic-meter-per-meter;	9 / 10;	0.9;	mile-per-gallon
89
90consumption;	vehicle-fuel;	CA;	454609 / 177027840000;	2.5680085121075E-6;	cubic-meter-per-meter;	11 / 10;	1.1;	mile-per-gallon-imperial
91consumption;	vehicle-fuel;	CA;	454609 / 160934400000;	2.8248093633182E-6;	cubic-meter-per-meter;	1;	1.0;	mile-per-gallon-imperial
92consumption;	vehicle-fuel;	CA;	454609 / 144840960000;	3.1386770703536E-6;	cubic-meter-per-meter;	9 / 10;	0.9;	mile-per-gallon-imperial
93
94duration;	default;	001;	95040;	95040.0;	second;	11 / 10;	1.1;	day
95duration;	default;	001;	86400;	86400.0;	second;	1;	1.0;	day
96duration;	default;	001;	77760;	77760.0;	second;	108 / 5;	21.6;	hour
97duration;	default;	001;	3600;	3600.0;	second;	1;	1.0;	hour
98duration;	default;	001;	3240;	3240.0;	second;	54;	54.0;	minute
99duration;	default;	001;	60;	60.0;	second;	1;	1.0;	minute
100duration;	default;	001;	54;	54.0;	second;	54;	54.0;	second
101duration;	default;	001;	1;	1.0;	second;	1;	1.0;	second
102duration;	default;	001;	9 / 10;	0.9;	second;	900;	900.0;	millisecond
103duration;	default;	001;	1 / 1000;	0.001;	second;	1;	1.0;	millisecond
104duration;	default;	001;	9 / 10000;	9.0E-4;	second;	900;	900.0;	microsecond
105duration;	default;	001;	1 / 1000000;	1.0E-6;	second;	1;	1.0;	microsecond
106duration;	default;	001;	9 / 10000000;	9.0E-7;	second;	900;	900.0;	nanosecond
107duration;	default;	001;	1 / 1000000000;	1.0E-9;	second;	1;	1.0;	nanosecond
108duration;	default;	001;	9 / 10000000000;	9.0E-10;	second;	9 / 10;	0.9;	nanosecond
109
110duration;	media;	001;	66;	66.0;	second;	1;	minute;	6;	6.0;	second
111duration;	media;	001;	60;	60.0;	second;	1;	minute;	0;	0.0;	second
112duration;	media;	001;	54;	54.0;	second;	54;	54.0;	second
113duration;	media;	001;	1;	1.0;	second;	1;	1.0;	second
114duration;	media;	001;	9 / 10;	0.9;	second;	9 / 10;	0.9;	second
115
116energy;	default;	001;	3960000;	3960000.0;	kilogram-square-meter-per-square-second;	11 / 10;	1.1;	kilowatt-hour
117energy;	default;	001;	3600000;	3600000.0;	kilogram-square-meter-per-square-second;	1;	1.0;	kilowatt-hour
118energy;	default;	001;	3240000;	3240000.0;	kilogram-square-meter-per-square-second;	9 / 10;	0.9;	kilowatt-hour
119
120energy;	food;	US;	23012 / 5;	4602.4;	kilogram-square-meter-per-square-second;	11 / 10;	1.1;	foodcalorie
121energy;	food;	US;	4184;	4184.0;	kilogram-square-meter-per-square-second;	1;	1.0;	foodcalorie
122energy;	food;	US;	18828 / 5;	3765.6;	kilogram-square-meter-per-square-second;	9 / 10;	0.9;	foodcalorie
123
124energy;	food;	001;	23012 / 5;	4602.4;	kilogram-square-meter-per-square-second;	11 / 10;	1.1;	kilocalorie
125energy;	food;	001;	4184;	4184.0;	kilogram-square-meter-per-square-second;	1;	1.0;	kilocalorie
126energy;	food;	001;	18828 / 5;	3765.6;	kilogram-square-meter-per-square-second;	9 / 10;	0.9;	kilocalorie
127
128length;	default;	001;	1100;	1100.0;	meter;	11 / 10;	1.1;	kilometer
129length;	default;	001;	1000;	1000.0;	meter;	1;	1.0;	kilometer
130length;	default;	001;	900;	900.0;	meter;	900;	900.0;	meter
131length;	default;	001;	1;	1.0;	meter;	1;	1.0;	meter
132length;	default;	001;	9 / 10;	0.9;	meter;	90;	90.0;	centimeter
133length;	default;	001;	1 / 100;	0.01;	meter;	1;	1.0;	centimeter
134length;	default;	001;	9 / 1000;	0.009;	meter;	9 / 10;	0.9;	centimeter
135
136length;	default;	GB;	1106424 / 625;	1770.2784;	meter;	11 / 10;	1.1;	mile
137length;	default;	GB;	201168 / 125;	1609.344;	meter;	1;	1.0;	mile
138length;	default;	GB;	905256 / 625;	1448.4096;	meter;	4752;	4752.0;	foot
139length;	default;	GB;	381 / 1250;	0.3048;	meter;	1;	1.0;	foot
140length;	default;	GB;	3429 / 12500;	0.27432;	meter;	54 / 5;	10.8;	inch
141length;	default;	GB;	127 / 5000;	0.0254;	meter;	1;	1.0;	inch
142length;	default;	GB;	1143 / 50000;	0.02286;	meter;	9 / 10;	0.9;	inch
143
144length;	focal-length;	001;	11 / 10000;	0.0011;	meter;	11 / 10;	1.1;	millimeter
145length;	focal-length;	001;	1 / 1000;	0.001;	meter;	1;	1.0;	millimeter
146length;	focal-length;	001;	9 / 10000;	9.0E-4;	meter;	9 / 10;	0.9;	millimeter
147
148length;	person;	001;	11 / 1000;	0.011;	meter;	11 / 10;	1.1;	centimeter
149length;	person;	001;	1 / 100;	0.01;	meter;	1;	1.0;	centimeter
150length;	person;	001;	9 / 1000;	0.009;	meter;	9 / 10;	0.9;	centimeter
151
152length;	person;	CA;	1397 / 50000;	0.02794;	meter;	11 / 10;	1.1;	inch
153length;	person;	CA;	127 / 5000;	0.0254;	meter;	1;	1.0;	inch
154length;	person;	CA;	1143 / 50000;	0.02286;	meter;	9 / 10;	0.9;	inch
155
156length;	person-height;	001;	11 / 1000;	0.011;	meter;	11 / 10;	1.1;	centimeter
157length;	person-height;	001;	1 / 100;	0.01;	meter;	1;	1.0;	centimeter
158length;	person-height;	001;	9 / 1000;	0.009;	meter;	9 / 10;	0.9;	centimeter
159
160length;	person-height;	CA;	11811 / 12500;	0.94488;	meter;	3;	foot;	6 / 5;	1.2;	inch
161length;	person-height;	CA;	1143 / 1250;	0.9144;	meter;	3;	foot;	0;	0.0;	inch
162length;	person-height;	CA;	11049 / 12500;	0.88392;	meter;	174 / 5;	34.8;	inch
163length;	person-height;	CA;	127 / 5000;	0.0254;	meter;	1;	1.0;	inch
164length;	person-height;	CA;	1143 / 50000;	0.02286;	meter;	9 / 10;	0.9;	inch
165
166length;	person-height;	AT;	11 / 10;	1.1;	meter;	1;	meter;	10;	10.0;	centimeter
167length;	person-height;	AT;	1;	1.0;	meter;	1;	meter;	0;	0.0;	centimeter
168length;	person-height;	AT;	9 / 10;	0.9;	meter;	0;	meter;	90;	90.0;	centimeter
169
170length;	rainfall;	BR;	11 / 1000;	0.011;	meter;	11 / 10;	1.1;	centimeter
171length;	rainfall;	BR;	1 / 100;	0.01;	meter;	1;	1.0;	centimeter
172length;	rainfall;	BR;	9 / 1000;	0.009;	meter;	9 / 10;	0.9;	centimeter
173
174length;	rainfall;	US;	1397 / 50000;	0.02794;	meter;	11 / 10;	1.1;	inch
175length;	rainfall;	US;	127 / 5000;	0.0254;	meter;	1;	1.0;	inch
176length;	rainfall;	US;	1143 / 50000;	0.02286;	meter;	9 / 10;	0.9;	inch
177
178length;	rainfall;	001;	11 / 10000;	0.0011;	meter;	11 / 10;	1.1;	millimeter
179length;	rainfall;	001;	1 / 1000;	0.001;	meter;	1;	1.0;	millimeter
180length;	rainfall;	001;	9 / 10000;	9.0E-4;	meter;	9 / 10;	0.9;	millimeter
181
182length;	road;	001;	1000;	1000.0;	meter;	1;	1.0;	kilometer
183length;	road;	001;	900;	900.0;	meter;	9 / 10;	0.9;	kilometer
184length;	road;	001;	800;	800.0;	meter;	800;	800.0;	meter
185length;	road;	001;	300;	300.0;	meter;	300;	300.0;	meter
186length;	road;	001;	2999 / 10;	299.9;	meter;	2999 / 10;	299.9;	meter
187length;	road;	001;	10;	10.0;	meter;	10;	10.0;	meter
188length;	road;	001;	99 / 10;	9.9;	meter;	99 / 10;	9.9;	meter
189length;	road;	001;	1;	1.0;	meter;	1;	1.0;	meter
190length;	road;	001;	9 / 10;	0.9;	meter;	9 / 10;	0.9;	meter
191
192length;	road;	US;	603504 / 625;	965.6064;	meter;	3 / 5;	0.6;	mile
193length;	road;	US;	100584 / 125;	804.672;	meter;	1 / 2;	0.5;	mile
194length;	road;	US;	402336 / 625;	643.7376;	meter;	2112;	2112.0;	foot
195length;	road;	US;	762 / 25;	30.48;	meter;	100;	100.0;	foot
196length;	road;	US;	380619 / 12500;	30.44952;	meter;	999 / 10;	99.9;	foot
197length;	road;	US;	381 / 125;	3.048;	meter;	10;	10.0;	foot
198length;	road;	US;	37719 / 12500;	3.01752;	meter;	99 / 10;	9.9;	foot
199length;	road;	US;	381 / 1250;	0.3048;	meter;	1;	1.0;	foot
200length;	road;	US;	3429 / 12500;	0.27432;	meter;	9 / 10;	0.9;	foot
201
202length;	road;	GB;	603504 / 625;	965.6064;	meter;	3 / 5;	0.6;	mile
203length;	road;	GB;	100584 / 125;	804.672;	meter;	1 / 2;	0.5;	mile
204length;	road;	GB;	402336 / 625;	643.7376;	meter;	704;	704.0;	yard
205length;	road;	GB;	2286 / 25;	91.44;	meter;	100;	100.0;	yard
206length;	road;	GB;	1141857 / 12500;	91.34856;	meter;	999 / 10;	99.9;	yard
207length;	road;	GB;	1143 / 125;	9.144;	meter;	10;	10.0;	yard
208length;	road;	GB;	113157 / 12500;	9.05256;	meter;	99 / 10;	9.9;	yard
209length;	road;	GB;	1143 / 1250;	0.9144;	meter;	1;	1.0;	yard
210length;	road;	GB;	10287 / 12500;	0.82296;	meter;	9 / 10;	0.9;	yard
211
212length;	road;	SE;	11000;	11000.0;	meter;	11 / 10;	1.1;	mile-scandinavian
213length;	road;	SE;	10000;	10000.0;	meter;	1;	1.0;	mile-scandinavian
214length;	road;	SE;	9000;	9000.0;	meter;	9;	9.0;	kilometer
215length;	road;	SE;	1000;	1000.0;	meter;	1;	1.0;	kilometer
216length;	road;	SE;	900;	900.0;	meter;	900;	900.0;	meter
217length;	road;	SE;	300;	300.0;	meter;	300;	300.0;	meter
218length;	road;	SE;	2999 / 10;	299.9;	meter;	2999 / 10;	299.9;	meter
219length;	road;	SE;	10;	10.0;	meter;	10;	10.0;	meter
220length;	road;	SE;	99 / 10;	9.9;	meter;	99 / 10;	9.9;	meter
221length;	road;	SE;	1;	1.0;	meter;	1;	1.0;	meter
222length;	road;	SE;	9 / 10;	0.9;	meter;	9 / 10;	0.9;	meter
223
224length;	snowfall;	001;	11 / 1000;	0.011;	meter;	11 / 10;	1.1;	centimeter
225length;	snowfall;	001;	1 / 100;	0.01;	meter;	1;	1.0;	centimeter
226length;	snowfall;	001;	9 / 1000;	0.009;	meter;	9 / 10;	0.9;	centimeter
227
228length;	snowfall;	US;	1397 / 50000;	0.02794;	meter;	11 / 10;	1.1;	inch
229length;	snowfall;	US;	127 / 5000;	0.0254;	meter;	1;	1.0;	inch
230length;	snowfall;	US;	1143 / 50000;	0.02286;	meter;	9 / 10;	0.9;	inch
231
232length;	vehicle;	GB;	4191 / 12500;	0.33528;	meter;	1;	foot;	6 / 5;	1.2;	inch
233length;	vehicle;	GB;	381 / 1250;	0.3048;	meter;	1;	foot;	0;	0.0;	inch
234length;	vehicle;	GB;	3429 / 12500;	0.27432;	meter;	0;	foot;	54 / 5;	10.8;	inch
235
236length;	vehicle;	001;	11 / 10;	1.1;	meter;	11 / 10;	1.1;	meter
237length;	vehicle;	001;	1;	1.0;	meter;	1;	1.0;	meter
238length;	vehicle;	001;	9 / 10;	0.9;	meter;	9 / 10;	0.9;	meter
239
240length;	vehicle;	MX;	11 / 10;	1.1;	meter;	11 / 10;	1.1;	meter
241length;	vehicle;	MX;	1;	1.0;	meter;	1;	1.0;	meter
242length;	vehicle;	MX;	9 / 10;	0.9;	meter;	9 / 10;	0.9;	meter
243
244length;	visiblty;	001;	200;	200.0;	meter;	1 / 5;	0.2;	kilometer
245length;	visiblty;	001;	100;	100.0;	meter;	1 / 10;	0.1;	kilometer
246length;	visiblty;	001;	1;	1.0;	meter;	1;	1.0;	meter
247length;	visiblty;	001;	9 / 10;	0.9;	meter;	9 / 10;	0.9;	meter
248length;	visiblty;	001;	0;	0.0;	meter;	0;	0.0;	meter
249
250length;	visiblty;	DE;	11 / 10;	1.1;	meter;	11 / 10;	1.1;	meter
251length;	visiblty;	DE;	1;	1.0;	meter;	1;	1.0;	meter
252length;	visiblty;	DE;	9 / 10;	0.9;	meter;	9 / 10;	0.9;	meter
253
254length;	visiblty;	GB;	1106424 / 625;	1770.2784;	meter;	11 / 10;	1.1;	mile
255length;	visiblty;	GB;	201168 / 125;	1609.344;	meter;	1;	1.0;	mile
256length;	visiblty;	GB;	905256 / 625;	1448.4096;	meter;	4752;	4752.0;	foot
257length;	visiblty;	GB;	381 / 1250;	0.3048;	meter;	1;	1.0;	foot
258length;	visiblty;	GB;	3429 / 12500;	0.27432;	meter;	9 / 10;	0.9;	foot
259
260mass;	default;	001;	1100;	1100.0;	kilogram;	11 / 10;	1.1;	metric-ton
261mass;	default;	001;	1000;	1000.0;	kilogram;	1;	1.0;	metric-ton
262mass;	default;	001;	900;	900.0;	kilogram;	900;	900.0;	kilogram
263mass;	default;	001;	1;	1.0;	kilogram;	1;	1.0;	kilogram
264mass;	default;	001;	9 / 10;	0.9;	kilogram;	900;	900.0;	gram
265mass;	default;	001;	1 / 1000;	0.001;	kilogram;	1;	1.0;	gram
266mass;	default;	001;	9 / 10000;	9.0E-4;	kilogram;	900;	900.0;	milligram
267mass;	default;	001;	1 / 1000000;	1.0E-6;	kilogram;	1;	1.0;	milligram
268mass;	default;	001;	9 / 10000000;	9.0E-7;	kilogram;	900;	900.0;	microgram
269mass;	default;	001;	1 / 1000000000;	1.0E-9;	kilogram;	1;	1.0;	microgram
270mass;	default;	001;	9 / 10000000000;	9.0E-10;	kilogram;	9 / 10;	0.9;	microgram
271
272mass;	default;	GB;	498951607 / 500000;	997.903214;	kilogram;	11 / 10;	1.1;	ton
273mass;	default;	GB;	45359237 / 50000;	907.18474;	kilogram;	1;	1.0;	ton
274mass;	default;	GB;	408233133 / 500000;	816.466266;	kilogram;	1800;	1800.0;	pound
275mass;	default;	GB;	45359237 / 100000000;	0.45359237;	kilogram;	1;	1.0;	pound
276mass;	default;	GB;	408233133 / 1000000000;	0.408233133;	kilogram;	72 / 5;	14.4;	ounce
277mass;	default;	GB;	45359237 / 1600000000;	0.028349523125;	kilogram;	1;	1.0;	ounce
278mass;	default;	GB;	408233133 / 16000000000;	0.0255145708125;	kilogram;	9 / 10;	0.9;	ounce
279
280mass;	person;	001;	11 / 10;	1.1;	kilogram;	11 / 10;	1.1;	kilogram
281mass;	person;	001;	1;	1.0;	kilogram;	1;	1.0;	kilogram
282mass;	person;	001;	9 / 10;	0.9;	kilogram;	900;	900.0;	gram
283mass;	person;	001;	1 / 1000;	0.001;	kilogram;	1;	1.0;	gram
284mass;	person;	001;	9 / 10000;	9.0E-4;	kilogram;	9 / 10;	0.9;	gram
285
286mass;	person;	DZ;	11 / 10;	1.1;	kilogram;	11 / 10;	1.1;	kilogram
287mass;	person;	DZ;	1;	1.0;	kilogram;	1;	1.0;	kilogram
288mass;	person;	DZ;	9 / 10;	0.9;	kilogram;	900;	900.0;	gram
289
290mass;	person;	US;	498951607 / 1000000000;	0.498951607;	kilogram;	11 / 10;	1.1;	pound
291mass;	person;	US;	45359237 / 100000000;	0.45359237;	kilogram;	1;	1.0;	pound
292mass;	person;	US;	408233133 / 1000000000;	0.408233133;	kilogram;	0;	pound;	72 / 5;	14.4;	ounce
293
294mass;	person;	GB;	3492661249 / 500000000;	6.985322498;	kilogram;	1;	stone;	7 / 5;	1.4;	pound
295mass;	person;	GB;	317514659 / 50000000;	6.35029318;	kilogram;	1;	stone;	0;	0.0;	pound
296mass;	person;	GB;	2857631931 / 500000000;	5.715263862;	kilogram;	12;	pound;	48 / 5;	9.6;	ounce
297mass;	person;	GB;	45359237 / 100000000;	0.45359237;	kilogram;	1;	pound;	0;	0.0;	ounce
298mass;	person;	GB;	408233133 / 1000000000;	0.408233133;	kilogram;	0;	pound;	72 / 5;	14.4;	ounce
299
300mass;	person;	HK;	498951607 / 1000000000;	0.498951607;	kilogram;	1;	pound;	8 / 5;	1.6;	ounce
301mass;	person;	HK;	45359237 / 100000000;	0.45359237;	kilogram;	1;	pound;	0;	0.0;	ounce
302mass;	person;	HK;	408233133 / 1000000000;	0.408233133;	kilogram;	0;	pound;	72 / 5;	14.4;	ounce
303
304mass-density;	default;	001;	11 / 10;	1.1;	kilogram-per-cubic-meter;	11 / 10;	1.1;	kilogram-per-cubic-meter
305mass-density;	default;	001;	1;	1.0;	kilogram-per-cubic-meter;	1;	1.0;	kilogram-per-cubic-meter
306mass-density;	default;	001;	9 / 10;	0.9;	kilogram-per-cubic-meter;	9 / 10;	0.9;	kilogram-per-cubic-meter
307
308power;	default;	001;	1100000000;	1.1E9;	kilogram-square-meter-per-cubic-second;	11 / 10;	1.1;	gigawatt
309power;	default;	001;	1000000000;	1.0E9;	kilogram-square-meter-per-cubic-second;	1;	1.0;	gigawatt
310power;	default;	001;	900000000;	9.0E8;	kilogram-square-meter-per-cubic-second;	900;	900.0;	megawatt
311power;	default;	001;	1000000;	1000000.0;	kilogram-square-meter-per-cubic-second;	1;	1.0;	megawatt
312power;	default;	001;	900000;	900000.0;	kilogram-square-meter-per-cubic-second;	900;	900.0;	kilowatt
313power;	default;	001;	1000;	1000.0;	kilogram-square-meter-per-cubic-second;	1;	1.0;	kilowatt
314power;	default;	001;	900;	900.0;	kilogram-square-meter-per-cubic-second;	900;	900.0;	watt
315power;	default;	001;	1;	1.0;	kilogram-square-meter-per-cubic-second;	1;	1.0;	watt
316power;	default;	001;	9 / 10;	0.9;	kilogram-square-meter-per-cubic-second;	900;	900.0;	milliwatt
317power;	default;	001;	1 / 1000;	0.001;	kilogram-square-meter-per-cubic-second;	1;	1.0;	milliwatt
318power;	default;	001;	9 / 10000;	9.0E-4;	kilogram-square-meter-per-cubic-second;	9 / 10;	0.9;	milliwatt
319
320power;	engine;	001;	1100;	1100.0;	kilogram-square-meter-per-cubic-second;	11 / 10;	1.1;	kilowatt
321power;	engine;	001;	1000;	1000.0;	kilogram-square-meter-per-cubic-second;	1;	1.0;	kilowatt
322power;	engine;	001;	900;	900.0;	kilogram-square-meter-per-cubic-second;	9 / 10;	0.9;	kilowatt
323
324power;	engine;	GB;	410134929370248621 / 500000000000000;	820.2698587404972;	kilogram-square-meter-per-cubic-second;	11 / 10;	1.1;	horsepower
325power;	engine;	GB;	37284993579113511 / 50000000000000;	745.6998715822702;	kilogram-square-meter-per-cubic-second;	1;	1.0;	horsepower
326power;	engine;	GB;	335564942212021599 / 500000000000000;	671.1298844240432;	kilogram-square-meter-per-cubic-second;	9 / 10;	0.9;	horsepower
327
328pressure;	baromtrc;	001;	110;	110.0;	kilogram-per-meter-square-second;	11 / 10;	1.1;	hectopascal
329pressure;	baromtrc;	001;	100;	100.0;	kilogram-per-meter-square-second;	1;	1.0;	hectopascal
330pressure;	baromtrc;	001;	90;	90.0;	kilogram-per-meter-square-second;	9 / 10;	0.9;	hectopascal
331
332pressure;	baromtrc;	IN;	37250275043751 / 10000000000;	3725.0275043751;	kilogram-per-meter-square-second;	11 / 10;	1.1;	inch-ofhg
333pressure;	baromtrc;	IN;	3386388640341 / 1000000000;	3386.388640341;	kilogram-per-meter-square-second;	1;	1.0;	inch-ofhg
334pressure;	baromtrc;	IN;	30477497763069 / 10000000000;	3047.7497763069;	kilogram-per-meter-square-second;	9 / 10;	0.9;	inch-ofhg
335
336pressure;	baromtrc;	BR;	110;	110.0;	kilogram-per-meter-square-second;	11 / 10;	1.1;	millibar
337pressure;	baromtrc;	BR;	100;	100.0;	kilogram-per-meter-square-second;	1;	1.0;	millibar
338pressure;	baromtrc;	BR;	90;	90.0;	kilogram-per-meter-square-second;	9 / 10;	0.9;	millibar
339
340pressure;	baromtrc;	MX;	293309252313 / 2000000000;	146.6546261565;	kilogram-per-meter-square-second;	11 / 10;	1.1;	millimeter-ofhg
341pressure;	baromtrc;	MX;	26664477483 / 200000000;	133.322387415;	kilogram-per-meter-square-second;	1;	1.0;	millimeter-ofhg
342pressure;	baromtrc;	MX;	239980297347 / 2000000000;	119.9901486735;	kilogram-per-meter-square-second;	9 / 10;	0.9;	millimeter-ofhg
343
344pressure;	default;	001;	1100000;	1100000.0;	kilogram-per-meter-square-second;	11 / 10;	1.1;	megapascal
345pressure;	default;	001;	1000000;	1000000.0;	kilogram-per-meter-square-second;	1;	1.0;	megapascal
346pressure;	default;	001;	900000;	900000.0;	kilogram-per-meter-square-second;	900000;	900000.0;	pascal
347pressure;	default;	001;	1;	1.0;	kilogram-per-meter-square-second;	1;	1.0;	pascal
348pressure;	default;	001;	9 / 10;	0.9;	kilogram-per-meter-square-second;	9 / 10;	0.9;	pascal
349
350pressure;	default;	GB;	97860875535731 / 12903200000;	7584.233022485197;	kilogram-per-meter-square-second;	11 / 10;	1.1;	pound-force-per-square-inch
351pressure;	default;	GB;	8896443230521 / 1290320000;	6894.757293168361;	kilogram-per-meter-square-second;	1;	1.0;	pound-force-per-square-inch
352pressure;	default;	GB;	80067989074689 / 12903200000;	6205.281563851525;	kilogram-per-meter-square-second;	9 / 10;	0.9;	pound-force-per-square-inch
353
354speed;	default;	001;	11 / 36;	0.3055555555555556;	meter-per-second;	11 / 10;	1.1;	kilometer-per-hour
355speed;	default;	001;	5 / 18;	0.2777777777777778;	meter-per-second;	1;	1.0;	kilometer-per-hour
356speed;	default;	001;	1 / 4;	0.25;	meter-per-second;	9 / 10;	0.9;	kilometer-per-hour
357
358speed;	default;	GB;	15367 / 31250;	0.491744;	meter-per-second;	11 / 10;	1.1;	mile-per-hour
359speed;	default;	GB;	1397 / 3125;	0.44704;	meter-per-second;	1;	1.0;	mile-per-hour
360speed;	default;	GB;	12573 / 31250;	0.402336;	meter-per-second;	9 / 10;	0.9;	mile-per-hour
361
362speed;	wind;	001;	11 / 36;	0.3055555555555556;	meter-per-second;	11 / 10;	1.1;	kilometer-per-hour
363speed;	wind;	001;	5 / 18;	0.2777777777777778;	meter-per-second;	1;	1.0;	kilometer-per-hour
364speed;	wind;	001;	1 / 4;	0.25;	meter-per-second;	9 / 10;	0.9;	kilometer-per-hour
365
366speed;	wind;	FI;	11 / 10;	1.1;	meter-per-second;	11 / 10;	1.1;	meter-per-second
367speed;	wind;	FI;	1;	1.0;	meter-per-second;	1;	1.0;	meter-per-second
368speed;	wind;	FI;	9 / 10;	0.9;	meter-per-second;	9 / 10;	0.9;	meter-per-second
369
370speed;	wind;	US;	15367 / 31250;	0.491744;	meter-per-second;	11 / 10;	1.1;	mile-per-hour
371speed;	wind;	US;	1397 / 3125;	0.44704;	meter-per-second;	1;	1.0;	mile-per-hour
372speed;	wind;	US;	12573 / 31250;	0.402336;	meter-per-second;	9 / 10;	0.9;	mile-per-hour
373
374temperature;	default;	001;	1097 / 4;	274.25;	kelvin;	11 / 10;	1.1;	celsius
375temperature;	default;	001;	5483 / 20;	274.15;	kelvin;	1;	1.0;	celsius
376temperature;	default;	001;	5481 / 20;	274.05;	kelvin;	9 / 10;	0.9;	celsius
377
378temperature;	default;	US;	15359 / 60;	255.9833333333333;	kelvin;	11 / 10;	1.1;	fahrenheit
379temperature;	default;	US;	46067 / 180;	255.9277777777778;	kelvin;	1;	1.0;	fahrenheit
380temperature;	default;	US;	46057 / 180;	255.8722222222222;	kelvin;	9 / 10;	0.9;	fahrenheit
381
382temperature;	weather;	001;	1097 / 4;	274.25;	kelvin;	11 / 10;	1.1;	celsius
383temperature;	weather;	001;	5483 / 20;	274.15;	kelvin;	1;	1.0;	celsius
384temperature;	weather;	001;	5481 / 20;	274.05;	kelvin;	9 / 10;	0.9;	celsius
385
386temperature;	weather;	BS;	15359 / 60;	255.9833333333333;	kelvin;	11 / 10;	1.1;	fahrenheit
387temperature;	weather;	BS;	46067 / 180;	255.9277777777778;	kelvin;	1;	1.0;	fahrenheit
388temperature;	weather;	BS;	46057 / 180;	255.8722222222222;	kelvin;	9 / 10;	0.9;	fahrenheit
389
390volume;	default;	001;	11 / 10;	1.1;	cubic-meter;	11 / 10;	1.1;	cubic-meter
391volume;	default;	001;	1;	1.0;	cubic-meter;	1;	1.0;	cubic-meter
392volume;	default;	001;	9 / 10;	0.9;	cubic-meter;	900000;	900000.0;	cubic-centimeter
393volume;	default;	001;	1 / 1000000;	1.0E-6;	cubic-meter;	1;	1.0;	cubic-centimeter
394volume;	default;	001;	9 / 10000000;	9.0E-7;	cubic-meter;	9 / 10;	0.9;	cubic-centimeter
395
396volume;	default;	GB;	608369751 / 19531250000;	0.0311485312512;	cubic-meter;	11 / 10;	1.1;	cubic-foot
397volume;	default;	GB;	55306341 / 1953125000;	0.028316846592;	cubic-meter;	1;	1.0;	cubic-foot
398volume;	default;	GB;	497757069 / 19531250000;	0.0254851619328;	cubic-meter;	7776 / 5;	1555.2;	cubic-inch
399volume;	default;	GB;	2048383 / 125000000000;	1.6387064E-5;	cubic-meter;	1;	1.0;	cubic-inch
400volume;	default;	GB;	18435447 / 1250000000000;	1.47483576E-5;	cubic-meter;	9 / 10;	0.9;	cubic-inch
401
402volume;	fluid;	001;	11 / 10000;	0.0011;	cubic-meter;	11 / 10;	1.1;	liter
403volume;	fluid;	001;	1 / 1000;	0.001;	cubic-meter;	1;	1.0;	liter
404volume;	fluid;	001;	9 / 10000;	9.0E-4;	cubic-meter;	900;	900.0;	milliliter
405volume;	fluid;	001;	1 / 1000000;	1.0E-6;	cubic-meter;	1;	1.0;	milliliter
406volume;	fluid;	001;	9 / 10000000;	9.0E-7;	cubic-meter;	9 / 10;	0.9;	milliliter
407
408volume;	fluid;	US;	5204941203 / 1250000000000;	0.0041639529624;	cubic-meter;	11 / 10;	1.1;	gallon
409volume;	fluid;	US;	473176473 / 125000000000;	0.003785411784;	cubic-meter;	1;	1.0;	gallon
410volume;	fluid;	US;	4258588257 / 1250000000000;	0.0034068706056;	cubic-meter;	18 / 5;	3.6;	quart
411volume;	fluid;	US;	473176473 / 500000000000;	9.46352946E-4;	cubic-meter;	1;	1.0;	quart
412volume;	fluid;	US;	4258588257 / 5000000000000;	8.517176514E-4;	cubic-meter;	9 / 5;	1.8;	pint
413volume;	fluid;	US;	473176473 / 1000000000000;	4.73176473E-4;	cubic-meter;	1;	1.0;	pint
414volume;	fluid;	US;	4258588257 / 10000000000000;	4.258588257E-4;	cubic-meter;	9 / 5;	1.8;	cup
415volume;	fluid;	US;	473176473 / 2000000000000;	2.365882365E-4;	cubic-meter;	1;	1.0;	cup
416volume;	fluid;	US;	4258588257 / 20000000000000;	2.1292941285E-4;	cubic-meter;	36 / 5;	7.2;	fluid-ounce
417volume;	fluid;	US;	473176473 / 16000000000000;	2.95735295625E-5;	cubic-meter;	1;	1.0;	fluid-ounce
418volume;	fluid;	US;	4258588257 / 160000000000000;	2.661617660625E-5;	cubic-meter;	9 / 5;	1.8;	tablespoon
419volume;	fluid;	US;	473176473 / 32000000000000;	1.478676478125E-5;	cubic-meter;	1;	1.0;	tablespoon
420volume;	fluid;	US;	4258588257 / 320000000000000;	1.3308088303125E-5;	cubic-meter;	27 / 10;	2.7;	teaspoon
421volume;	fluid;	US;	157725491 / 32000000000000;	4.92892159375E-6;	cubic-meter;	1;	1.0;	teaspoon
422volume;	fluid;	US;	1419529419 / 320000000000000;	4.436029434375E-6;	cubic-meter;	9 / 10;	0.9;	teaspoon
423
424volume;	fluid;	GB;	5000699 / 1000000000;	0.005000699;	cubic-meter;	11 / 10;	1.1;	gallon-imperial
425volume;	fluid;	GB;	454609 / 100000000;	0.00454609;	cubic-meter;	1;	1.0;	gallon-imperial
426volume;	fluid;	GB;	4091481 / 1000000000;	0.004091481;	cubic-meter;	144;	144.0;	fluid-ounce-imperial
427volume;	fluid;	GB;	454609 / 16000000000;	2.84130625E-5;	cubic-meter;	1;	1.0;	fluid-ounce-imperial
428volume;	fluid;	GB;	4091481 / 160000000000;	2.557175625E-5;	cubic-meter;	9 / 10;	0.9;	fluid-ounce-imperial
429
430volume;	oil;	001;	109303765263 / 625000000000;	0.1748860244208;	cubic-meter;	11 / 10;	1.1;	barrel
431volume;	oil;	001;	9936705933 / 62500000000;	0.158987294928;	cubic-meter;	1;	1.0;	barrel
432volume;	oil;	001;	89430353397 / 625000000000;	0.1430885654352;	cubic-meter;	9 / 10;	0.9;	barrel
433
434volume;	vehicle;	US;	5204941203 / 1250000000000;	0.0041639529624;	cubic-meter;	11 / 10;	1.1;	gallon
435volume;	vehicle;	US;	473176473 / 125000000000;	0.003785411784;	cubic-meter;	1;	1.0;	gallon
436volume;	vehicle;	US;	4258588257 / 1250000000000;	0.0034068706056;	cubic-meter;	9 / 10;	0.9;	gallon
437
438volume;	vehicle;	001;	11 / 10000;	0.0011;	cubic-meter;	11 / 10;	1.1;	liter
439volume;	vehicle;	001;	1 / 1000;	0.001;	cubic-meter;	1;	1.0;	liter
440volume;	vehicle;	001;	9 / 10000;	9.0E-4;	cubic-meter;	9 / 10;	0.9;	liter
441
442year-duration;	default;	001;	11 / 10;	1.1;	year;	11 / 10;	1.1;	year
443year-duration;	default;	001;	1;	1.0;	year;	1;	1.0;	year
444year-duration;	default;	001;	9 / 10;	0.9;	year;	54 / 5;	10.8;	month
445year-duration;	default;	001;	1 / 12;	0.08333333333333333;	year;	1;	1.0;	month
446year-duration;	default;	001;	3 / 40;	0.075;	year;	9 / 10;	0.9;	month
447
448year-duration;	person-age;	001;	13 / 5;	2.6;	year;	13 / 5;	2.6;	year-person
449year-duration;	person-age;	001;	5 / 2;	2.5;	year;	5 / 2;	2.5;	year-person
450year-duration;	person-age;	001;	12 / 5;	2.4;	year;	2;	year-person;	24 / 5;	4.8;	month-person
451year-duration;	person-age;	001;	1;	1.0;	year;	1;	year-person;	0;	0.0;	month-person
452year-duration;	person-age;	001;	9 / 10;	0.9;	year;	54 / 5;	10.8;	month-person
453year-duration;	person-age;	001;	1 / 12;	0.08333333333333333;	year;	1;	1.0;	month-person
454year-duration;	person-age;	001;	3 / 40;	0.075;	year;	9 / 10;	0.9;	month-person