web/Zend/Locale/Data/root.xml
changeset 0 4eba9c11703f
equal deleted inserted replaced
-1:000000000000 0:4eba9c11703f
       
     1 <?xml version="1.0" encoding="UTF-8" ?>
       
     2 <ldml>
       
     3 	<identity>
       
     4 		<version number="$Revision: 1.192 $"/>
       
     5 		<generation date="$Date: 2009/06/15 21:39:59 $"/>
       
     6 		<language type="root"/>
       
     7 	</identity>
       
     8 	<fallback/>
       
     9 	<localeDisplayNames>
       
    10 		<localeDisplayPattern>
       
    11 			<localePattern>{0} ({1})</localePattern>
       
    12 			<localeSeparator>, </localeSeparator>
       
    13 		</localeDisplayPattern>
       
    14 		<measurementSystemNames>
       
    15 			<measurementSystemName type="metric">Metric</measurementSystemName>
       
    16 			<measurementSystemName type="US">US</measurementSystemName>
       
    17 		</measurementSystemNames>
       
    18 		<codePatterns>
       
    19 			<codePattern type="language">{0}</codePattern>
       
    20 			<codePattern type="script">{0}</codePattern>
       
    21 			<codePattern type="territory">{0}</codePattern>
       
    22 		</codePatterns>
       
    23 	</localeDisplayNames>
       
    24 	<layout>
       
    25 		<orientation/>
       
    26 		<inList>mixed</inList>
       
    27 		<inText type="currency">mixed</inText>
       
    28 		<inText type="dayWidth">mixed</inText>
       
    29 		<inText type="fields">mixed</inText>
       
    30 		<inText type="keys">mixed</inText>
       
    31 		<inText type="languages">mixed</inText>
       
    32 		<inText type="long">mixed</inText>
       
    33 		<inText type="measurementSystemNames">mixed</inText>
       
    34 		<inText type="monthWidth">mixed</inText>
       
    35 		<inText type="quarterWidth">mixed</inText>
       
    36 		<inText type="scripts">mixed</inText>
       
    37 		<inText type="territories">mixed</inText>
       
    38 		<inText type="types">mixed</inText>
       
    39 		<inText type="variants">mixed</inText>
       
    40 	</layout>
       
    41 	<characters>
       
    42 		<exemplarCharacters>[]</exemplarCharacters>
       
    43 		<exemplarCharacters type="auxiliary">[]</exemplarCharacters>
       
    44 		<exemplarCharacters type="currencySymbol">[a-c č d-l ł m-o º p-z]</exemplarCharacters>
       
    45 	</characters>
       
    46 	<delimiters>
       
    47 		<quotationStart>“</quotationStart>
       
    48 		<quotationEnd>”</quotationEnd>
       
    49 		<alternateQuotationStart>‘</alternateQuotationStart>
       
    50 		<alternateQuotationEnd>’</alternateQuotationEnd>
       
    51 	</delimiters>
       
    52 	<dates>
       
    53 		<dateRangePattern>{0} - {1}</dateRangePattern>
       
    54 		<calendars>
       
    55 			<default choice="gregorian"/>
       
    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 				<am>AM</am>
       
    67 				<pm>PM</pm>
       
    68 				<eras>
       
    69 					<eraNames>
       
    70 						<alias source="locale" path="../eraAbbr"/>
       
    71 					</eraNames>
       
    72 					<eraAbbr>
       
    73 						<era type="0">BE</era>
       
    74 					</eraAbbr>
       
    75 					<eraNarrow>
       
    76 						<alias source="locale" path="../eraAbbr"/>
       
    77 					</eraNarrow>
       
    78 				</eras>
       
    79 				<dateFormats>
       
    80 					<default choice="medium"/>
       
    81 					<dateFormatLength type="full">
       
    82 						<dateFormat>
       
    83 							<pattern>EEEE, MMMM d, y G</pattern>
       
    84 						</dateFormat>
       
    85 					</dateFormatLength>
       
    86 					<dateFormatLength type="long">
       
    87 						<dateFormat>
       
    88 							<pattern>MMMM d, y G</pattern>
       
    89 						</dateFormat>
       
    90 					</dateFormatLength>
       
    91 					<dateFormatLength type="medium">
       
    92 						<dateFormat>
       
    93 							<pattern>MMM d, y G</pattern>
       
    94 						</dateFormat>
       
    95 					</dateFormatLength>
       
    96 					<dateFormatLength type="short">
       
    97 						<dateFormat>
       
    98 							<pattern>M/d/yyyy</pattern>
       
    99 						</dateFormat>
       
   100 					</dateFormatLength>
       
   101 				</dateFormats>
       
   102 				<timeFormats>
       
   103 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
   104 				</timeFormats>
       
   105 				<dateTimeFormats>
       
   106 					<dateTimeFormatLength>
       
   107 						<alias source="locale" path="../../../calendar[@type='gregorian']/dateTimeFormats/dateTimeFormatLength"/>
       
   108 					</dateTimeFormatLength>
       
   109 					<availableFormats>
       
   110 						<dateFormatItem id="d">d</dateFormatItem>
       
   111 						<dateFormatItem id="EEEd">EEE d</dateFormatItem>
       
   112 						<dateFormatItem id="hm">h:mm a</dateFormatItem>
       
   113 						<dateFormatItem id="Hm">H:mm</dateFormatItem>
       
   114 						<dateFormatItem id="hms">h:mm:ss a</dateFormatItem>
       
   115 						<dateFormatItem id="Hms">H:mm:ss</dateFormatItem>
       
   116 						<dateFormatItem id="M">L</dateFormatItem>
       
   117 						<dateFormatItem id="Md">M-d</dateFormatItem>
       
   118 						<dateFormatItem id="MEd">E, M-d</dateFormatItem>
       
   119 						<dateFormatItem id="MMM">LLL</dateFormatItem>
       
   120 						<dateFormatItem id="MMMd">MMM d</dateFormatItem>
       
   121 						<dateFormatItem id="MMMEd">E MMM d</dateFormatItem>
       
   122 						<dateFormatItem id="MMMMd">MMMM d</dateFormatItem>
       
   123 						<dateFormatItem id="MMMMEd">E MMMM d</dateFormatItem>
       
   124 						<dateFormatItem id="ms">mm:ss</dateFormatItem>
       
   125 						<dateFormatItem id="y">y</dateFormatItem>
       
   126 						<dateFormatItem id="yM">M/y</dateFormatItem>
       
   127 						<dateFormatItem id="yMEd">EEE, M/d/y</dateFormatItem>
       
   128 						<dateFormatItem id="yMMM">MMM, y</dateFormatItem>
       
   129 						<dateFormatItem id="yMMMEd">EEE, MMM d, y</dateFormatItem>
       
   130 						<dateFormatItem id="yMMMM">MMMM, y</dateFormatItem>
       
   131 						<dateFormatItem id="yQ">y Q</dateFormatItem>
       
   132 						<dateFormatItem id="yQQQ">y QQQ</dateFormatItem>
       
   133 					</availableFormats>
       
   134 					<appendItems>
       
   135 						<appendItem request="Day">{0} ({2}: {1})</appendItem>
       
   136 						<appendItem request="Day-Of-Week">{0} {1}</appendItem>
       
   137 						<appendItem request="Era">{0} {1}</appendItem>
       
   138 						<appendItem request="Hour">{0} ({2}: {1})</appendItem>
       
   139 						<appendItem request="Minute">{0} ({2}: {1})</appendItem>
       
   140 						<appendItem request="Month">{0} ({2}: {1})</appendItem>
       
   141 						<appendItem request="Quarter">{0} ({2}: {1})</appendItem>
       
   142 						<appendItem request="Second">{0} ({2}: {1})</appendItem>
       
   143 						<appendItem request="Timezone">{0} {1}</appendItem>
       
   144 						<appendItem request="Week">{0} ({2}: {1})</appendItem>
       
   145 						<appendItem request="Year">{0} {1}</appendItem>
       
   146 					</appendItems>
       
   147 					<intervalFormats>
       
   148 						<alias source="locale" path="../../../calendar[@type='gregorian']/dateTimeFormats/intervalFormats"/>
       
   149 					</intervalFormats>
       
   150 				</dateTimeFormats>
       
   151 			</calendar>
       
   152 			<calendar type="chinese">
       
   153 				<months>
       
   154 					<default choice="format"/>
       
   155 					<monthContext type="format">
       
   156 						<default choice="wide"/>
       
   157 						<monthWidth type="abbreviated">
       
   158 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
   159 						</monthWidth>
       
   160 						<monthWidth type="narrow">
       
   161 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
   162 						</monthWidth>
       
   163 						<monthWidth type="wide">
       
   164 							<month type="1">1</month>
       
   165 							<month type="2">2</month>
       
   166 							<month type="3">3</month>
       
   167 							<month type="4">4</month>
       
   168 							<month type="5">5</month>
       
   169 							<month type="6">6</month>
       
   170 							<month type="7">7</month>
       
   171 							<month type="8">8</month>
       
   172 							<month type="9">9</month>
       
   173 							<month type="10">10</month>
       
   174 							<month type="11">11</month>
       
   175 							<month type="12">12</month>
       
   176 						</monthWidth>
       
   177 					</monthContext>
       
   178 					<monthContext type="stand-alone">
       
   179 						<monthWidth type="abbreviated">
       
   180 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
   181 						</monthWidth>
       
   182 						<monthWidth type="narrow">
       
   183 							<month type="1">1</month>
       
   184 							<month type="2">2</month>
       
   185 							<month type="3">3</month>
       
   186 							<month type="4">4</month>
       
   187 							<month type="5">5</month>
       
   188 							<month type="6">6</month>
       
   189 							<month type="7">7</month>
       
   190 							<month type="8">8</month>
       
   191 							<month type="9">9</month>
       
   192 							<month type="10">10</month>
       
   193 							<month type="11">11</month>
       
   194 							<month type="12">12</month>
       
   195 						</monthWidth>
       
   196 						<monthWidth type="wide">
       
   197 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
   198 						</monthWidth>
       
   199 					</monthContext>
       
   200 				</months>
       
   201 				<days>
       
   202 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
   203 				</days>
       
   204 				<quarters>
       
   205 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
   206 				</quarters>
       
   207 				<am>AM</am>
       
   208 				<pm>PM</pm>
       
   209 				<dateFormats>
       
   210 					<default choice="medium"/>
       
   211 					<dateFormatLength type="full">
       
   212 						<dateFormat>
       
   213 							<pattern>EEEE y'x'G-Ml-d</pattern>
       
   214 						</dateFormat>
       
   215 					</dateFormatLength>
       
   216 					<dateFormatLength type="long">
       
   217 						<dateFormat>
       
   218 							<pattern>y'x'G-Ml-d</pattern>
       
   219 						</dateFormat>
       
   220 					</dateFormatLength>
       
   221 					<dateFormatLength type="medium">
       
   222 						<dateFormat>
       
   223 							<pattern>y'x'G-Ml-d</pattern>
       
   224 						</dateFormat>
       
   225 					</dateFormatLength>
       
   226 					<dateFormatLength type="short">
       
   227 						<dateFormat>
       
   228 							<pattern>y'x'G-Ml-d</pattern>
       
   229 						</dateFormat>
       
   230 					</dateFormatLength>
       
   231 				</dateFormats>
       
   232 				<timeFormats>
       
   233 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
   234 				</timeFormats>
       
   235 				<dateTimeFormats>
       
   236 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
   237 				</dateTimeFormats>
       
   238 			</calendar>
       
   239 			<calendar type="coptic">
       
   240 				<months>
       
   241 					<default choice="format"/>
       
   242 					<monthContext type="format">
       
   243 						<default choice="wide"/>
       
   244 						<monthWidth type="abbreviated">
       
   245 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
   246 						</monthWidth>
       
   247 						<monthWidth type="narrow">
       
   248 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
   249 						</monthWidth>
       
   250 						<monthWidth type="wide">
       
   251 							<month type="1">Tout</month>
       
   252 							<month type="2">Baba</month>
       
   253 							<month type="3">Hator</month>
       
   254 							<month type="4">Kiahk</month>
       
   255 							<month type="5">Toba</month>
       
   256 							<month type="6">Amshir</month>
       
   257 							<month type="7">Baramhat</month>
       
   258 							<month type="8">Baramouda</month>
       
   259 							<month type="9">Bashans</month>
       
   260 							<month type="10">Paona</month>
       
   261 							<month type="11">Epep</month>
       
   262 							<month type="12">Mesra</month>
       
   263 							<month type="13">Nasie</month>
       
   264 						</monthWidth>
       
   265 					</monthContext>
       
   266 					<monthContext type="stand-alone">
       
   267 						<monthWidth type="abbreviated">
       
   268 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
   269 						</monthWidth>
       
   270 						<monthWidth type="narrow">
       
   271 							<month type="1">1</month>
       
   272 							<month type="2">2</month>
       
   273 							<month type="3">3</month>
       
   274 							<month type="4">4</month>
       
   275 							<month type="5">5</month>
       
   276 							<month type="6">6</month>
       
   277 							<month type="7">7</month>
       
   278 							<month type="8">8</month>
       
   279 							<month type="9">9</month>
       
   280 							<month type="10">10</month>
       
   281 							<month type="11">11</month>
       
   282 							<month type="12">12</month>
       
   283 							<month type="13">13</month>
       
   284 						</monthWidth>
       
   285 						<monthWidth type="wide">
       
   286 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
   287 						</monthWidth>
       
   288 					</monthContext>
       
   289 				</months>
       
   290 				<days>
       
   291 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
   292 				</days>
       
   293 				<quarters>
       
   294 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
   295 				</quarters>
       
   296 				<am>AM</am>
       
   297 				<pm>PM</pm>
       
   298 				<eras>
       
   299 					<eraNames>
       
   300 						<alias source="locale" path="../eraAbbr"/>
       
   301 					</eraNames>
       
   302 					<eraAbbr>
       
   303 						<era type="0">ERA0</era>
       
   304 						<era type="1">ERA1</era>
       
   305 					</eraAbbr>
       
   306 					<eraNarrow>
       
   307 						<alias source="locale" path="../eraAbbr"/>
       
   308 					</eraNarrow>
       
   309 				</eras>
       
   310 				<dateFormats>
       
   311 					<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
       
   312 				</dateFormats>
       
   313 				<timeFormats>
       
   314 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
   315 				</timeFormats>
       
   316 				<dateTimeFormats>
       
   317 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
   318 				</dateTimeFormats>
       
   319 			</calendar>
       
   320 			<calendar type="ethiopic">
       
   321 				<months>
       
   322 					<default choice="format"/>
       
   323 					<monthContext type="format">
       
   324 						<default choice="wide"/>
       
   325 						<monthWidth type="abbreviated">
       
   326 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
   327 						</monthWidth>
       
   328 						<monthWidth type="narrow">
       
   329 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
   330 						</monthWidth>
       
   331 						<monthWidth type="wide">
       
   332 							<month type="1">Meskerem</month>
       
   333 							<month type="2">Tekemt</month>
       
   334 							<month type="3">Hedar</month>
       
   335 							<month type="4">Tahsas</month>
       
   336 							<month type="5">Ter</month>
       
   337 							<month type="6">Yekatit</month>
       
   338 							<month type="7">Megabit</month>
       
   339 							<month type="8">Miazia</month>
       
   340 							<month type="9">Genbot</month>
       
   341 							<month type="10">Sene</month>
       
   342 							<month type="11">Hamle</month>
       
   343 							<month type="12">Nehasse</month>
       
   344 							<month type="13">Pagumen</month>
       
   345 						</monthWidth>
       
   346 					</monthContext>
       
   347 					<monthContext type="stand-alone">
       
   348 						<monthWidth type="abbreviated">
       
   349 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
   350 						</monthWidth>
       
   351 						<monthWidth type="narrow">
       
   352 							<month type="1">1</month>
       
   353 							<month type="2">2</month>
       
   354 							<month type="3">3</month>
       
   355 							<month type="4">4</month>
       
   356 							<month type="5">5</month>
       
   357 							<month type="6">6</month>
       
   358 							<month type="7">7</month>
       
   359 							<month type="8">8</month>
       
   360 							<month type="9">9</month>
       
   361 							<month type="10">10</month>
       
   362 							<month type="11">11</month>
       
   363 							<month type="12">12</month>
       
   364 							<month type="13">13</month>
       
   365 						</monthWidth>
       
   366 						<monthWidth type="wide">
       
   367 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
   368 						</monthWidth>
       
   369 					</monthContext>
       
   370 				</months>
       
   371 				<days>
       
   372 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
   373 				</days>
       
   374 				<quarters>
       
   375 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
   376 				</quarters>
       
   377 				<am>AM</am>
       
   378 				<pm>PM</pm>
       
   379 				<eras>
       
   380 					<eraNames>
       
   381 						<alias source="locale" path="../eraAbbr"/>
       
   382 					</eraNames>
       
   383 					<eraAbbr>
       
   384 						<era type="0">ERA0</era>
       
   385 						<era type="1">ERA1</era>
       
   386 					</eraAbbr>
       
   387 					<eraNarrow>
       
   388 						<alias source="locale" path="../eraAbbr"/>
       
   389 					</eraNarrow>
       
   390 				</eras>
       
   391 				<dateFormats>
       
   392 					<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
       
   393 				</dateFormats>
       
   394 				<timeFormats>
       
   395 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
   396 				</timeFormats>
       
   397 				<dateTimeFormats>
       
   398 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
   399 				</dateTimeFormats>
       
   400 			</calendar>
       
   401 			<calendar type="ethiopic-amete-alem">
       
   402 				<months>
       
   403 					<alias source="locale" path="../../calendar[@type='ethiopic']/months"/>
       
   404 				</months>
       
   405 				<days>
       
   406 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
   407 				</days>
       
   408 				<quarters>
       
   409 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
   410 				</quarters>
       
   411 				<am>AM</am>
       
   412 				<pm>PM</pm>
       
   413 				<eras>
       
   414 					<eraNames>
       
   415 						<alias source="locale" path="../eraAbbr"/>
       
   416 					</eraNames>
       
   417 					<eraAbbr>
       
   418 						<era type="0">ERA0</era>
       
   419 					</eraAbbr>
       
   420 					<eraNarrow>
       
   421 						<alias source="locale" path="../eraAbbr"/>
       
   422 					</eraNarrow>
       
   423 				</eras>
       
   424 				<dateFormats>
       
   425 					<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
       
   426 				</dateFormats>
       
   427 				<timeFormats>
       
   428 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
   429 				</timeFormats>
       
   430 				<dateTimeFormats>
       
   431 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
   432 				</dateTimeFormats>
       
   433 			</calendar>
       
   434 			<calendar type="gregorian">
       
   435 				<months>
       
   436 					<default choice="format"/>
       
   437 					<monthContext type="format">
       
   438 						<default choice="wide"/>
       
   439 						<monthWidth type="abbreviated">
       
   440 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
   441 						</monthWidth>
       
   442 						<monthWidth type="narrow">
       
   443 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
   444 						</monthWidth>
       
   445 						<monthWidth type="wide">
       
   446 							<month type="1">1</month>
       
   447 							<month type="2">2</month>
       
   448 							<month type="3">3</month>
       
   449 							<month type="4">4</month>
       
   450 							<month type="5">5</month>
       
   451 							<month type="6">6</month>
       
   452 							<month type="7">7</month>
       
   453 							<month type="8">8</month>
       
   454 							<month type="9">9</month>
       
   455 							<month type="10">10</month>
       
   456 							<month type="11">11</month>
       
   457 							<month type="12">12</month>
       
   458 						</monthWidth>
       
   459 					</monthContext>
       
   460 					<monthContext type="stand-alone">
       
   461 						<monthWidth type="abbreviated">
       
   462 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
   463 						</monthWidth>
       
   464 						<monthWidth type="narrow">
       
   465 							<month type="1">1</month>
       
   466 							<month type="2">2</month>
       
   467 							<month type="3">3</month>
       
   468 							<month type="4">4</month>
       
   469 							<month type="5">5</month>
       
   470 							<month type="6">6</month>
       
   471 							<month type="7">7</month>
       
   472 							<month type="8">8</month>
       
   473 							<month type="9">9</month>
       
   474 							<month type="10">10</month>
       
   475 							<month type="11">11</month>
       
   476 							<month type="12">12</month>
       
   477 						</monthWidth>
       
   478 						<monthWidth type="wide">
       
   479 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
   480 						</monthWidth>
       
   481 					</monthContext>
       
   482 				</months>
       
   483 				<days>
       
   484 					<default choice="format"/>
       
   485 					<dayContext type="format">
       
   486 						<default choice="wide"/>
       
   487 						<dayWidth type="abbreviated">
       
   488 							<alias source="locale" path="../dayWidth[@type='wide']"/>
       
   489 						</dayWidth>
       
   490 						<dayWidth type="narrow">
       
   491 							<alias source="locale" path="../../dayContext[@type='stand-alone']/dayWidth[@type='narrow']"/>
       
   492 						</dayWidth>
       
   493 						<dayWidth type="wide">
       
   494 							<day type="sun">1</day>
       
   495 							<day type="mon">2</day>
       
   496 							<day type="tue">3</day>
       
   497 							<day type="wed">4</day>
       
   498 							<day type="thu">5</day>
       
   499 							<day type="fri">6</day>
       
   500 							<day type="sat">7</day>
       
   501 						</dayWidth>
       
   502 					</dayContext>
       
   503 					<dayContext type="stand-alone">
       
   504 						<dayWidth type="abbreviated">
       
   505 							<alias source="locale" path="../../dayContext[@type='format']/dayWidth[@type='abbreviated']"/>
       
   506 						</dayWidth>
       
   507 						<dayWidth type="narrow">
       
   508 							<day type="sun">1</day>
       
   509 							<day type="mon">2</day>
       
   510 							<day type="tue">3</day>
       
   511 							<day type="wed">4</day>
       
   512 							<day type="thu">5</day>
       
   513 							<day type="fri">6</day>
       
   514 							<day type="sat">7</day>
       
   515 						</dayWidth>
       
   516 						<dayWidth type="wide">
       
   517 							<alias source="locale" path="../../dayContext[@type='format']/dayWidth[@type='wide']"/>
       
   518 						</dayWidth>
       
   519 					</dayContext>
       
   520 				</days>
       
   521 				<quarters>
       
   522 					<quarterContext type="format">
       
   523 						<quarterWidth type="abbreviated">
       
   524 							<alias source="locale" path="../quarterWidth[@type='wide']"/>
       
   525 						</quarterWidth>
       
   526 						<quarterWidth type="narrow">
       
   527 							<alias source="locale" path="../../quarterContext[@type='stand-alone']/quarterWidth[@type='narrow']"/>
       
   528 						</quarterWidth>
       
   529 						<quarterWidth type="wide">
       
   530 							<quarter type="1">Q1</quarter>
       
   531 							<quarter type="2">Q2</quarter>
       
   532 							<quarter type="3">Q3</quarter>
       
   533 							<quarter type="4">Q4</quarter>
       
   534 						</quarterWidth>
       
   535 					</quarterContext>
       
   536 					<quarterContext type="stand-alone">
       
   537 						<quarterWidth type="abbreviated">
       
   538 							<alias source="locale" path="../../quarterContext[@type='format']/quarterWidth[@type='abbreviated']"/>
       
   539 						</quarterWidth>
       
   540 						<quarterWidth type="narrow">
       
   541 							<quarter type="1">1</quarter>
       
   542 							<quarter type="2">2</quarter>
       
   543 							<quarter type="3">3</quarter>
       
   544 							<quarter type="4">4</quarter>
       
   545 						</quarterWidth>
       
   546 						<quarterWidth type="wide">
       
   547 							<alias source="locale" path="../../quarterContext[@type='format']/quarterWidth[@type='wide']"/>
       
   548 						</quarterWidth>
       
   549 					</quarterContext>
       
   550 				</quarters>
       
   551 				<am>AM</am>
       
   552 				<pm>PM</pm>
       
   553 				<eras>
       
   554 					<eraNames>
       
   555 						<alias source="locale" path="../eraAbbr"/>
       
   556 					</eraNames>
       
   557 					<eraAbbr>
       
   558 						<era type="0">BCE</era>
       
   559 						<era type="1">CE</era>
       
   560 					</eraAbbr>
       
   561 					<eraNarrow>
       
   562 						<alias source="locale" path="../eraAbbr"/>
       
   563 					</eraNarrow>
       
   564 				</eras>
       
   565 				<dateFormats>
       
   566 					<default choice="medium"/>
       
   567 					<dateFormatLength type="full">
       
   568 						<dateFormat>
       
   569 							<pattern>EEEE, y MMMM dd</pattern>
       
   570 						</dateFormat>
       
   571 					</dateFormatLength>
       
   572 					<dateFormatLength type="long">
       
   573 						<dateFormat>
       
   574 							<pattern>y MMMM d</pattern>
       
   575 						</dateFormat>
       
   576 					</dateFormatLength>
       
   577 					<dateFormatLength type="medium">
       
   578 						<dateFormat>
       
   579 							<pattern>y MMM d</pattern>
       
   580 						</dateFormat>
       
   581 					</dateFormatLength>
       
   582 					<dateFormatLength type="short">
       
   583 						<dateFormat>
       
   584 							<pattern>yyyy-MM-dd</pattern>
       
   585 						</dateFormat>
       
   586 					</dateFormatLength>
       
   587 				</dateFormats>
       
   588 				<timeFormats>
       
   589 					<default choice="medium"/>
       
   590 					<timeFormatLength type="full">
       
   591 						<timeFormat>
       
   592 							<pattern>HH:mm:ss zzzz</pattern>
       
   593 						</timeFormat>
       
   594 					</timeFormatLength>
       
   595 					<timeFormatLength type="long">
       
   596 						<timeFormat>
       
   597 							<pattern>HH:mm:ss z</pattern>
       
   598 						</timeFormat>
       
   599 					</timeFormatLength>
       
   600 					<timeFormatLength type="medium">
       
   601 						<timeFormat>
       
   602 							<pattern>HH:mm:ss</pattern>
       
   603 						</timeFormat>
       
   604 					</timeFormatLength>
       
   605 					<timeFormatLength type="short">
       
   606 						<timeFormat>
       
   607 							<pattern>HH:mm</pattern>
       
   608 						</timeFormat>
       
   609 					</timeFormatLength>
       
   610 				</timeFormats>
       
   611 				<dateTimeFormats>
       
   612 					<default choice="medium"/>
       
   613 					<dateTimeFormatLength type="full">
       
   614 						<dateTimeFormat>
       
   615 							<pattern>{1} {0}</pattern>
       
   616 						</dateTimeFormat>
       
   617 					</dateTimeFormatLength>
       
   618 					<dateTimeFormatLength type="long">
       
   619 						<dateTimeFormat>
       
   620 							<pattern>{1} {0}</pattern>
       
   621 						</dateTimeFormat>
       
   622 					</dateTimeFormatLength>
       
   623 					<dateTimeFormatLength type="medium">
       
   624 						<dateTimeFormat>
       
   625 							<pattern>{1} {0}</pattern>
       
   626 						</dateTimeFormat>
       
   627 					</dateTimeFormatLength>
       
   628 					<dateTimeFormatLength type="short">
       
   629 						<dateTimeFormat>
       
   630 							<pattern>{1} {0}</pattern>
       
   631 						</dateTimeFormat>
       
   632 					</dateTimeFormatLength>
       
   633 					<availableFormats>
       
   634 						<dateFormatItem id="d">d</dateFormatItem>
       
   635 						<dateFormatItem id="EEEd">d EEE</dateFormatItem>
       
   636 						<dateFormatItem id="hm">h:mm a</dateFormatItem>
       
   637 						<dateFormatItem id="Hm">H:mm</dateFormatItem>
       
   638 						<dateFormatItem id="hms">h:mm:ss a</dateFormatItem>
       
   639 						<dateFormatItem id="Hms">H:mm:ss</dateFormatItem>
       
   640 						<dateFormatItem id="M">L</dateFormatItem>
       
   641 						<dateFormatItem id="Md">M-d</dateFormatItem>
       
   642 						<dateFormatItem id="MEd">E, M-d</dateFormatItem>
       
   643 						<dateFormatItem id="MMM">LLL</dateFormatItem>
       
   644 						<dateFormatItem id="MMMd">MMM d</dateFormatItem>
       
   645 						<dateFormatItem id="MMMEd">E MMM d</dateFormatItem>
       
   646 						<dateFormatItem id="MMMMd">MMMM d</dateFormatItem>
       
   647 						<dateFormatItem id="MMMMEd">E MMMM d</dateFormatItem>
       
   648 						<dateFormatItem id="ms">mm:ss</dateFormatItem>
       
   649 						<dateFormatItem id="y">y</dateFormatItem>
       
   650 						<dateFormatItem id="yM">y-M</dateFormatItem>
       
   651 						<dateFormatItem id="yMEd">EEE, y-M-d</dateFormatItem>
       
   652 						<dateFormatItem id="yMMM">y MMM</dateFormatItem>
       
   653 						<dateFormatItem id="yMMMEd">EEE, y MMM d</dateFormatItem>
       
   654 						<dateFormatItem id="yMMMM">y MMMM</dateFormatItem>
       
   655 						<dateFormatItem id="yQ">y Q</dateFormatItem>
       
   656 						<dateFormatItem id="yQQQ">y QQQ</dateFormatItem>
       
   657 					</availableFormats>
       
   658 					<appendItems>
       
   659 						<appendItem request="Day">{0} ({2}: {1})</appendItem>
       
   660 						<appendItem request="Day-Of-Week">{0} {1}</appendItem>
       
   661 						<appendItem request="Era">{0} {1}</appendItem>
       
   662 						<appendItem request="Hour">{0} ({2}: {1})</appendItem>
       
   663 						<appendItem request="Minute">{0} ({2}: {1})</appendItem>
       
   664 						<appendItem request="Month">{0} ({2}: {1})</appendItem>
       
   665 						<appendItem request="Quarter">{0} ({2}: {1})</appendItem>
       
   666 						<appendItem request="Second">{0} ({2}: {1})</appendItem>
       
   667 						<appendItem request="Timezone">{0} {1}</appendItem>
       
   668 						<appendItem request="Week">{0} ({2}: {1})</appendItem>
       
   669 						<appendItem request="Year">{0} {1}</appendItem>
       
   670 					</appendItems>
       
   671 					<intervalFormats>
       
   672 						<intervalFormatFallback>{0} – {1}</intervalFormatFallback>
       
   673 						<intervalFormatItem id="d">
       
   674 							<greatestDifference id="d">d-d</greatestDifference>
       
   675 						</intervalFormatItem>
       
   676 						<intervalFormatItem id="h">
       
   677 							<greatestDifference id="a">HH-HH</greatestDifference>
       
   678 							<greatestDifference id="h">HH-HH</greatestDifference>
       
   679 						</intervalFormatItem>
       
   680 						<intervalFormatItem id="hm">
       
   681 							<greatestDifference id="a">HH:mm-HH:mm</greatestDifference>
       
   682 							<greatestDifference id="h">HH:mm-HH:mm</greatestDifference>
       
   683 							<greatestDifference id="m">HH:mm-HH:mm</greatestDifference>
       
   684 						</intervalFormatItem>
       
   685 						<intervalFormatItem id="hmv">
       
   686 							<greatestDifference id="a">HH:mm-HH:mm v</greatestDifference>
       
   687 							<greatestDifference id="h">HH:mm-HH:mm v</greatestDifference>
       
   688 							<greatestDifference id="m">HH:mm-HH:mm v</greatestDifference>
       
   689 						</intervalFormatItem>
       
   690 						<intervalFormatItem id="hv">
       
   691 							<greatestDifference id="a">HH-HH v</greatestDifference>
       
   692 							<greatestDifference id="h">HH-HH v</greatestDifference>
       
   693 						</intervalFormatItem>
       
   694 						<intervalFormatItem id="M">
       
   695 							<greatestDifference id="M">M-M</greatestDifference>
       
   696 						</intervalFormatItem>
       
   697 						<intervalFormatItem id="Md">
       
   698 							<greatestDifference id="d">MM-dd – dd</greatestDifference>
       
   699 							<greatestDifference id="M">MM-dd – MM-dd</greatestDifference>
       
   700 						</intervalFormatItem>
       
   701 						<intervalFormatItem id="MEd">
       
   702 							<greatestDifference id="d">E, MM-dd – E, MM-dd</greatestDifference>
       
   703 							<greatestDifference id="M">E, MM-dd – E, MM-dd</greatestDifference>
       
   704 						</intervalFormatItem>
       
   705 						<intervalFormatItem id="MMM">
       
   706 							<greatestDifference id="M">LLL-LLL</greatestDifference>
       
   707 						</intervalFormatItem>
       
   708 						<intervalFormatItem id="MMMd">
       
   709 							<greatestDifference id="d">MM-d – d</greatestDifference>
       
   710 							<greatestDifference id="M">MM-d – MM-d</greatestDifference>
       
   711 						</intervalFormatItem>
       
   712 						<intervalFormatItem id="MMMEd">
       
   713 							<greatestDifference id="d">E, MM-d – E, MM-d</greatestDifference>
       
   714 							<greatestDifference id="M">E, MM-d – E, MM-d</greatestDifference>
       
   715 						</intervalFormatItem>
       
   716 						<intervalFormatItem id="MMMM">
       
   717 							<greatestDifference id="M">LLLL-LLLL</greatestDifference>
       
   718 						</intervalFormatItem>
       
   719 						<intervalFormatItem id="y">
       
   720 							<greatestDifference id="y">y-y</greatestDifference>
       
   721 						</intervalFormatItem>
       
   722 						<intervalFormatItem id="yM">
       
   723 							<greatestDifference id="M">yyyy-MM – MM</greatestDifference>
       
   724 							<greatestDifference id="y">yyyy-MM – yyyy-MM</greatestDifference>
       
   725 						</intervalFormatItem>
       
   726 						<intervalFormatItem id="yMd">
       
   727 							<greatestDifference id="d">yyyy-MM-dd – dd</greatestDifference>
       
   728 							<greatestDifference id="M">yyyy-MM-dd – MM-dd</greatestDifference>
       
   729 							<greatestDifference id="y">yyyy-MM-dd – yyyy-MM-dd</greatestDifference>
       
   730 						</intervalFormatItem>
       
   731 						<intervalFormatItem id="yMEd">
       
   732 							<greatestDifference id="d">E, yyyy-MM-dd – E, yyyy-MM-dd</greatestDifference>
       
   733 							<greatestDifference id="M">E, yyyy-MM-dd – E, yyyy-MM-dd</greatestDifference>
       
   734 							<greatestDifference id="y">E, yyyy-MM-dd – E, yyyy-MM-dd</greatestDifference>
       
   735 						</intervalFormatItem>
       
   736 						<intervalFormatItem id="yMMM">
       
   737 							<greatestDifference id="M">yyyy-MM – MM</greatestDifference>
       
   738 							<greatestDifference id="y">yyyy-MM – yyyy-MM</greatestDifference>
       
   739 						</intervalFormatItem>
       
   740 						<intervalFormatItem id="yMMMd">
       
   741 							<greatestDifference id="d">yyyy-MM-d – d</greatestDifference>
       
   742 							<greatestDifference id="M">yyyy-MM-dd – MM-d</greatestDifference>
       
   743 							<greatestDifference id="y">yyyy-MM-dd – yyyy-MM-dd</greatestDifference>
       
   744 						</intervalFormatItem>
       
   745 						<intervalFormatItem id="yMMMEd">
       
   746 							<greatestDifference id="d">E, yyyy-MM-dd – E, yyyy-MM-dd</greatestDifference>
       
   747 							<greatestDifference id="M">E, yyyy-MM-dd – E, yyyy-MM-dd</greatestDifference>
       
   748 							<greatestDifference id="y">E, yyyy-MM-dd – E, yyyy-MM-dd</greatestDifference>
       
   749 						</intervalFormatItem>
       
   750 						<intervalFormatItem id="yMMMM">
       
   751 							<greatestDifference id="M">yyyy-MM – MM</greatestDifference>
       
   752 							<greatestDifference id="y">yyyy-MM – yyyy-MM</greatestDifference>
       
   753 						</intervalFormatItem>
       
   754 					</intervalFormats>
       
   755 				</dateTimeFormats>
       
   756 				<fields>
       
   757 					<field type="era">
       
   758 						<displayName>Era</displayName>
       
   759 					</field>
       
   760 					<field type="year">
       
   761 						<displayName>Year</displayName>
       
   762 					</field>
       
   763 					<field type="month">
       
   764 						<displayName>Month</displayName>
       
   765 					</field>
       
   766 					<field type="week">
       
   767 						<displayName>Week</displayName>
       
   768 					</field>
       
   769 					<field type="day">
       
   770 						<displayName>Day</displayName>
       
   771 						<relative type="-1">Yesterday</relative>
       
   772 						<relative type="0">Today</relative>
       
   773 						<relative type="1">Tomorrow</relative>
       
   774 					</field>
       
   775 					<field type="weekday">
       
   776 						<displayName>Day of the Week</displayName>
       
   777 					</field>
       
   778 					<field type="dayperiod">
       
   779 						<displayName>Dayperiod</displayName>
       
   780 					</field>
       
   781 					<field type="hour">
       
   782 						<displayName>Hour</displayName>
       
   783 					</field>
       
   784 					<field type="minute">
       
   785 						<displayName>Minute</displayName>
       
   786 					</field>
       
   787 					<field type="second">
       
   788 						<displayName>Second</displayName>
       
   789 					</field>
       
   790 					<field type="zone">
       
   791 						<displayName>Zone</displayName>
       
   792 					</field>
       
   793 				</fields>
       
   794 			</calendar>
       
   795 			<calendar type="hebrew">
       
   796 				<months>
       
   797 					<default choice="format"/>
       
   798 					<monthContext type="format">
       
   799 						<default choice="wide"/>
       
   800 						<monthWidth type="abbreviated">
       
   801 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
   802 						</monthWidth>
       
   803 						<monthWidth type="narrow">
       
   804 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
   805 						</monthWidth>
       
   806 						<monthWidth type="wide">
       
   807 							<month type="1">Tishri</month>
       
   808 							<month type="2">Heshvan</month>
       
   809 							<month type="3">Kislev</month>
       
   810 							<month type="4">Tevet</month>
       
   811 							<month type="5">Shevat</month>
       
   812 							<month type="6">Adar I</month>
       
   813 							<month type="7">Adar</month>
       
   814 							<month type="8">Nisan</month>
       
   815 							<month type="9">Iyar</month>
       
   816 							<month type="10">Sivan</month>
       
   817 							<month type="11">Tamuz</month>
       
   818 							<month type="12">Av</month>
       
   819 							<month type="13">Elul</month>
       
   820 						</monthWidth>
       
   821 					</monthContext>
       
   822 					<monthContext type="stand-alone">
       
   823 						<monthWidth type="abbreviated">
       
   824 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
   825 						</monthWidth>
       
   826 						<monthWidth type="narrow">
       
   827 							<month type="1">1</month>
       
   828 							<month type="2">2</month>
       
   829 							<month type="3">3</month>
       
   830 							<month type="4">4</month>
       
   831 							<month type="5">5</month>
       
   832 							<month type="6">6</month>
       
   833 							<month type="7">7</month>
       
   834 							<month type="8">8</month>
       
   835 							<month type="9">9</month>
       
   836 							<month type="10">10</month>
       
   837 							<month type="11">11</month>
       
   838 							<month type="12">12</month>
       
   839 							<month type="13">13</month>
       
   840 						</monthWidth>
       
   841 						<monthWidth type="wide">
       
   842 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
   843 						</monthWidth>
       
   844 					</monthContext>
       
   845 				</months>
       
   846 				<days>
       
   847 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
   848 				</days>
       
   849 				<quarters>
       
   850 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
   851 				</quarters>
       
   852 				<am>AM</am>
       
   853 				<pm>PM</pm>
       
   854 				<eras>
       
   855 					<eraNames>
       
   856 						<alias source="locale" path="../eraAbbr"/>
       
   857 					</eraNames>
       
   858 					<eraAbbr>
       
   859 						<era type="0">AM</era>
       
   860 					</eraAbbr>
       
   861 					<eraNarrow>
       
   862 						<alias source="locale" path="../eraAbbr"/>
       
   863 					</eraNarrow>
       
   864 				</eras>
       
   865 				<dateFormats>
       
   866 					<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
       
   867 				</dateFormats>
       
   868 				<timeFormats>
       
   869 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
   870 				</timeFormats>
       
   871 				<dateTimeFormats>
       
   872 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
   873 				</dateTimeFormats>
       
   874 			</calendar>
       
   875 			<calendar type="indian">
       
   876 				<months>
       
   877 					<default choice="format"/>
       
   878 					<monthContext type="format">
       
   879 						<default choice="wide"/>
       
   880 						<monthWidth type="abbreviated">
       
   881 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
   882 						</monthWidth>
       
   883 						<monthWidth type="narrow">
       
   884 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
   885 						</monthWidth>
       
   886 						<monthWidth type="wide">
       
   887 							<month type="1">Chaitra</month>
       
   888 							<month type="2">Vaisakha</month>
       
   889 							<month type="3">Jyaistha</month>
       
   890 							<month type="4">Asadha</month>
       
   891 							<month type="5">Sravana</month>
       
   892 							<month type="6">Bhadra</month>
       
   893 							<month type="7">Asvina</month>
       
   894 							<month type="8">Kartika</month>
       
   895 							<month type="9">Agrahayana</month>
       
   896 							<month type="10">Pausa</month>
       
   897 							<month type="11">Magha</month>
       
   898 							<month type="12">Phalguna</month>
       
   899 						</monthWidth>
       
   900 					</monthContext>
       
   901 					<monthContext type="stand-alone">
       
   902 						<monthWidth type="abbreviated">
       
   903 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
   904 						</monthWidth>
       
   905 						<monthWidth type="narrow">
       
   906 							<month type="1">1</month>
       
   907 							<month type="2">2</month>
       
   908 							<month type="3">3</month>
       
   909 							<month type="4">4</month>
       
   910 							<month type="5">5</month>
       
   911 							<month type="6">6</month>
       
   912 							<month type="7">7</month>
       
   913 							<month type="8">8</month>
       
   914 							<month type="9">9</month>
       
   915 							<month type="10">10</month>
       
   916 							<month type="11">11</month>
       
   917 							<month type="12">12</month>
       
   918 						</monthWidth>
       
   919 						<monthWidth type="wide">
       
   920 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
   921 						</monthWidth>
       
   922 					</monthContext>
       
   923 				</months>
       
   924 				<days>
       
   925 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
   926 				</days>
       
   927 				<quarters>
       
   928 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
   929 				</quarters>
       
   930 				<am>AM</am>
       
   931 				<pm>PM</pm>
       
   932 				<eras>
       
   933 					<eraNames>
       
   934 						<alias source="locale" path="../eraAbbr"/>
       
   935 					</eraNames>
       
   936 					<eraAbbr>
       
   937 						<era type="0">SAKA</era>
       
   938 					</eraAbbr>
       
   939 					<eraNarrow>
       
   940 						<alias source="locale" path="../eraAbbr"/>
       
   941 					</eraNarrow>
       
   942 				</eras>
       
   943 				<dateFormats>
       
   944 					<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
       
   945 				</dateFormats>
       
   946 				<timeFormats>
       
   947 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
   948 				</timeFormats>
       
   949 				<dateTimeFormats>
       
   950 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
   951 				</dateTimeFormats>
       
   952 			</calendar>
       
   953 			<calendar type="islamic">
       
   954 				<months>
       
   955 					<default choice="format"/>
       
   956 					<monthContext type="format">
       
   957 						<default choice="wide"/>
       
   958 						<monthWidth type="abbreviated">
       
   959 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
   960 						</monthWidth>
       
   961 						<monthWidth type="narrow">
       
   962 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
   963 						</monthWidth>
       
   964 						<monthWidth type="wide">
       
   965 							<month type="1">Muharram</month>
       
   966 							<month type="2">Safar</month>
       
   967 							<month type="3">Rabiʻ I</month>
       
   968 							<month type="4">Rabiʻ II</month>
       
   969 							<month type="5">Jumada I</month>
       
   970 							<month type="6">Jumada II</month>
       
   971 							<month type="7">Rajab</month>
       
   972 							<month type="8">Shaʻban</month>
       
   973 							<month type="9">Ramadan</month>
       
   974 							<month type="10">Shawwal</month>
       
   975 							<month type="11">Dhuʻl-Qiʻdah</month>
       
   976 							<month type="12">Dhuʻl-Hijjah</month>
       
   977 						</monthWidth>
       
   978 					</monthContext>
       
   979 					<monthContext type="stand-alone">
       
   980 						<monthWidth type="abbreviated">
       
   981 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
   982 						</monthWidth>
       
   983 						<monthWidth type="narrow">
       
   984 							<month type="1">1</month>
       
   985 							<month type="2">2</month>
       
   986 							<month type="3">3</month>
       
   987 							<month type="4">4</month>
       
   988 							<month type="5">5</month>
       
   989 							<month type="6">6</month>
       
   990 							<month type="7">7</month>
       
   991 							<month type="8">8</month>
       
   992 							<month type="9">9</month>
       
   993 							<month type="10">10</month>
       
   994 							<month type="11">11</month>
       
   995 							<month type="12">12</month>
       
   996 						</monthWidth>
       
   997 						<monthWidth type="wide">
       
   998 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
   999 						</monthWidth>
       
  1000 					</monthContext>
       
  1001 				</months>
       
  1002 				<days>
       
  1003 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
  1004 				</days>
       
  1005 				<quarters>
       
  1006 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
  1007 				</quarters>
       
  1008 				<am>AM</am>
       
  1009 				<pm>PM</pm>
       
  1010 				<eras>
       
  1011 					<eraNames>
       
  1012 						<alias source="locale" path="../eraAbbr"/>
       
  1013 					</eraNames>
       
  1014 					<eraAbbr>
       
  1015 						<era type="0">AH</era>
       
  1016 					</eraAbbr>
       
  1017 					<eraNarrow>
       
  1018 						<alias source="locale" path="../eraAbbr"/>
       
  1019 					</eraNarrow>
       
  1020 				</eras>
       
  1021 				<dateFormats>
       
  1022 					<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
       
  1023 				</dateFormats>
       
  1024 				<timeFormats>
       
  1025 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
  1026 				</timeFormats>
       
  1027 				<dateTimeFormats>
       
  1028 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
  1029 				</dateTimeFormats>
       
  1030 			</calendar>
       
  1031 			<calendar type="islamic-civil">
       
  1032 				<alias source="locale" path="../calendar[@type='islamic']"/>
       
  1033 			</calendar>
       
  1034 			<calendar type="japanese">
       
  1035 				<months>
       
  1036 					<alias source="locale" path="../../calendar[@type='gregorian']/months"/>
       
  1037 				</months>
       
  1038 				<days>
       
  1039 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
  1040 				</days>
       
  1041 				<quarters>
       
  1042 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
  1043 				</quarters>
       
  1044 				<am>AM</am>
       
  1045 				<pm>PM</pm>
       
  1046 				<eras>
       
  1047 					<eraNames>
       
  1048 						<alias source="locale" path="../eraAbbr"/>
       
  1049 					</eraNames>
       
  1050 					<eraAbbr>
       
  1051 						<era type="0">Taika</era>
       
  1052 						<era type="1">Hakuchi</era>
       
  1053 						<era type="2">Hakuhō</era>
       
  1054 						<era type="3">Shuchō</era>
       
  1055 						<era type="4">Taihō</era>
       
  1056 						<era type="5">Keiun</era>
       
  1057 						<era type="6">Wadō</era>
       
  1058 						<era type="7">Reiki</era>
       
  1059 						<era type="8">Yōrō</era>
       
  1060 						<era type="9">Jinki</era>
       
  1061 						<era type="10">Tempyō</era>
       
  1062 						<era type="11">Tempyō-kampō</era>
       
  1063 						<era type="12">Tempyō-shōhō</era>
       
  1064 						<era type="13">Tempyō-hōji</era>
       
  1065 						<era type="14">Temphō-jingo</era>
       
  1066 						<era type="15">Jingo-keiun</era>
       
  1067 						<era type="16">Hōki</era>
       
  1068 						<era type="17">Ten-ō</era>
       
  1069 						<era type="18">Enryaku</era>
       
  1070 						<era type="19">Daidō</era>
       
  1071 						<era type="20">Kōnin</era>
       
  1072 						<era type="21">Tenchō</era>
       
  1073 						<era type="22">Shōwa</era>
       
  1074 						<era type="23">Kajō</era>
       
  1075 						<era type="24">Ninju</era>
       
  1076 						<era type="25">Saiko</era>
       
  1077 						<era type="26">Tennan</era>
       
  1078 						<era type="27">Jōgan</era>
       
  1079 						<era type="28">Genkei</era>
       
  1080 						<era type="29">Ninna</era>
       
  1081 						<era type="30">Kampyō</era>
       
  1082 						<era type="31">Shōtai</era>
       
  1083 						<era type="32">Engi</era>
       
  1084 						<era type="33">Enchō</era>
       
  1085 						<era type="34">Shōhei</era>
       
  1086 						<era type="35">Tengyō</era>
       
  1087 						<era type="36">Tenryaku</era>
       
  1088 						<era type="37">Tentoku</era>
       
  1089 						<era type="38">Ōwa</era>
       
  1090 						<era type="39">Kōhō</era>
       
  1091 						<era type="40">Anna</era>
       
  1092 						<era type="41">Tenroku</era>
       
  1093 						<era type="42">Ten-en</era>
       
  1094 						<era type="43">Jōgen</era>
       
  1095 						<era type="44">Tengen</era>
       
  1096 						<era type="45">Eikan</era>
       
  1097 						<era type="46">Kanna</era>
       
  1098 						<era type="47">Ei-en</era>
       
  1099 						<era type="48">Eiso</era>
       
  1100 						<era type="49">Shōryaku</era>
       
  1101 						<era type="50">Chōtoku</era>
       
  1102 						<era type="51">Chōhō</era>
       
  1103 						<era type="52">Kankō</era>
       
  1104 						<era type="53">Chōwa</era>
       
  1105 						<era type="54">Kannin</era>
       
  1106 						<era type="55">Jian</era>
       
  1107 						<era type="56">Manju</era>
       
  1108 						<era type="57">Chōgen</era>
       
  1109 						<era type="58">Chōryaku</era>
       
  1110 						<era type="59">Chōkyū</era>
       
  1111 						<era type="60">Kantoku</era>
       
  1112 						<era type="61">Eishō</era>
       
  1113 						<era type="62">Tengi</era>
       
  1114 						<era type="63">Kōhei</era>
       
  1115 						<era type="64">Jiryaku</era>
       
  1116 						<era type="65">Enkyū</era>
       
  1117 						<era type="66">Shōho</era>
       
  1118 						<era type="67">Shōryaku</era>
       
  1119 						<era type="68">Eiho</era>
       
  1120 						<era type="69">Ōtoku</era>
       
  1121 						<era type="70">Kanji</era>
       
  1122 						<era type="71">Kaho</era>
       
  1123 						<era type="72">Eichō</era>
       
  1124 						<era type="73">Shōtoku</era>
       
  1125 						<era type="74">Kōwa</era>
       
  1126 						<era type="75">Chōji</era>
       
  1127 						<era type="76">Kashō</era>
       
  1128 						<era type="77">Tennin</era>
       
  1129 						<era type="78">Ten-ei</era>
       
  1130 						<era type="79">Eikyū</era>
       
  1131 						<era type="80">Gen-ei</era>
       
  1132 						<era type="81">Hoan</era>
       
  1133 						<era type="82">Tenji</era>
       
  1134 						<era type="83">Daiji</era>
       
  1135 						<era type="84">Tenshō</era>
       
  1136 						<era type="85">Chōshō</era>
       
  1137 						<era type="86">Hoen</era>
       
  1138 						<era type="87">Eiji</era>
       
  1139 						<era type="88">Kōji</era>
       
  1140 						<era type="89">Tenyō</era>
       
  1141 						<era type="90">Kyūan</era>
       
  1142 						<era type="91">Ninpei</era>
       
  1143 						<era type="92">Kyūju</era>
       
  1144 						<era type="93">Hogen</era>
       
  1145 						<era type="94">Heiji</era>
       
  1146 						<era type="95">Eiryaku</era>
       
  1147 						<era type="96">Ōho</era>
       
  1148 						<era type="97">Chōkan</era>
       
  1149 						<era type="98">Eiman</era>
       
  1150 						<era type="99">Nin-an</era>
       
  1151 						<era type="100">Kaō</era>
       
  1152 						<era type="101">Shōan</era>
       
  1153 						<era type="102">Angen</era>
       
  1154 						<era type="103">Jishō</era>
       
  1155 						<era type="104">Yōwa</era>
       
  1156 						<era type="105">Juei</era>
       
  1157 						<era type="106">Genryuku</era>
       
  1158 						<era type="107">Bunji</era>
       
  1159 						<era type="108">Kenkyū</era>
       
  1160 						<era type="109">Shōji</era>
       
  1161 						<era type="110">Kennin</era>
       
  1162 						<era type="111">Genkyū</era>
       
  1163 						<era type="112">Ken-ei</era>
       
  1164 						<era type="113">Shōgen</era>
       
  1165 						<era type="114">Kenryaku</era>
       
  1166 						<era type="115">Kenpō</era>
       
  1167 						<era type="116">Shōkyū</era>
       
  1168 						<era type="117">Jōō</era>
       
  1169 						<era type="118">Gennin</era>
       
  1170 						<era type="119">Karoku</era>
       
  1171 						<era type="120">Antei</era>
       
  1172 						<era type="121">Kanki</era>
       
  1173 						<era type="122">Jōei</era>
       
  1174 						<era type="123">Tempuku</era>
       
  1175 						<era type="124">Bunryaku</era>
       
  1176 						<era type="125">Katei</era>
       
  1177 						<era type="126">Ryakunin</era>
       
  1178 						<era type="127">En-ō</era>
       
  1179 						<era type="128">Ninji</era>
       
  1180 						<era type="129">Kangen</era>
       
  1181 						<era type="130">Hōji</era>
       
  1182 						<era type="131">Kenchō</era>
       
  1183 						<era type="132">Kōgen</era>
       
  1184 						<era type="133">Shōka</era>
       
  1185 						<era type="134">Shōgen</era>
       
  1186 						<era type="135">Bun-ō</era>
       
  1187 						<era type="136">Kōchō</era>
       
  1188 						<era type="137">Bun-ei</era>
       
  1189 						<era type="138">Kenji</era>
       
  1190 						<era type="139">Kōan</era>
       
  1191 						<era type="140">Shōō</era>
       
  1192 						<era type="141">Einin</era>
       
  1193 						<era type="142">Shōan</era>
       
  1194 						<era type="143">Kengen</era>
       
  1195 						<era type="144">Kagen</era>
       
  1196 						<era type="145">Tokuji</era>
       
  1197 						<era type="146">Enkei</era>
       
  1198 						<era type="147">Ōchō</era>
       
  1199 						<era type="148">Shōwa</era>
       
  1200 						<era type="149">Bunpō</era>
       
  1201 						<era type="150">Genō</era>
       
  1202 						<era type="151">Genkyō</era>
       
  1203 						<era type="152">Shōchū</era>
       
  1204 						<era type="153">Kareki</era>
       
  1205 						<era type="154">Gentoku</era>
       
  1206 						<era type="155">Genkō</era>
       
  1207 						<era type="156">Kemmu</era>
       
  1208 						<era type="157">Engen</era>
       
  1209 						<era type="158">Kōkoku</era>
       
  1210 						<era type="159">Shōhei</era>
       
  1211 						<era type="160">Kentoku</era>
       
  1212 						<era type="161">Bunchũ</era>
       
  1213 						<era type="162">Tenju</era>
       
  1214 						<era type="163">Kōryaku</era>
       
  1215 						<era type="164">Kōwa</era>
       
  1216 						<era type="165">Genchũ</era>
       
  1217 						<era type="166">Meitoku</era>
       
  1218 						<era type="167">Kakei</era>
       
  1219 						<era type="168">Kōō</era>
       
  1220 						<era type="169">Meitoku</era>
       
  1221 						<era type="170">Ōei</era>
       
  1222 						<era type="171">Shōchō</era>
       
  1223 						<era type="172">Eikyō</era>
       
  1224 						<era type="173">Kakitsu</era>
       
  1225 						<era type="174">Bun-an</era>
       
  1226 						<era type="175">Hōtoku</era>
       
  1227 						<era type="176">Kyōtoku</era>
       
  1228 						<era type="177">Kōshō</era>
       
  1229 						<era type="178">Chōroku</era>
       
  1230 						<era type="179">Kanshō</era>
       
  1231 						<era type="180">Bunshō</era>
       
  1232 						<era type="181">Ōnin</era>
       
  1233 						<era type="182">Bunmei</era>
       
  1234 						<era type="183">Chōkyō</era>
       
  1235 						<era type="184">Entoku</era>
       
  1236 						<era type="185">Meiō</era>
       
  1237 						<era type="186">Bunki</era>
       
  1238 						<era type="187">Eishō</era>
       
  1239 						<era type="188">Taiei</era>
       
  1240 						<era type="189">Kyōroku</era>
       
  1241 						<era type="190">Tenmon</era>
       
  1242 						<era type="191">Kōji</era>
       
  1243 						<era type="192">Eiroku</era>
       
  1244 						<era type="193">Genki</era>
       
  1245 						<era type="194">Tenshō</era>
       
  1246 						<era type="195">Bunroku</era>
       
  1247 						<era type="196">Keichō</era>
       
  1248 						<era type="197">Genwa</era>
       
  1249 						<era type="198">Kan-ei</era>
       
  1250 						<era type="199">Shōho</era>
       
  1251 						<era type="200">Keian</era>
       
  1252 						<era type="201">Shōō</era>
       
  1253 						<era type="202">Meiryaku</era>
       
  1254 						<era type="203">Manji</era>
       
  1255 						<era type="204">Kanbun</era>
       
  1256 						<era type="205">Enpō</era>
       
  1257 						<era type="206">Tenwa</era>
       
  1258 						<era type="207">Jōkyō</era>
       
  1259 						<era type="208">Genroku</era>
       
  1260 						<era type="209">Hōei</era>
       
  1261 						<era type="210">Shōtoku</era>
       
  1262 						<era type="211">Kyōhō</era>
       
  1263 						<era type="212">Genbun</era>
       
  1264 						<era type="213">Kanpō</era>
       
  1265 						<era type="214">Enkyō</era>
       
  1266 						<era type="215">Kan-en</era>
       
  1267 						<era type="216">Hōryaku</era>
       
  1268 						<era type="217">Meiwa</era>
       
  1269 						<era type="218">An-ei</era>
       
  1270 						<era type="219">Tenmei</era>
       
  1271 						<era type="220">Kansei</era>
       
  1272 						<era type="221">Kyōwa</era>
       
  1273 						<era type="222">Bunka</era>
       
  1274 						<era type="223">Bunsei</era>
       
  1275 						<era type="224">Tenpō</era>
       
  1276 						<era type="225">Kōka</era>
       
  1277 						<era type="226">Kaei</era>
       
  1278 						<era type="227">Ansei</era>
       
  1279 						<era type="228">Man-en</era>
       
  1280 						<era type="229">Bunkyū</era>
       
  1281 						<era type="230">Genji</era>
       
  1282 						<era type="231">Keiō</era>
       
  1283 						<era type="232">Meiji</era>
       
  1284 						<era type="233">Taishō</era>
       
  1285 						<era type="234">Shōwa</era>
       
  1286 						<era type="235">Heisei</era>
       
  1287 					</eraAbbr>
       
  1288 					<eraNarrow>
       
  1289 						<era type="232">M</era>
       
  1290 						<era type="233">T</era>
       
  1291 						<era type="234">S</era>
       
  1292 						<era type="235">H</era>
       
  1293 					</eraNarrow>
       
  1294 				</eras>
       
  1295 				<dateFormats>
       
  1296 					<default choice="medium"/>
       
  1297 					<dateFormatLength type="full">
       
  1298 						<dateFormat>
       
  1299 							<pattern>EEEE, G y MMMM dd</pattern>
       
  1300 						</dateFormat>
       
  1301 					</dateFormatLength>
       
  1302 					<dateFormatLength type="long">
       
  1303 						<dateFormat>
       
  1304 							<pattern>G y MMMM d</pattern>
       
  1305 						</dateFormat>
       
  1306 					</dateFormatLength>
       
  1307 					<dateFormatLength type="medium">
       
  1308 						<dateFormat>
       
  1309 							<pattern>G y MMM d</pattern>
       
  1310 						</dateFormat>
       
  1311 					</dateFormatLength>
       
  1312 					<dateFormatLength type="short">
       
  1313 						<dateFormat>
       
  1314 							<pattern>G yy-MM-dd</pattern>
       
  1315 						</dateFormat>
       
  1316 					</dateFormatLength>
       
  1317 				</dateFormats>
       
  1318 				<timeFormats>
       
  1319 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
  1320 				</timeFormats>
       
  1321 				<dateTimeFormats>
       
  1322 					<default choice="medium"/>
       
  1323 					<dateTimeFormatLength type="full">
       
  1324 						<dateTimeFormat>
       
  1325 							<pattern>{1} {0}</pattern>
       
  1326 						</dateTimeFormat>
       
  1327 					</dateTimeFormatLength>
       
  1328 					<dateTimeFormatLength type="long">
       
  1329 						<dateTimeFormat>
       
  1330 							<pattern>{1} {0}</pattern>
       
  1331 						</dateTimeFormat>
       
  1332 					</dateTimeFormatLength>
       
  1333 					<dateTimeFormatLength type="medium">
       
  1334 						<dateTimeFormat>
       
  1335 							<pattern>{1} {0}</pattern>
       
  1336 						</dateTimeFormat>
       
  1337 					</dateTimeFormatLength>
       
  1338 					<dateTimeFormatLength type="short">
       
  1339 						<dateTimeFormat>
       
  1340 							<pattern>{1} {0}</pattern>
       
  1341 						</dateTimeFormat>
       
  1342 					</dateTimeFormatLength>
       
  1343 					<availableFormats>
       
  1344 						<dateFormatItem id="Ed">E d</dateFormatItem>
       
  1345 						<dateFormatItem id="H">H</dateFormatItem>
       
  1346 						<dateFormatItem id="hm">hh:mm a</dateFormatItem>
       
  1347 						<dateFormatItem id="Hm">HH:mm</dateFormatItem>
       
  1348 						<dateFormatItem id="hms">hh:mm:ss a</dateFormatItem>
       
  1349 						<dateFormatItem id="Hms">HH:mm:ss</dateFormatItem>
       
  1350 						<dateFormatItem id="Md">M-d</dateFormatItem>
       
  1351 						<dateFormatItem id="MMMEd">E MMM d</dateFormatItem>
       
  1352 						<dateFormatItem id="MMMMd">MMMM d</dateFormatItem>
       
  1353 						<dateFormatItem id="ms">mm:ss</dateFormatItem>
       
  1354 						<dateFormatItem id="yyyy">yy GGG</dateFormatItem>
       
  1355 						<dateFormatItem id="yyyyM">GGGGG yy-MM</dateFormatItem>
       
  1356 						<dateFormatItem id="yyyyMd">GGGGG yy-MM-dd</dateFormatItem>
       
  1357 						<dateFormatItem id="yyyyMMM">GGGGG yy MMM</dateFormatItem>
       
  1358 						<dateFormatItem id="yyyyMMMd">GGGGG yy MMM d</dateFormatItem>
       
  1359 						<dateFormatItem id="yyyyQ">GGGGG yy Q</dateFormatItem>
       
  1360 					</availableFormats>
       
  1361 					<appendItems>
       
  1362 						<appendItem request="Day">{0} ({2}: {1})</appendItem>
       
  1363 						<appendItem request="Day-Of-Week">{0} {1}</appendItem>
       
  1364 						<appendItem request="Era">{0} {1}</appendItem>
       
  1365 						<appendItem request="Hour">{0} ({2}: {1})</appendItem>
       
  1366 						<appendItem request="Minute">{0} ({2}: {1})</appendItem>
       
  1367 						<appendItem request="Month">{0} ({2}: {1})</appendItem>
       
  1368 						<appendItem request="Quarter">{0} ({2}: {1})</appendItem>
       
  1369 						<appendItem request="Second">{0} ({2}: {1})</appendItem>
       
  1370 						<appendItem request="Timezone">{0} {1}</appendItem>
       
  1371 						<appendItem request="Week">{0} ({2}: {1})</appendItem>
       
  1372 						<appendItem request="Year">{0} {1}</appendItem>
       
  1373 					</appendItems>
       
  1374 				</dateTimeFormats>
       
  1375 			</calendar>
       
  1376 			<calendar type="persian">
       
  1377 				<months>
       
  1378 					<default choice="format"/>
       
  1379 					<monthContext type="format">
       
  1380 						<default choice="wide"/>
       
  1381 						<monthWidth type="abbreviated">
       
  1382 							<alias source="locale" path="../monthWidth[@type='wide']"/>
       
  1383 						</monthWidth>
       
  1384 						<monthWidth type="narrow">
       
  1385 							<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
       
  1386 						</monthWidth>
       
  1387 						<monthWidth type="wide">
       
  1388 							<month type="1">Farvardin</month>
       
  1389 							<month type="2">Ordibehesht</month>
       
  1390 							<month type="3">Khordad</month>
       
  1391 							<month type="4">Tir</month>
       
  1392 							<month type="5">Mordad</month>
       
  1393 							<month type="6">Shahrivar</month>
       
  1394 							<month type="7">Mehr</month>
       
  1395 							<month type="8">Aban</month>
       
  1396 							<month type="9">Azar</month>
       
  1397 							<month type="10">Dey</month>
       
  1398 							<month type="11">Bahman</month>
       
  1399 							<month type="12">Esfand</month>
       
  1400 						</monthWidth>
       
  1401 					</monthContext>
       
  1402 					<monthContext type="stand-alone">
       
  1403 						<monthWidth type="abbreviated">
       
  1404 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
       
  1405 						</monthWidth>
       
  1406 						<monthWidth type="narrow">
       
  1407 							<month type="1">1</month>
       
  1408 							<month type="2">2</month>
       
  1409 							<month type="3">3</month>
       
  1410 							<month type="4">4</month>
       
  1411 							<month type="5">5</month>
       
  1412 							<month type="6">6</month>
       
  1413 							<month type="7">7</month>
       
  1414 							<month type="8">8</month>
       
  1415 							<month type="9">9</month>
       
  1416 							<month type="10">10</month>
       
  1417 							<month type="11">11</month>
       
  1418 							<month type="12">12</month>
       
  1419 						</monthWidth>
       
  1420 						<monthWidth type="wide">
       
  1421 							<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
       
  1422 						</monthWidth>
       
  1423 					</monthContext>
       
  1424 				</months>
       
  1425 				<days>
       
  1426 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
  1427 				</days>
       
  1428 				<quarters>
       
  1429 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
  1430 				</quarters>
       
  1431 				<am>AM</am>
       
  1432 				<pm>PM</pm>
       
  1433 				<eras>
       
  1434 					<eraNames>
       
  1435 						<alias source="locale" path="../eraAbbr"/>
       
  1436 					</eraNames>
       
  1437 					<eraAbbr>
       
  1438 						<era type="0">AP</era>
       
  1439 					</eraAbbr>
       
  1440 					<eraNarrow>
       
  1441 						<alias source="locale" path="../eraAbbr"/>
       
  1442 					</eraNarrow>
       
  1443 				</eras>
       
  1444 				<dateFormats>
       
  1445 					<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
       
  1446 				</dateFormats>
       
  1447 				<timeFormats>
       
  1448 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
  1449 				</timeFormats>
       
  1450 				<dateTimeFormats>
       
  1451 					<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
       
  1452 				</dateTimeFormats>
       
  1453 			</calendar>
       
  1454 			<calendar type="roc">
       
  1455 				<months>
       
  1456 					<alias source="locale" path="../../calendar[@type='gregorian']/months"/>
       
  1457 				</months>
       
  1458 				<days>
       
  1459 					<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
       
  1460 				</days>
       
  1461 				<quarters>
       
  1462 					<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
       
  1463 				</quarters>
       
  1464 				<am>AM</am>
       
  1465 				<pm>PM</pm>
       
  1466 				<eras>
       
  1467 					<eraNames>
       
  1468 						<alias source="locale" path="../eraAbbr"/>
       
  1469 					</eraNames>
       
  1470 					<eraAbbr>
       
  1471 						<era type="0">Before R.O.C.</era>
       
  1472 						<era type="1">R.O.C.</era>
       
  1473 					</eraAbbr>
       
  1474 					<eraNarrow>
       
  1475 						<alias source="locale" path="../eraAbbr"/>
       
  1476 					</eraNarrow>
       
  1477 				</eras>
       
  1478 				<dateFormats>
       
  1479 					<default choice="medium"/>
       
  1480 					<dateFormatLength type="full">
       
  1481 						<dateFormat>
       
  1482 							<pattern>EEEE, MMMM d, G y</pattern>
       
  1483 						</dateFormat>
       
  1484 					</dateFormatLength>
       
  1485 					<dateFormatLength type="long">
       
  1486 						<dateFormat>
       
  1487 							<pattern>MMMM d, G y</pattern>
       
  1488 						</dateFormat>
       
  1489 					</dateFormatLength>
       
  1490 					<dateFormatLength type="medium">
       
  1491 						<dateFormat>
       
  1492 							<pattern>MMM d, G y</pattern>
       
  1493 						</dateFormat>
       
  1494 					</dateFormatLength>
       
  1495 					<dateFormatLength type="short">
       
  1496 						<dateFormat>
       
  1497 							<pattern>G y/M/d</pattern>
       
  1498 						</dateFormat>
       
  1499 					</dateFormatLength>
       
  1500 				</dateFormats>
       
  1501 				<timeFormats>
       
  1502 					<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
       
  1503 				</timeFormats>
       
  1504 				<dateTimeFormats>
       
  1505 					<dateTimeFormatLength>
       
  1506 						<alias source="locale" path="../../../calendar[@type='gregorian']/dateTimeFormats/dateTimeFormatLength"/>
       
  1507 					</dateTimeFormatLength>
       
  1508 					<availableFormats>
       
  1509 						<dateFormatItem id="hm">h:mm a</dateFormatItem>
       
  1510 						<dateFormatItem id="Hm">H:mm</dateFormatItem>
       
  1511 						<dateFormatItem id="hms">h:mm:ss a</dateFormatItem>
       
  1512 						<dateFormatItem id="Hms">H:mm:ss</dateFormatItem>
       
  1513 						<dateFormatItem id="Md">M/d</dateFormatItem>
       
  1514 						<dateFormatItem id="MEd">E, M/d</dateFormatItem>
       
  1515 						<dateFormatItem id="MMMd">MMM d</dateFormatItem>
       
  1516 						<dateFormatItem id="MMMEd">E, MMM d</dateFormatItem>
       
  1517 						<dateFormatItem id="ms">mm:ss</dateFormatItem>
       
  1518 						<dateFormatItem id="yyyy">G y</dateFormatItem>
       
  1519 						<dateFormatItem id="yyyyM">G y/M</dateFormatItem>
       
  1520 						<dateFormatItem id="yyyyMEd">EEE, G y/M/d</dateFormatItem>
       
  1521 						<dateFormatItem id="yyyyMMM">MMM, G y</dateFormatItem>
       
  1522 						<dateFormatItem id="yyyyMMMEd">EEE, MMM d, G y</dateFormatItem>
       
  1523 						<dateFormatItem id="yyyyQ">Q G y</dateFormatItem>
       
  1524 						<dateFormatItem id="yyyyQQQ">QQQ G y</dateFormatItem>
       
  1525 					</availableFormats>
       
  1526 					<appendItems>
       
  1527 						<appendItem request="Day">{0} ({2}: {1})</appendItem>
       
  1528 						<appendItem request="Day-Of-Week">{0} {1}</appendItem>
       
  1529 						<appendItem request="Era">{0} {1}</appendItem>
       
  1530 						<appendItem request="Hour">{0} ({2}: {1})</appendItem>
       
  1531 						<appendItem request="Minute">{0} ({2}: {1})</appendItem>
       
  1532 						<appendItem request="Month">{0} ({2}: {1})</appendItem>
       
  1533 						<appendItem request="Quarter">{0} ({2}: {1})</appendItem>
       
  1534 						<appendItem request="Second">{0} ({2}: {1})</appendItem>
       
  1535 						<appendItem request="Timezone">{0} {1}</appendItem>
       
  1536 						<appendItem request="Week">{0} ({2}: {1})</appendItem>
       
  1537 						<appendItem request="Year">{0} {1}</appendItem>
       
  1538 					</appendItems>
       
  1539 					<intervalFormats>
       
  1540 						<alias source="locale" path="../../../calendar[@type='gregorian']/dateTimeFormats/intervalFormats"/>
       
  1541 					</intervalFormats>
       
  1542 				</dateTimeFormats>
       
  1543 			</calendar>
       
  1544 		</calendars>
       
  1545 		<timeZoneNames>
       
  1546 			<hourFormat>+HH:mm;-HH:mm</hourFormat>
       
  1547 			<hoursFormat>{0}/{1}</hoursFormat>
       
  1548 			<gmtFormat>GMT{0}</gmtFormat>
       
  1549 			<gmtZeroFormat>GMT</gmtZeroFormat>
       
  1550 			<regionFormat>{0}</regionFormat>
       
  1551 			<fallbackFormat>{1} ({0})</fallbackFormat>
       
  1552 			<abbreviationFallback choice="standard"/>
       
  1553 			<preferenceOrdering choice=""/>
       
  1554 			<singleCountries list="Europe/Kiev Pacific/Majuro Africa/Bamako America/Godthab America/Santiago America/Guayaquil Asia/Shanghai Asia/Tashkent Asia/Kuala_Lumpur Europe/Madrid Europe/Lisbon Europe/London Pacific/Auckland Pacific/Tahiti"/>
       
  1555 			<zone type="Etc/Unknown">
       
  1556 				<exemplarCity>Unknown</exemplarCity>
       
  1557 			</zone>
       
  1558 			<zone type="Antarctica/DumontDUrville">
       
  1559 				<exemplarCity>Dumont d'Urville</exemplarCity>
       
  1560 			</zone>
       
  1561 			<zone type="America/St_Johns">
       
  1562 				<exemplarCity>St. John's</exemplarCity>
       
  1563 			</zone>
       
  1564 			<zone type="America/North_Dakota/New_Salem">
       
  1565 				<exemplarCity>New Salem, North Dakota</exemplarCity>
       
  1566 			</zone>
       
  1567 			<zone type="America/North_Dakota/Center">
       
  1568 				<exemplarCity>Center, North Dakota</exemplarCity>
       
  1569 			</zone>
       
  1570 			<zone type="America/Indiana/Vincennes">
       
  1571 				<exemplarCity>Vincennes, Indiana</exemplarCity>
       
  1572 			</zone>
       
  1573 			<zone type="America/Indiana/Petersburg">
       
  1574 				<exemplarCity>Petersburg, Indiana</exemplarCity>
       
  1575 			</zone>
       
  1576 			<zone type="America/Indiana/Tell_City">
       
  1577 				<exemplarCity>Tell City, Indiana</exemplarCity>
       
  1578 			</zone>
       
  1579 			<zone type="America/Indiana/Knox">
       
  1580 				<exemplarCity>Knox, Indiana</exemplarCity>
       
  1581 			</zone>
       
  1582 			<zone type="America/Indiana/Winamac">
       
  1583 				<exemplarCity>Winamac, Indiana</exemplarCity>
       
  1584 			</zone>
       
  1585 			<zone type="America/Indiana/Marengo">
       
  1586 				<exemplarCity>Marengo, Indiana</exemplarCity>
       
  1587 			</zone>
       
  1588 			<zone type="America/Indiana/Vevay">
       
  1589 				<exemplarCity>Vevay, Indiana</exemplarCity>
       
  1590 			</zone>
       
  1591 			<zone type="America/Kentucky/Monticello">
       
  1592 				<exemplarCity>Monticello, Kentucky</exemplarCity>
       
  1593 			</zone>
       
  1594 			<metazone type="Acre">
       
  1595 				<short>
       
  1596 					<standard>ACT (Acre)</standard>
       
  1597 					<daylight>ACST (Acre)</daylight>
       
  1598 				</short>
       
  1599 			</metazone>
       
  1600 			<metazone type="Afghanistan">
       
  1601 				<short>
       
  1602 					<standard>AFT</standard>
       
  1603 				</short>
       
  1604 			</metazone>
       
  1605 			<metazone type="Africa_Central">
       
  1606 				<short>
       
  1607 					<standard>CAT</standard>
       
  1608 				</short>
       
  1609 			</metazone>
       
  1610 			<metazone type="Africa_Eastern">
       
  1611 				<short>
       
  1612 					<standard>EAT</standard>
       
  1613 				</short>
       
  1614 			</metazone>
       
  1615 			<metazone type="Africa_Southern">
       
  1616 				<short>
       
  1617 					<standard>SAST</standard>
       
  1618 				</short>
       
  1619 			</metazone>
       
  1620 			<metazone type="Africa_Western">
       
  1621 				<short>
       
  1622 					<standard>WAT</standard>
       
  1623 					<daylight>WAST</daylight>
       
  1624 				</short>
       
  1625 			</metazone>
       
  1626 			<metazone type="Aktyubinsk">
       
  1627 				<short>
       
  1628 					<standard>AKTT</standard>
       
  1629 					<daylight>AKTST</daylight>
       
  1630 				</short>
       
  1631 			</metazone>
       
  1632 			<metazone type="Alaska">
       
  1633 				<short>
       
  1634 					<standard>AKST</standard>
       
  1635 					<daylight>AKDT</daylight>
       
  1636 				</short>
       
  1637 			</metazone>
       
  1638 			<metazone type="Alaska_Hawaii">
       
  1639 				<short>
       
  1640 					<standard>AHST</standard>
       
  1641 					<daylight>AHDT</daylight>
       
  1642 				</short>
       
  1643 			</metazone>
       
  1644 			<metazone type="Almaty">
       
  1645 				<short>
       
  1646 					<standard>ALMT</standard>
       
  1647 					<daylight>ALMST</daylight>
       
  1648 				</short>
       
  1649 			</metazone>
       
  1650 			<metazone type="Amazon">
       
  1651 				<short>
       
  1652 					<standard>AMT</standard>
       
  1653 					<daylight>AMST</daylight>
       
  1654 				</short>
       
  1655 			</metazone>
       
  1656 			<metazone type="America_Central">
       
  1657 				<short>
       
  1658 					<standard>CST</standard>
       
  1659 					<daylight>CDT</daylight>
       
  1660 				</short>
       
  1661 			</metazone>
       
  1662 			<metazone type="America_Eastern">
       
  1663 				<short>
       
  1664 					<standard>EST</standard>
       
  1665 					<daylight>EDT</daylight>
       
  1666 				</short>
       
  1667 			</metazone>
       
  1668 			<metazone type="America_Mountain">
       
  1669 				<short>
       
  1670 					<standard>MST</standard>
       
  1671 					<daylight>MDT</daylight>
       
  1672 				</short>
       
  1673 			</metazone>
       
  1674 			<metazone type="America_Pacific">
       
  1675 				<short>
       
  1676 					<standard>PST</standard>
       
  1677 					<daylight>PDT</daylight>
       
  1678 				</short>
       
  1679 			</metazone>
       
  1680 			<metazone type="Anadyr">
       
  1681 				<short>
       
  1682 					<standard>ANAT</standard>
       
  1683 					<daylight>ANAST</daylight>
       
  1684 				</short>
       
  1685 			</metazone>
       
  1686 			<metazone type="Aqtau">
       
  1687 				<short>
       
  1688 					<standard>AQTT (Aqtau)</standard>
       
  1689 					<daylight>AQTST (Aqtau)</daylight>
       
  1690 				</short>
       
  1691 			</metazone>
       
  1692 			<metazone type="Aqtobe">
       
  1693 				<short>
       
  1694 					<standard>AQTT (Aqtobe)</standard>
       
  1695 					<daylight>AQTST (Aqtobe)</daylight>
       
  1696 				</short>
       
  1697 			</metazone>
       
  1698 			<metazone type="Arabian">
       
  1699 				<short>
       
  1700 					<standard>AST (SA)</standard>
       
  1701 					<daylight>ADT (SA)</daylight>
       
  1702 				</short>
       
  1703 			</metazone>
       
  1704 			<metazone type="Argentina">
       
  1705 				<short>
       
  1706 					<standard>ART</standard>
       
  1707 					<daylight>ARST</daylight>
       
  1708 				</short>
       
  1709 			</metazone>
       
  1710 			<metazone type="Argentina_Western">
       
  1711 				<short>
       
  1712 					<standard>WART</standard>
       
  1713 				</short>
       
  1714 			</metazone>
       
  1715 			<metazone type="Armenia">
       
  1716 				<short>
       
  1717 					<standard>AMT (AM)</standard>
       
  1718 					<daylight>AMST (AM)</daylight>
       
  1719 				</short>
       
  1720 			</metazone>
       
  1721 			<metazone type="Ashkhabad">
       
  1722 				<short>
       
  1723 					<standard>ASHT</standard>
       
  1724 					<daylight>ASHST</daylight>
       
  1725 				</short>
       
  1726 			</metazone>
       
  1727 			<metazone type="Atlantic">
       
  1728 				<short>
       
  1729 					<standard>AST</standard>
       
  1730 					<daylight>ADT</daylight>
       
  1731 				</short>
       
  1732 			</metazone>
       
  1733 			<metazone type="Australia_Central">
       
  1734 				<short>
       
  1735 					<standard>ACST</standard>
       
  1736 					<daylight>ACDT</daylight>
       
  1737 				</short>
       
  1738 			</metazone>
       
  1739 			<metazone type="Australia_CentralWestern">
       
  1740 				<short>
       
  1741 					<standard>ACWST</standard>
       
  1742 					<daylight>ACWDT</daylight>
       
  1743 				</short>
       
  1744 			</metazone>
       
  1745 			<metazone type="Australia_Eastern">
       
  1746 				<short>
       
  1747 					<standard>AEST</standard>
       
  1748 					<daylight>AEDT</daylight>
       
  1749 				</short>
       
  1750 			</metazone>
       
  1751 			<metazone type="Australia_Western">
       
  1752 				<short>
       
  1753 					<standard>AWST</standard>
       
  1754 					<daylight>AWDT</daylight>
       
  1755 				</short>
       
  1756 			</metazone>
       
  1757 			<metazone type="Azerbaijan">
       
  1758 				<short>
       
  1759 					<standard>AZT</standard>
       
  1760 					<daylight>AZST</daylight>
       
  1761 				</short>
       
  1762 			</metazone>
       
  1763 			<metazone type="Azores">
       
  1764 				<short>
       
  1765 					<standard>AZOT</standard>
       
  1766 					<daylight>AZOST</daylight>
       
  1767 				</short>
       
  1768 			</metazone>
       
  1769 			<metazone type="Baku">
       
  1770 				<short>
       
  1771 					<standard>BAKT</standard>
       
  1772 					<daylight>BAKST</daylight>
       
  1773 				</short>
       
  1774 			</metazone>
       
  1775 			<metazone type="Bangladesh">
       
  1776 				<short>
       
  1777 					<standard>BDT</standard>
       
  1778 					<daylight>BDST</daylight>
       
  1779 				</short>
       
  1780 			</metazone>
       
  1781 			<metazone type="Bering">
       
  1782 				<short>
       
  1783 					<standard>BST (Bering)</standard>
       
  1784 					<daylight>BDT (Bering)</daylight>
       
  1785 				</short>
       
  1786 			</metazone>
       
  1787 			<metazone type="Bhutan">
       
  1788 				<short>
       
  1789 					<standard>BTT</standard>
       
  1790 				</short>
       
  1791 			</metazone>
       
  1792 			<metazone type="Bolivia">
       
  1793 				<short>
       
  1794 					<standard>BOT</standard>
       
  1795 				</short>
       
  1796 			</metazone>
       
  1797 			<metazone type="Borneo">
       
  1798 				<short>
       
  1799 					<standard>BORT</standard>
       
  1800 					<daylight>BORST</daylight>
       
  1801 				</short>
       
  1802 			</metazone>
       
  1803 			<metazone type="Brasilia">
       
  1804 				<short>
       
  1805 					<standard>BRT</standard>
       
  1806 					<daylight>BRST</daylight>
       
  1807 				</short>
       
  1808 			</metazone>
       
  1809 			<metazone type="Brunei">
       
  1810 				<short>
       
  1811 					<standard>BNT</standard>
       
  1812 				</short>
       
  1813 			</metazone>
       
  1814 			<metazone type="Cape_Verde">
       
  1815 				<short>
       
  1816 					<standard>CVT</standard>
       
  1817 					<daylight>CVST</daylight>
       
  1818 				</short>
       
  1819 			</metazone>
       
  1820 			<metazone type="Chamorro">
       
  1821 				<short>
       
  1822 					<standard>ChST</standard>
       
  1823 				</short>
       
  1824 			</metazone>
       
  1825 			<metazone type="Changbai">
       
  1826 				<short>
       
  1827 					<standard>CHAT</standard>
       
  1828 				</short>
       
  1829 			</metazone>
       
  1830 			<metazone type="Chatham">
       
  1831 				<short>
       
  1832 					<standard>CHAST</standard>
       
  1833 					<daylight>CHADT</daylight>
       
  1834 				</short>
       
  1835 			</metazone>
       
  1836 			<metazone type="Chile">
       
  1837 				<short>
       
  1838 					<standard>CLT</standard>
       
  1839 					<daylight>CLST</daylight>
       
  1840 				</short>
       
  1841 			</metazone>
       
  1842 			<metazone type="China">
       
  1843 				<short>
       
  1844 					<standard>CST (CN)</standard>
       
  1845 					<daylight>CDT (CN)</daylight>
       
  1846 				</short>
       
  1847 			</metazone>
       
  1848 			<metazone type="Choibalsan">
       
  1849 				<short>
       
  1850 					<standard>CHOT</standard>
       
  1851 					<daylight>CHOST</daylight>
       
  1852 				</short>
       
  1853 			</metazone>
       
  1854 			<metazone type="Christmas">
       
  1855 				<short>
       
  1856 					<standard>CXT</standard>
       
  1857 				</short>
       
  1858 			</metazone>
       
  1859 			<metazone type="Cocos">
       
  1860 				<short>
       
  1861 					<standard>CCT</standard>
       
  1862 				</short>
       
  1863 			</metazone>
       
  1864 			<metazone type="Colombia">
       
  1865 				<short>
       
  1866 					<standard>COT</standard>
       
  1867 					<daylight>COST</daylight>
       
  1868 				</short>
       
  1869 			</metazone>
       
  1870 			<metazone type="Cook">
       
  1871 				<short>
       
  1872 					<standard>CKT</standard>
       
  1873 					<daylight>CKHST</daylight>
       
  1874 				</short>
       
  1875 			</metazone>
       
  1876 			<metazone type="Cuba">
       
  1877 				<short>
       
  1878 					<standard>CST (CU)</standard>
       
  1879 					<daylight>CDT (CU)</daylight>
       
  1880 				</short>
       
  1881 			</metazone>
       
  1882 			<metazone type="Dacca">
       
  1883 				<short>
       
  1884 					<standard>DACT</standard>
       
  1885 				</short>
       
  1886 			</metazone>
       
  1887 			<metazone type="Davis">
       
  1888 				<short>
       
  1889 					<standard>DAVT</standard>
       
  1890 				</short>
       
  1891 			</metazone>
       
  1892 			<metazone type="DumontDUrville">
       
  1893 				<short>
       
  1894 					<standard>DDUT</standard>
       
  1895 				</short>
       
  1896 			</metazone>
       
  1897 			<metazone type="Dushanbe">
       
  1898 				<short>
       
  1899 					<standard>DUST</standard>
       
  1900 					<daylight>DUSST</daylight>
       
  1901 				</short>
       
  1902 			</metazone>
       
  1903 			<metazone type="Dutch_Guiana">
       
  1904 				<short>
       
  1905 					<standard>NEGT</standard>
       
  1906 				</short>
       
  1907 			</metazone>
       
  1908 			<metazone type="East_Timor">
       
  1909 				<short>
       
  1910 					<standard>TLT</standard>
       
  1911 				</short>
       
  1912 			</metazone>
       
  1913 			<metazone type="Easter">
       
  1914 				<short>
       
  1915 					<standard>EAST</standard>
       
  1916 					<daylight>EASST</daylight>
       
  1917 				</short>
       
  1918 			</metazone>
       
  1919 			<metazone type="Ecuador">
       
  1920 				<short>
       
  1921 					<standard>ECT</standard>
       
  1922 				</short>
       
  1923 			</metazone>
       
  1924 			<metazone type="Europe_Central">
       
  1925 				<short>
       
  1926 					<standard>CET</standard>
       
  1927 					<daylight>CEST</daylight>
       
  1928 				</short>
       
  1929 			</metazone>
       
  1930 			<metazone type="Europe_Eastern">
       
  1931 				<short>
       
  1932 					<standard>EET</standard>
       
  1933 					<daylight>EEST</daylight>
       
  1934 				</short>
       
  1935 			</metazone>
       
  1936 			<metazone type="Europe_Western">
       
  1937 				<short>
       
  1938 					<standard>WET</standard>
       
  1939 					<daylight>WEST</daylight>
       
  1940 				</short>
       
  1941 			</metazone>
       
  1942 			<metazone type="Falkland">
       
  1943 				<short>
       
  1944 					<standard>FKT</standard>
       
  1945 					<daylight>FKST</daylight>
       
  1946 				</short>
       
  1947 			</metazone>
       
  1948 			<metazone type="Fiji">
       
  1949 				<short>
       
  1950 					<standard>FJT</standard>
       
  1951 					<daylight>FJST</daylight>
       
  1952 				</short>
       
  1953 			</metazone>
       
  1954 			<metazone type="French_Guiana">
       
  1955 				<short>
       
  1956 					<standard>GFT</standard>
       
  1957 				</short>
       
  1958 			</metazone>
       
  1959 			<metazone type="French_Southern">
       
  1960 				<short>
       
  1961 					<standard>TFT</standard>
       
  1962 				</short>
       
  1963 			</metazone>
       
  1964 			<metazone type="Frunze">
       
  1965 				<short>
       
  1966 					<standard>FRUT</standard>
       
  1967 					<daylight>FRUST</daylight>
       
  1968 				</short>
       
  1969 			</metazone>
       
  1970 			<metazone type="Galapagos">
       
  1971 				<short>
       
  1972 					<standard>GALT</standard>
       
  1973 				</short>
       
  1974 			</metazone>
       
  1975 			<metazone type="Gambier">
       
  1976 				<short>
       
  1977 					<standard>GAMT</standard>
       
  1978 				</short>
       
  1979 			</metazone>
       
  1980 			<metazone type="Georgia">
       
  1981 				<short>
       
  1982 					<standard>GET</standard>
       
  1983 					<daylight>GEST</daylight>
       
  1984 				</short>
       
  1985 			</metazone>
       
  1986 			<metazone type="Gilbert_Islands">
       
  1987 				<short>
       
  1988 					<standard>GILT</standard>
       
  1989 				</short>
       
  1990 			</metazone>
       
  1991 			<metazone type="GMT">
       
  1992 				<short>
       
  1993 					<standard>GMT</standard>
       
  1994 				</short>
       
  1995 			</metazone>
       
  1996 			<metazone type="Greenland_Central">
       
  1997 				<short>
       
  1998 					<standard>CGT</standard>
       
  1999 					<daylight>CGST</daylight>
       
  2000 				</short>
       
  2001 			</metazone>
       
  2002 			<metazone type="Greenland_Eastern">
       
  2003 				<short>
       
  2004 					<standard>EGT</standard>
       
  2005 					<daylight>EGST</daylight>
       
  2006 				</short>
       
  2007 			</metazone>
       
  2008 			<metazone type="Greenland_Western">
       
  2009 				<short>
       
  2010 					<standard>WGT</standard>
       
  2011 					<daylight>WGST</daylight>
       
  2012 				</short>
       
  2013 			</metazone>
       
  2014 			<metazone type="Guam">
       
  2015 				<short>
       
  2016 					<standard>GST (GU)</standard>
       
  2017 				</short>
       
  2018 			</metazone>
       
  2019 			<metazone type="Gulf">
       
  2020 				<short>
       
  2021 					<standard>GST</standard>
       
  2022 				</short>
       
  2023 			</metazone>
       
  2024 			<metazone type="Guyana">
       
  2025 				<short>
       
  2026 					<standard>GYT</standard>
       
  2027 				</short>
       
  2028 			</metazone>
       
  2029 			<metazone type="Hawaii_Aleutian">
       
  2030 				<short>
       
  2031 					<standard>HST</standard>
       
  2032 				</short>
       
  2033 			</metazone>
       
  2034 			<metazone type="Hong_Kong">
       
  2035 				<short>
       
  2036 					<standard>HKT</standard>
       
  2037 					<daylight>HKST</daylight>
       
  2038 				</short>
       
  2039 			</metazone>
       
  2040 			<metazone type="Hovd">
       
  2041 				<short>
       
  2042 					<standard>HOVT</standard>
       
  2043 					<daylight>HOVST</daylight>
       
  2044 				</short>
       
  2045 			</metazone>
       
  2046 			<metazone type="India">
       
  2047 				<short>
       
  2048 					<standard>IST</standard>
       
  2049 				</short>
       
  2050 			</metazone>
       
  2051 			<metazone type="Indian_Ocean">
       
  2052 				<short>
       
  2053 					<standard>IOT</standard>
       
  2054 				</short>
       
  2055 			</metazone>
       
  2056 			<metazone type="Indochina">
       
  2057 				<short>
       
  2058 					<standard>ICT</standard>
       
  2059 				</short>
       
  2060 			</metazone>
       
  2061 			<metazone type="Indonesia_Central">
       
  2062 				<short>
       
  2063 					<standard>CIT</standard>
       
  2064 				</short>
       
  2065 			</metazone>
       
  2066 			<metazone type="Indonesia_Eastern">
       
  2067 				<short>
       
  2068 					<standard>EIT</standard>
       
  2069 				</short>
       
  2070 			</metazone>
       
  2071 			<metazone type="Indonesia_Western">
       
  2072 				<short>
       
  2073 					<standard>WIT</standard>
       
  2074 				</short>
       
  2075 			</metazone>
       
  2076 			<metazone type="Iran">
       
  2077 				<short>
       
  2078 					<standard>IRST</standard>
       
  2079 					<daylight>IRDT</daylight>
       
  2080 				</short>
       
  2081 			</metazone>
       
  2082 			<metazone type="Irkutsk">
       
  2083 				<short>
       
  2084 					<standard>IRKT</standard>
       
  2085 					<daylight>IRKST</daylight>
       
  2086 				</short>
       
  2087 			</metazone>
       
  2088 			<metazone type="Israel">
       
  2089 				<short>
       
  2090 					<standard>IST (IL)</standard>
       
  2091 					<daylight>IDT</daylight>
       
  2092 				</short>
       
  2093 			</metazone>
       
  2094 			<metazone type="Japan">
       
  2095 				<short>
       
  2096 					<standard>JST</standard>
       
  2097 					<daylight>JDT</daylight>
       
  2098 				</short>
       
  2099 			</metazone>
       
  2100 			<metazone type="Kamchatka">
       
  2101 				<short>
       
  2102 					<standard>PETT</standard>
       
  2103 					<daylight>PETST</daylight>
       
  2104 				</short>
       
  2105 			</metazone>
       
  2106 			<metazone type="Karachi">
       
  2107 				<short>
       
  2108 					<standard>KART</standard>
       
  2109 				</short>
       
  2110 			</metazone>
       
  2111 			<metazone type="Kashgar">
       
  2112 				<short>
       
  2113 					<standard>KAST</standard>
       
  2114 				</short>
       
  2115 			</metazone>
       
  2116 			<metazone type="Kazakhstan_Eastern">
       
  2117 				<short>
       
  2118 					<standard>EKST</standard>
       
  2119 				</short>
       
  2120 			</metazone>
       
  2121 			<metazone type="Kazakhstan_Western">
       
  2122 				<short>
       
  2123 					<standard>WKST</standard>
       
  2124 				</short>
       
  2125 			</metazone>
       
  2126 			<metazone type="Kizilorda">
       
  2127 				<short>
       
  2128 					<standard>KIZT</standard>
       
  2129 					<daylight>KIZST</daylight>
       
  2130 				</short>
       
  2131 			</metazone>
       
  2132 			<metazone type="Korea">
       
  2133 				<short>
       
  2134 					<standard>KST</standard>
       
  2135 					<daylight>KDT</daylight>
       
  2136 				</short>
       
  2137 			</metazone>
       
  2138 			<metazone type="Kosrae">
       
  2139 				<short>
       
  2140 					<standard>KOST</standard>
       
  2141 				</short>
       
  2142 			</metazone>
       
  2143 			<metazone type="Krasnoyarsk">
       
  2144 				<short>
       
  2145 					<standard>KRAT</standard>
       
  2146 					<daylight>KRAST</daylight>
       
  2147 				</short>
       
  2148 			</metazone>
       
  2149 			<metazone type="Kuybyshev">
       
  2150 				<short>
       
  2151 					<standard>KUYT</standard>
       
  2152 					<daylight>KUYST</daylight>
       
  2153 				</short>
       
  2154 			</metazone>
       
  2155 			<metazone type="Kwajalein">
       
  2156 				<short>
       
  2157 					<standard>KWAT</standard>
       
  2158 				</short>
       
  2159 			</metazone>
       
  2160 			<metazone type="Kyrgystan">
       
  2161 				<short>
       
  2162 					<standard>KGT</standard>
       
  2163 				</short>
       
  2164 			</metazone>
       
  2165 			<metazone type="Lanka">
       
  2166 				<short>
       
  2167 					<standard>LKT</standard>
       
  2168 				</short>
       
  2169 			</metazone>
       
  2170 			<metazone type="Line_Islands">
       
  2171 				<short>
       
  2172 					<standard>LINT</standard>
       
  2173 				</short>
       
  2174 			</metazone>
       
  2175 			<metazone type="Long_Shu">
       
  2176 				<short>
       
  2177 					<standard>LONT</standard>
       
  2178 				</short>
       
  2179 			</metazone>
       
  2180 			<metazone type="Lord_Howe">
       
  2181 				<short>
       
  2182 					<standard>LHST</standard>
       
  2183 					<daylight>LHDT</daylight>
       
  2184 				</short>
       
  2185 			</metazone>
       
  2186 			<metazone type="Macau">
       
  2187 				<short>
       
  2188 					<standard>MOT</standard>
       
  2189 					<daylight>MOST</daylight>
       
  2190 				</short>
       
  2191 			</metazone>
       
  2192 			<metazone type="Magadan">
       
  2193 				<short>
       
  2194 					<standard>MAGT</standard>
       
  2195 					<daylight>MAGST</daylight>
       
  2196 				</short>
       
  2197 			</metazone>
       
  2198 			<metazone type="Malaya">
       
  2199 				<short>
       
  2200 					<standard>MALT</standard>
       
  2201 				</short>
       
  2202 			</metazone>
       
  2203 			<metazone type="Malaysia">
       
  2204 				<short>
       
  2205 					<standard>MYT</standard>
       
  2206 				</short>
       
  2207 			</metazone>
       
  2208 			<metazone type="Maldives">
       
  2209 				<short>
       
  2210 					<standard>MVT</standard>
       
  2211 				</short>
       
  2212 			</metazone>
       
  2213 			<metazone type="Marquesas">
       
  2214 				<short>
       
  2215 					<standard>MART</standard>
       
  2216 				</short>
       
  2217 			</metazone>
       
  2218 			<metazone type="Marshall_Islands">
       
  2219 				<short>
       
  2220 					<standard>MHT</standard>
       
  2221 				</short>
       
  2222 			</metazone>
       
  2223 			<metazone type="Mauritius">
       
  2224 				<short>
       
  2225 					<standard>MUT</standard>
       
  2226 					<daylight>MUST</daylight>
       
  2227 				</short>
       
  2228 			</metazone>
       
  2229 			<metazone type="Mawson">
       
  2230 				<short>
       
  2231 					<standard>MAWT</standard>
       
  2232 				</short>
       
  2233 			</metazone>
       
  2234 			<metazone type="Mongolia">
       
  2235 				<short>
       
  2236 					<standard>ULAT</standard>
       
  2237 					<daylight>ULAST</daylight>
       
  2238 				</short>
       
  2239 			</metazone>
       
  2240 			<metazone type="Moscow">
       
  2241 				<short>
       
  2242 					<standard>MSK</standard>
       
  2243 					<daylight>MSKS</daylight>
       
  2244 				</short>
       
  2245 			</metazone>
       
  2246 			<metazone type="Myanmar">
       
  2247 				<short>
       
  2248 					<standard>MMT</standard>
       
  2249 				</short>
       
  2250 			</metazone>
       
  2251 			<metazone type="Nauru">
       
  2252 				<short>
       
  2253 					<standard>NRT</standard>
       
  2254 				</short>
       
  2255 			</metazone>
       
  2256 			<metazone type="Nepal">
       
  2257 				<short>
       
  2258 					<standard>NPT</standard>
       
  2259 				</short>
       
  2260 			</metazone>
       
  2261 			<metazone type="New_Caledonia">
       
  2262 				<short>
       
  2263 					<standard>NCT</standard>
       
  2264 					<daylight>NCST</daylight>
       
  2265 				</short>
       
  2266 			</metazone>
       
  2267 			<metazone type="New_Zealand">
       
  2268 				<short>
       
  2269 					<standard>NZST</standard>
       
  2270 					<daylight>NZDT</daylight>
       
  2271 				</short>
       
  2272 			</metazone>
       
  2273 			<metazone type="Newfoundland">
       
  2274 				<short>
       
  2275 					<standard>NST</standard>
       
  2276 					<daylight>NDT</daylight>
       
  2277 				</short>
       
  2278 			</metazone>
       
  2279 			<metazone type="Niue">
       
  2280 				<short>
       
  2281 					<standard>NUT</standard>
       
  2282 				</short>
       
  2283 			</metazone>
       
  2284 			<metazone type="Norfolk">
       
  2285 				<short>
       
  2286 					<standard>NFT</standard>
       
  2287 				</short>
       
  2288 			</metazone>
       
  2289 			<metazone type="Noronha">
       
  2290 				<short>
       
  2291 					<standard>FNT</standard>
       
  2292 					<daylight>FNST</daylight>
       
  2293 				</short>
       
  2294 			</metazone>
       
  2295 			<metazone type="North_Mariana">
       
  2296 				<short>
       
  2297 					<standard>MPT</standard>
       
  2298 				</short>
       
  2299 			</metazone>
       
  2300 			<metazone type="Novosibirsk">
       
  2301 				<short>
       
  2302 					<standard>NOVT</standard>
       
  2303 					<daylight>NOVST</daylight>
       
  2304 				</short>
       
  2305 			</metazone>
       
  2306 			<metazone type="Omsk">
       
  2307 				<short>
       
  2308 					<standard>OMST</standard>
       
  2309 					<daylight>OMSST</daylight>
       
  2310 				</short>
       
  2311 			</metazone>
       
  2312 			<metazone type="Pakistan">
       
  2313 				<short>
       
  2314 					<standard>PKT</standard>
       
  2315 					<daylight>PKST</daylight>
       
  2316 				</short>
       
  2317 			</metazone>
       
  2318 			<metazone type="Palau">
       
  2319 				<short>
       
  2320 					<standard>PWT</standard>
       
  2321 				</short>
       
  2322 			</metazone>
       
  2323 			<metazone type="Papua_New_Guinea">
       
  2324 				<short>
       
  2325 					<standard>PGT</standard>
       
  2326 				</short>
       
  2327 			</metazone>
       
  2328 			<metazone type="Paraguay">
       
  2329 				<short>
       
  2330 					<standard>PYT</standard>
       
  2331 					<daylight>PYST</daylight>
       
  2332 				</short>
       
  2333 			</metazone>
       
  2334 			<metazone type="Peru">
       
  2335 				<short>
       
  2336 					<standard>PET</standard>
       
  2337 					<daylight>PEST</daylight>
       
  2338 				</short>
       
  2339 			</metazone>
       
  2340 			<metazone type="Philippines">
       
  2341 				<short>
       
  2342 					<standard>PHT</standard>
       
  2343 					<daylight>PHST</daylight>
       
  2344 				</short>
       
  2345 			</metazone>
       
  2346 			<metazone type="Phoenix_Islands">
       
  2347 				<short>
       
  2348 					<standard>PHOT</standard>
       
  2349 				</short>
       
  2350 			</metazone>
       
  2351 			<metazone type="Pierre_Miquelon">
       
  2352 				<short>
       
  2353 					<standard>PMST</standard>
       
  2354 					<daylight>PMDT</daylight>
       
  2355 				</short>
       
  2356 			</metazone>
       
  2357 			<metazone type="Pitcairn">
       
  2358 				<short>
       
  2359 					<standard>PNT</standard>
       
  2360 				</short>
       
  2361 			</metazone>
       
  2362 			<metazone type="Ponape">
       
  2363 				<short>
       
  2364 					<standard>PONT</standard>
       
  2365 				</short>
       
  2366 			</metazone>
       
  2367 			<metazone type="Qyzylorda">
       
  2368 				<short>
       
  2369 					<standard>QYZT</standard>
       
  2370 					<daylight>QYZST</daylight>
       
  2371 				</short>
       
  2372 			</metazone>
       
  2373 			<metazone type="Reunion">
       
  2374 				<short>
       
  2375 					<standard>RET</standard>
       
  2376 				</short>
       
  2377 			</metazone>
       
  2378 			<metazone type="Rothera">
       
  2379 				<short>
       
  2380 					<standard>ROTT</standard>
       
  2381 				</short>
       
  2382 			</metazone>
       
  2383 			<metazone type="Sakhalin">
       
  2384 				<short>
       
  2385 					<standard>SAKT</standard>
       
  2386 					<daylight>SAKST</daylight>
       
  2387 				</short>
       
  2388 			</metazone>
       
  2389 			<metazone type="Samara">
       
  2390 				<short>
       
  2391 					<standard>SAMT</standard>
       
  2392 					<daylight>SAMST</daylight>
       
  2393 				</short>
       
  2394 			</metazone>
       
  2395 			<metazone type="Samarkand">
       
  2396 				<short>
       
  2397 					<standard>SAMT (Samarkand)</standard>
       
  2398 					<daylight>SAMST (Samarkand)</daylight>
       
  2399 				</short>
       
  2400 			</metazone>
       
  2401 			<metazone type="Samoa">
       
  2402 				<short>
       
  2403 					<standard>SST</standard>
       
  2404 				</short>
       
  2405 			</metazone>
       
  2406 			<metazone type="Seychelles">
       
  2407 				<short>
       
  2408 					<standard>SCT</standard>
       
  2409 				</short>
       
  2410 			</metazone>
       
  2411 			<metazone type="Shevchenko">
       
  2412 				<short>
       
  2413 					<standard>SHET</standard>
       
  2414 					<daylight>SHEST</daylight>
       
  2415 				</short>
       
  2416 			</metazone>
       
  2417 			<metazone type="Singapore">
       
  2418 				<short>
       
  2419 					<standard>SGT</standard>
       
  2420 				</short>
       
  2421 			</metazone>
       
  2422 			<metazone type="Solomon">
       
  2423 				<short>
       
  2424 					<standard>SBT</standard>
       
  2425 				</short>
       
  2426 			</metazone>
       
  2427 			<metazone type="South_Georgia">
       
  2428 				<short>
       
  2429 					<standard>GST (GS)</standard>
       
  2430 				</short>
       
  2431 			</metazone>
       
  2432 			<metazone type="Suriname">
       
  2433 				<short>
       
  2434 					<standard>SRT</standard>
       
  2435 				</short>
       
  2436 			</metazone>
       
  2437 			<metazone type="Sverdlovsk">
       
  2438 				<short>
       
  2439 					<standard>SVET</standard>
       
  2440 					<daylight>SVEST</daylight>
       
  2441 				</short>
       
  2442 			</metazone>
       
  2443 			<metazone type="Syowa">
       
  2444 				<short>
       
  2445 					<standard>SYOT</standard>
       
  2446 				</short>
       
  2447 			</metazone>
       
  2448 			<metazone type="Tahiti">
       
  2449 				<short>
       
  2450 					<standard>TAHT</standard>
       
  2451 				</short>
       
  2452 			</metazone>
       
  2453 			<metazone type="Taipei">
       
  2454 				<short>
       
  2455 					<standard>CST (TW)</standard>
       
  2456 					<daylight>CDT (TW)</daylight>
       
  2457 				</short>
       
  2458 			</metazone>
       
  2459 			<metazone type="Tajikistan">
       
  2460 				<short>
       
  2461 					<standard>TJT</standard>
       
  2462 				</short>
       
  2463 			</metazone>
       
  2464 			<metazone type="Tashkent">
       
  2465 				<short>
       
  2466 					<standard>TAST</standard>
       
  2467 					<daylight>TASST</daylight>
       
  2468 				</short>
       
  2469 			</metazone>
       
  2470 			<metazone type="Tbilisi">
       
  2471 				<short>
       
  2472 					<standard>TBIT</standard>
       
  2473 					<daylight>TBIST</daylight>
       
  2474 				</short>
       
  2475 			</metazone>
       
  2476 			<metazone type="Tokelau">
       
  2477 				<short>
       
  2478 					<standard>TKT</standard>
       
  2479 				</short>
       
  2480 			</metazone>
       
  2481 			<metazone type="Tonga">
       
  2482 				<short>
       
  2483 					<standard>TOT</standard>
       
  2484 					<daylight>TOST</daylight>
       
  2485 				</short>
       
  2486 			</metazone>
       
  2487 			<metazone type="Truk">
       
  2488 				<short>
       
  2489 					<standard>TRUT</standard>
       
  2490 				</short>
       
  2491 			</metazone>
       
  2492 			<metazone type="Turkey">
       
  2493 				<short>
       
  2494 					<standard>TRT</standard>
       
  2495 					<daylight>TRST</daylight>
       
  2496 				</short>
       
  2497 			</metazone>
       
  2498 			<metazone type="Turkmenistan">
       
  2499 				<short>
       
  2500 					<standard>TMT</standard>
       
  2501 					<daylight>TMST</daylight>
       
  2502 				</short>
       
  2503 			</metazone>
       
  2504 			<metazone type="Tuvalu">
       
  2505 				<short>
       
  2506 					<standard>TVT</standard>
       
  2507 				</short>
       
  2508 			</metazone>
       
  2509 			<metazone type="Uralsk">
       
  2510 				<short>
       
  2511 					<standard>URAT</standard>
       
  2512 					<daylight>URAST</daylight>
       
  2513 				</short>
       
  2514 			</metazone>
       
  2515 			<metazone type="Uruguay">
       
  2516 				<short>
       
  2517 					<standard>UYT</standard>
       
  2518 					<daylight>UYST</daylight>
       
  2519 				</short>
       
  2520 			</metazone>
       
  2521 			<metazone type="Urumqi">
       
  2522 				<short>
       
  2523 					<standard>URUT</standard>
       
  2524 				</short>
       
  2525 			</metazone>
       
  2526 			<metazone type="Uzbekistan">
       
  2527 				<short>
       
  2528 					<standard>UZT</standard>
       
  2529 					<daylight>UZST</daylight>
       
  2530 				</short>
       
  2531 			</metazone>
       
  2532 			<metazone type="Vanuatu">
       
  2533 				<short>
       
  2534 					<standard>VUT</standard>
       
  2535 					<daylight>VUST</daylight>
       
  2536 				</short>
       
  2537 			</metazone>
       
  2538 			<metazone type="Venezuela">
       
  2539 				<short>
       
  2540 					<standard>VET</standard>
       
  2541 				</short>
       
  2542 			</metazone>
       
  2543 			<metazone type="Vladivostok">
       
  2544 				<short>
       
  2545 					<standard>VLAT</standard>
       
  2546 					<daylight>VLAST</daylight>
       
  2547 				</short>
       
  2548 			</metazone>
       
  2549 			<metazone type="Volgograd">
       
  2550 				<short>
       
  2551 					<standard>VOLT</standard>
       
  2552 					<daylight>VOLST</daylight>
       
  2553 				</short>
       
  2554 			</metazone>
       
  2555 			<metazone type="Vostok">
       
  2556 				<short>
       
  2557 					<standard>VOST</standard>
       
  2558 				</short>
       
  2559 			</metazone>
       
  2560 			<metazone type="Wake">
       
  2561 				<short>
       
  2562 					<standard>WAKT</standard>
       
  2563 				</short>
       
  2564 			</metazone>
       
  2565 			<metazone type="Wallis">
       
  2566 				<short>
       
  2567 					<standard>WFT</standard>
       
  2568 				</short>
       
  2569 			</metazone>
       
  2570 			<metazone type="Yakutsk">
       
  2571 				<short>
       
  2572 					<standard>YAKT</standard>
       
  2573 					<daylight>YAKST</daylight>
       
  2574 				</short>
       
  2575 			</metazone>
       
  2576 			<metazone type="Yekaterinburg">
       
  2577 				<short>
       
  2578 					<standard>YEKT</standard>
       
  2579 					<daylight>YEKST</daylight>
       
  2580 				</short>
       
  2581 			</metazone>
       
  2582 			<metazone type="Yerevan">
       
  2583 				<short>
       
  2584 					<standard>YERT</standard>
       
  2585 					<daylight>YERST</daylight>
       
  2586 				</short>
       
  2587 			</metazone>
       
  2588 			<metazone type="Yukon">
       
  2589 				<short>
       
  2590 					<standard>YST</standard>
       
  2591 					<daylight>YDT</daylight>
       
  2592 				</short>
       
  2593 			</metazone>
       
  2594 		</timeZoneNames>
       
  2595 	</dates>
       
  2596 	<numbers>
       
  2597 		<defaultNumberingSystem>latn</defaultNumberingSystem>
       
  2598 		<symbols>
       
  2599 			<decimal>.</decimal>
       
  2600 			<group>,</group>
       
  2601 			<list>;</list>
       
  2602 			<percentSign>%</percentSign>
       
  2603 			<nativeZeroDigit>0</nativeZeroDigit>
       
  2604 			<patternDigit>#</patternDigit>
       
  2605 			<plusSign>+</plusSign>
       
  2606 			<minusSign>-</minusSign>
       
  2607 			<exponential>E</exponential>
       
  2608 			<perMille>‰</perMille>
       
  2609 			<infinity>∞</infinity>
       
  2610 			<nan>NaN</nan>
       
  2611 		</symbols>
       
  2612 		<decimalFormats>
       
  2613 			<decimalFormatLength>
       
  2614 				<decimalFormat>
       
  2615 					<pattern>#,##0.###</pattern>
       
  2616 				</decimalFormat>
       
  2617 			</decimalFormatLength>
       
  2618 		</decimalFormats>
       
  2619 		<scientificFormats>
       
  2620 			<scientificFormatLength>
       
  2621 				<scientificFormat>
       
  2622 					<pattern>#E0</pattern>
       
  2623 				</scientificFormat>
       
  2624 			</scientificFormatLength>
       
  2625 		</scientificFormats>
       
  2626 		<percentFormats>
       
  2627 			<percentFormatLength>
       
  2628 				<percentFormat>
       
  2629 					<pattern>#,##0%</pattern>
       
  2630 				</percentFormat>
       
  2631 			</percentFormatLength>
       
  2632 		</percentFormats>
       
  2633 		<currencyFormats>
       
  2634 			<currencySpacing>
       
  2635 				<beforeCurrency>
       
  2636 					<currencyMatch>[:letter:]</currencyMatch>
       
  2637 					<surroundingMatch>[:digit:]</surroundingMatch>
       
  2638 					<insertBetween> </insertBetween>
       
  2639 				</beforeCurrency>
       
  2640 				<afterCurrency>
       
  2641 					<currencyMatch>[:letter:]</currencyMatch>
       
  2642 					<surroundingMatch>[:digit:]</surroundingMatch>
       
  2643 					<insertBetween> </insertBetween>
       
  2644 				</afterCurrency>
       
  2645 			</currencySpacing>
       
  2646 			<currencyFormatLength>
       
  2647 				<currencyFormat>
       
  2648 					<pattern>¤ #,##0.00</pattern>
       
  2649 				</currencyFormat>
       
  2650 			</currencyFormatLength>
       
  2651 			<unitPattern count="other">{0} {1}</unitPattern>
       
  2652 		</currencyFormats>
       
  2653 		<currencies>
       
  2654 			<currency type="AFN">
       
  2655 				<symbol>Af</symbol>
       
  2656 			</currency>
       
  2657 			<currency type="ANG">
       
  2658 				<symbol>NAf.</symbol>
       
  2659 			</currency>
       
  2660 			<currency type="AOA">
       
  2661 				<symbol>Kz</symbol>
       
  2662 			</currency>
       
  2663 			<currency type="ARA">
       
  2664 				<symbol>₳</symbol>
       
  2665 			</currency>
       
  2666 			<currency type="ARL">
       
  2667 				<symbol>$L</symbol>
       
  2668 			</currency>
       
  2669 			<currency type="ARM">
       
  2670 				<symbol>m$n</symbol>
       
  2671 			</currency>
       
  2672 			<currency type="ARS">
       
  2673 				<symbol>AR$</symbol>
       
  2674 			</currency>
       
  2675 			<currency type="AUD">
       
  2676 				<symbol>AU$</symbol>
       
  2677 			</currency>
       
  2678 			<currency type="AWG">
       
  2679 				<symbol>Afl.</symbol>
       
  2680 			</currency>
       
  2681 			<currency type="AZN">
       
  2682 				<symbol>man.</symbol>
       
  2683 			</currency>
       
  2684 			<currency type="BAM">
       
  2685 				<symbol>KM</symbol>
       
  2686 			</currency>
       
  2687 			<currency type="BBD">
       
  2688 				<symbol>Bds$</symbol>
       
  2689 			</currency>
       
  2690 			<currency type="BDT">
       
  2691 				<symbol>Tk</symbol>
       
  2692 			</currency>
       
  2693 			<currency type="BEF">
       
  2694 				<symbol>BF</symbol>
       
  2695 			</currency>
       
  2696 			<currency type="BHD">
       
  2697 				<symbol>BD</symbol>
       
  2698 			</currency>
       
  2699 			<currency type="BIF">
       
  2700 				<symbol>FBu</symbol>
       
  2701 			</currency>
       
  2702 			<currency type="BMD">
       
  2703 				<symbol>BD$</symbol>
       
  2704 			</currency>
       
  2705 			<currency type="BND">
       
  2706 				<symbol>BN$</symbol>
       
  2707 			</currency>
       
  2708 			<currency type="BOB">
       
  2709 				<symbol>Bs</symbol>
       
  2710 			</currency>
       
  2711 			<currency type="BOP">
       
  2712 				<symbol>$b.</symbol>
       
  2713 			</currency>
       
  2714 			<currency type="BRL">
       
  2715 				<symbol>R$</symbol>
       
  2716 			</currency>
       
  2717 			<currency type="BSD">
       
  2718 				<symbol>BS$</symbol>
       
  2719 			</currency>
       
  2720 			<currency type="BTN">
       
  2721 				<symbol>Nu.</symbol>
       
  2722 			</currency>
       
  2723 			<currency type="BWP">
       
  2724 				<symbol>BWP</symbol>
       
  2725 			</currency>
       
  2726 			<currency type="BZD">
       
  2727 				<symbol>BZ$</symbol>
       
  2728 			</currency>
       
  2729 			<currency type="CAD">
       
  2730 				<symbol>CA$</symbol>
       
  2731 			</currency>
       
  2732 			<currency type="CDF">
       
  2733 				<symbol>CDF</symbol>
       
  2734 			</currency>
       
  2735 			<currency type="CHF">
       
  2736 				<symbol>Fr.</symbol>
       
  2737 			</currency>
       
  2738 			<currency type="CLE">
       
  2739 				<symbol>Eº</symbol>
       
  2740 			</currency>
       
  2741 			<currency type="CLP">
       
  2742 				<symbol>CL$</symbol>
       
  2743 			</currency>
       
  2744 			<currency type="CNY">
       
  2745 				<symbol>CN¥</symbol>
       
  2746 			</currency>
       
  2747 			<currency type="COP">
       
  2748 				<symbol>CO$</symbol>
       
  2749 			</currency>
       
  2750 			<currency type="CRC">
       
  2751 				<symbol>₡</symbol>
       
  2752 			</currency>
       
  2753 			<currency type="CUC">
       
  2754 				<symbol>CUC$</symbol>
       
  2755 			</currency>
       
  2756 			<currency type="CUP">
       
  2757 				<symbol>CU$</symbol>
       
  2758 			</currency>
       
  2759 			<currency type="CVE">
       
  2760 				<symbol>CV$</symbol>
       
  2761 			</currency>
       
  2762 			<currency type="CYP">
       
  2763 				<symbol>CY£</symbol>
       
  2764 			</currency>
       
  2765 			<currency type="CZK">
       
  2766 				<symbol>Kč</symbol>
       
  2767 			</currency>
       
  2768 			<currency type="DEM">
       
  2769 				<symbol>DM</symbol>
       
  2770 			</currency>
       
  2771 			<currency type="DJF">
       
  2772 				<symbol>Fdj</symbol>
       
  2773 			</currency>
       
  2774 			<currency type="DKK">
       
  2775 				<symbol>Dkr</symbol>
       
  2776 			</currency>
       
  2777 			<currency type="DOP">
       
  2778 				<symbol>RD$</symbol>
       
  2779 			</currency>
       
  2780 			<currency type="DZD">
       
  2781 				<symbol>DA</symbol>
       
  2782 			</currency>
       
  2783 			<currency type="EEK">
       
  2784 				<symbol>Ekr</symbol>
       
  2785 			</currency>
       
  2786 			<currency type="EGP">
       
  2787 				<symbol>EG£</symbol>
       
  2788 			</currency>
       
  2789 			<currency type="ERN">
       
  2790 				<symbol>Nfk</symbol>
       
  2791 			</currency>
       
  2792 			<currency type="ESP">
       
  2793 				<symbol>Pts</symbol>
       
  2794 			</currency>
       
  2795 			<currency type="ETB">
       
  2796 				<symbol>Br</symbol>
       
  2797 			</currency>
       
  2798 			<currency type="EUR">
       
  2799 				<symbol>€</symbol>
       
  2800 			</currency>
       
  2801 			<currency type="FIM">
       
  2802 				<symbol>mk</symbol>
       
  2803 			</currency>
       
  2804 			<currency type="FJD">
       
  2805 				<symbol>FJ$</symbol>
       
  2806 			</currency>
       
  2807 			<currency type="FKP">
       
  2808 				<symbol>FK£</symbol>
       
  2809 			</currency>
       
  2810 			<currency type="FRF">
       
  2811 				<symbol>₣</symbol>
       
  2812 			</currency>
       
  2813 			<currency type="GBP">
       
  2814 				<symbol>£</symbol>
       
  2815 			</currency>
       
  2816 			<currency type="GHC">
       
  2817 				<symbol>₵</symbol>
       
  2818 			</currency>
       
  2819 			<currency type="GHS">
       
  2820 				<symbol>GH₵</symbol>
       
  2821 			</currency>
       
  2822 			<currency type="GIP">
       
  2823 				<symbol>GI£</symbol>
       
  2824 			</currency>
       
  2825 			<currency type="GMD">
       
  2826 				<symbol>GMD</symbol>
       
  2827 			</currency>
       
  2828 			<currency type="GNF">
       
  2829 				<symbol>FG</symbol>
       
  2830 			</currency>
       
  2831 			<currency type="GRD">
       
  2832 				<symbol>₯</symbol>
       
  2833 			</currency>
       
  2834 			<currency type="GTQ">
       
  2835 				<symbol>GTQ</symbol>
       
  2836 			</currency>
       
  2837 			<currency type="GYD">
       
  2838 				<symbol>GY$</symbol>
       
  2839 			</currency>
       
  2840 			<currency type="HKD">
       
  2841 				<symbol>HK$</symbol>
       
  2842 			</currency>
       
  2843 			<currency type="HNL">
       
  2844 				<symbol>HNL</symbol>
       
  2845 			</currency>
       
  2846 			<currency type="HRK">
       
  2847 				<symbol>kn</symbol>
       
  2848 			</currency>
       
  2849 			<currency type="HTG">
       
  2850 				<symbol>HTG</symbol>
       
  2851 			</currency>
       
  2852 			<currency type="HUF">
       
  2853 				<symbol>Ft</symbol>
       
  2854 			</currency>
       
  2855 			<currency type="IDR">
       
  2856 				<symbol>Rp</symbol>
       
  2857 			</currency>
       
  2858 			<currency type="IEP">
       
  2859 				<symbol>IR£</symbol>
       
  2860 			</currency>
       
  2861 			<currency type="ILP">
       
  2862 				<symbol>I£</symbol>
       
  2863 			</currency>
       
  2864 			<currency type="ILS">
       
  2865 				<symbol>₪</symbol>
       
  2866 			</currency>
       
  2867 			<currency type="INR">
       
  2868 				<symbol>Rs</symbol>
       
  2869 			</currency>
       
  2870 			<currency type="ISK">
       
  2871 				<symbol>Ikr</symbol>
       
  2872 			</currency>
       
  2873 			<currency type="ITL">
       
  2874 				<symbol>IT₤</symbol>
       
  2875 			</currency>
       
  2876 			<currency type="JMD">
       
  2877 				<symbol>J$</symbol>
       
  2878 			</currency>
       
  2879 			<currency type="JOD">
       
  2880 				<symbol>JD</symbol>
       
  2881 			</currency>
       
  2882 			<currency type="JPY">
       
  2883 				<symbol>JP¥</symbol>
       
  2884 			</currency>
       
  2885 			<currency type="KES">
       
  2886 				<symbol>Ksh</symbol>
       
  2887 			</currency>
       
  2888 			<currency type="KMF">
       
  2889 				<symbol>CF</symbol>
       
  2890 			</currency>
       
  2891 			<currency type="KRW">
       
  2892 				<symbol>₩</symbol>
       
  2893 			</currency>
       
  2894 			<currency type="KWD">
       
  2895 				<symbol>KD</symbol>
       
  2896 			</currency>
       
  2897 			<currency type="KYD">
       
  2898 				<symbol>KY$</symbol>
       
  2899 			</currency>
       
  2900 			<currency type="LAK">
       
  2901 				<symbol>₭</symbol>
       
  2902 			</currency>
       
  2903 			<currency type="LBP">
       
  2904 				<symbol>LB£</symbol>
       
  2905 			</currency>
       
  2906 			<currency type="LKR">
       
  2907 				<symbol>SLRs</symbol>
       
  2908 			</currency>
       
  2909 			<currency type="LRD">
       
  2910 				<symbol>L$</symbol>
       
  2911 			</currency>
       
  2912 			<currency type="LSL">
       
  2913 				<symbol>LSL</symbol>
       
  2914 			</currency>
       
  2915 			<currency type="LTL">
       
  2916 				<symbol>Lt</symbol>
       
  2917 			</currency>
       
  2918 			<currency type="LVL">
       
  2919 				<symbol>Ls</symbol>
       
  2920 			</currency>
       
  2921 			<currency type="LYD">
       
  2922 				<symbol>LD</symbol>
       
  2923 			</currency>
       
  2924 			<currency type="MMK">
       
  2925 				<symbol>MMK</symbol>
       
  2926 			</currency>
       
  2927 			<currency type="MNT">
       
  2928 				<symbol>₮</symbol>
       
  2929 			</currency>
       
  2930 			<currency type="MOP">
       
  2931 				<symbol>MOP$</symbol>
       
  2932 			</currency>
       
  2933 			<currency type="MRO">
       
  2934 				<symbol>UM</symbol>
       
  2935 			</currency>
       
  2936 			<currency type="MTL">
       
  2937 				<symbol>Lm</symbol>
       
  2938 			</currency>
       
  2939 			<currency type="MTP">
       
  2940 				<symbol>MT£</symbol>
       
  2941 			</currency>
       
  2942 			<currency type="MUR">
       
  2943 				<symbol>MURs</symbol>
       
  2944 			</currency>
       
  2945 			<currency type="MXP">
       
  2946 				<symbol>MX$</symbol>
       
  2947 			</currency>
       
  2948 			<currency type="MYR">
       
  2949 				<symbol>RM</symbol>
       
  2950 			</currency>
       
  2951 			<currency type="MZM">
       
  2952 				<symbol>Mt</symbol>
       
  2953 			</currency>
       
  2954 			<currency type="MZN">
       
  2955 				<symbol>MTn</symbol>
       
  2956 			</currency>
       
  2957 			<currency type="NAD">
       
  2958 				<symbol>N$</symbol>
       
  2959 			</currency>
       
  2960 			<currency type="NGN">
       
  2961 				<symbol>₦</symbol>
       
  2962 			</currency>
       
  2963 			<currency type="NIO">
       
  2964 				<symbol>C$</symbol>
       
  2965 			</currency>
       
  2966 			<currency type="NLG">
       
  2967 				<symbol>fl</symbol>
       
  2968 			</currency>
       
  2969 			<currency type="NOK">
       
  2970 				<symbol>Nkr</symbol>
       
  2971 			</currency>
       
  2972 			<currency type="NPR">
       
  2973 				<symbol>NPRs</symbol>
       
  2974 			</currency>
       
  2975 			<currency type="NZD">
       
  2976 				<symbol>NZ$</symbol>
       
  2977 			</currency>
       
  2978 			<currency type="PAB">
       
  2979 				<symbol>B/.</symbol>
       
  2980 			</currency>
       
  2981 			<currency type="PEI">
       
  2982 				<symbol>I/.</symbol>
       
  2983 			</currency>
       
  2984 			<currency type="PEN">
       
  2985 				<symbol>S/.</symbol>
       
  2986 			</currency>
       
  2987 			<currency type="PGK">
       
  2988 				<symbol>PGK</symbol>
       
  2989 			</currency>
       
  2990 			<currency type="PHP">
       
  2991 				<symbol>₱</symbol>
       
  2992 			</currency>
       
  2993 			<currency type="PKR">
       
  2994 				<symbol>PKRs</symbol>
       
  2995 			</currency>
       
  2996 			<currency type="PLN">
       
  2997 				<symbol>zł</symbol>
       
  2998 			</currency>
       
  2999 			<currency type="PTE">
       
  3000 				<symbol>Esc</symbol>
       
  3001 			</currency>
       
  3002 			<currency type="PYG">
       
  3003 				<symbol>₲</symbol>
       
  3004 			</currency>
       
  3005 			<currency type="QAR">
       
  3006 				<symbol>QR</symbol>
       
  3007 			</currency>
       
  3008 			<currency type="RHD">
       
  3009 				<symbol>RH$</symbol>
       
  3010 			</currency>
       
  3011 			<currency type="RON">
       
  3012 				<symbol>RON</symbol>
       
  3013 			</currency>
       
  3014 			<currency type="RSD">
       
  3015 				<symbol>din.</symbol>
       
  3016 			</currency>
       
  3017 			<currency type="SAR">
       
  3018 				<symbol>SR</symbol>
       
  3019 			</currency>
       
  3020 			<currency type="SBD">
       
  3021 				<symbol>SI$</symbol>
       
  3022 			</currency>
       
  3023 			<currency type="SCR">
       
  3024 				<symbol>SRe</symbol>
       
  3025 			</currency>
       
  3026 			<currency type="SDD">
       
  3027 				<symbol>LSd</symbol>
       
  3028 			</currency>
       
  3029 			<currency type="SEK">
       
  3030 				<symbol>Skr</symbol>
       
  3031 			</currency>
       
  3032 			<currency type="SGD">
       
  3033 				<symbol>S$</symbol>
       
  3034 			</currency>
       
  3035 			<currency type="SHP">
       
  3036 				<symbol>SH£</symbol>
       
  3037 			</currency>
       
  3038 			<currency type="SKK">
       
  3039 				<symbol>Sk</symbol>
       
  3040 			</currency>
       
  3041 			<currency type="SLL">
       
  3042 				<symbol>Le</symbol>
       
  3043 			</currency>
       
  3044 			<currency type="SOS">
       
  3045 				<symbol>Ssh</symbol>
       
  3046 			</currency>
       
  3047 			<currency type="SRD">
       
  3048 				<symbol>SR$</symbol>
       
  3049 			</currency>
       
  3050 			<currency type="SRG">
       
  3051 				<symbol>Sf</symbol>
       
  3052 			</currency>
       
  3053 			<currency type="STD">
       
  3054 				<symbol>Db</symbol>
       
  3055 			</currency>
       
  3056 			<currency type="SVC">
       
  3057 				<symbol>SV₡</symbol>
       
  3058 			</currency>
       
  3059 			<currency type="SYP">
       
  3060 				<symbol>SY£</symbol>
       
  3061 			</currency>
       
  3062 			<currency type="SZL">
       
  3063 				<symbol>SZL</symbol>
       
  3064 			</currency>
       
  3065 			<currency type="THB">
       
  3066 				<symbol>฿</symbol>
       
  3067 			</currency>
       
  3068 			<currency type="TMM">
       
  3069 				<symbol>TMM</symbol>
       
  3070 			</currency>
       
  3071 			<currency type="TND">
       
  3072 				<symbol>DT</symbol>
       
  3073 			</currency>
       
  3074 			<currency type="TOP">
       
  3075 				<symbol>T$</symbol>
       
  3076 			</currency>
       
  3077 			<currency type="TRL">
       
  3078 				<symbol>TRL</symbol>
       
  3079 			</currency>
       
  3080 			<currency type="TRY">
       
  3081 				<symbol>TL</symbol>
       
  3082 			</currency>
       
  3083 			<currency type="TTD">
       
  3084 				<symbol>TT$</symbol>
       
  3085 			</currency>
       
  3086 			<currency type="TWD">
       
  3087 				<symbol>NT$</symbol>
       
  3088 			</currency>
       
  3089 			<currency type="TZS">
       
  3090 				<symbol>TSh</symbol>
       
  3091 			</currency>
       
  3092 			<currency type="UAH">
       
  3093 				<symbol>₴</symbol>
       
  3094 			</currency>
       
  3095 			<currency type="UGX">
       
  3096 				<symbol>USh</symbol>
       
  3097 			</currency>
       
  3098 			<currency type="USD">
       
  3099 				<symbol>US$</symbol>
       
  3100 			</currency>
       
  3101 			<currency type="UYU">
       
  3102 				<symbol>$U</symbol>
       
  3103 			</currency>
       
  3104 			<currency type="VEF">
       
  3105 				<symbol>Bs.F.</symbol>
       
  3106 			</currency>
       
  3107 			<currency type="VND">
       
  3108 				<symbol>₫</symbol>
       
  3109 			</currency>
       
  3110 			<currency type="VUV">
       
  3111 				<symbol>VT</symbol>
       
  3112 			</currency>
       
  3113 			<currency type="WST">
       
  3114 				<symbol>WS$</symbol>
       
  3115 			</currency>
       
  3116 			<currency type="XAF">
       
  3117 				<symbol>FCFA</symbol>
       
  3118 			</currency>
       
  3119 			<currency type="XCD">
       
  3120 				<symbol>EC$</symbol>
       
  3121 			</currency>
       
  3122 			<currency type="XOF">
       
  3123 				<symbol>CFA</symbol>
       
  3124 			</currency>
       
  3125 			<currency type="XPF">
       
  3126 				<symbol>CFPF</symbol>
       
  3127 			</currency>
       
  3128 			<currency type="YER">
       
  3129 				<symbol>YR</symbol>
       
  3130 			</currency>
       
  3131 			<currency type="ZAR">
       
  3132 				<symbol>R</symbol>
       
  3133 			</currency>
       
  3134 			<currency type="ZMK">
       
  3135 				<symbol>ZK</symbol>
       
  3136 			</currency>
       
  3137 			<currency type="ZRN">
       
  3138 				<symbol>NZ</symbol>
       
  3139 			</currency>
       
  3140 			<currency type="ZRZ">
       
  3141 				<symbol>ZRZ</symbol>
       
  3142 			</currency>
       
  3143 			<currency type="ZWD">
       
  3144 				<symbol>Z$</symbol>
       
  3145 			</currency>
       
  3146 		</currencies>
       
  3147 	</numbers>
       
  3148 	<units>
       
  3149 		<unit type="day">
       
  3150 			<unitPattern count="other">{0} d</unitPattern>
       
  3151 		</unit>
       
  3152 		<unit type="hour">
       
  3153 			<unitPattern count="other">{0} h</unitPattern>
       
  3154 		</unit>
       
  3155 		<unit type="minute">
       
  3156 			<unitPattern count="other">{0} min</unitPattern>
       
  3157 		</unit>
       
  3158 		<unit type="month">
       
  3159 			<unitPattern count="other">{0} m</unitPattern>
       
  3160 		</unit>
       
  3161 		<unit type="second">
       
  3162 			<unitPattern count="other">{0} s</unitPattern>
       
  3163 		</unit>
       
  3164 		<unit type="week">
       
  3165 			<unitPattern count="other">{0} w</unitPattern>
       
  3166 		</unit>
       
  3167 		<unit type="year">
       
  3168 			<unitPattern count="other">{0} y</unitPattern>
       
  3169 		</unit>
       
  3170 	</units>
       
  3171 	<posix>
       
  3172 		<messages>
       
  3173 			<yesstr>yes:y</yesstr>
       
  3174 			<nostr>no:n</nostr>
       
  3175 		</messages>
       
  3176 	</posix>
       
  3177 </ldml>
       
  3178