1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<ldml> 4 <identity> 5 <version number="$Revision$" /> 6 <language type="root" /> 7 </identity> 8 9 <dates> 10 <calendars> 11 <calendar type="gregorian"> 12 <dayPeriods> 13 <dayPeriodContext type="format"> 14 <dayPeriodWidth type="abbreviated"> 15 <alias source="locale" path="../dayPeriodWidth[@type='wide']" /> 16 </dayPeriodWidth> 17 <dayPeriodWidth type="narrow"> 18 <alias source="locale" path="../dayPeriodWidth[@type='abbreviated']" /> 19 </dayPeriodWidth> 20 <dayPeriodWidth type="wide"> 21 <dayPeriod type="am">AM</dayPeriod> 22 <dayPeriod type="pm">PM</dayPeriod> 23 </dayPeriodWidth> 24 </dayPeriodContext> 25 <dayPeriodContext type="stand-alone"> 26 <alias source="locale" path="../dayPeriodContext[@type='format']" /> 27 </dayPeriodContext> 28 </dayPeriods> 29 </calendar> 30 </calendars> 31 </dates> 32</ldml> 33 34