1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <ldml>
   4         <identity>
   5                 <version number="$Revision: 6546 $"/>
   6                 <generation date="$Date: 2012-02-08 03:32:35 +0900 (Wed, 08 Feb 2012) $"/>
   7                 <language type="ms"/>
   8                 <territory type="BN"/>
   9         </identity>
  10         <dates>
  11                 <calendars>
  12                         <calendar type="gregorian">
  13                                 <dateFormats>
  14                                         <dateFormatLength type="full">
  15                                                 <dateFormat>
  16                                                         <pattern>dd MMMM y</pattern>
  17                                                 </dateFormat>
  18                                         </dateFormatLength>
  19                                 </dateFormats>
  20                         </calendar>
  21                 </calendars>
  22         </dates>
  23         <numbers>
  24                 <symbols numberSystem="latn">
  25                         <decimal>,</decimal>
  26                         <group>.</group>
  27                 </symbols>
  28                 <currencyFormats numberSystem="latn">
  29                         <currencyFormatLength>
  30                                 <currencyFormat>
  31                                         <pattern>¤ #,##0.00</pattern>
  32                                 </currencyFormat>
  33                         </currencyFormatLength>
  34                 </currencyFormats>
  35                 <currencies>
  36                         <currency type="BND">
  37                                 <symbol>$</symbol>
  38                         </currency>
  39                 </currencies>
  40         </numbers>
  41 </ldml>
  42