1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3 <!-- Copyright 1991-2018 Unicode, Inc. 4 For terms of use, see http://www.unicode.org/copyright.html 5 Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 6 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7 --> 8 <ldml> 9 <identity> 10 <version number="$Revision: 14418 $"/> 11 <language type="en"/> 12 <territory type="BE"/> 13 </identity> 14 <dates> 15 <calendars> 16 <calendar type="generic"> 17 <dateFormats> 18 <dateFormatLength type="medium"> 19 <dateFormat> 20 <pattern>dd MMM y G</pattern> 21 </dateFormat> 22 </dateFormatLength> 23 </dateFormats> 24 <dateTimeFormats> 25 <availableFormats> 26 <dateFormatItem id="Md">d/M</dateFormatItem> 27 <dateFormatItem id="yyyyMd">d/M/y G</dateFormatItem> 28 <dateFormatItem id="yyyyMEd">E, d/M/y G</dateFormatItem> 29 </availableFormats> 30 <intervalFormats> 31 <intervalFormatItem id="yM"> 32 <greatestDifference id="M" draft="unconfirmed">MM/y MM/y G</greatestDifference> 33 <greatestDifference id="y" draft="unconfirmed">MM/y MM/y G</greatestDifference> 34 </intervalFormatItem> 35 <intervalFormatItem id="yMd"> 36 <greatestDifference id="d" draft="unconfirmed">dd/MM/y dd/MM/y G</greatestDifference> 37 <greatestDifference id="M" draft="unconfirmed">dd/MM/y dd/MM/y G</greatestDifference> 38 <greatestDifference id="y" draft="unconfirmed">dd/MM/y dd/MM/y G</greatestDifference> 39 </intervalFormatItem> 40 <intervalFormatItem id="yMEd"> 41 <greatestDifference id="d" draft="unconfirmed">E dd/MM/y E dd/MM/y G</greatestDifference> 42 <greatestDifference id="M" draft="unconfirmed">E dd/MM/y E dd/MM/y G</greatestDifference> 43 <greatestDifference id="y" draft="unconfirmed">E dd/MM/y E dd/MM/y G</greatestDifference> 44 </intervalFormatItem> 45 </intervalFormats> 46 </dateTimeFormats> 47 </calendar> 48 <calendar type="gregorian"> 49 <dateFormats> 50 <dateFormatLength type="medium"> 51 <dateFormat> 52 <pattern>dd MMM y</pattern> 53 </dateFormat> 54 </dateFormatLength> 55 <dateFormatLength type="short"> 56 <dateFormat> 57 <pattern>dd/MM/yy</pattern> 58 </dateFormat> 59 </dateFormatLength> 60 </dateFormats> 61 <timeFormats> 62 <timeFormatLength type="full"> 63 <timeFormat> 64 <pattern>HH:mm:ss zzzz</pattern> 65 </timeFormat> 66 </timeFormatLength> 67 <timeFormatLength type="long"> 68 <timeFormat> 69 <pattern>HH:mm:ss z</pattern> 70 </timeFormat> 71 </timeFormatLength> 72 <timeFormatLength type="medium"> 73 <timeFormat> 74 <pattern>HH:mm:ss</pattern> 75 </timeFormat> 76 </timeFormatLength> 77 <timeFormatLength type="short"> 78 <timeFormat> 79 <pattern>HH:mm</pattern> 80 </timeFormat> 81 </timeFormatLength> 82 </timeFormats> 83 <dateTimeFormats> 84 <availableFormats> 85 <dateFormatItem id="Md">d/M</dateFormatItem> 86 <dateFormatItem id="MEd">E, d/M</dateFormatItem> 87 <dateFormatItem id="yMd">d/M/y</dateFormatItem> 88 <dateFormatItem id="yMEd">E, d/M/y</dateFormatItem> 89 </availableFormats> 90 <intervalFormats> 91 <intervalFormatItem id="yMEd"> 92 <greatestDifference id="d" draft="unconfirmed">E dd/MM/y E dd/MM/y</greatestDifference> 93 <greatestDifference id="M" draft="unconfirmed">E dd/MM/y E dd/MM/y</greatestDifference> 94 <greatestDifference id="y" draft="unconfirmed">E dd/MM/y E dd/MM/y</greatestDifference> 95 </intervalFormatItem> 96 </intervalFormats> 97 </dateTimeFormats> 98 </calendar> 99 </calendars> 100 </dates> 101 <numbers> 102 <symbols numberSystem="latn"> 103 <decimal>,</decimal> 104 <group>.</group> 105 </symbols> 106 <currencyFormats numberSystem="latn"> 107 <currencyFormatLength> 108 <currencyFormat type="standard"> 109 <pattern>#,##0.00</pattern> 110 </currencyFormat> 111 </currencyFormatLength> 112 </currencyFormats> 113 </numbers> 114 </ldml> 115