1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2014 Unicode, Inc.
   4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   5 For terms of use, see http://www.unicode.org/copyright.html
   6 -->
   7 <ldml>
   8         <identity>
   9                 <version number="$Revision: 11290 $"/>
  10                 <generation date="$Date: 2015-02-22 04:15:45 -0600 (Sun, 22 Feb 2015) $"/>
  11                 <language type="root"/>
  12         </identity>
  13         <localeDisplayNames>
  14                 <localeDisplayPattern>
  15                         <localePattern>{0} ({1})</localePattern>
  16                         <localeSeparator>{0}, {1}</localeSeparator>
  17                         <localeKeyTypePattern>{0}: {1}</localeKeyTypePattern>
  18                 </localeDisplayPattern>
  19                 <measurementSystemNames>
  20                         <measurementSystemName type="metric">Metric</measurementSystemName>
  21                         <measurementSystemName type="UK">UK</measurementSystemName>
  22                         <measurementSystemName type="US">US</measurementSystemName>
  23                 </measurementSystemNames>
  24                 <codePatterns>
  25                         <codePattern type="language">{0}</codePattern>
  26                         <codePattern type="script">{0}</codePattern>
  27                         <codePattern type="territory">{0}</codePattern>
  28                 </codePatterns>
  29         </localeDisplayNames>
  30         <layout>
  31                 <orientation>
  32                         <characterOrder>left-to-right</characterOrder>
  33                         <lineOrder>top-to-bottom</lineOrder>
  34                 </orientation>
  35         </layout>
  36         <characters>
  37                 <exemplarCharacters>[]</exemplarCharacters>
  38                 <exemplarCharacters type="auxiliary">[]</exemplarCharacters>
  39                 <exemplarCharacters type="punctuation">[\- , ; \: ! ? . ( ) \[ \] \{ \}]</exemplarCharacters>
  40                 <ellipsis type="final">{0}…</ellipsis>
  41                 <ellipsis type="initial">…{0}</ellipsis>
  42                 <ellipsis type="medial">{0}…{1}</ellipsis>
  43                 <ellipsis type="word-final">{0} …</ellipsis>
  44                 <ellipsis type="word-initial">… {0}</ellipsis>
  45                 <ellipsis type="word-medial">{0} … {1}</ellipsis>
  46                 <moreInformation>?</moreInformation>
  47         </characters>
  48         <delimiters>
  49                 <quotationStart>“</quotationStart>
  50                 <quotationEnd>”</quotationEnd>
  51                 <alternateQuotationStart>‘</alternateQuotationStart>
  52                 <alternateQuotationEnd>’</alternateQuotationEnd>
  53         </delimiters>
  54         <dates>
  55                 <calendars>
  56                         <calendar type="buddhist">
  57                                 <months>
  58                                         <alias source="locale" path="../../calendar[@type='gregorian']/months"/>
  59                                 </months>
  60                                 <days>
  61                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
  62                                 </days>
  63                                 <quarters>
  64                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
  65                                 </quarters>
  66                                 <dayPeriods>
  67                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
  68                                 </dayPeriods>
  69                                 <eras>
  70                                         <eraNames>
  71                                                 <alias source="locale" path="../eraAbbr"/>
  72                                         </eraNames>
  73                                         <eraAbbr>
  74                                                 <era type="0">BE</era>
  75                                                 <!-- = 544 BC gregorian. -->
  76                                         </eraAbbr>
  77                                         <eraNarrow>
  78                                                 <alias source="locale" path="../eraAbbr"/>
  79                                         </eraNarrow>
  80                                 </eras>
  81                                 <dateFormats>
  82                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
  83                                 </dateFormats>
  84                                 <timeFormats>
  85                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
  86                                 </timeFormats>
  87                                 <dateTimeFormats>
  88                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
  89                                 </dateTimeFormats>
  90                         </calendar>
  91                         <calendar type="chinese">
  92                                 <months>
  93                                         <monthContext type="format">
  94                                                 <monthWidth type="abbreviated">
  95                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
  96                                                 </monthWidth>
  97                                                 <monthWidth type="narrow">
  98                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
  99                                                 </monthWidth>
 100                                                 <monthWidth type="wide">
 101                                                         <month type="1">M01</month>
 102                                                         <month type="2">M02</month>
 103                                                         <month type="3">M03</month>
 104                                                         <month type="4">M04</month>
 105                                                         <month type="5">M05</month>
 106                                                         <month type="6">M06</month>
 107                                                         <month type="7">M07</month>
 108                                                         <month type="8">M08</month>
 109                                                         <month type="9">M09</month>
 110                                                         <month type="10">M10</month>
 111                                                         <month type="11">M11</month>
 112                                                         <month type="12">M12</month>
 113                                                 </monthWidth>
 114                                         </monthContext>
 115                                         <monthContext type="stand-alone">
 116                                                 <monthWidth type="abbreviated">
 117                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
 118                                                 </monthWidth>
 119                                                 <monthWidth type="narrow">
 120                                                         <month type="1">1</month>
 121                                                         <month type="2">2</month>
 122                                                         <month type="3">3</month>
 123                                                         <month type="4">4</month>
 124                                                         <month type="5">5</month>
 125                                                         <month type="6">6</month>
 126                                                         <month type="7">7</month>
 127                                                         <month type="8">8</month>
 128                                                         <month type="9">9</month>
 129                                                         <month type="10">10</month>
 130                                                         <month type="11">11</month>
 131                                                         <month type="12">12</month>
 132                                                 </monthWidth>
 133                                                 <monthWidth type="wide">
 134                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
 135                                                 </monthWidth>
 136                                         </monthContext>
 137                                 </months>
 138                                 <monthPatterns>
 139                                         <monthPatternContext type="format">
 140                                                 <monthPatternWidth type="abbreviated">
 141                                                         <alias source="locale" path="../monthPatternWidth[@type='wide']"/>
 142                                                 </monthPatternWidth>
 143                                                 <monthPatternWidth type="narrow">
 144                                                         <alias source="locale" path="../../monthPatternContext[@type='stand-alone']/monthPatternWidth[@type='narrow']"/>
 145                                                 </monthPatternWidth>
 146                                                 <monthPatternWidth type="wide">
 147                                                         <monthPattern type="leap">{0}bis</monthPattern>
 148                                                 </monthPatternWidth>
 149                                         </monthPatternContext>
 150                                         <monthPatternContext type="numeric">
 151                                                 <monthPatternWidth type="all">
 152                                                         <monthPattern type="leap">{0}bis</monthPattern>
 153                                                 </monthPatternWidth>
 154                                         </monthPatternContext>
 155                                         <monthPatternContext type="stand-alone">
 156                                                 <monthPatternWidth type="abbreviated">
 157                                                         <alias source="locale" path="../../monthPatternContext[@type='format']/monthPatternWidth[@type='abbreviated']"/>
 158                                                 </monthPatternWidth>
 159                                                 <monthPatternWidth type="narrow">
 160                                                         <monthPattern type="leap">{0}b</monthPattern>
 161                                                 </monthPatternWidth>
 162                                                 <monthPatternWidth type="wide">
 163                                                         <alias source="locale" path="../../monthPatternContext[@type='format']/monthPatternWidth[@type='wide']"/>
 164                                                 </monthPatternWidth>
 165                                         </monthPatternContext>
 166                                 </monthPatterns>
 167                                 <days>
 168                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
 169                                 </days>
 170                                 <quarters>
 171                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
 172                                 </quarters>
 173                                 <dayPeriods>
 174                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
 175                                 </dayPeriods>
 176                                 <!-- chinese eras are computed, and don't fall back to gregorian -->
 177                                 <cyclicNameSets>
 178                                         <cyclicNameSet type="dayParts">
 179                                                 <cyclicNameContext type="format">
 180                                                         <cyclicNameWidth type="abbreviated">
 181                                                                 <cyclicName type="1">zi</cyclicName>
 182                                                                 <cyclicName type="2">chou</cyclicName>
 183                                                                 <cyclicName type="3">yin</cyclicName>
 184                                                                 <cyclicName type="4">mao</cyclicName>
 185                                                                 <cyclicName type="5">chen</cyclicName>
 186                                                                 <cyclicName type="6">si</cyclicName>
 187                                                                 <cyclicName type="7">wu</cyclicName>
 188                                                                 <cyclicName type="8">wei</cyclicName>
 189                                                                 <cyclicName type="9">shen</cyclicName>
 190                                                                 <cyclicName type="10">you</cyclicName>
 191                                                                 <cyclicName type="11">xu</cyclicName>
 192                                                                 <cyclicName type="12">hai</cyclicName>
 193                                                         </cyclicNameWidth>
 194                                                         <cyclicNameWidth type="narrow">
 195                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 196                                                         </cyclicNameWidth>
 197                                                         <cyclicNameWidth type="wide">
 198                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 199                                                         </cyclicNameWidth>
 200                                                 </cyclicNameContext>
 201                                         </cyclicNameSet>
 202                                         <cyclicNameSet type="days">
 203                                                 <alias source="locale" path="../cyclicNameSet[@type='years']"/>
 204                                         </cyclicNameSet>
 205                                         <cyclicNameSet type="months">
 206                                                 <alias source="locale" path="../cyclicNameSet[@type='years']"/>
 207                                         </cyclicNameSet>
 208                                         <cyclicNameSet type="solarTerms">
 209                                                 <cyclicNameContext type="format">
 210                                                         <cyclicNameWidth type="abbreviated">
 211                                                                 <cyclicName type="1">spring begins</cyclicName>
 212                                                                 <cyclicName type="2">rain water</cyclicName>
 213                                                                 <cyclicName type="3">insects awaken</cyclicName>
 214                                                                 <cyclicName type="4">spring equinox</cyclicName>
 215                                                                 <cyclicName type="5">bright and clear</cyclicName>
 216                                                                 <cyclicName type="6">grain rain</cyclicName>
 217                                                                 <cyclicName type="7">summer begins</cyclicName>
 218                                                                 <cyclicName type="8">grain full</cyclicName>
 219                                                                 <cyclicName type="9">grain in ear</cyclicName>
 220                                                                 <cyclicName type="10">summer solstice</cyclicName>
 221                                                                 <cyclicName type="11">minor heat</cyclicName>
 222                                                                 <cyclicName type="12">major heat</cyclicName>
 223                                                                 <cyclicName type="13">autumn begins</cyclicName>
 224                                                                 <cyclicName type="14">end of heat</cyclicName>
 225                                                                 <cyclicName type="15">white dew</cyclicName>
 226                                                                 <cyclicName type="16">autumn equinox</cyclicName>
 227                                                                 <cyclicName type="17">cold dew</cyclicName>
 228                                                                 <cyclicName type="18">frost descends</cyclicName>
 229                                                                 <cyclicName type="19">winter begins</cyclicName>
 230                                                                 <cyclicName type="20">minor snow</cyclicName>
 231                                                                 <cyclicName type="21">major snow</cyclicName>
 232                                                                 <cyclicName type="22">winter solstice</cyclicName>
 233                                                                 <cyclicName type="23">minor cold</cyclicName>
 234                                                                 <cyclicName type="24">major cold</cyclicName>
 235                                                         </cyclicNameWidth>
 236                                                         <cyclicNameWidth type="narrow">
 237                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 238                                                         </cyclicNameWidth>
 239                                                         <cyclicNameWidth type="wide">
 240                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 241                                                         </cyclicNameWidth>
 242                                                 </cyclicNameContext>
 243                                         </cyclicNameSet>
 244                                         <cyclicNameSet type="years">
 245                                                 <cyclicNameContext type="format">
 246                                                         <cyclicNameWidth type="abbreviated">
 247                                                                 <cyclicName type="1">jia-zi</cyclicName>
 248                                                                 <cyclicName type="2">yi-chou</cyclicName>
 249                                                                 <cyclicName type="3">bing-yin</cyclicName>
 250                                                                 <cyclicName type="4">ding-mao</cyclicName>
 251                                                                 <cyclicName type="5">wu-chen</cyclicName>
 252                                                                 <cyclicName type="6">ji-si</cyclicName>
 253                                                                 <cyclicName type="7">geng-wu</cyclicName>
 254                                                                 <cyclicName type="8">xin-wei</cyclicName>
 255                                                                 <cyclicName type="9">ren-shen</cyclicName>
 256                                                                 <cyclicName type="10">gui-you</cyclicName>
 257                                                                 <cyclicName type="11">jia-xu</cyclicName>
 258                                                                 <cyclicName type="12">yi-hai</cyclicName>
 259                                                                 <cyclicName type="13">bing-zi</cyclicName>
 260                                                                 <cyclicName type="14">ding-chou</cyclicName>
 261                                                                 <cyclicName type="15">wu-yin</cyclicName>
 262                                                                 <cyclicName type="16">ji-mao</cyclicName>
 263                                                                 <cyclicName type="17">geng-chen</cyclicName>
 264                                                                 <cyclicName type="18">xin-si</cyclicName>
 265                                                                 <cyclicName type="19">ren-wu</cyclicName>
 266                                                                 <cyclicName type="20">gui-wei</cyclicName>
 267                                                                 <cyclicName type="21">jia-shen</cyclicName>
 268                                                                 <cyclicName type="22">yi-you</cyclicName>
 269                                                                 <cyclicName type="23">bing-xu</cyclicName>
 270                                                                 <cyclicName type="24">ding-hai</cyclicName>
 271                                                                 <cyclicName type="25">wu-zi</cyclicName>
 272                                                                 <cyclicName type="26">ji-chou</cyclicName>
 273                                                                 <cyclicName type="27">geng-yin</cyclicName>
 274                                                                 <cyclicName type="28">xin-mao</cyclicName>
 275                                                                 <cyclicName type="29">ren-chen</cyclicName>
 276                                                                 <cyclicName type="30">gui-si</cyclicName>
 277                                                                 <cyclicName type="31">jia-wu</cyclicName>
 278                                                                 <cyclicName type="32">yi-wei</cyclicName>
 279                                                                 <cyclicName type="33">bing-shen</cyclicName>
 280                                                                 <cyclicName type="34">ding-you</cyclicName>
 281                                                                 <cyclicName type="35">wu-xu</cyclicName>
 282                                                                 <cyclicName type="36">ji-hai</cyclicName>
 283                                                                 <cyclicName type="37">geng-zi</cyclicName>
 284                                                                 <cyclicName type="38">xin-chou</cyclicName>
 285                                                                 <cyclicName type="39">ren-yin</cyclicName>
 286                                                                 <cyclicName type="40">gui-mao</cyclicName>
 287                                                                 <cyclicName type="41">jia-chen</cyclicName>
 288                                                                 <cyclicName type="42">yi-si</cyclicName>
 289                                                                 <cyclicName type="43">bing-wu</cyclicName>
 290                                                                 <cyclicName type="44">ding-wei</cyclicName>
 291                                                                 <cyclicName type="45">wu-shen</cyclicName>
 292                                                                 <cyclicName type="46">ji-you</cyclicName>
 293                                                                 <cyclicName type="47">geng-xu</cyclicName>
 294                                                                 <cyclicName type="48">xin-hai</cyclicName>
 295                                                                 <cyclicName type="49">ren-zi</cyclicName>
 296                                                                 <cyclicName type="50">gui-chou</cyclicName>
 297                                                                 <cyclicName type="51">jia-yin</cyclicName>
 298                                                                 <cyclicName type="52">yi-mao</cyclicName>
 299                                                                 <cyclicName type="53">bing-chen</cyclicName>
 300                                                                 <cyclicName type="54">ding-si</cyclicName>
 301                                                                 <cyclicName type="55">wu-wu</cyclicName>
 302                                                                 <cyclicName type="56">ji-wei</cyclicName>
 303                                                                 <cyclicName type="57">geng-shen</cyclicName>
 304                                                                 <cyclicName type="58">xin-you</cyclicName>
 305                                                                 <cyclicName type="59">ren-xu</cyclicName>
 306                                                                 <cyclicName type="60">gui-hai</cyclicName>
 307                                                         </cyclicNameWidth>
 308                                                         <cyclicNameWidth type="narrow">
 309                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 310                                                         </cyclicNameWidth>
 311                                                         <cyclicNameWidth type="wide">
 312                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 313                                                         </cyclicNameWidth>
 314                                                 </cyclicNameContext>
 315                                         </cyclicNameSet>
 316                                         <cyclicNameSet type="zodiacs">
 317                                                 <cyclicNameContext type="format">
 318                                                         <cyclicNameWidth type="abbreviated">
 319                                                                 <alias source="locale" path="../../../cyclicNameSet[@type='dayParts']/cyclicNameContext[@type='format']/cyclicNameWidth[@type='abbreviated']"/>
 320                                                         </cyclicNameWidth>
 321                                                         <cyclicNameWidth type="narrow">
 322                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 323                                                         </cyclicNameWidth>
 324                                                         <cyclicNameWidth type="wide">
 325                                                                 <alias source="locale" path="../cyclicNameWidth[@type='abbreviated']"/>
 326                                                         </cyclicNameWidth>
 327                                                 </cyclicNameContext>
 328                                         </cyclicNameSet>
 329                                 </cyclicNameSets>
 330                                 <dateFormats>
 331                                         <dateFormatLength type="full">
 332                                                 <dateFormat>
 333                                                         <pattern>r(U) MMMM d, EEEE</pattern>
 334                                                 </dateFormat>
 335                                         </dateFormatLength>
 336                                         <dateFormatLength type="long">
 337                                                 <dateFormat>
 338                                                         <pattern>r(U) MMMM d</pattern>
 339                                                 </dateFormat>
 340                                         </dateFormatLength>
 341                                         <dateFormatLength type="medium">
 342                                                 <dateFormat>
 343                                                         <pattern>r MMM d</pattern>
 344                                                 </dateFormat>
 345                                         </dateFormatLength>
 346                                         <dateFormatLength type="short">
 347                                                 <dateFormat>
 348                                                         <!-- using y here to be short in locales that may not understand U anyway -->
 349                                                         <pattern>r-MM-dd</pattern>
 350                                                 </dateFormat>
 351                                         </dateFormatLength>
 352                                 </dateFormats>
 353                                 <timeFormats>
 354                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
 355                                 </timeFormats>
 356                                 <dateTimeFormats>
 357                                         <dateTimeFormatLength type="full">
 358                                                 <dateTimeFormat>
 359                                                         <pattern>{1} {0}</pattern>
 360                                                 </dateTimeFormat>
 361                                         </dateTimeFormatLength>
 362                                         <dateTimeFormatLength type="long">
 363                                                 <dateTimeFormat>
 364                                                         <pattern>{1} {0}</pattern>
 365                                                 </dateTimeFormat>
 366                                         </dateTimeFormatLength>
 367                                         <dateTimeFormatLength type="medium">
 368                                                 <dateTimeFormat>
 369                                                         <pattern>{1} {0}</pattern>
 370                                                 </dateTimeFormat>
 371                                         </dateTimeFormatLength>
 372                                         <dateTimeFormatLength type="short">
 373                                                 <dateTimeFormat>
 374                                                         <pattern>{1} {0}</pattern>
 375                                                 </dateTimeFormat>
 376                                         </dateTimeFormatLength>
 377                                         <availableFormats>
 378                                                 <dateFormatItem id="d">d</dateFormatItem>
 379                                                 <dateFormatItem id="E">ccc</dateFormatItem>
 380                                                 <dateFormatItem id="Ed">d, E</dateFormatItem>
 381                                                 <dateFormatItem id="Gy">r U</dateFormatItem>
 382                                                 <dateFormatItem id="GyMMM">r(U) MMM</dateFormatItem>
 383                                                 <dateFormatItem id="GyMMMd">r MMM d</dateFormatItem>
 384                                                 <dateFormatItem id="GyMMMEd">r(U) MMM d, E</dateFormatItem>
 385                                                 <dateFormatItem id="h">h a</dateFormatItem>
 386                                                 <dateFormatItem id="H">HH</dateFormatItem>
 387                                                 <dateFormatItem id="hm">h:mm a</dateFormatItem>
 388                                                 <dateFormatItem id="Hm">HH:mm</dateFormatItem>
 389                                                 <dateFormatItem id="hms">h:mm:ss a</dateFormatItem>
 390                                                 <dateFormatItem id="Hms">HH:mm:ss</dateFormatItem>
 391                                                 <dateFormatItem id="M">L</dateFormatItem>
 392                                                 <dateFormatItem id="Md">MM-dd</dateFormatItem>
 393                                                 <dateFormatItem id="MEd">MM-dd, E</dateFormatItem>
 394                                                 <dateFormatItem id="MMM">LLL</dateFormatItem>
 395                                                 <dateFormatItem id="MMMd">MMM d</dateFormatItem>
 396                                                 <dateFormatItem id="MMMEd">MMM d, E</dateFormatItem>
 397                                                 <dateFormatItem id="ms">mm:ss</dateFormatItem>
 398                                                 <dateFormatItem id="UM">U MM</dateFormatItem>
 399                                                 <dateFormatItem id="UMd">U MM-d</dateFormatItem>
 400                                                 <dateFormatItem id="UMMM">U MMM</dateFormatItem>
 401                                                 <dateFormatItem id="UMMMd">U MMM d</dateFormatItem>
 402                                                 <dateFormatItem id="y">r(U)</dateFormatItem>
 403                                                 <dateFormatItem id="yMd">r-MM-dd</dateFormatItem>
 404                                                 <dateFormatItem id="yyyy">r(U)</dateFormatItem>
 405                                                 <dateFormatItem id="yyyyM">r-MM</dateFormatItem>
 406                                                 <dateFormatItem id="yyyyMd">r-MM-dd</dateFormatItem>
 407                                                 <dateFormatItem id="yyyyMEd">r-MM-dd, E</dateFormatItem>
 408                                                 <dateFormatItem id="yyyyMMM">r(U) MMM</dateFormatItem>
 409                                                 <dateFormatItem id="yyyyMMMd">r MMM d</dateFormatItem>
 410                                                 <dateFormatItem id="yyyyMMMEd">r(U) MMM d, E</dateFormatItem>
 411                                                 <dateFormatItem id="yyyyQQQ">r(U) QQQ</dateFormatItem>
 412                                                 <dateFormatItem id="yyyyQQQQ">r(U) QQQQ</dateFormatItem>
 413                                         </availableFormats>
 414                                         <appendItems>
 415                                                 <appendItem request="Day">{0} ({2}: {1})</appendItem>
 416                                                 <appendItem request="Day-Of-Week">{0} {1}</appendItem>
 417                                                 <appendItem request="Era">{1} {0}</appendItem>
 418                                                 <appendItem request="Hour">{0} ({2}: {1})</appendItem>
 419                                                 <appendItem request="Minute">{0} ({2}: {1})</appendItem>
 420                                                 <appendItem request="Month">{0} ({2}: {1})</appendItem>
 421                                                 <appendItem request="Quarter">{0} ({2}: {1})</appendItem>
 422                                                 <appendItem request="Second">{0} ({2}: {1})</appendItem>
 423                                                 <appendItem request="Timezone">{0} {1}</appendItem>
 424                                                 <appendItem request="Week">{0} ({2}: {1})</appendItem>
 425                                                 <appendItem request="Year">{1} {0}</appendItem>
 426                                         </appendItems>
 427                                         <intervalFormats>
 428                                                 <intervalFormatFallback>{0} – {1}</intervalFormatFallback>
 429                                                 <intervalFormatItem id="d">
 430                                                         <greatestDifference id="d">d–d</greatestDifference>
 431                                                 </intervalFormatItem>
 432                                                 <intervalFormatItem id="h">
 433                                                         <greatestDifference id="a">h a – h a</greatestDifference>
 434                                                         <greatestDifference id="h">h–h a</greatestDifference>
 435                                                 </intervalFormatItem>
 436                                                 <intervalFormatItem id="H">
 437                                                         <greatestDifference id="H">HH–HH</greatestDifference>
 438                                                 </intervalFormatItem>
 439                                                 <intervalFormatItem id="hm">
 440                                                         <greatestDifference id="a">h:mm a – h:mm a</greatestDifference>
 441                                                         <greatestDifference id="h">h:mm–h:mm a</greatestDifference>
 442                                                         <greatestDifference id="m">h:mm–h:mm a</greatestDifference>
 443                                                 </intervalFormatItem>
 444                                                 <intervalFormatItem id="Hm">
 445                                                         <greatestDifference id="H">HH:mm–HH:mm</greatestDifference>
 446                                                         <greatestDifference id="m">HH:mm–HH:mm</greatestDifference>
 447                                                 </intervalFormatItem>
 448                                                 <intervalFormatItem id="hmv">
 449                                                         <greatestDifference id="a">h:mm a – h:mm a v</greatestDifference>
 450                                                         <greatestDifference id="h">h:mm–h:mm a v</greatestDifference>
 451                                                         <greatestDifference id="m">h:mm–h:mm a v</greatestDifference>
 452                                                 </intervalFormatItem>
 453                                                 <intervalFormatItem id="Hmv">
 454                                                         <greatestDifference id="H">HH:mm–HH:mm v</greatestDifference>
 455                                                         <greatestDifference id="m">HH:mm–HH:mm v</greatestDifference>
 456                                                 </intervalFormatItem>
 457                                                 <intervalFormatItem id="hv">
 458                                                         <greatestDifference id="a">h a – h a v</greatestDifference>
 459                                                         <greatestDifference id="h">h–h a v</greatestDifference>
 460                                                 </intervalFormatItem>
 461                                                 <intervalFormatItem id="Hv">
 462                                                         <greatestDifference id="H">HH–HH v</greatestDifference>
 463                                                 </intervalFormatItem>
 464                                                 <intervalFormatItem id="M">
 465                                                         <greatestDifference id="M">MM–MM</greatestDifference>
 466                                                 </intervalFormatItem>
 467                                                 <intervalFormatItem id="Md">
 468                                                         <greatestDifference id="d">MM-dd – MM-dd</greatestDifference>
 469                                                         <greatestDifference id="M">MM-dd – MM-dd</greatestDifference>
 470                                                 </intervalFormatItem>
 471                                                 <intervalFormatItem id="MEd">
 472                                                         <greatestDifference id="d">MM-dd, E – MM-dd, E</greatestDifference>
 473                                                         <greatestDifference id="M">MM-dd, E – MM-dd, E</greatestDifference>
 474                                                 </intervalFormatItem>
 475                                                 <intervalFormatItem id="MMM">
 476                                                         <greatestDifference id="M">LLL–LLL</greatestDifference>
 477                                                 </intervalFormatItem>
 478                                                 <intervalFormatItem id="MMMd">
 479                                                         <greatestDifference id="d">MMM d–d</greatestDifference>
 480                                                         <greatestDifference id="M">MMM d – MMM d</greatestDifference>
 481                                                 </intervalFormatItem>
 482                                                 <intervalFormatItem id="MMMEd">
 483                                                         <greatestDifference id="d">MMM d, E – MMM d, E</greatestDifference>
 484                                                         <greatestDifference id="M">MMM d, E – MMM d, E</greatestDifference>
 485                                                 </intervalFormatItem>
 486                                                 <intervalFormatItem id="y">
 487                                                         <greatestDifference id="y">U–U</greatestDifference>
 488                                                 </intervalFormatItem>
 489                                                 <intervalFormatItem id="yM">
 490                                                         <greatestDifference id="M">y-MM – y-MM</greatestDifference>
 491                                                         <greatestDifference id="y">y-MM – y-MM</greatestDifference>
 492                                                 </intervalFormatItem>
 493                                                 <intervalFormatItem id="yMd">
 494                                                         <greatestDifference id="d">y-MM-dd – y-MM-dd</greatestDifference>
 495                                                         <greatestDifference id="M">y-MM-dd – y-MM-dd</greatestDifference>
 496                                                         <greatestDifference id="y">y-MM-dd – y-MM-dd</greatestDifference>
 497                                                 </intervalFormatItem>
 498                                                 <intervalFormatItem id="yMEd">
 499                                                         <greatestDifference id="d">y-MM-dd, E – y-MM-dd, E</greatestDifference>
 500                                                         <greatestDifference id="M">y-MM-dd, E – y-MM-dd, E</greatestDifference>
 501                                                         <greatestDifference id="y">y-MM-dd, E – y-MM-dd, E</greatestDifference>
 502                                                 </intervalFormatItem>
 503                                                 <intervalFormatItem id="yMMM">
 504                                                         <greatestDifference id="M">U MMM–MMM</greatestDifference>
 505                                                         <greatestDifference id="y">U MMM – U MMM</greatestDifference>
 506                                                 </intervalFormatItem>
 507                                                 <intervalFormatItem id="yMMMd">
 508                                                         <greatestDifference id="d">U MMM d–d</greatestDifference>
 509                                                         <greatestDifference id="M">U MMM d – MMM d</greatestDifference>
 510                                                         <greatestDifference id="y">U MMM d – U MMM d</greatestDifference>
 511                                                 </intervalFormatItem>
 512                                                 <intervalFormatItem id="yMMMEd">
 513                                                         <greatestDifference id="d">U MMM d, E – MMM d, E</greatestDifference>
 514                                                         <greatestDifference id="M">U MMM d, E – MMM d, E</greatestDifference>
 515                                                         <greatestDifference id="y">U MMM d, E – U MMM d, E</greatestDifference>
 516                                                 </intervalFormatItem>
 517                                                 <intervalFormatItem id="yMMMM">
 518                                                         <greatestDifference id="M">U MMMM–MMMM</greatestDifference>
 519                                                         <greatestDifference id="y">U MMMM – U MMMM</greatestDifference>
 520                                                 </intervalFormatItem>
 521                                         </intervalFormats>
 522                                 </dateTimeFormats>
 523                         </calendar>
 524                         <calendar type="coptic">
 525                                 <months>
 526                                         <monthContext type="format">
 527                                                 <monthWidth type="abbreviated">
 528                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
 529                                                 </monthWidth>
 530                                                 <monthWidth type="narrow">
 531                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
 532                                                 </monthWidth>
 533                                                 <monthWidth type="wide">
 534                                                         <month type="1">Tout</month>
 535                                                         <month type="2">Baba</month>
 536                                                         <month type="3">Hator</month>
 537                                                         <month type="4">Kiahk</month>
 538                                                         <month type="5">Toba</month>
 539                                                         <month type="6">Amshir</month>
 540                                                         <month type="7">Baramhat</month>
 541                                                         <month type="8">Baramouda</month>
 542                                                         <month type="9">Bashans</month>
 543                                                         <month type="10">Paona</month>
 544                                                         <month type="11">Epep</month>
 545                                                         <month type="12">Mesra</month>
 546                                                         <month type="13">Nasie</month>
 547                                                 </monthWidth>
 548                                         </monthContext>
 549                                         <monthContext type="stand-alone">
 550                                                 <monthWidth type="abbreviated">
 551                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
 552                                                 </monthWidth>
 553                                                 <monthWidth type="narrow">
 554                                                         <month type="1">1</month>
 555                                                         <month type="2">2</month>
 556                                                         <month type="3">3</month>
 557                                                         <month type="4">4</month>
 558                                                         <month type="5">5</month>
 559                                                         <month type="6">6</month>
 560                                                         <month type="7">7</month>
 561                                                         <month type="8">8</month>
 562                                                         <month type="9">9</month>
 563                                                         <month type="10">10</month>
 564                                                         <month type="11">11</month>
 565                                                         <month type="12">12</month>
 566                                                         <month type="13">13</month>
 567                                                 </monthWidth>
 568                                                 <monthWidth type="wide">
 569                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
 570                                                 </monthWidth>
 571                                         </monthContext>
 572                                 </months>
 573                                 <days>
 574                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
 575                                 </days>
 576                                 <quarters>
 577                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
 578                                 </quarters>
 579                                 <dayPeriods>
 580                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
 581                                 </dayPeriods>
 582                                 <eras>
 583                                         <eraNames>
 584                                                 <alias source="locale" path="../eraAbbr"/>
 585                                         </eraNames>
 586                                         <eraAbbr>
 587                                                 <era type="0">ERA0</era>
 588                                                 <era type="1">ERA1</era>
 589                                         </eraAbbr>
 590                                         <eraNarrow>
 591                                                 <alias source="locale" path="../eraAbbr"/>
 592                                         </eraNarrow>
 593                                 </eras>
 594                                 <dateFormats>
 595                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
 596                                 </dateFormats>
 597                                 <timeFormats>
 598                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
 599                                 </timeFormats>
 600                                 <dateTimeFormats>
 601                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
 602                                 </dateTimeFormats>
 603                         </calendar>
 604                         <calendar type="dangi">
 605                                 <months>
 606                                         <alias source="locale" path="../../calendar[@type='chinese']/months"/>
 607                                 </months>
 608                                 <monthPatterns>
 609                                         <alias source="locale" path="../../calendar[@type='chinese']/monthPatterns"/>
 610                                 </monthPatterns>
 611                                 <days>
 612                                         <alias source="locale" path="../../calendar[@type='chinese']/days"/>
 613                                 </days>
 614                                 <quarters>
 615                                         <alias source="locale" path="../../calendar[@type='chinese']/quarters"/>
 616                                 </quarters>
 617                                 <dayPeriods>
 618                                         <alias source="locale" path="../../calendar[@type='chinese']/dayPeriods"/>
 619                                 </dayPeriods>
 620                                 <cyclicNameSets>
 621                                         <alias source="locale" path="../../calendar[@type='chinese']/cyclicNameSets"/>
 622                                 </cyclicNameSets>
 623                                 <dateFormats>
 624                                         <alias source="locale" path="../../calendar[@type='chinese']/dateFormats"/>
 625                                 </dateFormats>
 626                                 <timeFormats>
 627                                         <alias source="locale" path="../../calendar[@type='chinese']/timeFormats"/>
 628                                 </timeFormats>
 629                                 <dateTimeFormats>
 630                                         <alias source="locale" path="../../calendar[@type='chinese']/dateTimeFormats"/>
 631                                 </dateTimeFormats>
 632                         </calendar>
 633                         <calendar type="ethiopic">
 634                                 <months>
 635                                         <monthContext type="format">
 636                                                 <monthWidth type="abbreviated">
 637                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
 638                                                 </monthWidth>
 639                                                 <monthWidth type="narrow">
 640                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
 641                                                 </monthWidth>
 642                                                 <monthWidth type="wide">
 643                                                         <month type="1">Meskerem</month>
 644                                                         <month type="2">Tekemt</month>
 645                                                         <month type="3">Hedar</month>
 646                                                         <month type="4">Tahsas</month>
 647                                                         <month type="5">Ter</month>
 648                                                         <month type="6">Yekatit</month>
 649                                                         <month type="7">Megabit</month>
 650                                                         <month type="8">Miazia</month>
 651                                                         <month type="9">Genbot</month>
 652                                                         <month type="10">Sene</month>
 653                                                         <month type="11">Hamle</month>
 654                                                         <month type="12">Nehasse</month>
 655                                                         <month type="13">Pagumen</month>
 656                                                 </monthWidth>
 657                                         </monthContext>
 658                                         <monthContext type="stand-alone">
 659                                                 <monthWidth type="abbreviated">
 660                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
 661                                                 </monthWidth>
 662                                                 <monthWidth type="narrow">
 663                                                         <month type="1">1</month>
 664                                                         <month type="2">2</month>
 665                                                         <month type="3">3</month>
 666                                                         <month type="4">4</month>
 667                                                         <month type="5">5</month>
 668                                                         <month type="6">6</month>
 669                                                         <month type="7">7</month>
 670                                                         <month type="8">8</month>
 671                                                         <month type="9">9</month>
 672                                                         <month type="10">10</month>
 673                                                         <month type="11">11</month>
 674                                                         <month type="12">12</month>
 675                                                         <month type="13">13</month>
 676                                                 </monthWidth>
 677                                                 <monthWidth type="wide">
 678                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
 679                                                 </monthWidth>
 680                                         </monthContext>
 681                                 </months>
 682                                 <days>
 683                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
 684                                 </days>
 685                                 <quarters>
 686                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
 687                                 </quarters>
 688                                 <dayPeriods>
 689                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
 690                                 </dayPeriods>
 691                                 <eras>
 692                                         <eraNames>
 693                                                 <alias source="locale" path="../eraAbbr"/>
 694                                         </eraNames>
 695                                         <eraAbbr>
 696                                                 <era type="0">ERA0</era>
 697                                                 <era type="1">ERA1</era>
 698                                         </eraAbbr>
 699                                         <eraNarrow>
 700                                                 <alias source="locale" path="../eraAbbr"/>
 701                                         </eraNarrow>
 702                                 </eras>
 703                                 <dateFormats>
 704                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
 705                                 </dateFormats>
 706                                 <timeFormats>
 707                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
 708                                 </timeFormats>
 709                                 <dateTimeFormats>
 710                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
 711                                 </dateTimeFormats>
 712                         </calendar>
 713                         <calendar type="ethiopic-amete-alem">
 714                                 <months>
 715                                         <alias source="locale" path="../../calendar[@type='ethiopic']/months"/>
 716                                 </months>
 717                                 <days>
 718                                         <alias source="locale" path="../../calendar[@type='ethiopic']/days"/>
 719                                 </days>
 720                                 <quarters>
 721                                         <alias source="locale" path="../../calendar[@type='ethiopic']/quarters"/>
 722                                 </quarters>
 723                                 <dayPeriods>
 724                                         <alias source="locale" path="../../calendar[@type='ethiopic']/dayPeriods"/>
 725                                 </dayPeriods>
 726                                 <eras>
 727                                         <eraNames>
 728                                                 <alias source="locale" path="../eraAbbr"/>
 729                                         </eraNames>
 730                                         <eraAbbr>
 731                                                 <era type="0">ERA0</era>
 732                                         </eraAbbr>
 733                                         <eraNarrow>
 734                                                 <alias source="locale" path="../eraAbbr"/>
 735                                         </eraNarrow>
 736                                 </eras>
 737                                 <dateFormats>
 738                                         <alias source="locale" path="../../calendar[@type='ethiopic']/dateFormats"/>
 739                                 </dateFormats>
 740                                 <timeFormats>
 741                                         <alias source="locale" path="../../calendar[@type='ethiopic']/timeFormats"/>
 742                                 </timeFormats>
 743                                 <dateTimeFormats>
 744                                         <alias source="locale" path="../../calendar[@type='ethiopic']/dateTimeFormats"/>
 745                                 </dateTimeFormats>
 746                         </calendar>
 747                         <calendar type="generic">
 748                                 <months>
 749                                         <monthContext type="format">
 750                                                 <monthWidth type="abbreviated">
 751                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
 752                                                 </monthWidth>
 753                                                 <monthWidth type="narrow">
 754                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
 755                                                 </monthWidth>
 756                                                 <monthWidth type="wide">
 757                                                         <month type="1">M01</month>
 758                                                         <month type="2">M02</month>
 759                                                         <month type="3">M03</month>
 760                                                         <month type="4">M04</month>
 761                                                         <month type="5">M05</month>
 762                                                         <month type="6">M06</month>
 763                                                         <month type="7">M07</month>
 764                                                         <month type="8">M08</month>
 765                                                         <month type="9">M09</month>
 766                                                         <month type="10">M10</month>
 767                                                         <month type="11">M11</month>
 768                                                         <month type="12">M12</month>
 769                                                 </monthWidth>
 770                                         </monthContext>
 771                                         <monthContext type="stand-alone">
 772                                                 <monthWidth type="abbreviated">
 773                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
 774                                                 </monthWidth>
 775                                                 <monthWidth type="narrow">
 776                                                         <month type="1">1</month>
 777                                                         <month type="2">2</month>
 778                                                         <month type="3">3</month>
 779                                                         <month type="4">4</month>
 780                                                         <month type="5">5</month>
 781                                                         <month type="6">6</month>
 782                                                         <month type="7">7</month>
 783                                                         <month type="8">8</month>
 784                                                         <month type="9">9</month>
 785                                                         <month type="10">10</month>
 786                                                         <month type="11">11</month>
 787                                                         <month type="12">12</month>
 788                                                 </monthWidth>
 789                                                 <monthWidth type="wide">
 790                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
 791                                                 </monthWidth>
 792                                         </monthContext>
 793                                 </months>
 794                                 <days>
 795                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
 796                                 </days>
 797                                 <quarters>
 798                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
 799                                 </quarters>
 800                                 <dayPeriods>
 801                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
 802                                 </dayPeriods>
 803                                 <eras>
 804                                         <eraNames>
 805                                                 <alias source="locale" path="../eraAbbr"/>
 806                                         </eraNames>
 807                                         <eraAbbr>
 808                                                 <era type="0">ERA0</era>
 809                                                 <era type="1">ERA1</era>
 810                                         </eraAbbr>
 811                                         <eraNarrow>
 812                                                 <alias source="locale" path="../eraAbbr"/>
 813                                         </eraNarrow>
 814                                 </eras>
 815                                 <dateFormats>
 816                                         <dateFormatLength type="full">
 817                                                 <dateFormat>
 818                                                         <pattern>G y MMMM d, EEEE</pattern>
 819                                                 </dateFormat>
 820                                         </dateFormatLength>
 821                                         <dateFormatLength type="long">
 822                                                 <dateFormat>
 823                                                         <pattern>G y MMMM d</pattern>
 824                                                 </dateFormat>
 825                                         </dateFormatLength>
 826                                         <dateFormatLength type="medium">
 827                                                 <dateFormat>
 828                                                         <pattern>G y MMM d</pattern>
 829                                                 </dateFormat>
 830                                         </dateFormatLength>
 831                                         <dateFormatLength type="short">
 832                                                 <dateFormat>
 833                                                         <pattern>GGGGG y-MM-dd</pattern>
 834                                                 </dateFormat>
 835                                         </dateFormatLength>
 836                                 </dateFormats>
 837                                 <timeFormats>
 838                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
 839                                 </timeFormats>
 840                                 <dateTimeFormats>
 841                                         <dateTimeFormatLength type="full">
 842                                                 <dateTimeFormat>
 843                                                         <pattern>{1} {0}</pattern>
 844                                                 </dateTimeFormat>
 845                                         </dateTimeFormatLength>
 846                                         <dateTimeFormatLength type="long">
 847                                                 <dateTimeFormat>
 848                                                         <pattern>{1} {0}</pattern>
 849                                                 </dateTimeFormat>
 850                                         </dateTimeFormatLength>
 851                                         <dateTimeFormatLength type="medium">
 852                                                 <dateTimeFormat>
 853                                                         <pattern>{1} {0}</pattern>
 854                                                 </dateTimeFormat>
 855                                         </dateTimeFormatLength>
 856                                         <dateTimeFormatLength type="short">
 857                                                 <dateTimeFormat>
 858                                                         <pattern>{1} {0}</pattern>
 859                                                 </dateTimeFormat>
 860                                         </dateTimeFormatLength>
 861                                         <availableFormats>
 862                                                 <dateFormatItem id="d">d</dateFormatItem>
 863                                                 <dateFormatItem id="E">ccc</dateFormatItem>
 864                                                 <dateFormatItem id="Ed">d, E</dateFormatItem>
 865                                                 <dateFormatItem id="Ehm">E h:mm a</dateFormatItem>
 866                                                 <dateFormatItem id="EHm">E HH:mm</dateFormatItem>
 867                                                 <dateFormatItem id="Ehms">E h:mm:ss a</dateFormatItem>
 868                                                 <dateFormatItem id="EHms">E HH:mm:ss</dateFormatItem>
 869                                                 <dateFormatItem id="Gy">G y</dateFormatItem>
 870                                                 <dateFormatItem id="GyMMM">G y MMM</dateFormatItem>
 871                                                 <dateFormatItem id="GyMMMd">G y MMM d</dateFormatItem>
 872                                                 <dateFormatItem id="GyMMMEd">G y MMM d, E</dateFormatItem>
 873                                                 <dateFormatItem id="h">h a</dateFormatItem>
 874                                                 <dateFormatItem id="H">HH</dateFormatItem>
 875                                                 <dateFormatItem id="hm">h:mm a</dateFormatItem>
 876                                                 <dateFormatItem id="Hm">HH:mm</dateFormatItem>
 877                                                 <dateFormatItem id="hms">h:mm:ss a</dateFormatItem>
 878                                                 <dateFormatItem id="Hms">HH:mm:ss</dateFormatItem>
 879                                                 <dateFormatItem id="M">L</dateFormatItem>
 880                                                 <dateFormatItem id="Md">MM-dd</dateFormatItem>
 881                                                 <dateFormatItem id="MEd">MM-dd, E</dateFormatItem>
 882                                                 <dateFormatItem id="MMM">LLL</dateFormatItem>
 883                                                 <dateFormatItem id="MMMd">MMM d</dateFormatItem>
 884                                                 <dateFormatItem id="MMMEd">MMM d, E</dateFormatItem>
 885                                                 <dateFormatItem id="ms">mm:ss</dateFormatItem>
 886                                                 <dateFormatItem id="y">G y</dateFormatItem>
 887                                                 <dateFormatItem id="yyyy">G y</dateFormatItem>
 888                                                 <dateFormatItem id="yyyyM">GGGGG y-MM</dateFormatItem>
 889                                                 <dateFormatItem id="yyyyMd">GGGGG y-MM-dd</dateFormatItem>
 890                                                 <dateFormatItem id="yyyyMEd">GGGGG y-MM-dd, E</dateFormatItem>
 891                                                 <dateFormatItem id="yyyyMMM">G y MMM</dateFormatItem>
 892                                                 <dateFormatItem id="yyyyMMMd">G y MMM d</dateFormatItem>
 893                                                 <dateFormatItem id="yyyyMMMEd">G y MMM d, E</dateFormatItem>
 894                                                 <dateFormatItem id="yyyyQQQ">G y QQQ</dateFormatItem>
 895                                                 <dateFormatItem id="yyyyQQQQ">G y QQQQ</dateFormatItem>
 896                                         </availableFormats>
 897                                         <appendItems>
 898                                                 <appendItem request="Day">{0} ({2}: {1})</appendItem>
 899                                                 <appendItem request="Day-Of-Week">{0} {1}</appendItem>
 900                                                 <appendItem request="Era">{1} {0}</appendItem>
 901                                                 <appendItem request="Hour">{0} ({2}: {1})</appendItem>
 902                                                 <appendItem request="Minute">{0} ({2}: {1})</appendItem>
 903                                                 <appendItem request="Month">{0} ({2}: {1})</appendItem>
 904                                                 <appendItem request="Quarter">{0} ({2}: {1})</appendItem>
 905                                                 <appendItem request="Second">{0} ({2}: {1})</appendItem>
 906                                                 <appendItem request="Timezone">{0} {1}</appendItem>
 907                                                 <appendItem request="Week">{0} ({2}: {1})</appendItem>
 908                                                 <appendItem request="Year">{1} {0}</appendItem>
 909                                         </appendItems>
 910                                         <intervalFormats>
 911                                                 <intervalFormatFallback>{0} – {1}</intervalFormatFallback>
 912                                                 <intervalFormatItem id="d">
 913                                                         <greatestDifference id="d">d–d</greatestDifference>
 914                                                 </intervalFormatItem>
 915                                                 <intervalFormatItem id="h">
 916                                                         <greatestDifference id="a">h a – h a</greatestDifference>
 917                                                         <greatestDifference id="h">h–h a</greatestDifference>
 918                                                 </intervalFormatItem>
 919                                                 <intervalFormatItem id="H">
 920                                                         <greatestDifference id="H">HH–HH</greatestDifference>
 921                                                 </intervalFormatItem>
 922                                                 <intervalFormatItem id="hm">
 923                                                         <greatestDifference id="a">h:mm a – h:mm a</greatestDifference>
 924                                                         <greatestDifference id="h">h:mm–h:mm a</greatestDifference>
 925                                                         <greatestDifference id="m">h:mm–h:mm a</greatestDifference>
 926                                                 </intervalFormatItem>
 927                                                 <intervalFormatItem id="Hm">
 928                                                         <greatestDifference id="H">HH:mm–HH:mm</greatestDifference>
 929                                                         <greatestDifference id="m">HH:mm–HH:mm</greatestDifference>
 930                                                 </intervalFormatItem>
 931                                                 <intervalFormatItem id="hmv">
 932                                                         <greatestDifference id="a">h:mm a – h:mm a v</greatestDifference>
 933                                                         <greatestDifference id="h">h:mm–h:mm a v</greatestDifference>
 934                                                         <greatestDifference id="m">h:mm–h:mm a v</greatestDifference>
 935                                                 </intervalFormatItem>
 936                                                 <intervalFormatItem id="Hmv">
 937                                                         <greatestDifference id="H">HH:mm–HH:mm v</greatestDifference>
 938                                                         <greatestDifference id="m">HH:mm–HH:mm v</greatestDifference>
 939                                                 </intervalFormatItem>
 940                                                 <intervalFormatItem id="hv">
 941                                                         <greatestDifference id="a">h a – h a v</greatestDifference>
 942                                                         <greatestDifference id="h">h–h a v</greatestDifference>
 943                                                 </intervalFormatItem>
 944                                                 <intervalFormatItem id="Hv">
 945                                                         <greatestDifference id="H">HH–HH v</greatestDifference>
 946                                                 </intervalFormatItem>
 947                                                 <intervalFormatItem id="M">
 948                                                         <greatestDifference id="M">MM–MM</greatestDifference>
 949                                                 </intervalFormatItem>
 950                                                 <intervalFormatItem id="Md">
 951                                                         <greatestDifference id="d">MM-dd – MM-dd</greatestDifference>
 952                                                         <greatestDifference id="M">MM-dd – MM-dd</greatestDifference>
 953                                                 </intervalFormatItem>
 954                                                 <intervalFormatItem id="MEd">
 955                                                         <greatestDifference id="d">MM-dd, E – MM-dd, E</greatestDifference>
 956                                                         <greatestDifference id="M">MM-dd, E – MM-dd, E</greatestDifference>
 957                                                 </intervalFormatItem>
 958                                                 <intervalFormatItem id="MMM">
 959                                                         <greatestDifference id="M">LLL–LLL</greatestDifference>
 960                                                 </intervalFormatItem>
 961                                                 <intervalFormatItem id="MMMd">
 962                                                         <greatestDifference id="d">MMM d–d</greatestDifference>
 963                                                         <greatestDifference id="M">MMM d – MMM d</greatestDifference>
 964                                                 </intervalFormatItem>
 965                                                 <intervalFormatItem id="MMMEd">
 966                                                         <greatestDifference id="d">MMM d, E – MMM d, E</greatestDifference>
 967                                                         <greatestDifference id="M">MMM d, E – MMM d, E</greatestDifference>
 968                                                 </intervalFormatItem>
 969                                                 <intervalFormatItem id="y">
 970                                                         <greatestDifference id="y">G y–y</greatestDifference>
 971                                                 </intervalFormatItem>
 972                                                 <intervalFormatItem id="yM">
 973                                                         <greatestDifference id="M">GGGGG y-MM – y-MM</greatestDifference>
 974                                                         <greatestDifference id="y">GGGGG y-MM – y-MM</greatestDifference>
 975                                                 </intervalFormatItem>
 976                                                 <intervalFormatItem id="yMd">
 977                                                         <greatestDifference id="d">GGGGG y-MM-dd – y-MM-dd</greatestDifference>
 978                                                         <greatestDifference id="M">GGGGG y-MM-dd – y-MM-dd</greatestDifference>
 979                                                         <greatestDifference id="y">GGGGG y-MM-dd – y-MM-dd</greatestDifference>
 980                                                 </intervalFormatItem>
 981                                                 <intervalFormatItem id="yMEd">
 982                                                         <greatestDifference id="d">GGGGG y-MM-dd, E – y-MM-dd, E</greatestDifference>
 983                                                         <greatestDifference id="M">GGGGG y-MM-dd, E – y-MM-dd, E</greatestDifference>
 984                                                         <greatestDifference id="y">GGGGG y-MM-dd, E – y-MM-dd, E</greatestDifference>
 985                                                 </intervalFormatItem>
 986                                                 <intervalFormatItem id="yMMM">
 987                                                         <greatestDifference id="M">G y MMM–MMM</greatestDifference>
 988                                                         <greatestDifference id="y">G y MMM – y MMM</greatestDifference>
 989                                                 </intervalFormatItem>
 990                                                 <intervalFormatItem id="yMMMd">
 991                                                         <greatestDifference id="d">G y MMM d–d</greatestDifference>
 992                                                         <greatestDifference id="M">G y MMM d – MMM d</greatestDifference>
 993                                                         <greatestDifference id="y">G y MMM d – y MMM d</greatestDifference>
 994                                                 </intervalFormatItem>
 995                                                 <intervalFormatItem id="yMMMEd">
 996                                                         <greatestDifference id="d">G y MMM d, E – MMM d, E</greatestDifference>
 997                                                         <greatestDifference id="M">G y MMM d, E – MMM d, E</greatestDifference>
 998                                                         <greatestDifference id="y">G y MMM d, E – y MMM d, E</greatestDifference>
 999                                                 </intervalFormatItem>
1000                                                 <intervalFormatItem id="yMMMM">
1001                                                         <greatestDifference id="M">G y MMMM–MMMM</greatestDifference>
1002                                                         <greatestDifference id="y">G y MMMM – y MMMM</greatestDifference>
1003                                                 </intervalFormatItem>
1004                                         </intervalFormats>
1005                                 </dateTimeFormats>
1006                         </calendar>
1007                         <calendar type="gregorian">
1008                                 <months>
1009                                         <monthContext type="format">
1010                                                 <monthWidth type="abbreviated">
1011                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
1012                                                 </monthWidth>
1013                                                 <monthWidth type="narrow">
1014                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
1015                                                 </monthWidth>
1016                                                 <monthWidth type="wide">
1017                                                         <month type="1">M01</month>
1018                                                         <month type="2">M02</month>
1019                                                         <month type="3">M03</month>
1020                                                         <month type="4">M04</month>
1021                                                         <month type="5">M05</month>
1022                                                         <month type="6">M06</month>
1023                                                         <month type="7">M07</month>
1024                                                         <month type="8">M08</month>
1025                                                         <month type="9">M09</month>
1026                                                         <month type="10">M10</month>
1027                                                         <month type="11">M11</month>
1028                                                         <month type="12">M12</month>
1029                                                 </monthWidth>
1030                                         </monthContext>
1031                                         <monthContext type="stand-alone">
1032                                                 <monthWidth type="abbreviated">
1033                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
1034                                                 </monthWidth>
1035                                                 <monthWidth type="narrow">
1036                                                         <month type="1">1</month>
1037                                                         <month type="2">2</month>
1038                                                         <month type="3">3</month>
1039                                                         <month type="4">4</month>
1040                                                         <month type="5">5</month>
1041                                                         <month type="6">6</month>
1042                                                         <month type="7">7</month>
1043                                                         <month type="8">8</month>
1044                                                         <month type="9">9</month>
1045                                                         <month type="10">10</month>
1046                                                         <month type="11">11</month>
1047                                                         <month type="12">12</month>
1048                                                 </monthWidth>
1049                                                 <monthWidth type="wide">
1050                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
1051                                                 </monthWidth>
1052                                         </monthContext>
1053                                 </months>
1054                                 <days>
1055                                         <dayContext type="format">
1056                                                 <dayWidth type="abbreviated">
1057                                                         <alias source="locale" path="../dayWidth[@type='wide']"/>
1058                                                 </dayWidth>
1059                                                 <dayWidth type="narrow">
1060                                                         <alias source="locale" path="../../dayContext[@type='stand-alone']/dayWidth[@type='narrow']"/>
1061                                                 </dayWidth>
1062                                                 <dayWidth type="short">
1063                                                         <alias source="locale" path="../dayWidth[@type='abbreviated']"/>
1064                                                 </dayWidth>
1065                                                 <dayWidth type="wide">
1066                                                         <day type="sun">Sun</day>
1067                                                         <day type="mon">Mon</day>
1068                                                         <day type="tue">Tue</day>
1069                                                         <day type="wed">Wed</day>
1070                                                         <day type="thu">Thu</day>
1071                                                         <day type="fri">Fri</day>
1072                                                         <day type="sat">Sat</day>
1073                                                 </dayWidth>
1074                                         </dayContext>
1075                                         <dayContext type="stand-alone">
1076                                                 <dayWidth type="abbreviated">
1077                                                         <alias source="locale" path="../../dayContext[@type='format']/dayWidth[@type='abbreviated']"/>
1078                                                 </dayWidth>
1079                                                 <dayWidth type="narrow">
1080                                                         <day type="sun">S</day>
1081                                                         <day type="mon">M</day>
1082                                                         <day type="tue">T</day>
1083                                                         <day type="wed">W</day>
1084                                                         <day type="thu">T</day>
1085                                                         <day type="fri">F</day>
1086                                                         <day type="sat">S</day>
1087                                                 </dayWidth>
1088                                                 <dayWidth type="short">
1089                                                         <alias source="locale" path="../../dayContext[@type='format']/dayWidth[@type='short']"/>
1090                                                 </dayWidth>
1091                                                 <dayWidth type="wide">
1092                                                         <alias source="locale" path="../../dayContext[@type='format']/dayWidth[@type='wide']"/>
1093                                                 </dayWidth>
1094                                         </dayContext>
1095                                 </days>
1096                                 <quarters>
1097                                         <quarterContext type="format">
1098                                                 <quarterWidth type="abbreviated">
1099                                                         <alias source="locale" path="../quarterWidth[@type='wide']"/>
1100                                                 </quarterWidth>
1101                                                 <quarterWidth type="narrow">
1102                                                         <alias source="locale" path="../../quarterContext[@type='stand-alone']/quarterWidth[@type='narrow']"/>
1103                                                 </quarterWidth>
1104                                                 <quarterWidth type="wide">
1105                                                         <quarter type="1">Q1</quarter>
1106                                                         <quarter type="2">Q2</quarter>
1107                                                         <quarter type="3">Q3</quarter>
1108                                                         <quarter type="4">Q4</quarter>
1109                                                 </quarterWidth>
1110                                         </quarterContext>
1111                                         <quarterContext type="stand-alone">
1112                                                 <quarterWidth type="abbreviated">
1113                                                         <alias source="locale" path="../../quarterContext[@type='format']/quarterWidth[@type='abbreviated']"/>
1114                                                 </quarterWidth>
1115                                                 <quarterWidth type="narrow">
1116                                                         <quarter type="1">1</quarter>
1117                                                         <quarter type="2">2</quarter>
1118                                                         <quarter type="3">3</quarter>
1119                                                         <quarter type="4">4</quarter>
1120                                                 </quarterWidth>
1121                                                 <quarterWidth type="wide">
1122                                                         <alias source="locale" path="../../quarterContext[@type='format']/quarterWidth[@type='wide']"/>
1123                                                 </quarterWidth>
1124                                         </quarterContext>
1125                                 </quarters>
1126                                 <dayPeriods>
1127                                         <dayPeriodContext type="format">
1128                                                 <dayPeriodWidth type="abbreviated">
1129                                                         <alias source="locale" path="../dayPeriodWidth[@type='wide']"/>
1130                                                 </dayPeriodWidth>
1131                                                 <dayPeriodWidth type="narrow">
1132                                                         <dayPeriod type="am">a</dayPeriod>
1133                                                         <dayPeriod type="noon">n</dayPeriod>
1134                                                         <dayPeriod type="pm">p</dayPeriod>
1135                                                 </dayPeriodWidth>
1136                                                 <dayPeriodWidth type="wide">
1137                                                         <dayPeriod type="am">AM</dayPeriod>
1138                                                         <dayPeriod type="noon">noon</dayPeriod>
1139                                                         <dayPeriod type="pm">PM</dayPeriod>
1140                                                 </dayPeriodWidth>
1141                                         </dayPeriodContext>
1142                                         <dayPeriodContext type="stand-alone">
1143                                                 <alias source="locale" path="../dayPeriodContext[@type='format']"/>
1144                                         </dayPeriodContext>
1145                                 </dayPeriods>
1146                                 <eras>
1147                                         <eraNames>
1148                                                 <alias source="locale" path="../eraAbbr"/>
1149                                         </eraNames>
1150                                         <eraAbbr>
1151                                                 <era type="0">BCE</era>
1152                                                 <era type="1">CE</era>
1153                                         </eraAbbr>
1154                                         <eraNarrow>
1155                                                 <alias source="locale" path="../eraAbbr"/>
1156                                         </eraNarrow>
1157                                 </eras>
1158                                 <dateFormats>
1159                                         <dateFormatLength type="full">
1160                                                 <dateFormat>
1161                                                         <pattern>y MMMM d, EEEE</pattern>
1162                                                 </dateFormat>
1163                                         </dateFormatLength>
1164                                         <dateFormatLength type="long">
1165                                                 <dateFormat>
1166                                                         <pattern>y MMMM d</pattern>
1167                                                 </dateFormat>
1168                                         </dateFormatLength>
1169                                         <dateFormatLength type="medium">
1170                                                 <dateFormat>
1171                                                         <pattern>y MMM d</pattern>
1172                                                 </dateFormat>
1173                                         </dateFormatLength>
1174                                         <dateFormatLength type="short">
1175                                                 <dateFormat>
1176                                                         <pattern>y-MM-dd</pattern>
1177                                                 </dateFormat>
1178                                         </dateFormatLength>
1179                                 </dateFormats>
1180                                 <timeFormats>
1181                                         <timeFormatLength type="full">
1182                                                 <timeFormat>
1183                                                         <pattern>HH:mm:ss zzzz</pattern>
1184                                                 </timeFormat>
1185                                         </timeFormatLength>
1186                                         <timeFormatLength type="long">
1187                                                 <timeFormat>
1188                                                         <pattern>HH:mm:ss z</pattern>
1189                                                 </timeFormat>
1190                                         </timeFormatLength>
1191                                         <timeFormatLength type="medium">
1192                                                 <timeFormat>
1193                                                         <pattern>HH:mm:ss</pattern>
1194                                                 </timeFormat>
1195                                         </timeFormatLength>
1196                                         <timeFormatLength type="short">
1197                                                 <timeFormat>
1198                                                         <pattern>HH:mm</pattern>
1199                                                 </timeFormat>
1200                                         </timeFormatLength>
1201                                 </timeFormats>
1202                                 <dateTimeFormats>
1203                                         <dateTimeFormatLength type="full">
1204                                                 <dateTimeFormat>
1205                                                         <pattern>{1} {0}</pattern>
1206                                                 </dateTimeFormat>
1207                                         </dateTimeFormatLength>
1208                                         <dateTimeFormatLength type="long">
1209                                                 <dateTimeFormat>
1210                                                         <pattern>{1} {0}</pattern>
1211                                                 </dateTimeFormat>
1212                                         </dateTimeFormatLength>
1213                                         <dateTimeFormatLength type="medium">
1214                                                 <dateTimeFormat>
1215                                                         <pattern>{1} {0}</pattern>
1216                                                 </dateTimeFormat>
1217                                         </dateTimeFormatLength>
1218                                         <dateTimeFormatLength type="short">
1219                                                 <dateTimeFormat>
1220                                                         <pattern>{1} {0}</pattern>
1221                                                 </dateTimeFormat>
1222                                         </dateTimeFormatLength>
1223                                         <availableFormats>
1224                                                 <dateFormatItem id="d">d</dateFormatItem>
1225                                                 <dateFormatItem id="E">ccc</dateFormatItem>
1226                                                 <dateFormatItem id="Ed">d, E</dateFormatItem>
1227                                                 <dateFormatItem id="Ehm">E h:mm a</dateFormatItem>
1228                                                 <dateFormatItem id="EHm">E HH:mm</dateFormatItem>
1229                                                 <dateFormatItem id="Ehms">E h:mm:ss a</dateFormatItem>
1230                                                 <dateFormatItem id="EHms">E HH:mm:ss</dateFormatItem>
1231                                                 <dateFormatItem id="Gy">G y</dateFormatItem>
1232                                                 <dateFormatItem id="GyMMM">G y MMM</dateFormatItem>
1233                                                 <dateFormatItem id="GyMMMd">G y MMM d</dateFormatItem>
1234                                                 <dateFormatItem id="GyMMMEd">G y MMM d, E</dateFormatItem>
1235                                                 <dateFormatItem id="h">h a</dateFormatItem>
1236                                                 <dateFormatItem id="H">HH</dateFormatItem>
1237                                                 <dateFormatItem id="hm">h:mm a</dateFormatItem>
1238                                                 <dateFormatItem id="Hm">HH:mm</dateFormatItem>
1239                                                 <dateFormatItem id="hms">h:mm:ss a</dateFormatItem>
1240                                                 <dateFormatItem id="Hms">HH:mm:ss</dateFormatItem>
1241                                                 <dateFormatItem id="hmsv">h:mm:ss a v</dateFormatItem>
1242                                                 <dateFormatItem id="Hmsv">HH:mm:ss v</dateFormatItem>
1243                                                 <dateFormatItem id="hmv">h:mm a v</dateFormatItem>
1244                                                 <dateFormatItem id="Hmv">HH:mm v</dateFormatItem>
1245                                                 <dateFormatItem id="M">L</dateFormatItem>
1246                                                 <dateFormatItem id="Md">MM-dd</dateFormatItem>
1247                                                 <dateFormatItem id="MEd">MM-dd, E</dateFormatItem>
1248                                                 <dateFormatItem id="MMM">LLL</dateFormatItem>
1249                                                 <dateFormatItem id="MMMd">MMM d</dateFormatItem>
1250                                                 <dateFormatItem id="MMMEd">MMM d, E</dateFormatItem>
1251                                                 <dateFormatItem id="ms">mm:ss</dateFormatItem>
1252                                                 <dateFormatItem id="y">y</dateFormatItem>
1253                                                 <dateFormatItem id="yM">y-MM</dateFormatItem>
1254                                                 <dateFormatItem id="yMd">y-MM-dd</dateFormatItem>
1255                                                 <dateFormatItem id="yMEd">y-MM-dd, E</dateFormatItem>
1256                                                 <dateFormatItem id="yMMM">y MMM</dateFormatItem>
1257                                                 <dateFormatItem id="yMMMd">y MMM d</dateFormatItem>
1258                                                 <dateFormatItem id="yMMMEd">y MMM d, E</dateFormatItem>
1259                                                 <dateFormatItem id="yQQQ">y QQQ</dateFormatItem>
1260                                                 <dateFormatItem id="yQQQQ">y QQQQ</dateFormatItem>
1261                                         </availableFormats>
1262                                         <appendItems>
1263                                                 <appendItem request="Day">{0} ({2}: {1})</appendItem>
1264                                                 <appendItem request="Day-Of-Week">{0} {1}</appendItem>
1265                                                 <appendItem request="Era">{1} {0}</appendItem>
1266                                                 <appendItem request="Hour">{0} ({2}: {1})</appendItem>
1267                                                 <appendItem request="Minute">{0} ({2}: {1})</appendItem>
1268                                                 <appendItem request="Month">{0} ({2}: {1})</appendItem>
1269                                                 <appendItem request="Quarter">{0} ({2}: {1})</appendItem>
1270                                                 <appendItem request="Second">{0} ({2}: {1})</appendItem>
1271                                                 <appendItem request="Timezone">{0} {1}</appendItem>
1272                                                 <appendItem request="Week">{0} ({2}: {1})</appendItem>
1273                                                 <appendItem request="Year">{1} {0}</appendItem>
1274                                         </appendItems>
1275                                         <intervalFormats>
1276                                                 <intervalFormatFallback>{0} – {1}</intervalFormatFallback>
1277                                                 <intervalFormatItem id="d">
1278                                                         <greatestDifference id="d">d–d</greatestDifference>
1279                                                 </intervalFormatItem>
1280                                                 <intervalFormatItem id="h">
1281                                                         <greatestDifference id="a">h a – h a</greatestDifference>
1282                                                         <greatestDifference id="h">h–h a</greatestDifference>
1283                                                 </intervalFormatItem>
1284                                                 <intervalFormatItem id="H">
1285                                                         <greatestDifference id="H">HH–HH</greatestDifference>
1286                                                 </intervalFormatItem>
1287                                                 <intervalFormatItem id="hm">
1288                                                         <greatestDifference id="a">h:mm a – h:mm a</greatestDifference>
1289                                                         <greatestDifference id="h">h:mm–h:mm a</greatestDifference>
1290                                                         <greatestDifference id="m">h:mm–h:mm a</greatestDifference>
1291                                                 </intervalFormatItem>
1292                                                 <intervalFormatItem id="Hm">
1293                                                         <greatestDifference id="H">HH:mm–HH:mm</greatestDifference>
1294                                                         <greatestDifference id="m">HH:mm–HH:mm</greatestDifference>
1295                                                 </intervalFormatItem>
1296                                                 <intervalFormatItem id="hmv">
1297                                                         <greatestDifference id="a">h:mm a – h:mm a v</greatestDifference>
1298                                                         <greatestDifference id="h">h:mm–h:mm a v</greatestDifference>
1299                                                         <greatestDifference id="m">h:mm–h:mm a v</greatestDifference>
1300                                                 </intervalFormatItem>
1301                                                 <intervalFormatItem id="Hmv">
1302                                                         <greatestDifference id="H">HH:mm–HH:mm v</greatestDifference>
1303                                                         <greatestDifference id="m">HH:mm–HH:mm v</greatestDifference>
1304                                                 </intervalFormatItem>
1305                                                 <intervalFormatItem id="hv">
1306                                                         <greatestDifference id="a">h a – h a v</greatestDifference>
1307                                                         <greatestDifference id="h">h–h a v</greatestDifference>
1308                                                 </intervalFormatItem>
1309                                                 <intervalFormatItem id="Hv">
1310                                                         <greatestDifference id="H">HH–HH v</greatestDifference>
1311                                                 </intervalFormatItem>
1312                                                 <intervalFormatItem id="M">
1313                                                         <greatestDifference id="M">MM–MM</greatestDifference>
1314                                                 </intervalFormatItem>
1315                                                 <intervalFormatItem id="Md">
1316                                                         <greatestDifference id="d">MM-dd – MM-dd</greatestDifference>
1317                                                         <greatestDifference id="M">MM-dd – MM-dd</greatestDifference>
1318                                                 </intervalFormatItem>
1319                                                 <intervalFormatItem id="MEd">
1320                                                         <greatestDifference id="d">MM-dd, E – MM-dd, E</greatestDifference>
1321                                                         <greatestDifference id="M">MM-dd, E – MM-dd, E</greatestDifference>
1322                                                 </intervalFormatItem>
1323                                                 <intervalFormatItem id="MMM">
1324                                                         <greatestDifference id="M">LLL–LLL</greatestDifference>
1325                                                 </intervalFormatItem>
1326                                                 <intervalFormatItem id="MMMd">
1327                                                         <greatestDifference id="d">MMM d–d</greatestDifference>
1328                                                         <greatestDifference id="M">MMM d – MMM d</greatestDifference>
1329                                                 </intervalFormatItem>
1330                                                 <intervalFormatItem id="MMMEd">
1331                                                         <greatestDifference id="d">MMM d, E – MMM d, E</greatestDifference>
1332                                                         <greatestDifference id="M">MMM d, E – MMM d, E</greatestDifference>
1333                                                 </intervalFormatItem>
1334                                                 <intervalFormatItem id="y">
1335                                                         <greatestDifference id="y">y–y</greatestDifference>
1336                                                 </intervalFormatItem>
1337                                                 <intervalFormatItem id="yM">
1338                                                         <greatestDifference id="M">y-MM – y-MM</greatestDifference>
1339                                                         <greatestDifference id="y">y-MM – y-MM</greatestDifference>
1340                                                 </intervalFormatItem>
1341                                                 <intervalFormatItem id="yMd">
1342                                                         <greatestDifference id="d">y-MM-dd – y-MM-dd</greatestDifference>
1343                                                         <greatestDifference id="M">y-MM-dd – y-MM-dd</greatestDifference>
1344                                                         <greatestDifference id="y">y-MM-dd – y-MM-dd</greatestDifference>
1345                                                 </intervalFormatItem>
1346                                                 <intervalFormatItem id="yMEd">
1347                                                         <greatestDifference id="d">y-MM-dd, E – y-MM-dd, E</greatestDifference>
1348                                                         <greatestDifference id="M">y-MM-dd, E – y-MM-dd, E</greatestDifference>
1349                                                         <greatestDifference id="y">y-MM-dd, E – y-MM-dd, E</greatestDifference>
1350                                                 </intervalFormatItem>
1351                                                 <intervalFormatItem id="yMMM">
1352                                                         <greatestDifference id="M">y MMM–MMM</greatestDifference>
1353                                                         <greatestDifference id="y">y MMM – y MMM</greatestDifference>
1354                                                 </intervalFormatItem>
1355                                                 <intervalFormatItem id="yMMMd">
1356                                                         <greatestDifference id="d">y MMM d–d</greatestDifference>
1357                                                         <greatestDifference id="M">y MMM d – MMM d</greatestDifference>
1358                                                         <greatestDifference id="y">y MMM d – y MMM d</greatestDifference>
1359                                                 </intervalFormatItem>
1360                                                 <intervalFormatItem id="yMMMEd">
1361                                                         <greatestDifference id="d">y MMM d, E – MMM d, E</greatestDifference>
1362                                                         <greatestDifference id="M">y MMM d, E – MMM d, E</greatestDifference>
1363                                                         <greatestDifference id="y">y MMM d, E – y MMM d, E</greatestDifference>
1364                                                 </intervalFormatItem>
1365                                                 <intervalFormatItem id="yMMMM">
1366                                                         <greatestDifference id="M">y MMMM–MMMM</greatestDifference>
1367                                                         <greatestDifference id="y">y MMMM – y MMMM</greatestDifference>
1368                                                 </intervalFormatItem>
1369                                         </intervalFormats>
1370                                 </dateTimeFormats>
1371                         </calendar>
1372                         <calendar type="hebrew">
1373                                 <months>
1374                                         <monthContext type="format">
1375                                                 <monthWidth type="abbreviated">
1376                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
1377                                                 </monthWidth>
1378                                                 <monthWidth type="narrow">
1379                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
1380                                                 </monthWidth>
1381                                                 <monthWidth type="wide">
1382                                                         <month type="1">Tishri</month>
1383                                                         <month type="2">Heshvan</month>
1384                                                         <month type="3">Kislev</month>
1385                                                         <month type="4">Tevet</month>
1386                                                         <month type="5">Shevat</month>
1387                                                         <month type="6">Adar I</month>
1388                                                         <month type="7">Adar</month>
1389                                                         <month type="7" yeartype="leap">Adar II</month>
1390                                                         <month type="8">Nisan</month>
1391                                                         <month type="9">Iyar</month>
1392                                                         <month type="10">Sivan</month>
1393                                                         <month type="11">Tamuz</month>
1394                                                         <month type="12">Av</month>
1395                                                         <month type="13">Elul</month>
1396                                                 </monthWidth>
1397                                         </monthContext>
1398                                         <monthContext type="stand-alone">
1399                                                 <monthWidth type="abbreviated">
1400                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
1401                                                 </monthWidth>
1402                                                 <monthWidth type="narrow">
1403                                                         <month type="1">1</month>
1404                                                         <month type="2">2</month>
1405                                                         <month type="3">3</month>
1406                                                         <month type="4">4</month>
1407                                                         <month type="5">5</month>
1408                                                         <month type="6">6</month>
1409                                                         <month type="7">7</month>
1410                                                         <month type="7" yeartype="leap">7</month>
1411                                                         <month type="8">8</month>
1412                                                         <month type="9">9</month>
1413                                                         <month type="10">10</month>
1414                                                         <month type="11">11</month>
1415                                                         <month type="12">12</month>
1416                                                         <month type="13">13</month>
1417                                                 </monthWidth>
1418                                                 <monthWidth type="wide">
1419                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
1420                                                 </monthWidth>
1421                                         </monthContext>
1422                                 </months>
1423                                 <days>
1424                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
1425                                 </days>
1426                                 <quarters>
1427                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
1428                                 </quarters>
1429                                 <dayPeriods>
1430                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
1431                                 </dayPeriods>
1432                                 <eras>
1433                                         <eraNames>
1434                                                 <alias source="locale" path="../eraAbbr"/>
1435                                         </eraNames>
1436                                         <eraAbbr>
1437                                                 <era type="0">AM</era>
1438                                                 <!-- HY = Anno Mundi
1439                                                          = -180799862400000 milliseconds since 1/1/1970 AD
1440                                                 -->
1441                                         </eraAbbr>
1442                                         <eraNarrow>
1443                                                 <alias source="locale" path="../eraAbbr"/>
1444                                         </eraNarrow>
1445                                 </eras>
1446                                 <dateFormats>
1447                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
1448                                 </dateFormats>
1449                                 <timeFormats>
1450                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
1451                                 </timeFormats>
1452                                 <dateTimeFormats>
1453                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
1454                                 </dateTimeFormats>
1455                         </calendar>
1456                         <calendar type="indian">
1457                                 <months>
1458                                         <monthContext type="format">
1459                                                 <monthWidth type="abbreviated">
1460                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
1461                                                 </monthWidth>
1462                                                 <monthWidth type="narrow">
1463                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
1464                                                 </monthWidth>
1465                                                 <monthWidth type="wide">
1466                                                         <month type="1">Chaitra</month>
1467                                                         <month type="2">Vaisakha</month>
1468                                                         <month type="3">Jyaistha</month>
1469                                                         <month type="4">Asadha</month>
1470                                                         <month type="5">Sravana</month>
1471                                                         <month type="6">Bhadra</month>
1472                                                         <month type="7">Asvina</month>
1473                                                         <month type="8">Kartika</month>
1474                                                         <month type="9">Agrahayana</month>
1475                                                         <month type="10">Pausa</month>
1476                                                         <month type="11">Magha</month>
1477                                                         <month type="12">Phalguna</month>
1478                                                 </monthWidth>
1479                                         </monthContext>
1480                                         <monthContext type="stand-alone">
1481                                                 <monthWidth type="abbreviated">
1482                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
1483                                                 </monthWidth>
1484                                                 <monthWidth type="narrow">
1485                                                         <month type="1">1</month>
1486                                                         <month type="2">2</month>
1487                                                         <month type="3">3</month>
1488                                                         <month type="4">4</month>
1489                                                         <month type="5">5</month>
1490                                                         <month type="6">6</month>
1491                                                         <month type="7">7</month>
1492                                                         <month type="8">8</month>
1493                                                         <month type="9">9</month>
1494                                                         <month type="10">10</month>
1495                                                         <month type="11">11</month>
1496                                                         <month type="12">12</month>
1497                                                 </monthWidth>
1498                                                 <monthWidth type="wide">
1499                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
1500                                                 </monthWidth>
1501                                         </monthContext>
1502                                 </months>
1503                                 <days>
1504                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
1505                                 </days>
1506                                 <quarters>
1507                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
1508                                 </quarters>
1509                                 <dayPeriods>
1510                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
1511                                 </dayPeriods>
1512                                 <eras>
1513                                         <eraNames>
1514                                                 <alias source="locale" path="../eraAbbr"/>
1515                                         </eraNames>
1516                                         <eraAbbr>
1517                                                 <era type="0">Saka</era>
1518                                         </eraAbbr>
1519                                         <eraNarrow>
1520                                                 <alias source="locale" path="../eraAbbr"/>
1521                                         </eraNarrow>
1522                                 </eras>
1523                                 <dateFormats>
1524                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
1525                                 </dateFormats>
1526                                 <timeFormats>
1527                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
1528                                 </timeFormats>
1529                                 <dateTimeFormats>
1530                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
1531                                 </dateTimeFormats>
1532                         </calendar>
1533                         <calendar type="islamic">
1534                                 <months>
1535                                         <monthContext type="format">
1536                                                 <monthWidth type="abbreviated">
1537                                                         <month type="1">Muh.</month>
1538                                                         <month type="2">Saf.</month>
1539                                                         <month type="3">Rab. I</month>
1540                                                         <month type="4">Rab. II</month>
1541                                                         <month type="5">Jum. I</month>
1542                                                         <month type="6">Jum. II</month>
1543                                                         <month type="7">Raj.</month>
1544                                                         <month type="8">Sha.</month>
1545                                                         <month type="9">Ram.</month>
1546                                                         <month type="10">Shaw.</month>
1547                                                         <month type="11">Dhuʻl-Q.</month>
1548                                                         <month type="12">Dhuʻl-H.</month>
1549                                                 </monthWidth>
1550                                                 <monthWidth type="narrow">
1551                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
1552                                                 </monthWidth>
1553                                                 <monthWidth type="wide">
1554                                                         <month type="1">Muharram</month>
1555                                                         <month type="2">Safar</month>
1556                                                         <month type="3">Rabiʻ I</month>
1557                                                         <month type="4">Rabiʻ II</month>
1558                                                         <month type="5">Jumada I</month>
1559                                                         <month type="6">Jumada II</month>
1560                                                         <month type="7">Rajab</month>
1561                                                         <month type="8">Shaʻban</month>
1562                                                         <month type="9">Ramadan</month>
1563                                                         <month type="10">Shawwal</month>
1564                                                         <month type="11">Dhuʻl-Qiʻdah</month>
1565                                                         <month type="12">Dhuʻl-Hijjah</month>
1566                                                 </monthWidth>
1567                                         </monthContext>
1568                                         <monthContext type="stand-alone">
1569                                                 <monthWidth type="abbreviated">
1570                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
1571                                                 </monthWidth>
1572                                                 <monthWidth type="narrow">
1573                                                         <month type="1">1</month>
1574                                                         <month type="2">2</month>
1575                                                         <month type="3">3</month>
1576                                                         <month type="4">4</month>
1577                                                         <month type="5">5</month>
1578                                                         <month type="6">6</month>
1579                                                         <month type="7">7</month>
1580                                                         <month type="8">8</month>
1581                                                         <month type="9">9</month>
1582                                                         <month type="10">10</month>
1583                                                         <month type="11">11</month>
1584                                                         <month type="12">12</month>
1585                                                 </monthWidth>
1586                                                 <monthWidth type="wide">
1587                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
1588                                                 </monthWidth>
1589                                         </monthContext>
1590                                 </months>
1591                                 <days>
1592                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
1593                                 </days>
1594                                 <quarters>
1595                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
1596                                 </quarters>
1597                                 <dayPeriods>
1598                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
1599                                 </dayPeriods>
1600                                 <eras>
1601                                         <eraNames>
1602                                                 <alias source="locale" path="../eraAbbr"/>
1603                                         </eraNames>
1604                                         <eraAbbr>
1605                                                 <era type="0">AH</era>
1606                                                 <!-- Anno Hijri, = 7/16/622 AD
1607                                                          = -42521587200000.0 millis since 1/1/1970
1608                                                 -->
1609                                         </eraAbbr>
1610                                         <eraNarrow>
1611                                                 <alias source="locale" path="../eraAbbr"/>
1612                                         </eraNarrow>
1613                                 </eras>
1614                                 <dateFormats>
1615                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
1616                                 </dateFormats>
1617                                 <timeFormats>
1618                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
1619                                 </timeFormats>
1620                                 <dateTimeFormats>
1621                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
1622                                 </dateTimeFormats>
1623                         </calendar>
1624                         <calendar type="islamic-civil">
1625                                 <months>
1626                                         <alias source="locale" path="../../calendar[@type='islamic']/months"/>
1627                                 </months>
1628                                 <days>
1629                                         <alias source="locale" path="../../calendar[@type='islamic']/days"/>
1630                                 </days>
1631                                 <quarters>
1632                                         <alias source="locale" path="../../calendar[@type='islamic']/quarters"/>
1633                                 </quarters>
1634                                 <dayPeriods>
1635                                         <alias source="locale" path="../../calendar[@type='islamic']/dayPeriods"/>
1636                                 </dayPeriods>
1637                                 <eras>
1638                                         <alias source="locale" path="../../calendar[@type='islamic']/eras"/>
1639                                 </eras>
1640                                 <dateFormats>
1641                                         <alias source="locale" path="../../calendar[@type='islamic']/dateFormats"/>
1642                                 </dateFormats>
1643                                 <timeFormats>
1644                                         <alias source="locale" path="../../calendar[@type='islamic']/timeFormats"/>
1645                                 </timeFormats>
1646                                 <dateTimeFormats>
1647                                         <alias source="locale" path="../../calendar[@type='islamic']/dateTimeFormats"/>
1648                                 </dateTimeFormats>
1649                         </calendar>
1650                         <calendar type="islamic-rgsa">
1651                                 <months>
1652                                         <alias source="locale" path="../../calendar[@type='islamic']/months"/>
1653                                 </months>
1654                                 <days>
1655                                         <alias source="locale" path="../../calendar[@type='islamic']/days"/>
1656                                 </days>
1657                                 <quarters>
1658                                         <alias source="locale" path="../../calendar[@type='islamic']/quarters"/>
1659                                 </quarters>
1660                                 <dayPeriods>
1661                                         <alias source="locale" path="../../calendar[@type='islamic']/dayPeriods"/>
1662                                 </dayPeriods>
1663                                 <eras>
1664                                         <alias source="locale" path="../../calendar[@type='islamic']/eras"/>
1665                                 </eras>
1666                                 <dateFormats>
1667                                         <alias source="locale" path="../../calendar[@type='islamic']/dateFormats"/>
1668                                 </dateFormats>
1669                                 <timeFormats>
1670                                         <alias source="locale" path="../../calendar[@type='islamic']/timeFormats"/>
1671                                 </timeFormats>
1672                                 <dateTimeFormats>
1673                                         <alias source="locale" path="../../calendar[@type='islamic']/dateTimeFormats"/>
1674                                 </dateTimeFormats>
1675                         </calendar>
1676                         <calendar type="islamic-tbla">
1677                                 <months>
1678                                         <alias source="locale" path="../../calendar[@type='islamic']/months"/>
1679                                 </months>
1680                                 <days>
1681                                         <alias source="locale" path="../../calendar[@type='islamic']/days"/>
1682                                 </days>
1683                                 <quarters>
1684                                         <alias source="locale" path="../../calendar[@type='islamic']/quarters"/>
1685                                 </quarters>
1686                                 <dayPeriods>
1687                                         <alias source="locale" path="../../calendar[@type='islamic']/dayPeriods"/>
1688                                 </dayPeriods>
1689                                 <eras>
1690                                         <alias source="locale" path="../../calendar[@type='islamic']/eras"/>
1691                                 </eras>
1692                                 <dateFormats>
1693                                         <alias source="locale" path="../../calendar[@type='islamic']/dateFormats"/>
1694                                 </dateFormats>
1695                                 <timeFormats>
1696                                         <alias source="locale" path="../../calendar[@type='islamic']/timeFormats"/>
1697                                 </timeFormats>
1698                                 <dateTimeFormats>
1699                                         <alias source="locale" path="../../calendar[@type='islamic']/dateTimeFormats"/>
1700                                 </dateTimeFormats>
1701                         </calendar>
1702                         <calendar type="islamic-umalqura">
1703                                 <months>
1704                                         <alias source="locale" path="../../calendar[@type='islamic']/months"/>
1705                                 </months>
1706                                 <days>
1707                                         <alias source="locale" path="../../calendar[@type='islamic']/days"/>
1708                                 </days>
1709                                 <quarters>
1710                                         <alias source="locale" path="../../calendar[@type='islamic']/quarters"/>
1711                                 </quarters>
1712                                 <dayPeriods>
1713                                         <alias source="locale" path="../../calendar[@type='islamic']/dayPeriods"/>
1714                                 </dayPeriods>
1715                                 <eras>
1716                                         <alias source="locale" path="../../calendar[@type='islamic']/eras"/>
1717                                 </eras>
1718                                 <dateFormats>
1719                                         <alias source="locale" path="../../calendar[@type='islamic']/dateFormats"/>
1720                                 </dateFormats>
1721                                 <timeFormats>
1722                                         <alias source="locale" path="../../calendar[@type='islamic']/timeFormats"/>
1723                                 </timeFormats>
1724                                 <dateTimeFormats>
1725                                         <alias source="locale" path="../../calendar[@type='islamic']/dateTimeFormats"/>
1726                                 </dateTimeFormats>
1727                         </calendar>
1728                         <calendar type="japanese">
1729                                 <months>
1730                                         <alias source="locale" path="../../calendar[@type='gregorian']/months"/>
1731                                 </months>
1732                                 <days>
1733                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
1734                                 </days>
1735                                 <quarters>
1736                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
1737                                 </quarters>
1738                                 <dayPeriods>
1739                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
1740                                 </dayPeriods>
1741                                 <eras>
1742                                         <eraNames>
1743                                                 <alias source="locale" path="../eraAbbr"/>
1744                                         </eraNames>
1745                                         <eraAbbr>
1746                                                 <!-- These eras are numbered according to the data used
1747                                                          by the ICU Japanese Calendar.
1748                                                          search for 'ERAS ='
1749                                                 -->
1750                                                 <era type="0">Taika (645-650)</era>
1751                                                 <era type="1">Hakuchi (650-671)</era>
1752                                                 <era type="2">Hakuhō (672-686)</era>
1753                                                 <era type="3">Shuchō (686-701)</era>
1754                                                 <era type="4">Taihō (701-704)</era>
1755                                                 <era type="5">Keiun (704-708)</era>
1756                                                 <era type="6">Wadō (708-715)</era>
1757                                                 <era type="7">Reiki (715-717)</era>
1758                                                 <era type="8">Yōrō (717-724)</era>
1759                                                 <era type="9">Jinki (724-729)</era>
1760                                                 <era type="10">Tempyō (729-749)</era>
1761                                                 <era type="11">Tempyō-kampō (749-749)</era>
1762                                                 <era type="12">Tempyō-shōhō (749-757)</era>
1763                                                 <era type="13">Tempyō-hōji (757-765)</era>
1764                                                 <era type="14">Temphō-jingo (765-767)</era>
1765                                                 <era type="15">Jingo-keiun (767-770)</era>
1766                                                 <era type="16">Hōki (770-780)</era>
1767                                                 <era type="17">Ten-ō (781-782)</era>
1768                                                 <era type="18">Enryaku (782-806)</era>
1769                                                 <era type="19">Daidō (806-810)</era>
1770                                                 <era type="20">Kōnin (810-824)</era>
1771                                                 <era type="21">Tenchō (824-834)</era>
1772                                                 <era type="22">Jōwa (834-848)</era>
1773                                                 <era type="23">Kajō (848-851)</era>
1774                                                 <era type="24">Ninju (851-854)</era>
1775                                                 <era type="25">Saiko (854-857)</era>
1776                                                 <era type="26">Tennan (857-859)</era>
1777                                                 <era type="27">Jōgan (859-877)</era>
1778                                                 <era type="28">Genkei (877-885)</era>
1779                                                 <era type="29">Ninna (885-889)</era>
1780                                                 <era type="30">Kampyō (889-898)</era>
1781                                                 <era type="31">Shōtai (898-901)</era>
1782                                                 <era type="32">Engi (901-923)</era>
1783                                                 <era type="33">Enchō (923-931)</era>
1784                                                 <era type="34">Shōhei (931-938)</era>
1785                                                 <era type="35">Tengyō (938-947)</era>
1786                                                 <era type="36">Tenryaku (947-957)</era>
1787                                                 <era type="37">Tentoku (957-961)</era>
1788                                                 <era type="38">Ōwa (961-964)</era>
1789                                                 <era type="39">Kōhō (964-968)</era>
1790                                                 <era type="40">Anna (968-970)</era>
1791                                                 <era type="41">Tenroku (970-973)</era>
1792                                                 <era type="42">Ten-en (973-976)</era>
1793                                                 <era type="43">Jōgen (976-978)</era>
1794                                                 <era type="44">Tengen (978-983)</era>
1795                                                 <era type="45">Eikan (983-985)</era>
1796                                                 <era type="46">Kanna (985-987)</era>
1797                                                 <era type="47">Ei-en (987-989)</era>
1798                                                 <era type="48">Eiso (989-990)</era>
1799                                                 <era type="49">Shōryaku (990-995)</era>
1800                                                 <era type="50">Chōtoku (995-999)</era>
1801                                                 <era type="51">Chōhō (999-1004)</era>
1802                                                 <era type="52">Kankō (1004-1012)</era>
1803                                                 <era type="53">Chōwa (1012-1017)</era>
1804                                                 <era type="54">Kannin (1017-1021)</era>
1805                                                 <era type="55">Jian (1021-1024)</era>
1806                                                 <era type="56">Manju (1024-1028)</era>
1807                                                 <era type="57">Chōgen (1028-1037)</era>
1808                                                 <era type="58">Chōryaku (1037-1040)</era>
1809                                                 <era type="59">Chōkyū (1040-1044)</era>
1810                                                 <era type="60">Kantoku (1044-1046)</era>
1811                                                 <era type="61">Eishō (1046-1053)</era>
1812                                                 <era type="62">Tengi (1053-1058)</era>
1813                                                 <era type="63">Kōhei (1058-1065)</era>
1814                                                 <era type="64">Jiryaku (1065-1069)</era>
1815                                                 <era type="65">Enkyū (1069-1074)</era>
1816                                                 <era type="66">Shōho (1074-1077)</era>
1817                                                 <era type="67">Shōryaku (1077-1081)</era>
1818                                                 <era type="68">Eiho (1081-1084)</era>
1819                                                 <era type="69">Ōtoku (1084-1087)</era>
1820                                                 <era type="70">Kanji (1087-1094)</era>
1821                                                 <era type="71">Kaho (1094-1096)</era>
1822                                                 <era type="72">Eichō (1096-1097)</era>
1823                                                 <era type="73">Shōtoku (1097-1099)</era>
1824                                                 <era type="74">Kōwa (1099-1104)</era>
1825                                                 <era type="75">Chōji (1104-1106)</era>
1826                                                 <era type="76">Kashō (1106-1108)</era>
1827                                                 <era type="77">Tennin (1108-1110)</era>
1828                                                 <era type="78">Ten-ei (1110-1113)</era>
1829                                                 <era type="79">Eikyū (1113-1118)</era>
1830                                                 <era type="80">Gen-ei (1118-1120)</era>
1831                                                 <era type="81">Hoan (1120-1124)</era>
1832                                                 <era type="82">Tenji (1124-1126)</era>
1833                                                 <era type="83">Daiji (1126-1131)</era>
1834                                                 <era type="84">Tenshō (1131-1132)</era>
1835                                                 <era type="85">Chōshō (1132-1135)</era>
1836                                                 <era type="86">Hoen (1135-1141)</era>
1837                                                 <era type="87">Eiji (1141-1142)</era>
1838                                                 <era type="88">Kōji (1142-1144)</era>
1839                                                 <era type="89">Tenyō (1144-1145)</era>
1840                                                 <era type="90">Kyūan (1145-1151)</era>
1841                                                 <era type="91">Ninpei (1151-1154)</era>
1842                                                 <era type="92">Kyūju (1154-1156)</era>
1843                                                 <era type="93">Hogen (1156-1159)</era>
1844                                                 <era type="94">Heiji (1159-1160)</era>
1845                                                 <era type="95">Eiryaku (1160-1161)</era>
1846                                                 <era type="96">Ōho (1161-1163)</era>
1847                                                 <era type="97">Chōkan (1163-1165)</era>
1848                                                 <era type="98">Eiman (1165-1166)</era>
1849                                                 <era type="99">Nin-an (1166-1169)</era>
1850                                                 <era type="100">Kaō (1169-1171)</era>
1851                                                 <era type="101">Shōan (1171-1175)</era>
1852                                                 <era type="102">Angen (1175-1177)</era>
1853                                                 <era type="103">Jishō (1177-1181)</era>
1854                                                 <era type="104">Yōwa (1181-1182)</era>
1855                                                 <era type="105">Juei (1182-1184)</era>
1856                                                 <era type="106">Genryuku (1184-1185)</era>
1857                                                 <era type="107">Bunji (1185-1190)</era>
1858                                                 <era type="108">Kenkyū (1190-1199)</era>
1859                                                 <era type="109">Shōji (1199-1201)</era>
1860                                                 <era type="110">Kennin (1201-1204)</era>
1861                                                 <era type="111">Genkyū (1204-1206)</era>
1862                                                 <era type="112">Ken-ei (1206-1207)</era>
1863                                                 <era type="113">Shōgen (1207-1211)</era>
1864                                                 <era type="114">Kenryaku (1211-1213)</era>
1865                                                 <era type="115">Kenpō (1213-1219)</era>
1866                                                 <era type="116">Shōkyū (1219-1222)</era>
1867                                                 <era type="117">Jōō (1222-1224)</era>
1868                                                 <era type="118">Gennin (1224-1225)</era>
1869                                                 <era type="119">Karoku (1225-1227)</era>
1870                                                 <era type="120">Antei (1227-1229)</era>
1871                                                 <era type="121">Kanki (1229-1232)</era>
1872                                                 <era type="122">Jōei (1232-1233)</era>
1873                                                 <era type="123">Tempuku (1233-1234)</era>
1874                                                 <era type="124">Bunryaku (1234-1235)</era>
1875                                                 <era type="125">Katei (1235-1238)</era>
1876                                                 <era type="126">Ryakunin (1238-1239)</era>
1877                                                 <era type="127">En-ō (1239-1240)</era>
1878                                                 <era type="128">Ninji (1240-1243)</era>
1879                                                 <era type="129">Kangen (1243-1247)</era>
1880                                                 <era type="130">Hōji (1247-1249)</era>
1881                                                 <era type="131">Kenchō (1249-1256)</era>
1882                                                 <era type="132">Kōgen (1256-1257)</era>
1883                                                 <era type="133">Shōka (1257-1259)</era>
1884                                                 <era type="134">Shōgen (1259-1260)</era>
1885                                                 <era type="135">Bun-ō (1260-1261)</era>
1886                                                 <era type="136">Kōchō (1261-1264)</era>
1887                                                 <era type="137">Bun-ei (1264-1275)</era>
1888                                                 <era type="138">Kenji (1275-1278)</era>
1889                                                 <era type="139">Kōan (1278-1288)</era>
1890                                                 <era type="140">Shōō (1288-1293)</era>
1891                                                 <era type="141">Einin (1293-1299)</era>
1892                                                 <era type="142">Shōan (1299-1302)</era>
1893                                                 <era type="143">Kengen (1302-1303)</era>
1894                                                 <era type="144">Kagen (1303-1306)</era>
1895                                                 <era type="145">Tokuji (1306-1308)</era>
1896                                                 <era type="146">Enkei (1308-1311)</era>
1897                                                 <era type="147">Ōchō (1311-1312)</era>
1898                                                 <era type="148">Shōwa (1312-1317)</era>
1899                                                 <era type="149">Bunpō (1317-1319)</era>
1900                                                 <era type="150">Genō (1319-1321)</era>
1901                                                 <era type="151">Genkyō (1321-1324)</era>
1902                                                 <era type="152">Shōchū (1324-1326)</era>
1903                                                 <era type="153">Kareki (1326-1329)</era>
1904                                                 <era type="154">Gentoku (1329-1331)</era>
1905                                                 <era type="155">Genkō (1331-1334)</era>
1906                                                 <era type="156">Kemmu (1334-1336)</era>
1907                                                 <era type="157">Engen (1336-1340)</era>
1908                                                 <era type="158">Kōkoku (1340-1346)</era>
1909                                                 <era type="159">Shōhei (1346-1370)</era>
1910                                                 <era type="160">Kentoku (1370-1372)</era>
1911                                                 <era type="161">Bunchū (1372-1375)</era>
1912                                                 <era type="162">Tenju (1375-1379)</era>
1913                                                 <era type="163">Kōryaku (1379-1381)</era>
1914                                                 <era type="164">Kōwa (1381-1384)</era>
1915                                                 <era type="165">Genchū (1384-1392)</era>
1916                                                 <era type="166">Meitoku (1384-1387)</era>
1917                                                 <era type="167">Kakei (1387-1389)</era>
1918                                                 <era type="168">Kōō (1389-1390)</era>
1919                                                 <era type="169">Meitoku (1390-1394)</era>
1920                                                 <era type="170">Ōei (1394-1428)</era>
1921                                                 <era type="171">Shōchō (1428-1429)</era>
1922                                                 <era type="172">Eikyō (1429-1441)</era>
1923                                                 <era type="173">Kakitsu (1441-1444)</era>
1924                                                 <era type="174">Bun-an (1444-1449)</era>
1925                                                 <era type="175">Hōtoku (1449-1452)</era>
1926                                                 <era type="176">Kyōtoku (1452-1455)</era>
1927                                                 <era type="177">Kōshō (1455-1457)</era>
1928                                                 <era type="178">Chōroku (1457-1460)</era>
1929                                                 <era type="179">Kanshō (1460-1466)</era>
1930                                                 <era type="180">Bunshō (1466-1467)</era>
1931                                                 <era type="181">Ōnin (1467-1469)</era>
1932                                                 <era type="182">Bunmei (1469-1487)</era>
1933                                                 <era type="183">Chōkyō (1487-1489)</era>
1934                                                 <era type="184">Entoku (1489-1492)</era>
1935                                                 <era type="185">Meiō (1492-1501)</era>
1936                                                 <era type="186">Bunki (1501-1504)</era>
1937                                                 <era type="187">Eishō (1504-1521)</era>
1938                                                 <era type="188">Taiei (1521-1528)</era>
1939                                                 <era type="189">Kyōroku (1528-1532)</era>
1940                                                 <era type="190">Tenmon (1532-1555)</era>
1941                                                 <era type="191">Kōji (1555-1558)</era>
1942                                                 <era type="192">Eiroku (1558-1570)</era>
1943                                                 <era type="193">Genki (1570-1573)</era>
1944                                                 <era type="194">Tenshō (1573-1592)</era>
1945                                                 <era type="195">Bunroku (1592-1596)</era>
1946                                                 <era type="196">Keichō (1596-1615)</era>
1947                                                 <era type="197">Genwa (1615-1624)</era>
1948                                                 <era type="198">Kan-ei (1624-1644)</era>
1949                                                 <era type="199">Shōho (1644-1648)</era>
1950                                                 <era type="200">Keian (1648-1652)</era>
1951                                                 <era type="201">Shōō (1652-1655)</era>
1952                                                 <era type="202">Meiryaku (1655-1658)</era>
1953                                                 <era type="203">Manji (1658-1661)</era>
1954                                                 <era type="204">Kanbun (1661-1673)</era>
1955                                                 <era type="205">Enpō (1673-1681)</era>
1956                                                 <era type="206">Tenwa (1681-1684)</era>
1957                                                 <era type="207">Jōkyō (1684-1688)</era>
1958                                                 <era type="208">Genroku (1688-1704)</era>
1959                                                 <era type="209">Hōei (1704-1711)</era>
1960                                                 <era type="210">Shōtoku (1711-1716)</era>
1961                                                 <era type="211">Kyōhō (1716-1736)</era>
1962                                                 <era type="212">Genbun (1736-1741)</era>
1963                                                 <era type="213">Kanpō (1741-1744)</era>
1964                                                 <era type="214">Enkyō (1744-1748)</era>
1965                                                 <era type="215">Kan-en (1748-1751)</era>
1966                                                 <era type="216">Hōryaku (1751-1764)</era>
1967                                                 <era type="217">Meiwa (1764-1772)</era>
1968                                                 <era type="218">An-ei (1772-1781)</era>
1969                                                 <era type="219">Tenmei (1781-1789)</era>
1970                                                 <era type="220">Kansei (1789-1801)</era>
1971                                                 <era type="221">Kyōwa (1801-1804)</era>
1972                                                 <era type="222">Bunka (1804-1818)</era>
1973                                                 <era type="223">Bunsei (1818-1830)</era>
1974                                                 <era type="224">Tenpō (1830-1844)</era>
1975                                                 <era type="225">Kōka (1844-1848)</era>
1976                                                 <era type="226">Kaei (1848-1854)</era>
1977                                                 <era type="227">Ansei (1854-1860)</era>
1978                                                 <era type="228">Man-en (1860-1861)</era>
1979                                                 <era type="229">Bunkyū (1861-1864)</era>
1980                                                 <era type="230">Genji (1864-1865)</era>
1981                                                 <era type="231">Keiō (1865-1868)</era>
1982                                                 <era type="232">Meiji</era>
1983                                                 <era type="233">Taishō</era>
1984                                                 <era type="234">Shōwa</era>
1985                                                 <era type="235">Heisei</era>
1986                                         </eraAbbr>
1987                                         <eraNarrow>
1988                                                 <era type="0">Taika (645-650)</era>
1989                                                 <era type="1">Hakuchi (650-671)</era>
1990                                                 <era type="2">Hakuhō (672-686)</era>
1991                                                 <era type="3">Shuchō (686-701)</era>
1992                                                 <era type="4">Taihō (701-704)</era>
1993                                                 <era type="5">Keiun (704-708)</era>
1994                                                 <era type="6">Wadō (708-715)</era>
1995                                                 <era type="7">Reiki (715-717)</era>
1996                                                 <era type="8">Yōrō (717-724)</era>
1997                                                 <era type="9">Jinki (724-729)</era>
1998                                                 <era type="10">Tempyō (729-749)</era>
1999                                                 <era type="11">Tempyō-kampō (749-749)</era>
2000                                                 <era type="12">Tempyō-shōhō (749-757)</era>
2001                                                 <era type="13">Tempyō-hōji (757-765)</era>
2002                                                 <era type="14">Temphō-jingo (765-767)</era>
2003                                                 <era type="15">Jingo-keiun (767-770)</era>
2004                                                 <era type="16">Hōki (770-780)</era>
2005                                                 <era type="17">Ten-ō (781-782)</era>
2006                                                 <era type="18">Enryaku (782-806)</era>
2007                                                 <era type="19">Daidō (806-810)</era>
2008                                                 <era type="20">Kōnin (810-824)</era>
2009                                                 <era type="21">Tenchō (824-834)</era>
2010                                                 <era type="22">Jōwa (834-848)</era>
2011                                                 <era type="23">Kajō (848-851)</era>
2012                                                 <era type="24">Ninju (851-854)</era>
2013                                                 <era type="25">Saiko (854-857)</era>
2014                                                 <era type="26">Tennan (857-859)</era>
2015                                                 <era type="27">Jōgan (859-877)</era>
2016                                                 <era type="28">Genkei (877-885)</era>
2017                                                 <era type="29">Ninna (885-889)</era>
2018                                                 <era type="30">Kampyō (889-898)</era>
2019                                                 <era type="31">Shōtai (898-901)</era>
2020                                                 <era type="32">Engi (901-923)</era>
2021                                                 <era type="33">Enchō (923-931)</era>
2022                                                 <era type="34">Shōhei (931-938)</era>
2023                                                 <era type="35">Tengyō (938-947)</era>
2024                                                 <era type="36">Tenryaku (947-957)</era>
2025                                                 <era type="37">Tentoku (957-961)</era>
2026                                                 <era type="38">Ōwa (961-964)</era>
2027                                                 <era type="39">Kōhō (964-968)</era>
2028                                                 <era type="40">Anna (968-970)</era>
2029                                                 <era type="41">Tenroku (970-973)</era>
2030                                                 <era type="42">Ten-en (973-976)</era>
2031                                                 <era type="43">Jōgen (976-978)</era>
2032                                                 <era type="44">Tengen (978-983)</era>
2033                                                 <era type="45">Eikan (983-985)</era>
2034                                                 <era type="46">Kanna (985-987)</era>
2035                                                 <era type="47">Ei-en (987-989)</era>
2036                                                 <era type="48">Eiso (989-990)</era>
2037                                                 <era type="49">Shōryaku (990-995)</era>
2038                                                 <era type="50">Chōtoku (995-999)</era>
2039                                                 <era type="51">Chōhō (999-1004)</era>
2040                                                 <era type="52">Kankō (1004-1012)</era>
2041                                                 <era type="53">Chōwa (1012-1017)</era>
2042                                                 <era type="54">Kannin (1017-1021)</era>
2043                                                 <era type="55">Jian (1021-1024)</era>
2044                                                 <era type="56">Manju (1024-1028)</era>
2045                                                 <era type="57">Chōgen (1028-1037)</era>
2046                                                 <era type="58">Chōryaku (1037-1040)</era>
2047                                                 <era type="59">Chōkyū (1040-1044)</era>
2048                                                 <era type="60">Kantoku (1044-1046)</era>
2049                                                 <era type="61">Eishō (1046-1053)</era>
2050                                                 <era type="62">Tengi (1053-1058)</era>
2051                                                 <era type="63">Kōhei (1058-1065)</era>
2052                                                 <era type="64">Jiryaku (1065-1069)</era>
2053                                                 <era type="65">Enkyū (1069-1074)</era>
2054                                                 <era type="66">Shōho (1074-1077)</era>
2055                                                 <era type="67">Shōryaku (1077-1081)</era>
2056                                                 <era type="68">Eiho (1081-1084)</era>
2057                                                 <era type="69">Ōtoku (1084-1087)</era>
2058                                                 <era type="70">Kanji (1087-1094)</era>
2059                                                 <era type="71">Kaho (1094-1096)</era>
2060                                                 <era type="72">Eichō (1096-1097)</era>
2061                                                 <era type="73">Shōtoku (1097-1099)</era>
2062                                                 <era type="74">Kōwa (1099-1104)</era>
2063                                                 <era type="75">Chōji (1104-1106)</era>
2064                                                 <era type="76">Kashō (1106-1108)</era>
2065                                                 <era type="77">Tennin (1108-1110)</era>
2066                                                 <era type="78">Ten-ei (1110-1113)</era>
2067                                                 <era type="79">Eikyū (1113-1118)</era>
2068                                                 <era type="80">Gen-ei (1118-1120)</era>
2069                                                 <era type="81">Hoan (1120-1124)</era>
2070                                                 <era type="82">Tenji (1124-1126)</era>
2071                                                 <era type="83">Daiji (1126-1131)</era>
2072                                                 <era type="84">Tenshō (1131-1132)</era>
2073                                                 <era type="85">Chōshō (1132-1135)</era>
2074                                                 <era type="86">Hoen (1135-1141)</era>
2075                                                 <era type="87">Eiji (1141-1142)</era>
2076                                                 <era type="88">Kōji (1142-1144)</era>
2077                                                 <era type="89">Tenyō (1144-1145)</era>
2078                                                 <era type="90">Kyūan (1145-1151)</era>
2079                                                 <era type="91">Ninpei (1151-1154)</era>
2080                                                 <era type="92">Kyūju (1154-1156)</era>
2081                                                 <era type="93">Hogen (1156-1159)</era>
2082                                                 <era type="94">Heiji (1159-1160)</era>
2083                                                 <era type="95">Eiryaku (1160-1161)</era>
2084                                                 <era type="96">Ōho (1161-1163)</era>
2085                                                 <era type="97">Chōkan (1163-1165)</era>
2086                                                 <era type="98">Eiman (1165-1166)</era>
2087                                                 <era type="99">Nin-an (1166-1169)</era>
2088                                                 <era type="100">Kaō (1169-1171)</era>
2089                                                 <era type="101">Shōan (1171-1175)</era>
2090                                                 <era type="102">Angen (1175-1177)</era>
2091                                                 <era type="103">Jishō (1177-1181)</era>
2092                                                 <era type="104">Yōwa (1181-1182)</era>
2093                                                 <era type="105">Juei (1182-1184)</era>
2094                                                 <era type="106">Genryuku (1184-1185)</era>
2095                                                 <era type="107">Bunji (1185-1190)</era>
2096                                                 <era type="108">Kenkyū (1190-1199)</era>
2097                                                 <era type="109">Shōji (1199-1201)</era>
2098                                                 <era type="110">Kennin (1201-1204)</era>
2099                                                 <era type="111">Genkyū (1204-1206)</era>
2100                                                 <era type="112">Ken-ei (1206-1207)</era>
2101                                                 <era type="113">Shōgen (1207-1211)</era>
2102                                                 <era type="114">Kenryaku (1211-1213)</era>
2103                                                 <era type="115">Kenpō (1213-1219)</era>
2104                                                 <era type="116">Shōkyū (1219-1222)</era>
2105                                                 <era type="117">Jōō (1222-1224)</era>
2106                                                 <era type="118">Gennin (1224-1225)</era>
2107                                                 <era type="119">Karoku (1225-1227)</era>
2108                                                 <era type="120">Antei (1227-1229)</era>
2109                                                 <era type="121">Kanki (1229-1232)</era>
2110                                                 <era type="122">Jōei (1232-1233)</era>
2111                                                 <era type="123">Tempuku (1233-1234)</era>
2112                                                 <era type="124">Bunryaku (1234-1235)</era>
2113                                                 <era type="125">Katei (1235-1238)</era>
2114                                                 <era type="126">Ryakunin (1238-1239)</era>
2115                                                 <era type="127">En-ō (1239-1240)</era>
2116                                                 <era type="128">Ninji (1240-1243)</era>
2117                                                 <era type="129">Kangen (1243-1247)</era>
2118                                                 <era type="130">Hōji (1247-1249)</era>
2119                                                 <era type="131">Kenchō (1249-1256)</era>
2120                                                 <era type="132">Kōgen (1256-1257)</era>
2121                                                 <era type="133">Shōka (1257-1259)</era>
2122                                                 <era type="134">Shōgen (1259-1260)</era>
2123                                                 <era type="135">Bun-ō (1260-1261)</era>
2124                                                 <era type="136">Kōchō (1261-1264)</era>
2125                                                 <era type="137">Bun-ei (1264-1275)</era>
2126                                                 <era type="138">Kenji (1275-1278)</era>
2127                                                 <era type="139">Kōan (1278-1288)</era>
2128                                                 <era type="140">Shōō (1288-1293)</era>
2129                                                 <era type="141">Einin (1293-1299)</era>
2130                                                 <era type="142">Shōan (1299-1302)</era>
2131                                                 <era type="143">Kengen (1302-1303)</era>
2132                                                 <era type="144">Kagen (1303-1306)</era>
2133                                                 <era type="145">Tokuji (1306-1308)</era>
2134                                                 <era type="146">Enkei (1308-1311)</era>
2135                                                 <era type="147">Ōchō (1311-1312)</era>
2136                                                 <era type="148">Shōwa (1312-1317)</era>
2137                                                 <era type="149">Bunpō (1317-1319)</era>
2138                                                 <era type="150">Genō (1319-1321)</era>
2139                                                 <era type="151">Genkyō (1321-1324)</era>
2140                                                 <era type="152">Shōchū (1324-1326)</era>
2141                                                 <era type="153">Kareki (1326-1329)</era>
2142                                                 <era type="154">Gentoku (1329-1331)</era>
2143                                                 <era type="155">Genkō (1331-1334)</era>
2144                                                 <era type="156">Kemmu (1334-1336)</era>
2145                                                 <era type="157">Engen (1336-1340)</era>
2146                                                 <era type="158">Kōkoku (1340-1346)</era>
2147                                                 <era type="159">Shōhei (1346-1370)</era>
2148                                                 <era type="160">Kentoku (1370-1372)</era>
2149                                                 <era type="161">Bunchũ (1372-1375)</era>
2150                                                 <era type="162">Tenju (1375-1379)</era>
2151                                                 <era type="163">Kōryaku (1379-1381)</era>
2152                                                 <era type="164">Kōwa (1381-1384)</era>
2153                                                 <era type="165">Genchũ (1384-1392)</era>
2154                                                 <era type="166">Meitoku (1384-1387)</era>
2155                                                 <era type="167">Kakei (1387-1389)</era>
2156                                                 <era type="168">Kōō (1389-1390)</era>
2157                                                 <era type="169">Meitoku (1390-1394)</era>
2158                                                 <era type="170">Ōei (1394-1428)</era>
2159                                                 <era type="171">Shōchō (1428-1429)</era>
2160                                                 <era type="172">Eikyō (1429-1441)</era>
2161                                                 <era type="173">Kakitsu (1441-1444)</era>
2162                                                 <era type="174">Bun-an (1444-1449)</era>
2163                                                 <era type="175">Hōtoku (1449-1452)</era>
2164                                                 <era type="176">Kyōtoku (1452-1455)</era>
2165                                                 <era type="177">Kōshō (1455-1457)</era>
2166                                                 <era type="178">Chōroku (1457-1460)</era>
2167                                                 <era type="179">Kanshō (1460-1466)</era>
2168                                                 <era type="180">Bunshō (1466-1467)</era>
2169                                                 <era type="181">Ōnin (1467-1469)</era>
2170                                                 <era type="182">Bunmei (1469-1487)</era>
2171                                                 <era type="183">Chōkyō (1487-1489)</era>
2172                                                 <era type="184">Entoku (1489-1492)</era>
2173                                                 <era type="185">Meiō (1492-1501)</era>
2174                                                 <era type="186">Bunki (1501-1504)</era>
2175                                                 <era type="187">Eishō (1504-1521)</era>
2176                                                 <era type="188">Taiei (1521-1528)</era>
2177                                                 <era type="189">Kyōroku (1528-1532)</era>
2178                                                 <era type="190">Tenmon (1532-1555)</era>
2179                                                 <era type="191">Kōji (1555-1558)</era>
2180                                                 <era type="192">Eiroku (1558-1570)</era>
2181                                                 <era type="193">Genki (1570-1573)</era>
2182                                                 <era type="194">Tenshō (1573-1592)</era>
2183                                                 <era type="195">Bunroku (1592-1596)</era>
2184                                                 <era type="196">Keichō (1596-1615)</era>
2185                                                 <era type="197">Genwa (1615-1624)</era>
2186                                                 <era type="198">Kan-ei (1624-1644)</era>
2187                                                 <era type="199">Shōho (1644-1648)</era>
2188                                                 <era type="200">Keian (1648-1652)</era>
2189                                                 <era type="201">Shōō (1652-1655)</era>
2190                                                 <era type="202">Meiryaku (1655-1658)</era>
2191                                                 <era type="203">Manji (1658-1661)</era>
2192                                                 <era type="204">Kanbun (1661-1673)</era>
2193                                                 <era type="205">Enpō (1673-1681)</era>
2194                                                 <era type="206">Tenwa (1681-1684)</era>
2195                                                 <era type="207">Jōkyō (1684-1688)</era>
2196                                                 <era type="208">Genroku (1688-1704)</era>
2197                                                 <era type="209">Hōei (1704-1711)</era>
2198                                                 <era type="210">Shōtoku (1711-1716)</era>
2199                                                 <era type="211">Kyōhō (1716-1736)</era>
2200                                                 <era type="212">Genbun (1736-1741)</era>
2201                                                 <era type="213">Kanpō (1741-1744)</era>
2202                                                 <era type="214">Enkyō (1744-1748)</era>
2203                                                 <era type="215">Kan-en (1748-1751)</era>
2204                                                 <era type="216">Hōryaku (1751-1764)</era>
2205                                                 <era type="217">Meiwa (1764-1772)</era>
2206                                                 <era type="218">An-ei (1772-1781)</era>
2207                                                 <era type="219">Tenmei (1781-1789)</era>
2208                                                 <era type="220">Kansei (1789-1801)</era>
2209                                                 <era type="221">Kyōwa (1801-1804)</era>
2210                                                 <era type="222">Bunka (1804-1818)</era>
2211                                                 <era type="223">Bunsei (1818-1830)</era>
2212                                                 <era type="224">Tenpō (1830-1844)</era>
2213                                                 <era type="225">Kōka (1844-1848)</era>
2214                                                 <era type="226">Kaei (1848-1854)</era>
2215                                                 <era type="227">Ansei (1854-1860)</era>
2216                                                 <era type="228">Man-en (1860-1861)</era>
2217                                                 <era type="229">Bunkyū (1861-1864)</era>
2218                                                 <era type="230">Genji (1864-1865)</era>
2219                                                 <era type="231">Keiō (1865-1868)</era>
2220                                                 <era type="232">M</era>
2221                                                 <era type="233">T</era>
2222                                                 <era type="234">S</era>
2223                                                 <era type="235">H</era>
2224                                         </eraNarrow>
2225                                 </eras>
2226                                 <dateFormats>
2227                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
2228                                 </dateFormats>
2229                                 <timeFormats>
2230                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
2231                                 </timeFormats>
2232                                 <dateTimeFormats>
2233                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
2234                                 </dateTimeFormats>
2235                         </calendar>
2236                         <calendar type="persian">
2237                                 <months>
2238                                         <monthContext type="format">
2239                                                 <monthWidth type="abbreviated">
2240                                                         <alias source="locale" path="../monthWidth[@type='wide']"/>
2241                                                 </monthWidth>
2242                                                 <monthWidth type="narrow">
2243                                                         <alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
2244                                                 </monthWidth>
2245                                                 <monthWidth type="wide">
2246                                                         <month type="1">Farvardin</month>
2247                                                         <month type="2">Ordibehesht</month>
2248                                                         <month type="3">Khordad</month>
2249                                                         <month type="4">Tir</month>
2250                                                         <month type="5">Mordad</month>
2251                                                         <month type="6">Shahrivar</month>
2252                                                         <month type="7">Mehr</month>
2253                                                         <month type="8">Aban</month>
2254                                                         <month type="9">Azar</month>
2255                                                         <month type="10">Dey</month>
2256                                                         <month type="11">Bahman</month>
2257                                                         <month type="12">Esfand</month>
2258                                                 </monthWidth>
2259                                         </monthContext>
2260                                         <monthContext type="stand-alone">
2261                                                 <monthWidth type="abbreviated">
2262                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
2263                                                 </monthWidth>
2264                                                 <monthWidth type="narrow">
2265                                                         <month type="1">1</month>
2266                                                         <month type="2">2</month>
2267                                                         <month type="3">3</month>
2268                                                         <month type="4">4</month>
2269                                                         <month type="5">5</month>
2270                                                         <month type="6">6</month>
2271                                                         <month type="7">7</month>
2272                                                         <month type="8">8</month>
2273                                                         <month type="9">9</month>
2274                                                         <month type="10">10</month>
2275                                                         <month type="11">11</month>
2276                                                         <month type="12">12</month>
2277                                                 </monthWidth>
2278                                                 <monthWidth type="wide">
2279                                                         <alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
2280                                                 </monthWidth>
2281                                         </monthContext>
2282                                 </months>
2283                                 <days>
2284                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
2285                                 </days>
2286                                 <quarters>
2287                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
2288                                 </quarters>
2289                                 <dayPeriods>
2290                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
2291                                 </dayPeriods>
2292                                 <eras>
2293                                         <eraNames>
2294                                                 <alias source="locale" path="../eraAbbr"/>
2295                                         </eraNames>
2296                                         <eraAbbr>
2297                                                 <era type="0">AP</era>
2298                                         </eraAbbr>
2299                                         <eraNarrow>
2300                                                 <alias source="locale" path="../eraAbbr"/>
2301                                         </eraNarrow>
2302                                 </eras>
2303                                 <dateFormats>
2304                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
2305                                 </dateFormats>
2306                                 <timeFormats>
2307                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
2308                                 </timeFormats>
2309                                 <dateTimeFormats>
2310                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
2311                                 </dateTimeFormats>
2312                         </calendar>
2313                         <calendar type="roc">
2314                                 <months>
2315                                         <alias source="locale" path="../../calendar[@type='gregorian']/months"/>
2316                                 </months>
2317                                 <days>
2318                                         <alias source="locale" path="../../calendar[@type='gregorian']/days"/>
2319                                 </days>
2320                                 <quarters>
2321                                         <alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
2322                                 </quarters>
2323                                 <dayPeriods>
2324                                         <alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
2325                                 </dayPeriods>
2326                                 <eras>
2327                                         <eraNames>
2328                                                 <alias source="locale" path="../eraAbbr"/>
2329                                         </eraNames>
2330                                         <!-- = 1912 AD gregorian. See: http://en.wikipedia.org/wiki/Minguo_calendar -->
2331                                         <eraAbbr>
2332                                                 <era type="0">Before R.O.C.</era>
2333                                                 <era type="1">R.O.C.</era>
2334                                         </eraAbbr>
2335                                         <eraNarrow>
2336                                                 <alias source="locale" path="../eraAbbr"/>
2337                                         </eraNarrow>
2338                                 </eras>
2339                                 <dateFormats>
2340                                         <alias source="locale" path="../../calendar[@type='generic']/dateFormats"/>
2341                                 </dateFormats>
2342                                 <timeFormats>
2343                                         <alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
2344                                 </timeFormats>
2345                                 <dateTimeFormats>
2346                                         <alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
2347                                 </dateTimeFormats>
2348                         </calendar>
2349                 </calendars>
2350                 <fields>
2351                         <field type="era">
2352                                 <displayName>Era</displayName>
2353                         </field>
2354                         <field type="year">
2355                                 <displayName>Year</displayName>
2356                                 <relative type="-1">last year</relative>
2357                                 <relative type="0">this year</relative>
2358                                 <relative type="1">next year</relative>
2359                                 <relativeTime type="future">
2360                                         <relativeTimePattern count="other">+{0} y</relativeTimePattern>
2361                                 </relativeTime>
2362                                 <relativeTime type="past">
2363                                         <relativeTimePattern count="other">-{0} y</relativeTimePattern>
2364                                 </relativeTime>
2365                         </field>
2366                         <field type="year-short">
2367                                 <alias source="locale" path="../field[@type='year']"/>
2368                         </field>
2369                         <field type="year-narrow">
2370                                 <alias source="locale" path="../field[@type='year-short']"/>
2371                         </field>
2372                         <field type="quarter">
2373                                 <displayName>Quarter</displayName>
2374                                 <relative type="-1">last quarter</relative>
2375                                 <relative type="0">this quarter</relative>
2376                                 <relative type="1">next quarter</relative>
2377                                 <relativeTime type="future">
2378                                         <relativeTimePattern count="other">+{0} Q</relativeTimePattern>
2379                                 </relativeTime>
2380                                 <relativeTime type="past">
2381                                         <relativeTimePattern count="other">-{0} Q</relativeTimePattern>
2382                                 </relativeTime>
2383                         </field>
2384                         <field type="quarter-short">
2385                                 <alias source="locale" path="../field[@type='quarter']"/>
2386                         </field>
2387                         <field type="quarter-narrow">
2388                                 <alias source="locale" path="../field[@type='quarter-short']"/>
2389                         </field>
2390                         <field type="month">
2391                                 <displayName>Month</displayName>
2392                                 <relative type="-1">last month</relative>
2393                                 <relative type="0">this month</relative>
2394                                 <relative type="1">next month</relative>
2395                                 <relativeTime type="future">
2396                                         <relativeTimePattern count="other">+{0} m</relativeTimePattern>
2397                                 </relativeTime>
2398                                 <relativeTime type="past">
2399                                         <relativeTimePattern count="other">-{0} m</relativeTimePattern>
2400                                 </relativeTime>
2401                         </field>
2402                         <field type="month-short">
2403                                 <alias source="locale" path="../field[@type='month']"/>
2404                         </field>
2405                         <field type="month-narrow">
2406                                 <alias source="locale" path="../field[@type='month-short']"/>
2407                         </field>
2408                         <field type="week">
2409                                 <displayName>Week</displayName>
2410                                 <relative type="-1">last week</relative>
2411                                 <relative type="0">this week</relative>
2412                                 <relative type="1">next week</relative>
2413                                 <relativeTime type="future">
2414                                         <relativeTimePattern count="other">+{0} w</relativeTimePattern>
2415                                 </relativeTime>
2416                                 <relativeTime type="past">
2417                                         <relativeTimePattern count="other">-{0} w</relativeTimePattern>
2418                                 </relativeTime>
2419                         </field>
2420                         <field type="week-short">
2421                                 <alias source="locale" path="../field[@type='week']"/>
2422                         </field>
2423                         <field type="week-narrow">
2424                                 <alias source="locale" path="../field[@type='week-short']"/>
2425                         </field>
2426                         <field type="day">
2427                                 <displayName>Day</displayName>
2428                                 <relative type="-1">yesterday</relative>
2429                                 <relative type="0">today</relative>
2430                                 <relative type="1">tomorrow</relative>
2431                                 <relativeTime type="future">
2432                                         <relativeTimePattern count="other">+{0} d</relativeTimePattern>
2433                                 </relativeTime>
2434                                 <relativeTime type="past">
2435                                         <relativeTimePattern count="other">-{0} d</relativeTimePattern>
2436                                 </relativeTime>
2437                         </field>
2438                         <field type="day-short">
2439                                 <alias source="locale" path="../field[@type='day']"/>
2440                         </field>
2441                         <field type="day-narrow">
2442                                 <alias source="locale" path="../field[@type='day-short']"/>
2443                         </field>
2444                         <field type="weekday">
2445                                 <displayName>Day of the Week</displayName>
2446                         </field>
2447                         <field type="sun">
2448                                 <relative type="-1">last Sunday</relative>
2449                                 <relative type="0">this Sunday</relative>
2450                                 <relative type="1">next Sunday</relative>
2451                         </field>
2452                         <field type="sun-short">
2453                                 <alias source="locale" path="../field[@type='sun']"/>
2454                         </field>
2455                         <field type="sun-narrow">
2456                                 <alias source="locale" path="../field[@type='sun-short']"/>
2457                         </field>
2458                         <field type="mon">
2459                                 <relative type="-1">last Monday</relative>
2460                                 <relative type="0">this Monday</relative>
2461                                 <relative type="1">next Monday</relative>
2462                         </field>
2463                         <field type="mon-short">
2464                                 <alias source="locale" path="../field[@type='mon']"/>
2465                         </field>
2466                         <field type="mon-narrow">
2467                                 <alias source="locale" path="../field[@type='mon-short']"/>
2468                         </field>
2469                         <field type="tue">
2470                                 <relative type="-1">last Tuesday</relative>
2471                                 <relative type="0">this Tuesday</relative>
2472                                 <relative type="1">next Tuesday</relative>
2473                         </field>
2474                         <field type="tue-short">
2475                                 <alias source="locale" path="../field[@type='tue']"/>
2476                         </field>
2477                         <field type="tue-narrow">
2478                                 <alias source="locale" path="../field[@type='tue-short']"/>
2479                         </field>
2480                         <field type="wed">
2481                                 <relative type="-1">last Wednesday</relative>
2482                                 <relative type="0">this Wednesday</relative>
2483                                 <relative type="1">next Wednesday</relative>
2484                         </field>
2485                         <field type="wed-short">
2486                                 <alias source="locale" path="../field[@type='wed']"/>
2487                         </field>
2488                         <field type="wed-narrow">
2489                                 <alias source="locale" path="../field[@type='wed-short']"/>
2490                         </field>
2491                         <field type="thu">
2492                                 <relative type="-1">last Thursday</relative>
2493                                 <relative type="0">this Thursday</relative>
2494                                 <relative type="1">next Thursday</relative>
2495                         </field>
2496                         <field type="thu-short">
2497                                 <alias source="locale" path="../field[@type='thu']"/>
2498                         </field>
2499                         <field type="thu-narrow">
2500                                 <alias source="locale" path="../field[@type='thu-short']"/>
2501                         </field>
2502                         <field type="fri">
2503                                 <relative type="-1">last Friday</relative>
2504                                 <relative type="0">this Friday</relative>
2505                                 <relative type="1">next Friday</relative>
2506                         </field>
2507                         <field type="fri-short">
2508                                 <alias source="locale" path="../field[@type='fri']"/>
2509                         </field>
2510                         <field type="fri-narrow">
2511                                 <alias source="locale" path="../field[@type='fri-short']"/>
2512                         </field>
2513                         <field type="sat">
2514                                 <relative type="-1">last Saturday</relative>
2515                                 <relative type="0">this Saturday</relative>
2516                                 <relative type="1">next Saturday</relative>
2517                         </field>
2518                         <field type="sat-short">
2519                                 <alias source="locale" path="../field[@type='sat']"/>
2520                         </field>
2521                         <field type="sat-narrow">
2522                                 <alias source="locale" path="../field[@type='sat-short']"/>
2523                         </field>
2524                         <field type="dayperiod">
2525                                 <displayName>Dayperiod</displayName>
2526                         </field>
2527                         <field type="hour">
2528                                 <displayName>Hour</displayName>
2529                                 <relativeTime type="future">
2530                                         <relativeTimePattern count="other">+{0} h</relativeTimePattern>
2531                                 </relativeTime>
2532                                 <relativeTime type="past">
2533                                         <relativeTimePattern count="other">-{0} h</relativeTimePattern>
2534                                 </relativeTime>
2535                         </field>
2536                         <field type="hour-short">
2537                                 <alias source="locale" path="../field[@type='hour']"/>
2538                         </field>
2539                         <field type="hour-narrow">
2540                                 <alias source="locale" path="../field[@type='hour-short']"/>
2541                         </field>
2542                         <field type="minute">
2543                                 <displayName>Minute</displayName>
2544                                 <relativeTime type="future">
2545                                         <relativeTimePattern count="other">+{0} min</relativeTimePattern>
2546                                 </relativeTime>
2547                                 <relativeTime type="past">
2548                                         <relativeTimePattern count="other">-{0} min</relativeTimePattern>
2549                                 </relativeTime>
2550                         </field>
2551                         <field type="minute-short">
2552                                 <alias source="locale" path="../field[@type='minute']"/>
2553                         </field>
2554                         <field type="minute-narrow">
2555                                 <alias source="locale" path="../field[@type='minute-short']"/>
2556                         </field>
2557                         <field type="second">
2558                                 <displayName>Second</displayName>
2559                                 <relative type="0">now</relative>
2560                                 <relativeTime type="future">
2561                                         <relativeTimePattern count="other">+{0} s</relativeTimePattern>
2562                                 </relativeTime>
2563                                 <relativeTime type="past">
2564                                         <relativeTimePattern count="other">-{0} s</relativeTimePattern>
2565                                 </relativeTime>
2566                         </field>
2567                         <field type="second-short">
2568                                 <alias source="locale" path="../field[@type='second']"/>
2569                         </field>
2570                         <field type="second-narrow">
2571                                 <alias source="locale" path="../field[@type='second-short']"/>
2572                         </field>
2573                         <field type="zone">
2574                                 <displayName>Zone</displayName>
2575                         </field>
2576                 </fields>
2577                 <timeZoneNames>
2578                         <hourFormat>+HH:mm;-HH:mm</hourFormat>
2579                         <gmtFormat>GMT{0}</gmtFormat>
2580                         <gmtZeroFormat>GMT</gmtZeroFormat>
2581                         <regionFormat>{0}</regionFormat>
2582                         <regionFormat type="daylight">{0} (+1)</regionFormat>
2583                         <regionFormat type="standard">{0} (+0)</regionFormat>
2584                         <fallbackFormat>{1} ({0})</fallbackFormat>
2585                         <zone type="Etc/Unknown">
2586                                 <exemplarCity>Unknown</exemplarCity>
2587                         </zone>
2588                         <zone type="Antarctica/DumontDUrville">
2589                                 <exemplarCity>Dumont d’Urville</exemplarCity>
2590                         </zone>
2591                         <zone type="America/St_Barthelemy">
2592                                 <exemplarCity>St. Barthelemy</exemplarCity>
2593                         </zone>
2594                         <zone type="America/Coral_Harbour">
2595                                 <exemplarCity>Atikokan</exemplarCity>
2596                         </zone>
2597                         <zone type="America/St_Johns">
2598                                 <exemplarCity>St. John’s</exemplarCity>
2599                         </zone>
2600                         <zone type="Africa/Asmera">
2601                                 <exemplarCity>Asmara</exemplarCity>
2602                         </zone>
2603                         <zone type="Pacific/Truk">
2604                                 <exemplarCity>Chuuk</exemplarCity>
2605                         </zone>
2606                         <zone type="Pacific/Ponape">
2607                                 <exemplarCity>Pohnpei</exemplarCity>
2608                         </zone>
2609                         <zone type="Atlantic/Faeroe">
2610                                 <exemplarCity>Faroe</exemplarCity>
2611                         </zone>
2612                         <zone type="America/Godthab">
2613                                 <exemplarCity>Nuuk</exemplarCity>
2614                         </zone>
2615                         <zone type="America/Scoresbysund">
2616                                 <exemplarCity>Ittoqqortoormiit</exemplarCity>
2617                         </zone>
2618                         <zone type="Asia/Calcutta">
2619                                 <exemplarCity>Kolkata</exemplarCity>
2620                         </zone>
2621                         <zone type="America/St_Kitts">
2622                                 <exemplarCity>St. Kitts</exemplarCity>
2623                         </zone>
2624                         <zone type="America/St_Lucia">
2625                                 <exemplarCity>St. Lucia</exemplarCity>
2626                         </zone>
2627                         <zone type="Asia/Katmandu">
2628                                 <exemplarCity>Kathmandu</exemplarCity>
2629                         </zone>
2630                         <zone type="Atlantic/St_Helena">
2631                                 <exemplarCity>St. Helena</exemplarCity>
2632                         </zone>
2633                         <zone type="America/Lower_Princes">
2634                                 <exemplarCity>Lower Prince’s Quarter</exemplarCity>
2635                         </zone>
2636                         <zone type="America/North_Dakota/Beulah">
2637                                 <exemplarCity>Beulah, North Dakota</exemplarCity>
2638                         </zone>
2639                         <zone type="America/North_Dakota/New_Salem">
2640                                 <exemplarCity>New Salem, North Dakota</exemplarCity>
2641                         </zone>
2642                         <zone type="America/North_Dakota/Center">
2643                                 <exemplarCity>Center, North Dakota</exemplarCity>
2644                         </zone>
2645                         <zone type="America/Indiana/Vincennes">
2646                                 <exemplarCity>Vincennes, Indiana</exemplarCity>
2647                         </zone>
2648                         <zone type="America/Indiana/Petersburg">
2649                                 <exemplarCity>Petersburg, Indiana</exemplarCity>
2650                         </zone>
2651                         <zone type="America/Indiana/Tell_City">
2652                                 <exemplarCity>Tell City, Indiana</exemplarCity>
2653                         </zone>
2654                         <zone type="America/Indiana/Knox">
2655                                 <exemplarCity>Knox, Indiana</exemplarCity>
2656                         </zone>
2657                         <zone type="America/Indiana/Winamac">
2658                                 <exemplarCity>Winamac, Indiana</exemplarCity>
2659                         </zone>
2660                         <zone type="America/Indiana/Marengo">
2661                                 <exemplarCity>Marengo, Indiana</exemplarCity>
2662                         </zone>
2663                         <zone type="America/Indiana/Vevay">
2664                                 <exemplarCity>Vevay, Indiana</exemplarCity>
2665                         </zone>
2666                         <zone type="America/Kentucky/Monticello">
2667                                 <exemplarCity>Monticello, Kentucky</exemplarCity>
2668                         </zone>
2669                         <zone type="America/St_Vincent">
2670                                 <exemplarCity>St. Vincent</exemplarCity>
2671                         </zone>
2672                         <zone type="America/St_Thomas">
2673                                 <exemplarCity>St. Thomas</exemplarCity>
2674                         </zone>
2675                         <zone type="Asia/Saigon">
2676                                 <exemplarCity>Ho Chi Minh</exemplarCity>
2677                         </zone>
2678                 </timeZoneNames>
2679         </dates>
2680         <numbers>
2681                 <defaultNumberingSystem>latn</defaultNumberingSystem>
2682                 <otherNumberingSystems>
2683                         <native>latn</native>
2684                 </otherNumberingSystems>
2685                 <minimumGroupingDigits>1</minimumGroupingDigits>
2686                 <symbols>
2687                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2688                 </symbols>
2689                 <symbols numberSystem="arab">
2690                         <decimal>٫</decimal>
2691                         <group>٬</group>
2692                         <list>؛</list>
2693                         <percentSign>٪</percentSign>
2694                         <plusSign>‏+</plusSign> <!-- includes RLM before sign -->
2695                         <minusSign>‏-</minusSign> <!-- includes RLM before sign (002D) -->
2696                         <exponential>اس</exponential>
2697                         <superscriptingExponent>×</superscriptingExponent>
2698                         <perMille>؉</perMille>
2699                         <infinity>∞</infinity>
2700                         <nan>NaN</nan>
2701                         <timeSeparator>٫</timeSeparator>
2702                 </symbols>
2703                 <symbols numberSystem="arabext">
2704                         <decimal>٫</decimal>
2705                         <group>٬</group>
2706                         <list>؛</list>
2707                         <percentSign>٪</percentSign>
2708                         <plusSign>‎+‎</plusSign> <!-- includes LRM before and after sign -->
2709                         <minusSign>‎-‎</minusSign> <!-- includes LRM before and after sign (002D) -->
2710                         <exponential>×۱۰^</exponential>
2711                         <superscriptingExponent>×</superscriptingExponent>
2712                         <perMille>؉</perMille>
2713                         <infinity>∞</infinity>
2714                         <nan>NaN</nan>
2715                         <timeSeparator>٫</timeSeparator>
2716                 </symbols>
2717                 <symbols numberSystem="bali">
2718                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2719                 </symbols>
2720                 <symbols numberSystem="beng">
2721                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2722                 </symbols>
2723                 <symbols numberSystem="brah">
2724                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2725                 </symbols>
2726                 <symbols numberSystem="cakm">
2727                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2728                 </symbols>
2729                 <symbols numberSystem="cham">
2730                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2731                 </symbols>
2732                 <symbols numberSystem="deva">
2733                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2734                 </symbols>
2735                 <symbols numberSystem="fullwide">
2736                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2737                 </symbols>
2738                 <symbols numberSystem="gujr">
2739                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2740                 </symbols>
2741                 <symbols numberSystem="guru">
2742                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2743                 </symbols>
2744                 <symbols numberSystem="hanidec">
2745                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2746                 </symbols>
2747                 <symbols numberSystem="java">
2748                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2749                 </symbols>
2750                 <symbols numberSystem="kali">
2751                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2752                 </symbols>
2753                 <symbols numberSystem="khmr">
2754                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2755                 </symbols>
2756                 <symbols numberSystem="knda">
2757                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2758                 </symbols>
2759                 <symbols numberSystem="lana">
2760                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2761                 </symbols>
2762                 <symbols numberSystem="lanatham">
2763                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2764                 </symbols>
2765                 <symbols numberSystem="laoo">
2766                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2767                 </symbols>
2768                 <symbols numberSystem="latn">
2769                         <decimal>.</decimal>
2770                         <group>,</group>
2771                         <list>;</list>
2772                         <percentSign>%</percentSign>
2773                         <plusSign>+</plusSign>
2774                         <minusSign>-</minusSign>
2775                         <exponential>E</exponential>
2776                         <superscriptingExponent>×</superscriptingExponent>
2777                         <perMille>‰</perMille>
2778                         <infinity>∞</infinity>
2779                         <nan>NaN</nan>
2780                         <timeSeparator>:</timeSeparator>
2781                 </symbols>
2782                 <symbols numberSystem="lepc">
2783                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2784                 </symbols>
2785                 <symbols numberSystem="limb">
2786                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2787                 </symbols>
2788                 <symbols numberSystem="mlym">
2789                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2790                 </symbols>
2791                 <symbols numberSystem="mong">
2792                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2793                 </symbols>
2794                 <symbols numberSystem="mtei">
2795                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2796                 </symbols>
2797                 <symbols numberSystem="mymr">
2798                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2799                 </symbols>
2800                 <symbols numberSystem="mymrshan">
2801                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2802                 </symbols>
2803                 <symbols numberSystem="nkoo">
2804                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2805                 </symbols>
2806                 <symbols numberSystem="olck">
2807                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2808                 </symbols>
2809                 <symbols numberSystem="orya">
2810                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2811                 </symbols>
2812                 <symbols numberSystem="osma">
2813                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2814                 </symbols>
2815                 <symbols numberSystem="saur">
2816                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2817                 </symbols>
2818                 <symbols numberSystem="shrd">
2819                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2820                 </symbols>
2821                 <symbols numberSystem="sora">
2822                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2823                 </symbols>
2824                 <symbols numberSystem="sund">
2825                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2826                 </symbols>
2827                 <symbols numberSystem="takr">
2828                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2829                 </symbols>
2830                 <symbols numberSystem="talu">
2831                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2832                 </symbols>
2833                 <symbols numberSystem="tamldec">
2834                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2835                 </symbols>
2836                 <symbols numberSystem="telu">
2837                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2838                 </symbols>
2839                 <symbols numberSystem="thai">
2840                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2841                 </symbols>
2842                 <symbols numberSystem="tibt">
2843                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2844                 </symbols>
2845                 <symbols numberSystem="vaii">
2846                         <alias source="locale" path="../symbols[@numberSystem='latn']"/>
2847                 </symbols>
2848                 <decimalFormats>
2849                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2850                 </decimalFormats>
2851                 <decimalFormats numberSystem="arab">
2852                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2853                 </decimalFormats>
2854                 <decimalFormats numberSystem="arabext">
2855                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2856                 </decimalFormats>
2857                 <decimalFormats numberSystem="bali">
2858                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2859                 </decimalFormats>
2860                 <decimalFormats numberSystem="beng">
2861                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2862                 </decimalFormats>
2863                 <decimalFormats numberSystem="brah">
2864                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2865                 </decimalFormats>
2866                 <decimalFormats numberSystem="cakm">
2867                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2868                 </decimalFormats>
2869                 <decimalFormats numberSystem="cham">
2870                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2871                 </decimalFormats>
2872                 <decimalFormats numberSystem="deva">
2873                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2874                 </decimalFormats>
2875                 <decimalFormats numberSystem="fullwide">
2876                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2877                 </decimalFormats>
2878                 <decimalFormats numberSystem="gujr">
2879                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2880                 </decimalFormats>
2881                 <decimalFormats numberSystem="guru">
2882                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2883                 </decimalFormats>
2884                 <decimalFormats numberSystem="hanidec">
2885                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2886                 </decimalFormats>
2887                 <decimalFormats numberSystem="java">
2888                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2889                 </decimalFormats>
2890                 <decimalFormats numberSystem="kali">
2891                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2892                 </decimalFormats>
2893                 <decimalFormats numberSystem="khmr">
2894                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2895                 </decimalFormats>
2896                 <decimalFormats numberSystem="knda">
2897                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2898                 </decimalFormats>
2899                 <decimalFormats numberSystem="lana">
2900                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2901                 </decimalFormats>
2902                 <decimalFormats numberSystem="lanatham">
2903                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2904                 </decimalFormats>
2905                 <decimalFormats numberSystem="laoo">
2906                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2907                 </decimalFormats>
2908                 <decimalFormats numberSystem="latn">
2909                         <decimalFormatLength>
2910                                 <decimalFormat>
2911                                         <pattern>#,##0.###</pattern>
2912                                 </decimalFormat>
2913                         </decimalFormatLength>
2914                         <decimalFormatLength type="long">
2915                                 <alias source="locale" path="../decimalFormatLength[@type='short']"/>
2916                         </decimalFormatLength>
2917                         <decimalFormatLength type="short">
2918                                 <decimalFormat>
2919                                         <pattern type="1000" count="other">0K</pattern>
2920                                         <pattern type="10000" count="other">00K</pattern>
2921                                         <pattern type="100000" count="other">000K</pattern>
2922                                         <pattern type="1000000" count="other">0M</pattern>
2923                                         <pattern type="10000000" count="other">00M</pattern>
2924                                         <pattern type="100000000" count="other">000M</pattern>
2925                                         <pattern type="1000000000" count="other">0G</pattern>
2926                                         <pattern type="10000000000" count="other">00G</pattern>
2927                                         <pattern type="100000000000" count="other">000G</pattern>
2928                                         <pattern type="1000000000000" count="other">0T</pattern>
2929                                         <pattern type="10000000000000" count="other">00T</pattern>
2930                                         <pattern type="100000000000000" count="other">000T</pattern>
2931                                 </decimalFormat>
2932                         </decimalFormatLength>
2933                 </decimalFormats>
2934                 <decimalFormats numberSystem="lepc">
2935                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2936                 </decimalFormats>
2937                 <decimalFormats numberSystem="limb">
2938                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2939                 </decimalFormats>
2940                 <decimalFormats numberSystem="mlym">
2941                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2942                 </decimalFormats>
2943                 <decimalFormats numberSystem="mong">
2944                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2945                 </decimalFormats>
2946                 <decimalFormats numberSystem="mtei">
2947                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2948                 </decimalFormats>
2949                 <decimalFormats numberSystem="mymr">
2950                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2951                 </decimalFormats>
2952                 <decimalFormats numberSystem="mymrshan">
2953                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2954                 </decimalFormats>
2955                 <decimalFormats numberSystem="nkoo">
2956                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2957                 </decimalFormats>
2958                 <decimalFormats numberSystem="olck">
2959                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2960                 </decimalFormats>
2961                 <decimalFormats numberSystem="orya">
2962                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2963                 </decimalFormats>
2964                 <decimalFormats numberSystem="osma">
2965                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2966                 </decimalFormats>
2967                 <decimalFormats numberSystem="saur">
2968                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2969                 </decimalFormats>
2970                 <decimalFormats numberSystem="shrd">
2971                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2972                 </decimalFormats>
2973                 <decimalFormats numberSystem="sora">
2974                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2975                 </decimalFormats>
2976                 <decimalFormats numberSystem="sund">
2977                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2978                 </decimalFormats>
2979                 <decimalFormats numberSystem="takr">
2980                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2981                 </decimalFormats>
2982                 <decimalFormats numberSystem="talu">
2983                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2984                 </decimalFormats>
2985                 <decimalFormats numberSystem="tamldec">
2986                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2987                 </decimalFormats>
2988                 <decimalFormats numberSystem="telu">
2989                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2990                 </decimalFormats>
2991                 <decimalFormats numberSystem="thai">
2992                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2993                 </decimalFormats>
2994                 <decimalFormats numberSystem="tibt">
2995                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2996                 </decimalFormats>
2997                 <decimalFormats numberSystem="vaii">
2998                         <alias source="locale" path="../decimalFormats[@numberSystem='latn']"/>
2999                 </decimalFormats>
3000                 <scientificFormats>
3001                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3002                 </scientificFormats>
3003                 <scientificFormats numberSystem="arab">
3004                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3005                 </scientificFormats>
3006                 <scientificFormats numberSystem="arabext">
3007                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3008                 </scientificFormats>
3009                 <scientificFormats numberSystem="bali">
3010                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3011                 </scientificFormats>
3012                 <scientificFormats numberSystem="beng">
3013                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3014                 </scientificFormats>
3015                 <scientificFormats numberSystem="brah">
3016                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3017                 </scientificFormats>
3018                 <scientificFormats numberSystem="cakm">
3019                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3020                 </scientificFormats>
3021                 <scientificFormats numberSystem="cham">
3022                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3023                 </scientificFormats>
3024                 <scientificFormats numberSystem="deva">
3025                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3026                 </scientificFormats>
3027                 <scientificFormats numberSystem="fullwide">
3028                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3029                 </scientificFormats>
3030                 <scientificFormats numberSystem="gujr">
3031                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3032                 </scientificFormats>
3033                 <scientificFormats numberSystem="guru">
3034                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3035                 </scientificFormats>
3036                 <scientificFormats numberSystem="hanidec">
3037                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3038                 </scientificFormats>
3039                 <scientificFormats numberSystem="java">
3040                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3041                 </scientificFormats>
3042                 <scientificFormats numberSystem="kali">
3043                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3044                 </scientificFormats>
3045                 <scientificFormats numberSystem="khmr">
3046                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3047                 </scientificFormats>
3048                 <scientificFormats numberSystem="knda">
3049                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3050                 </scientificFormats>
3051                 <scientificFormats numberSystem="lana">
3052                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3053                 </scientificFormats>
3054                 <scientificFormats numberSystem="lanatham">
3055                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3056                 </scientificFormats>
3057                 <scientificFormats numberSystem="laoo">
3058                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3059                 </scientificFormats>
3060                 <scientificFormats numberSystem="latn">
3061                         <scientificFormatLength>
3062                                 <scientificFormat>
3063                                         <pattern>#E0</pattern>
3064                                 </scientificFormat>
3065                         </scientificFormatLength>
3066                 </scientificFormats>
3067                 <scientificFormats numberSystem="lepc">
3068                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3069                 </scientificFormats>
3070                 <scientificFormats numberSystem="limb">
3071                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3072                 </scientificFormats>
3073                 <scientificFormats numberSystem="mlym">
3074                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3075                 </scientificFormats>
3076                 <scientificFormats numberSystem="mong">
3077                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3078                 </scientificFormats>
3079                 <scientificFormats numberSystem="mtei">
3080                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3081                 </scientificFormats>
3082                 <scientificFormats numberSystem="mymr">
3083                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3084                 </scientificFormats>
3085                 <scientificFormats numberSystem="mymrshan">
3086                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3087                 </scientificFormats>
3088                 <scientificFormats numberSystem="nkoo">
3089                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3090                 </scientificFormats>
3091                 <scientificFormats numberSystem="olck">
3092                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3093                 </scientificFormats>
3094                 <scientificFormats numberSystem="orya">
3095                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3096                 </scientificFormats>
3097                 <scientificFormats numberSystem="osma">
3098                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3099                 </scientificFormats>
3100                 <scientificFormats numberSystem="saur">
3101                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3102                 </scientificFormats>
3103                 <scientificFormats numberSystem="shrd">
3104                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3105                 </scientificFormats>
3106                 <scientificFormats numberSystem="sora">
3107                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3108                 </scientificFormats>
3109                 <scientificFormats numberSystem="sund">
3110                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3111                 </scientificFormats>
3112                 <scientificFormats numberSystem="takr">
3113                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3114                 </scientificFormats>
3115                 <scientificFormats numberSystem="talu">
3116                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3117                 </scientificFormats>
3118                 <scientificFormats numberSystem="tamldec">
3119                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3120                 </scientificFormats>
3121                 <scientificFormats numberSystem="telu">
3122                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3123                 </scientificFormats>
3124                 <scientificFormats numberSystem="thai">
3125                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3126                 </scientificFormats>
3127                 <scientificFormats numberSystem="tibt">
3128                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3129                 </scientificFormats>
3130                 <scientificFormats numberSystem="vaii">
3131                         <alias source="locale" path="../scientificFormats[@numberSystem='latn']"/>
3132                 </scientificFormats>
3133                 <percentFormats>
3134                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3135                 </percentFormats>
3136                 <percentFormats numberSystem="arab">
3137                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3138                 </percentFormats>
3139                 <percentFormats numberSystem="arabext">
3140                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3141                 </percentFormats>
3142                 <percentFormats numberSystem="bali">
3143                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3144                 </percentFormats>
3145                 <percentFormats numberSystem="beng">
3146                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3147                 </percentFormats>
3148                 <percentFormats numberSystem="brah">
3149                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3150                 </percentFormats>
3151                 <percentFormats numberSystem="cakm">
3152                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3153                 </percentFormats>
3154                 <percentFormats numberSystem="cham">
3155                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3156                 </percentFormats>
3157                 <percentFormats numberSystem="deva">
3158                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3159                 </percentFormats>
3160                 <percentFormats numberSystem="fullwide">
3161                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3162                 </percentFormats>
3163                 <percentFormats numberSystem="gujr">
3164                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3165                 </percentFormats>
3166                 <percentFormats numberSystem="guru">
3167                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3168                 </percentFormats>
3169                 <percentFormats numberSystem="hanidec">
3170                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3171                 </percentFormats>
3172                 <percentFormats numberSystem="java">
3173                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3174                 </percentFormats>
3175                 <percentFormats numberSystem="kali">
3176                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3177                 </percentFormats>
3178                 <percentFormats numberSystem="khmr">
3179                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3180                 </percentFormats>
3181                 <percentFormats numberSystem="knda">
3182                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3183                 </percentFormats>
3184                 <percentFormats numberSystem="lana">
3185                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3186                 </percentFormats>
3187                 <percentFormats numberSystem="lanatham">
3188                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3189                 </percentFormats>
3190                 <percentFormats numberSystem="laoo">
3191                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3192                 </percentFormats>
3193                 <percentFormats numberSystem="latn">
3194                         <percentFormatLength>
3195                                 <percentFormat>
3196                                         <pattern>#,##0%</pattern>
3197                                 </percentFormat>
3198                         </percentFormatLength>
3199                 </percentFormats>
3200                 <percentFormats numberSystem="lepc">
3201                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3202                 </percentFormats>
3203                 <percentFormats numberSystem="limb">
3204                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3205                 </percentFormats>
3206                 <percentFormats numberSystem="mlym">
3207                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3208                 </percentFormats>
3209                 <percentFormats numberSystem="mong">
3210                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3211                 </percentFormats>
3212                 <percentFormats numberSystem="mtei">
3213                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3214                 </percentFormats>
3215                 <percentFormats numberSystem="mymr">
3216                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3217                 </percentFormats>
3218                 <percentFormats numberSystem="mymrshan">
3219                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3220                 </percentFormats>
3221                 <percentFormats numberSystem="nkoo">
3222                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3223                 </percentFormats>
3224                 <percentFormats numberSystem="olck">
3225                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3226                 </percentFormats>
3227                 <percentFormats numberSystem="orya">
3228                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3229                 </percentFormats>
3230                 <percentFormats numberSystem="osma">
3231                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3232                 </percentFormats>
3233                 <percentFormats numberSystem="saur">
3234                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3235                 </percentFormats>
3236                 <percentFormats numberSystem="shrd">
3237                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3238                 </percentFormats>
3239                 <percentFormats numberSystem="sora">
3240                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3241                 </percentFormats>
3242                 <percentFormats numberSystem="sund">
3243                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3244                 </percentFormats>
3245                 <percentFormats numberSystem="takr">
3246                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3247                 </percentFormats>
3248                 <percentFormats numberSystem="talu">
3249                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3250                 </percentFormats>
3251                 <percentFormats numberSystem="tamldec">
3252                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3253                 </percentFormats>
3254                 <percentFormats numberSystem="telu">
3255                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3256                 </percentFormats>
3257                 <percentFormats numberSystem="thai">
3258                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3259                 </percentFormats>
3260                 <percentFormats numberSystem="tibt">
3261                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3262                 </percentFormats>
3263                 <percentFormats numberSystem="vaii">
3264                         <alias source="locale" path="../percentFormats[@numberSystem='latn']"/>
3265                 </percentFormats>
3266                 <currencyFormats>
3267                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3268                 </currencyFormats>
3269                 <currencyFormats numberSystem="arab">
3270                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3271                 </currencyFormats>
3272                 <currencyFormats numberSystem="arabext">
3273                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3274                 </currencyFormats>
3275                 <currencyFormats numberSystem="bali">
3276                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3277                 </currencyFormats>
3278                 <currencyFormats numberSystem="beng">
3279                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3280                 </currencyFormats>
3281                 <currencyFormats numberSystem="brah">
3282                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3283                 </currencyFormats>
3284                 <currencyFormats numberSystem="cakm">
3285                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3286                 </currencyFormats>
3287                 <currencyFormats numberSystem="cham">
3288                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3289                 </currencyFormats>
3290                 <currencyFormats numberSystem="deva">
3291                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3292                 </currencyFormats>
3293                 <currencyFormats numberSystem="fullwide">
3294                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3295                 </currencyFormats>
3296                 <currencyFormats numberSystem="gujr">
3297                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3298                 </currencyFormats>
3299                 <currencyFormats numberSystem="guru">
3300                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3301                 </currencyFormats>
3302                 <currencyFormats numberSystem="hanidec">
3303                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3304                 </currencyFormats>
3305                 <currencyFormats numberSystem="java">
3306                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3307                 </currencyFormats>
3308                 <currencyFormats numberSystem="kali">
3309                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3310                 </currencyFormats>
3311                 <currencyFormats numberSystem="khmr">
3312                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3313                 </currencyFormats>
3314                 <currencyFormats numberSystem="knda">
3315                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3316                 </currencyFormats>
3317                 <currencyFormats numberSystem="lana">
3318                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3319                 </currencyFormats>
3320                 <currencyFormats numberSystem="lanatham">
3321                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3322                 </currencyFormats>
3323                 <currencyFormats numberSystem="laoo">
3324                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3325                 </currencyFormats>
3326                 <currencyFormats numberSystem="latn">
3327                         <currencySpacing>
3328                                 <beforeCurrency>
3329                                         <currencyMatch>[:^S:]</currencyMatch>
3330                                         <surroundingMatch>[:digit:]</surroundingMatch>
3331                                         <insertBetween> </insertBetween>
3332                                 </beforeCurrency>
3333                                 <afterCurrency>
3334                                         <currencyMatch>[:^S:]</currencyMatch>
3335                                         <surroundingMatch>[:digit:]</surroundingMatch>
3336                                         <insertBetween> </insertBetween>
3337                                 </afterCurrency>
3338                         </currencySpacing>
3339                         <currencyFormatLength>
3340                                 <currencyFormat type="standard">
3341                                         <pattern>¤ #,##0.00</pattern>
3342                                 </currencyFormat>
3343                                 <currencyFormat type="accounting">
3344                                         <alias source="locale" path="../currencyFormat[@type='standard']"/>
3345                                 </currencyFormat>
3346                         </currencyFormatLength>
3347                         <unitPattern count="other">{0} {1}</unitPattern>
3348                 </currencyFormats>
3349                 <currencyFormats numberSystem="lepc">
3350                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3351                 </currencyFormats>
3352                 <currencyFormats numberSystem="limb">
3353                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3354                 </currencyFormats>
3355                 <currencyFormats numberSystem="mlym">
3356                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3357                 </currencyFormats>
3358                 <currencyFormats numberSystem="mong">
3359                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3360                 </currencyFormats>
3361                 <currencyFormats numberSystem="mtei">
3362                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3363                 </currencyFormats>
3364                 <currencyFormats numberSystem="mymr">
3365                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3366                 </currencyFormats>
3367                 <currencyFormats numberSystem="mymrshan">
3368                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3369                 </currencyFormats>
3370                 <currencyFormats numberSystem="nkoo">
3371                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3372                 </currencyFormats>
3373                 <currencyFormats numberSystem="olck">
3374                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3375                 </currencyFormats>
3376                 <currencyFormats numberSystem="orya">
3377                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3378                 </currencyFormats>
3379                 <currencyFormats numberSystem="osma">
3380                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3381                 </currencyFormats>
3382                 <currencyFormats numberSystem="saur">
3383                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3384                 </currencyFormats>
3385                 <currencyFormats numberSystem="shrd">
3386                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3387                 </currencyFormats>
3388                 <currencyFormats numberSystem="sora">
3389                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3390                 </currencyFormats>
3391                 <currencyFormats numberSystem="sund">
3392                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3393                 </currencyFormats>
3394                 <currencyFormats numberSystem="takr">
3395                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3396                 </currencyFormats>
3397                 <currencyFormats numberSystem="talu">
3398                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3399                 </currencyFormats>
3400                 <currencyFormats numberSystem="tamldec">
3401                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3402                 </currencyFormats>
3403                 <currencyFormats numberSystem="telu">
3404                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3405                 </currencyFormats>
3406                 <currencyFormats numberSystem="thai">
3407                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3408                 </currencyFormats>
3409                 <currencyFormats numberSystem="tibt">
3410                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3411                 </currencyFormats>
3412                 <currencyFormats numberSystem="vaii">
3413                         <alias source="locale" path="../currencyFormats[@numberSystem='latn']"/>
3414                 </currencyFormats>
3415                 <currencies>
3416                         <currency type="AOA">
3417                                 <symbol alt="narrow">Kz</symbol>
3418                         </currency>
3419                         <currency type="ARS">
3420                                 <symbol alt="narrow">$</symbol>
3421                         </currency>
3422                         <currency type="AUD">
3423                                 <symbol>A$</symbol>
3424                                 <symbol alt="narrow">$</symbol>
3425                         </currency>
3426                         <currency type="BAM">
3427                                 <symbol alt="narrow">KM</symbol>
3428                         </currency>
3429                         <currency type="BBD">
3430                                 <symbol alt="narrow">$</symbol>
3431                         </currency>
3432                         <currency type="BDT">
3433                                 <symbol alt="narrow">৳</symbol>
3434                         </currency>
3435                         <currency type="BMD">
3436                                 <symbol alt="narrow">$</symbol>
3437                         </currency>
3438                         <currency type="BND">
3439                                 <symbol alt="narrow">$</symbol>
3440                         </currency>
3441                         <currency type="BOB">
3442                                 <symbol alt="narrow">Bs</symbol>
3443                         </currency>
3444                         <currency type="BRL">
3445                                 <symbol>R$</symbol>
3446                                 <symbol alt="narrow">R$</symbol>
3447                         </currency>
3448                         <currency type="BSD">
3449                                 <symbol alt="narrow">$</symbol>
3450                         </currency>
3451                         <currency type="BWP">
3452                                 <symbol alt="narrow">P</symbol>
3453                         </currency>
3454                         <currency type="BYR">
3455                                 <symbol alt="narrow">р.</symbol>
3456                         </currency>
3457                         <currency type="BZD">
3458                                 <symbol alt="narrow">$</symbol>
3459                         </currency>
3460                         <currency type="CAD">
3461                                 <symbol>CA$</symbol>
3462                                 <symbol alt="narrow">$</symbol>
3463                         </currency>
3464                         <currency type="CLP">
3465                                 <symbol alt="narrow">$</symbol>
3466                         </currency>
3467                         <currency type="CNY">
3468                                 <symbol>CN¥</symbol>
3469                                 <symbol alt="narrow">¥</symbol>
3470                         </currency>
3471                         <currency type="COP">
3472                                 <symbol alt="narrow">$</symbol>
3473                         </currency>
3474                         <currency type="CRC">
3475                                 <symbol alt="narrow">₡</symbol>
3476                         </currency>
3477                         <currency type="CUC">
3478                                 <symbol alt="narrow">$</symbol>
3479                         </currency>
3480                         <currency type="CUP">
3481                                 <symbol alt="narrow">$</symbol>
3482                         </currency>
3483                         <currency type="CZK">
3484                                 <symbol alt="narrow">Kč</symbol>
3485                         </currency>
3486                         <currency type="DKK">
3487                                 <symbol alt="narrow">kr</symbol>
3488                         </currency>
3489                         <currency type="DOP">
3490                                 <symbol alt="narrow">$</symbol>
3491                         </currency>
3492                         <currency type="EGP">
3493                                 <symbol alt="narrow">E£</symbol>
3494                         </currency>
3495                         <currency type="ESP">
3496                                 <symbol alt="narrow">₧</symbol>
3497                         </currency>
3498                         <currency type="EUR">
3499                                 <symbol>€</symbol>
3500                                 <symbol alt="narrow">€</symbol>
3501                         </currency>
3502                         <currency type="FJD">
3503                                 <symbol alt="narrow">$</symbol>
3504                         </currency>
3505                         <currency type="FKP">
3506                                 <symbol alt="narrow">£</symbol>
3507                         </currency>
3508                         <currency type="GBP">
3509                                 <symbol>£</symbol>
3510                                 <symbol alt="narrow">£</symbol>
3511                         </currency>
3512                         <currency type="GIP">
3513                                 <symbol alt="narrow">£</symbol>
3514                         </currency>
3515                         <currency type="GNF">
3516                                 <symbol alt="narrow">FG</symbol>
3517                         </currency>
3518                         <currency type="GTQ">
3519                                 <symbol alt="narrow">Q</symbol>
3520                         </currency>
3521                         <currency type="GYD">
3522                                 <symbol alt="narrow">$</symbol>
3523                         </currency>
3524                         <currency type="HKD">
3525                                 <symbol>HK$</symbol>
3526                                 <symbol alt="narrow">$</symbol>
3527                         </currency>
3528                         <currency type="HNL">
3529                                 <symbol alt="narrow">L</symbol>
3530                         </currency>
3531                         <currency type="HRK">
3532                                 <symbol alt="narrow">kn</symbol>
3533                         </currency>
3534                         <currency type="HUF">
3535                                 <symbol alt="narrow">Ft</symbol>
3536                         </currency>
3537                         <currency type="IDR">
3538                                 <symbol alt="narrow">Rp</symbol>
3539                         </currency>
3540                         <currency type="ILS">
3541                                 <symbol>₪</symbol>
3542                                 <symbol alt="narrow">₪</symbol>
3543                         </currency>
3544                         <currency type="INR">
3545                                 <symbol>₹</symbol>
3546                                 <symbol alt="narrow">₹</symbol>
3547                         </currency>
3548                         <currency type="ISK">
3549                                 <symbol alt="narrow">kr</symbol>
3550                         </currency>
3551                         <currency type="JMD">
3552                                 <symbol alt="narrow">$</symbol>
3553                         </currency>
3554                         <currency type="JPY">
3555                                 <symbol>JP¥</symbol>
3556                                 <symbol alt="narrow">¥</symbol>
3557                         </currency>
3558                         <currency type="KHR">
3559                                 <symbol alt="narrow">៛</symbol>
3560                         </currency>
3561                         <currency type="KMF">
3562                                 <symbol alt="narrow">CF</symbol>
3563                         </currency>
3564                         <currency type="KPW">
3565                                 <symbol alt="narrow">₩</symbol>
3566                         </currency>
3567                         <currency type="KRW">
3568                                 <symbol>₩</symbol>
3569                                 <symbol alt="narrow">₩</symbol>
3570                         </currency>
3571                         <currency type="KYD">
3572                                 <symbol alt="narrow">$</symbol>
3573                         </currency>
3574                         <currency type="KZT">
3575                                 <symbol alt="narrow">₸</symbol>
3576                         </currency>
3577                         <currency type="LAK">
3578                                 <symbol alt="narrow">₭</symbol>
3579                         </currency>
3580                         <currency type="LBP">
3581                                 <symbol alt="narrow">L£</symbol>
3582                         </currency>
3583                         <currency type="LKR">
3584                                 <symbol alt="narrow">Rs</symbol>
3585                         </currency>
3586                         <currency type="LRD">
3587                                 <symbol alt="narrow">$</symbol>
3588                         </currency>
3589                         <currency type="LTL">
3590                                 <symbol alt="narrow">Lt</symbol>
3591                         </currency>
3592                         <currency type="LVL">
3593                                 <symbol alt="narrow">Ls</symbol>
3594                         </currency>
3595                         <currency type="MGA">
3596                                 <symbol alt="narrow">Ar</symbol>
3597                         </currency>
3598                         <currency type="MMK">
3599                                 <symbol alt="narrow">K</symbol>
3600                         </currency>
3601                         <currency type="MNT">
3602                                 <symbol alt="narrow">₮</symbol>
3603                         </currency>
3604                         <currency type="MUR">
3605                                 <symbol alt="narrow">Rs</symbol>
3606                         </currency>
3607                         <currency type="MXN">
3608                                 <symbol>MX$</symbol>
3609                                 <symbol alt="narrow">$</symbol>
3610                         </currency>
3611                         <currency type="MYR">
3612                                 <symbol alt="narrow">RM</symbol>
3613                         </currency>
3614                         <currency type="NAD">
3615                                 <symbol alt="narrow">$</symbol>
3616                         </currency>
3617                         <currency type="NGN">
3618                                 <symbol alt="narrow">₦</symbol>
3619                         </currency>
3620                         <currency type="NIO">
3621                                 <symbol alt="narrow">C$</symbol>
3622                         </currency>
3623                         <currency type="NOK">
3624                                 <symbol alt="narrow">kr</symbol>
3625                         </currency>
3626                         <currency type="NPR">
3627                                 <symbol alt="narrow">Rs</symbol>
3628                         </currency>
3629                         <currency type="NZD">
3630                                 <symbol>NZ$</symbol>
3631                                 <symbol alt="narrow">$</symbol>
3632                         </currency>
3633                         <currency type="PHP">
3634                                 <symbol alt="narrow">₱</symbol>
3635                         </currency>
3636                         <currency type="PKR">
3637                                 <symbol alt="narrow">Rs</symbol>
3638                         </currency>
3639                         <currency type="PLN">
3640                                 <symbol alt="narrow">zł</symbol>
3641                         </currency>
3642                         <currency type="PYG">
3643                                 <symbol alt="narrow">₲</symbol>
3644                         </currency>
3645                         <currency type="RUB">
3646                                 <symbol alt="variant">₽</symbol>
3647                         </currency>
3648                         <currency type="RUR">
3649                                 <symbol alt="narrow">р.</symbol>
3650                         </currency>
3651                         <currency type="RWF">
3652                                 <symbol alt="narrow">RF</symbol>
3653                         </currency>
3654                         <currency type="SBD">
3655                                 <symbol alt="narrow">$</symbol>
3656                         </currency>
3657                         <currency type="SEK">
3658                                 <symbol alt="narrow">kr</symbol>
3659                         </currency>
3660                         <currency type="SGD">
3661                                 <symbol alt="narrow">$</symbol>
3662                         </currency>
3663                         <currency type="SHP">
3664                                 <symbol alt="narrow">£</symbol>
3665                         </currency>
3666                         <currency type="SRD">
3667                                 <symbol alt="narrow">$</symbol>
3668                         </currency>
3669                         <currency type="SSP">
3670                                 <symbol alt="narrow">£</symbol>
3671                         </currency>
3672                         <currency type="STD">
3673                                 <symbol alt="narrow">Db</symbol>
3674                         </currency>
3675                         <currency type="SYP">
3676                                 <symbol alt="narrow">£</symbol>
3677                         </currency>
3678                         <currency type="THB">
3679                                 <symbol alt="narrow">฿</symbol>
3680                         </currency>
3681                         <currency type="TOP">
3682                                 <symbol alt="narrow">T$</symbol>
3683                         </currency>
3684                         <currency type="TRY">
3685                                 <symbol alt="narrow">₺</symbol>
3686                                 <symbol alt="variant">TL</symbol>
3687                         </currency>
3688                         <currency type="TTD">
3689                                 <symbol alt="narrow">$</symbol>
3690                         </currency>
3691                         <currency type="TWD">
3692                                 <symbol>NT$</symbol>
3693                                 <symbol alt="narrow">NT$</symbol>
3694                         </currency>
3695                         <currency type="UAH">
3696                                 <symbol alt="narrow">₴</symbol>
3697                         </currency>
3698                         <currency type="USD">
3699                                 <symbol>US$</symbol>
3700                                 <symbol alt="narrow">$</symbol>
3701                         </currency>
3702                         <currency type="UYU">
3703                                 <symbol alt="narrow">$</symbol>
3704                         </currency>
3705                         <currency type="VEF">
3706                                 <symbol alt="narrow">Bs</symbol>
3707                         </currency>
3708                         <currency type="VND">
3709                                 <symbol>₫</symbol>
3710                                 <symbol alt="narrow">₫</symbol>
3711                         </currency>
3712                         <currency type="XAF">
3713                                 <symbol>FCFA</symbol>
3714                         </currency>
3715                         <currency type="XCD">
3716                                 <symbol>EC$</symbol>
3717                                 <symbol alt="narrow">$</symbol>
3718                         </currency>
3719                         <currency type="XOF">
3720                                 <symbol>CFA</symbol>
3721                         </currency>
3722                         <currency type="XPF">
3723                                 <symbol>CFPF</symbol>
3724                         </currency>
3725                         <currency type="ZAR">
3726                                 <symbol alt="narrow">R</symbol>
3727                         </currency>
3728                         <currency type="ZMW">
3729                                 <symbol alt="narrow">ZK</symbol>
3730                         </currency>
3731                 </currencies>
3732                 <miscPatterns numberSystem="arab">
3733                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3734                 </miscPatterns>
3735                 <miscPatterns numberSystem="arabext">
3736                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3737                 </miscPatterns>
3738                 <miscPatterns numberSystem="bali">
3739                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3740                 </miscPatterns>
3741                 <miscPatterns numberSystem="beng">
3742                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3743                 </miscPatterns>
3744                 <miscPatterns numberSystem="brah">
3745                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3746                 </miscPatterns>
3747                 <miscPatterns numberSystem="cakm">
3748                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3749                 </miscPatterns>
3750                 <miscPatterns numberSystem="cham">
3751                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3752                 </miscPatterns>
3753                 <miscPatterns numberSystem="deva">
3754                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3755                 </miscPatterns>
3756                 <miscPatterns numberSystem="fullwide">
3757                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3758                 </miscPatterns>
3759                 <miscPatterns numberSystem="gujr">
3760                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3761                 </miscPatterns>
3762                 <miscPatterns numberSystem="guru">
3763                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3764                 </miscPatterns>
3765                 <miscPatterns numberSystem="hanidec">
3766                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3767                 </miscPatterns>
3768                 <miscPatterns numberSystem="java">
3769                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3770                 </miscPatterns>
3771                 <miscPatterns numberSystem="kali">
3772                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3773                 </miscPatterns>
3774                 <miscPatterns numberSystem="khmr">
3775                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3776                 </miscPatterns>
3777                 <miscPatterns numberSystem="knda">
3778                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3779                 </miscPatterns>
3780                 <miscPatterns numberSystem="lana">
3781                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3782                 </miscPatterns>
3783                 <miscPatterns numberSystem="lanatham">
3784                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3785                 </miscPatterns>
3786                 <miscPatterns numberSystem="laoo">
3787                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3788                 </miscPatterns>
3789                 <miscPatterns numberSystem="latn">
3790                         <pattern type="atLeast">⩾{0}</pattern>
3791                         <pattern type="range">{0}–{1}</pattern>
3792                 </miscPatterns>
3793                 <miscPatterns numberSystem="lepc">
3794                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3795                 </miscPatterns>
3796                 <miscPatterns numberSystem="limb">
3797                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3798                 </miscPatterns>
3799                 <miscPatterns numberSystem="mlym">
3800                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3801                 </miscPatterns>
3802                 <miscPatterns numberSystem="mong">
3803                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3804                 </miscPatterns>
3805                 <miscPatterns numberSystem="mtei">
3806                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3807                 </miscPatterns>
3808                 <miscPatterns numberSystem="mymr">
3809                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3810                 </miscPatterns>
3811                 <miscPatterns numberSystem="mymrshan">
3812                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3813                 </miscPatterns>
3814                 <miscPatterns numberSystem="nkoo">
3815                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3816                 </miscPatterns>
3817                 <miscPatterns numberSystem="olck">
3818                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3819                 </miscPatterns>
3820                 <miscPatterns numberSystem="orya">
3821                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3822                 </miscPatterns>
3823                 <miscPatterns numberSystem="osma">
3824                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3825                 </miscPatterns>
3826                 <miscPatterns numberSystem="saur">
3827                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3828                 </miscPatterns>
3829                 <miscPatterns numberSystem="shrd">
3830                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3831                 </miscPatterns>
3832                 <miscPatterns numberSystem="sora">
3833                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3834                 </miscPatterns>
3835                 <miscPatterns numberSystem="sund">
3836                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3837                 </miscPatterns>
3838                 <miscPatterns numberSystem="takr">
3839                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3840                 </miscPatterns>
3841                 <miscPatterns numberSystem="talu">
3842                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3843                 </miscPatterns>
3844                 <miscPatterns numberSystem="tamldec">
3845                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3846                 </miscPatterns>
3847                 <miscPatterns numberSystem="telu">
3848                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3849                 </miscPatterns>
3850                 <miscPatterns numberSystem="thai">
3851                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3852                 </miscPatterns>
3853                 <miscPatterns numberSystem="tibt">
3854                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3855                 </miscPatterns>
3856                 <miscPatterns numberSystem="vaii">
3857                         <alias source="locale" path="../miscPatterns[@numberSystem='latn']"/>
3858                 </miscPatterns>
3859         </numbers>
3860         <units>
3861                 <unitLength type="long">
3862                         <alias source="locale" path="../unitLength[@type='short']"/>
3863                 </unitLength>
3864                 <unitLength type="short">
3865                         <compoundUnit type="per">
3866                                 <compoundUnitPattern>{0}/{1}</compoundUnitPattern>
3867                         </compoundUnit>
3868                         <unit type="acceleration-g-force">
3869                                 <displayName>g-force</displayName>
3870                                 <unitPattern count="other">{0} G</unitPattern>
3871                         </unit>
3872                         <unit type="acceleration-meter-per-second-squared">
3873                                 <displayName>m/s²</displayName>
3874                                 <unitPattern count="other">{0} m/s²</unitPattern>
3875                         </unit>
3876                         <unit type="angle-arc-minute">
3877                                 <displayName>arcmin</displayName>
3878                                 <unitPattern count="other">{0}′</unitPattern>
3879                         </unit>
3880                         <unit type="angle-arc-second">
3881                                 <displayName>arcsec</displayName>
3882                                 <unitPattern count="other">{0}″</unitPattern>
3883                         </unit>
3884                         <unit type="angle-degree">
3885                                 <displayName>deg</displayName>
3886                                 <unitPattern count="other">{0}°</unitPattern>
3887                         </unit>
3888                         <unit type="angle-radian">
3889                                 <displayName>rad</displayName>
3890                                 <unitPattern count="other">{0} rad</unitPattern>
3891                         </unit>
3892                         <unit type="area-acre">
3893                                 <displayName>acre</displayName>
3894                                 <unitPattern count="other">{0} ac</unitPattern>
3895                         </unit>
3896                         <unit type="area-hectare">
3897                                 <displayName>hectare</displayName>
3898                                 <unitPattern count="other">{0} ha</unitPattern>
3899                         </unit>
3900                         <unit type="area-square-centimeter">
3901                                 <displayName>cm²</displayName>
3902                                 <unitPattern count="other">{0} cm²</unitPattern>
3903                         </unit>
3904                         <unit type="area-square-foot">
3905                                 <displayName>ft²</displayName>
3906                                 <unitPattern count="other">{0} ft²</unitPattern>
3907                         </unit>
3908                         <unit type="area-square-inch">
3909                                 <displayName>in²</displayName>
3910                                 <unitPattern count="other">{0} in²</unitPattern>
3911                         </unit>
3912                         <unit type="area-square-kilometer">
3913                                 <displayName>km²</displayName>
3914                                 <unitPattern count="other">{0} km²</unitPattern>
3915                         </unit>
3916                         <unit type="area-square-meter">
3917                                 <displayName>m²</displayName>
3918                                 <unitPattern count="other">{0} m²</unitPattern>
3919                         </unit>
3920                         <unit type="area-square-mile">
3921                                 <displayName>mi²</displayName>
3922                                 <unitPattern count="other">{0} mi²</unitPattern>
3923                         </unit>
3924                         <unit type="area-square-yard">
3925                                 <displayName>yd²</displayName>
3926                                 <unitPattern count="other">{0} yd²</unitPattern>
3927                         </unit>
3928                         <unit type="consumption-liter-per-kilometer">
3929                                 <displayName>L/km</displayName>
3930                                 <unitPattern count="other">{0} L/km</unitPattern>
3931                         </unit>
3932                         <unit type="consumption-mile-per-gallon">
3933                                 <displayName>mpg</displayName>
3934                                 <unitPattern count="other">{0} mpg</unitPattern>
3935                         </unit>
3936                         <unit type="digital-bit">
3937                                 <displayName>bit</displayName>
3938                                 <unitPattern count="other">{0} bit</unitPattern>
3939                         </unit>
3940                         <unit type="digital-byte">
3941                                 <displayName>byte</displayName>
3942                                 <unitPattern count="other">{0} byte</unitPattern>
3943                         </unit>
3944                         <unit type="digital-gigabit">
3945                                 <displayName>Gb</displayName>
3946                                 <unitPattern count="other">{0} Gb</unitPattern>
3947                         </unit>
3948                         <unit type="digital-gigabyte">
3949                                 <displayName>GB</displayName>
3950                                 <unitPattern count="other">{0} GB</unitPattern>
3951                         </unit>
3952                         <unit type="digital-kilobit">
3953                                 <displayName>kb</displayName>
3954                                 <unitPattern count="other">{0} kb</unitPattern>
3955                         </unit>
3956                         <unit type="digital-kilobyte">
3957                                 <displayName>kB</displayName>
3958                                 <unitPattern count="other">{0} kB</unitPattern>
3959                         </unit>
3960                         <unit type="digital-megabit">
3961                                 <displayName>Mb</displayName>
3962                                 <unitPattern count="other">{0} Mb</unitPattern>
3963                         </unit>
3964                         <unit type="digital-megabyte">
3965                                 <displayName>MB</displayName>
3966                                 <unitPattern count="other">{0} MB</unitPattern>
3967                         </unit>
3968                         <unit type="digital-terabit">
3969                                 <displayName>Tb</displayName>
3970                                 <unitPattern count="other">{0} Tb</unitPattern>
3971                         </unit>
3972                         <unit type="digital-terabyte">
3973                                 <displayName>TB</displayName>
3974                                 <unitPattern count="other">{0} TB</unitPattern>
3975                         </unit>
3976                         <unit type="duration-day">
3977                                 <displayName>day</displayName>
3978                                 <unitPattern count="other">{0} d</unitPattern>
3979                         </unit>
3980                         <unit type="duration-hour">
3981                                 <displayName>hr</displayName>
3982                                 <unitPattern count="other">{0} h</unitPattern>
3983                                 <perUnitPattern>{0}/h</perUnitPattern>
3984                         </unit>
3985                         <unit type="duration-microsecond">
3986                                 <displayName>μs</displayName>
3987                                 <unitPattern count="other">{0} μs</unitPattern>
3988                         </unit>
3989                         <unit type="duration-millisecond">
3990                                 <displayName>ms</displayName>
3991                                 <unitPattern count="other">{0} ms</unitPattern>
3992                         </unit>
3993                         <unit type="duration-minute">
3994                                 <displayName>min</displayName>
3995                                 <unitPattern count="other">{0} min</unitPattern>
3996                         </unit>
3997                         <unit type="duration-month">
3998                                 <displayName>mon</displayName>
3999                                 <unitPattern count="other">{0} m</unitPattern>
4000                         </unit>
4001                         <unit type="duration-nanosecond">
4002                                 <displayName>ns</displayName>
4003                                 <unitPattern count="other">{0} ns</unitPattern>
4004                         </unit>
4005                         <unit type="duration-second">
4006                                 <displayName>sec</displayName>
4007                                 <unitPattern count="other">{0} s</unitPattern>
4008                                 <perUnitPattern>{0}/s</perUnitPattern>
4009                         </unit>
4010                         <unit type="duration-week">
4011                                 <displayName>wk</displayName>
4012                                 <unitPattern count="other">{0} w</unitPattern>
4013                         </unit>
4014                         <unit type="duration-year">
4015                                 <displayName>yr</displayName>
4016                                 <unitPattern count="other">{0} y</unitPattern>
4017                         </unit>
4018                         <unit type="electric-ampere">
4019                                 <displayName>amp</displayName>
4020                                 <unitPattern count="other">{0} A</unitPattern>
4021                         </unit>
4022                         <unit type="electric-milliampere">
4023                                 <displayName>mA</displayName>
4024                                 <unitPattern count="other">{0} mA</unitPattern>
4025                         </unit>
4026                         <unit type="electric-ohm">
4027                                 <displayName>ohm</displayName>
4028                                 <unitPattern count="other">{0} Ω</unitPattern>
4029                         </unit>
4030                         <unit type="electric-volt">
4031                                 <displayName>volt</displayName>
4032                                 <unitPattern count="other">{0} V</unitPattern>
4033                         </unit>
4034                         <unit type="energy-calorie">
4035                                 <displayName>cal</displayName>
4036                                 <unitPattern count="other">{0} cal</unitPattern>
4037                         </unit>
4038                         <unit type="energy-foodcalorie">
4039                                 <displayName>Cal</displayName>
4040                                 <unitPattern count="other">{0} Cal</unitPattern>
4041                         </unit>
4042                         <unit type="energy-joule">
4043                                 <displayName>joule</displayName>
4044                                 <unitPattern count="other">{0} J</unitPattern>
4045                         </unit>
4046                         <unit type="energy-kilocalorie">
4047                                 <displayName>kcal</displayName>
4048                                 <unitPattern count="other">{0} kcal</unitPattern>
4049                         </unit>
4050                         <unit type="energy-kilojoule">
4051                                 <displayName>kJ</displayName>
4052                                 <unitPattern count="other">{0} kJ</unitPattern>
4053                         </unit>
4054                         <unit type="energy-kilowatt-hour">
4055                                 <displayName>kWh</displayName>
4056                                 <unitPattern count="other">{0} kWh</unitPattern>
4057                         </unit>
4058                         <unit type="frequency-gigahertz">
4059                                 <displayName>GHz</displayName>
4060                                 <unitPattern count="other">{0} GHz</unitPattern>
4061                         </unit>
4062                         <unit type="frequency-hertz">
4063                                 <displayName>Hz</displayName>
4064                                 <unitPattern count="other">{0} Hz</unitPattern>
4065                         </unit>
4066                         <unit type="frequency-kilohertz">
4067                                 <displayName>kHz</displayName>
4068                                 <unitPattern count="other">{0} kHz</unitPattern>
4069                         </unit>
4070                         <unit type="frequency-megahertz">
4071                                 <displayName>MHz</displayName>
4072                                 <unitPattern count="other">{0} MHz</unitPattern>
4073                         </unit>
4074                         <unit type="length-astronomical-unit">
4075                                 <displayName>au</displayName>
4076                                 <unitPattern count="other">{0} au</unitPattern>
4077                         </unit>
4078                         <unit type="length-centimeter">
4079                                 <displayName>cm</displayName>
4080                                 <unitPattern count="other">{0} cm</unitPattern>
4081                         </unit>
4082                         <unit type="length-decimeter">
4083                                 <displayName>dm</displayName>
4084                                 <unitPattern count="other">{0} dm</unitPattern>
4085                         </unit>
4086                         <unit type="length-fathom">
4087                                 <displayName>fm</displayName>
4088                                 <unitPattern count="other">{0} fm</unitPattern>
4089                         </unit>
4090                         <unit type="length-foot">
4091                                 <displayName>ft</displayName>
4092                                 <unitPattern count="other">{0} ft</unitPattern>
4093                         </unit>
4094                         <unit type="length-furlong">
4095                                 <displayName>fur</displayName>
4096                                 <unitPattern count="other">{0} fur</unitPattern>
4097                         </unit>
4098                         <unit type="length-inch">
4099                                 <displayName>in</displayName>
4100                                 <unitPattern count="other">{0} in</unitPattern>
4101                         </unit>
4102                         <unit type="length-kilometer">
4103                                 <displayName>km</displayName>
4104                                 <unitPattern count="other">{0} km</unitPattern>
4105                         </unit>
4106                         <unit type="length-light-year">
4107                                 <displayName>ly</displayName>
4108                                 <unitPattern count="other">{0} ly</unitPattern>
4109                         </unit>
4110                         <unit type="length-meter">
4111                                 <displayName>meter</displayName>
4112                                 <unitPattern count="other">{0} m</unitPattern>
4113                         </unit>
4114                         <unit type="length-micrometer">
4115                                 <displayName>µm</displayName>
4116                                 <unitPattern count="other">{0} µm</unitPattern>
4117                         </unit>
4118                         <unit type="length-mile">
4119                                 <displayName>mi</displayName>
4120                                 <unitPattern count="other">{0} mi</unitPattern>
4121                         </unit>
4122                         <unit type="length-millimeter">
4123                                 <displayName>mm</displayName>
4124                                 <unitPattern count="other">{0} mm</unitPattern>
4125                         </unit>
4126                         <unit type="length-nanometer">
4127                                 <displayName>nm</displayName>
4128                                 <unitPattern count="other">{0} nm</unitPattern>
4129                         </unit>
4130                         <unit type="length-nautical-mile">
4131                                 <displayName>nmi</displayName>
4132                                 <unitPattern count="other">{0} nmi</unitPattern>
4133                         </unit>
4134                         <unit type="length-parsec">
4135                                 <displayName>pc</displayName>
4136                                 <unitPattern count="other">{0} pc</unitPattern>
4137                         </unit>
4138                         <unit type="length-picometer">
4139                                 <displayName>pm</displayName>
4140                                 <unitPattern count="other">{0} pm</unitPattern>
4141                         </unit>
4142                         <unit type="length-yard">
4143                                 <displayName>yd</displayName>
4144                                 <unitPattern count="other">{0} yd</unitPattern>
4145                         </unit>
4146                         <unit type="light-lux">
4147                                 <displayName>lx</displayName>
4148                                 <unitPattern count="other">{0} lx</unitPattern>
4149                         </unit>
4150                         <unit type="mass-carat">
4151                                 <displayName>CD</displayName>
4152                                 <unitPattern count="other">{0} CD</unitPattern>
4153                         </unit>
4154                         <unit type="mass-gram">
4155                                 <displayName>gram</displayName>
4156                                 <unitPattern count="other">{0} g</unitPattern>
4157                         </unit>
4158                         <unit type="mass-kilogram">
4159                                 <displayName>kg</displayName>
4160                                 <unitPattern count="other">{0} kg</unitPattern>
4161                         </unit>
4162                         <unit type="mass-metric-ton">
4163                                 <displayName>t</displayName>
4164                                 <unitPattern count="other">{0} t</unitPattern>
4165                         </unit>
4166                         <unit type="mass-microgram">
4167                                 <displayName>µg</displayName>
4168                                 <unitPattern count="other">{0} µg</unitPattern>
4169                         </unit>
4170                         <unit type="mass-milligram">
4171                                 <displayName>mg</displayName>
4172                                 <unitPattern count="other">{0} mg</unitPattern>
4173                         </unit>
4174                         <unit type="mass-ounce">
4175                                 <displayName>oz</displayName>
4176                                 <unitPattern count="other">{0} oz</unitPattern>
4177                         </unit>
4178                         <unit type="mass-ounce-troy">
4179                                 <displayName>oz t</displayName>
4180                                 <unitPattern count="other">{0} oz t</unitPattern>
4181                         </unit>
4182                         <unit type="mass-pound">
4183                                 <displayName>lb</displayName>
4184                                 <unitPattern count="other">{0} lb</unitPattern>
4185                         </unit>
4186                         <unit type="mass-stone">
4187                                 <displayName>st</displayName>
4188                                 <unitPattern count="other">{0} st</unitPattern>
4189                         </unit>
4190                         <unit type="mass-ton">
4191                                 <displayName>tn</displayName>
4192                                 <unitPattern count="other">{0} tn</unitPattern>
4193                         </unit>
4194                         <unit type="power-gigawatt">
4195                                 <displayName>GW</displayName>
4196                                 <unitPattern count="other">{0} GW</unitPattern>
4197                         </unit>
4198                         <unit type="power-horsepower">
4199                                 <displayName>hp</displayName>
4200                                 <unitPattern count="other">{0} hp</unitPattern>
4201                         </unit>
4202                         <unit type="power-kilowatt">
4203                                 <displayName>kW</displayName>
4204                                 <unitPattern count="other">{0} kW</unitPattern>
4205                         </unit>
4206                         <unit type="power-megawatt">
4207                                 <displayName>MW</displayName>
4208                                 <unitPattern count="other">{0} MW</unitPattern>
4209                         </unit>
4210                         <unit type="power-milliwatt">
4211                                 <displayName>mW</displayName>
4212                                 <unitPattern count="other">{0} mW</unitPattern>
4213                         </unit>
4214                         <unit type="power-watt">
4215                                 <displayName>watt</displayName>
4216                                 <unitPattern count="other">{0} W</unitPattern>
4217                         </unit>
4218                         <unit type="pressure-hectopascal">
4219                                 <displayName>hPa</displayName>
4220                                 <unitPattern count="other">{0} hPa</unitPattern>
4221                         </unit>
4222                         <unit type="pressure-inch-hg">
4223                                 <displayName>inHg</displayName>
4224                                 <unitPattern count="other">{0} inHg</unitPattern>
4225                         </unit>
4226                         <unit type="pressure-millibar">
4227                                 <displayName>mbar</displayName>
4228                                 <unitPattern count="other">{0} mbar</unitPattern>
4229                         </unit>
4230                         <unit type="pressure-millimeter-of-mercury">
4231                                 <displayName>mm Hg</displayName>
4232                                 <unitPattern count="other">{0} mm Hg</unitPattern>
4233                         </unit>
4234                         <unit type="pressure-pound-per-square-inch">
4235                                 <displayName>psi</displayName>
4236                                 <unitPattern count="other">{0} psi</unitPattern>
4237                         </unit>
4238                         <unit type="proportion-karat">
4239                                 <displayName>kt</displayName>
4240                                 <unitPattern count="other">{0} kt</unitPattern>
4241                         </unit>
4242                         <unit type="speed-kilometer-per-hour">
4243                                 <displayName>km/h</displayName>
4244                                 <unitPattern count="other">{0} km/h</unitPattern>
4245                         </unit>
4246                         <unit type="speed-meter-per-second">
4247                                 <displayName>m/s</displayName>
4248                                 <unitPattern count="other">{0} m/s</unitPattern>
4249                         </unit>
4250                         <unit type="speed-mile-per-hour">
4251                                 <displayName>mi/h</displayName>
4252                                 <unitPattern count="other">{0} mi/h</unitPattern>
4253                         </unit>
4254                         <unit type="temperature-celsius">
4255                                 <displayName>°C</displayName>
4256                                 <unitPattern count="other">{0}°C</unitPattern>
4257                         </unit>
4258                         <unit type="temperature-fahrenheit">
4259                                 <displayName>°F</displayName>
4260                                 <unitPattern count="other">{0}°F</unitPattern>
4261                         </unit>
4262                         <unit type="temperature-generic">
4263                                 <displayName>°</displayName>
4264                                 <unitPattern count="other">{0}°</unitPattern>
4265                         </unit>
4266                         <unit type="temperature-kelvin">
4267                                 <displayName>K</displayName>
4268                                 <unitPattern count="other">{0} K</unitPattern>
4269                         </unit>
4270                         <unit type="volume-acre-foot">
4271                                 <displayName>ac ft</displayName>
4272                                 <unitPattern count="other">{0} ac ft</unitPattern>
4273                         </unit>
4274                         <unit type="volume-bushel">
4275                                 <displayName>bu</displayName>
4276                                 <unitPattern count="other">{0} bu</unitPattern>
4277                         </unit>
4278                         <unit type="volume-centiliter">
4279                                 <displayName>cL</displayName>
4280                                 <unitPattern count="other">{0} cL</unitPattern>
4281                         </unit>
4282                         <unit type="volume-cubic-centimeter">
4283                                 <displayName>cm³</displayName>
4284                                 <unitPattern count="other">{0} cm³</unitPattern>
4285                         </unit>
4286                         <unit type="volume-cubic-foot">
4287                                 <displayName>ft³</displayName>
4288                                 <unitPattern count="other">{0} ft³</unitPattern>
4289                         </unit>
4290                         <unit type="volume-cubic-inch">
4291                                 <displayName>in³</displayName>
4292                                 <unitPattern count="other">{0} in³</unitPattern>
4293                         </unit>
4294                         <unit type="volume-cubic-kilometer">
4295                                 <displayName>km³</displayName>
4296                                 <unitPattern count="other">{0} km³</unitPattern>
4297                         </unit>
4298                         <unit type="volume-cubic-meter">
4299                                 <displayName>m³</displayName>
4300                                 <unitPattern count="other">{0} m³</unitPattern>
4301                         </unit>
4302                         <unit type="volume-cubic-mile">
4303                                 <displayName>mi³</displayName>
4304                                 <unitPattern count="other">{0} mi³</unitPattern>
4305                         </unit>
4306                         <unit type="volume-cubic-yard">
4307                                 <displayName>yd³</displayName>
4308                                 <unitPattern count="other">{0} yd³</unitPattern>
4309                         </unit>
4310                         <unit type="volume-cup">
4311                                 <displayName>cup</displayName>
4312                                 <unitPattern count="other">{0} c</unitPattern>
4313                         </unit>
4314                         <unit type="volume-deciliter">
4315                                 <displayName>dL</displayName>
4316                                 <unitPattern count="other">{0} dL</unitPattern>
4317                         </unit>
4318                         <unit type="volume-fluid-ounce">
4319                                 <displayName>fl oz</displayName>
4320                                 <unitPattern count="other">{0} fl oz</unitPattern>
4321                         </unit>
4322                         <unit type="volume-gallon">
4323                                 <displayName>gal</displayName>
4324                                 <unitPattern count="other">{0} gal</unitPattern>
4325                         </unit>
4326                         <unit type="volume-hectoliter">
4327                                 <displayName>hL</displayName>
4328                                 <unitPattern count="other">{0} hL</unitPattern>
4329                         </unit>
4330                         <unit type="volume-liter">
4331                                 <displayName>liter</displayName>
4332                                 <unitPattern count="other">{0} l</unitPattern>
4333                         </unit>
4334                         <unit type="volume-megaliter">
4335                                 <displayName>ML</displayName>
4336                                 <unitPattern count="other">{0} ML</unitPattern>
4337                         </unit>
4338                         <unit type="volume-milliliter">
4339                                 <displayName>mL</displayName>
4340                                 <unitPattern count="other">{0} mL</unitPattern>
4341                         </unit>
4342                         <unit type="volume-pint">
4343                                 <displayName>pt</displayName>
4344                                 <unitPattern count="other">{0} pt</unitPattern>
4345                         </unit>
4346                         <unit type="volume-quart">
4347                                 <displayName>qt</displayName>
4348                                 <unitPattern count="other">{0} qt</unitPattern>
4349                         </unit>
4350                         <unit type="volume-tablespoon">
4351                                 <displayName>tbsp</displayName>
4352                                 <unitPattern count="other">{0} tbsp</unitPattern>
4353                         </unit>
4354                         <unit type="volume-teaspoon">
4355                                 <displayName>tsp</displayName>
4356                                 <unitPattern count="other">{0} tsp</unitPattern>
4357                         </unit>
4358                 </unitLength>
4359                 <unitLength type="narrow">
4360                         <alias source="locale" path="../unitLength[@type='short']"/>
4361                 </unitLength>
4362                 <durationUnit type="hm">
4363                         <durationUnitPattern>h:mm</durationUnitPattern> <!-- 33:59 -->
4364                 </durationUnit>
4365                 <durationUnit type="hms">
4366                         <durationUnitPattern>h:mm:ss</durationUnitPattern> <!-- 33:04:59 -->
4367                 </durationUnit>
4368                 <durationUnit type="ms">
4369                         <durationUnitPattern>m:ss</durationUnitPattern> <!-- 33:59 -->
4370                 </durationUnit>
4371         </units>
4372         <listPatterns>
4373                 <listPattern>
4374                         <listPatternPart type="start">{0}, {1}</listPatternPart>
4375                         <listPatternPart type="middle">{0}, {1}</listPatternPart>
4376                         <listPatternPart type="end">{0}, {1}</listPatternPart>
4377                         <listPatternPart type="2">{0}, {1}</listPatternPart>
4378                 </listPattern>
4379                 <listPattern type="unit">
4380                         <alias source="locale" path="../listPattern[@type='unit-short']"/>
4381                 </listPattern>
4382                 <listPattern type="unit-narrow">
4383                         <alias source="locale" path="../listPattern[@type='unit-short']"/>
4384                 </listPattern>
4385                 <listPattern type="unit-short">
4386                         <alias source="locale" path="../listPattern"/>
4387                 </listPattern>
4388         </listPatterns>
4389         <posix>
4390                 <messages>
4391                         <yesstr>yes:y</yesstr>
4392                         <nostr>no:n</nostr>
4393                 </messages>
4394         </posix>
4395 </ldml>
4396