1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2015 Unicode, Inc.
   4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   5 For terms of use, see http://www.unicode.org/copyright.html
   6 -->
   7 <ldml>
   8         <identity>
   9                 <version number="$Revision: 11914 $"/>
  10                 <language type="en"/>
  11                 <territory type="FK"/>
  12         </identity>
  13         <dates>
  14                 <calendars>
  15                         <calendar type="gregorian">
  16                                 <timeFormats>
  17                                         <timeFormatLength type="full">
  18                                                 <timeFormat>
  19                                                         <pattern>HH:mm:ss zzzz</pattern>
  20                                                 </timeFormat>
  21                                         </timeFormatLength>
  22                                         <timeFormatLength type="long">
  23                                                 <timeFormat>
  24                                                         <pattern>HH:mm:ss z</pattern>
  25                                                 </timeFormat>
  26                                         </timeFormatLength>
  27                                         <timeFormatLength type="medium">
  28                                                 <timeFormat>
  29                                                         <pattern>HH:mm:ss</pattern>
  30                                                 </timeFormat>
  31                                         </timeFormatLength>
  32                                         <timeFormatLength type="short">
  33                                                 <timeFormat>
  34                                                         <pattern>HH:mm</pattern>
  35                                                 </timeFormat>
  36                                         </timeFormatLength>
  37                                 </timeFormats>
  38                         </calendar>
  39                 </calendars>
  40         </dates>
  41         <numbers>
  42                 <currencies>
  43                         <currency type="FKP">
  44                                 <symbol>£</symbol>
  45                         </currency>
  46                         <currency type="GBP">
  47                                 <symbol>GB£</symbol>
  48                         </currency>
  49                 </currencies>
  50         </numbers>
  51 </ldml>
  52