1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!-- 3 Copyright (c) 2010-2015 International Business Machines Corporation and others. All rights reserved. 4 --> 5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd" 6 [ 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd"> 8 %icu; 9 ] 10 > 11 <ldml> 12 <identity> 13 <version number="$Revision: 1.1 $"/> 14 <language type="en"/> 15 <territory type="US"/> 16 <variant type="POSIX"/> 17 </identity> 18 <special xmlns:icu="http://www.icu-project.org/"> 19 <icu:breakIteratorData> 20 <icu:boundaries> 21 <icu:word icu:dependency="word_POSIX.brk"/> 22 </icu:boundaries> 23 </icu:breakIteratorData> 24 </special> 25 </ldml> 26 27