1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3 <!-- Copyright 1991-2018 Unicode, Inc. 4 For terms of use, see http://www.unicode.org/copyright.html 5 Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 6 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7 --> 8 <ldml> 9 <identity> 10 <version number="$Revision: 13869 $"/> 11 <language type="en"/> 12 <territory type="MO"/> 13 </identity> 14 <dates> 15 <timeZoneNames> 16 <metazone type="Hong_Kong"> 17 <short> 18 <generic>HKT</generic> 19 <standard>HKT</standard> 20 <daylight>HKST</daylight> 21 </short> 22 </metazone> 23 <metazone type="Macau"> 24 <short> 25 <generic>MST</generic> 26 <standard>MST</standard> 27 <daylight>MDT</daylight> 28 </short> 29 </metazone> 30 </timeZoneNames> 31 </dates> 32 <numbers> 33 <currencies> 34 <currency type="MOP"> 35 <symbol>MOP$</symbol> 36 </currency> 37 </currencies> 38 </numbers> 39 </ldml> 40