1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2024 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5SPDX-License-Identifier: Unicode-3.0 6CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7--> 8<ldml> 9 <identity> 10 <version number="$Revision$"/> 11 <language type="ms"/> 12 <script type="Arab"/> 13 <territory type="BN"/> 14 </identity> 15 <dates> 16 <calendars> 17 <calendar type="generic"> 18 <dateFormats> 19 <dateFormatLength type="full"> 20 <dateFormat> 21 <pattern>dd MMMM y G</pattern> 22 <datetimeSkeleton>GyMMMMdd</datetimeSkeleton> 23 </dateFormat> 24 </dateFormatLength> 25 </dateFormats> 26 </calendar> 27 <calendar type="gregorian"> 28 <dateFormats> 29 <dateFormatLength type="full"> 30 <dateFormat> 31 <pattern>dd MMMM y</pattern> 32 <datetimeSkeleton>yMMMMdd</datetimeSkeleton> 33 </dateFormat> 34 </dateFormatLength> 35 </dateFormats> 36 </calendar> 37 </calendars> 38 </dates> 39 <numbers> 40 <symbols numberSystem="latn"> 41 <decimal>,</decimal> 42 <group>.</group> 43 </symbols> 44 <currencyFormats numberSystem="latn"> 45 <currencyFormatLength> 46 <currencyFormat type="standard"> 47 <pattern>¤ #,##0.00</pattern> 48 </currencyFormat> 49 </currencyFormatLength> 50 </currencyFormats> 51 <currencies> 52 <currency type="BND"> 53 <symbol>$</symbol> 54 </currency> 55 </currencies> 56 </numbers> 57</ldml> 58