1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd"> 3<!-- Copyright © 1991-2015 Unicode, Inc. CLDR data files are interpreted according to the LDML specification 4 (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> 5 6<ldmlBCP47> 7 <version number="$Revision$" /> 8 <keyword> 9 <key name="ms" description="Measurement System" alias="measure" since="28"> 10 <type name="metric" description="Metric System" since="28" /> 11 <type name="ussystem" description="US System of measurement: feet, pints, etc.; pints are 16oz" 12 since="28" /> 13 <type name="uksystem" description="UK System of measurement: feet, pints, etc.; pints are 20oz" 14 alias="imperial" since="28" /> 15 </key> 16 <key name="mu" since="42" description="Allows setting overrides for measurement units. Currently limited to quantity=temperature, and no provision for usage or size."> 17 <type name="celsius" description="temperature unit is Celsius" since="42" /> 18 <type name="kelvin" description="temperature unit is Kelvin" since="42" /> 19 <type name="fahrenhe" description="temperature unit is Fahrenheit" since="42" /> 20 </key> 21 </keyword> 22</ldmlBCP47> 23