
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldml.dtd"
[
    <!ENTITY % icu SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldmlICU.dtd">
    <!ENTITY % openOffice SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldmlOpenOffice.dtd">
    <!ENTITY % posix SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldmlPOSIX.dtd">
%icu;
%openOffice;
%posix;
]
>
<!--

    Copyright (c) 2002-2003 International Business Machines Corporation and others. All rights reserved.

    Permission is hereby granted, free of charge, to any person obtaining a copy of the LDML format and associated documentation files (the "Format"), to deal in the Format without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Format, and to permit persons to whom the Format is furnished to do so, provided that both the above copyright notice(s) and this permission notice appear in supporting documentation.

    THE FORMAT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS FORMAT.

    Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Format without prior written authorization of the copyright holder.

    All trademarks and registered trademarks mentioned herein are the property of their respective owners.
-->

<ldml>
<!--
Locale Data Format
Draft: 2002-10-24

Format that contains the required locale data for use by Java, ICU and POSIX APIs.
Note: constructing a POSIX locale also requires use of the Unicode Character Database data.
That data being common across locales, it is not duplicated here.
See ftp://ftp.unicode.org/Public/UNIDATA/UnicodeCharacterDatabase.html.

NOTE: The data below is purely illustrative, and doesn't match any particular language.
NOTE: The data for any given locale will only contain items that are different from the parent locale.
For example, most country locales will inherit the bulk of their data from the language locale:
"en" will contain the bulk of the data: en_US will only contain a few items like currency.
-->
    <identity>
        <version number="1.1">Various notes and changes in version 1.1</version>
        <generation date="2002-10-24" />
        <!-- Two letter codes, if available; otherwise 3-letter codes.If both exist, a separate database contains the mapping. -->
        <language type="en"/>
        <script type="nynorsk"/>
        <territory type="US"/>

        <!-- Only one variant allowed for now -->
        <variant type="B"/>
    </identity>
    <localeDisplayNames>
        <!--
        Display names for scripts, languages, countries, and variants in this locale
        -->
        <languages>
            <language type="ab">Abkhazian</language>
            <language type="aa">Afar</language>
            <language type="af">Afrikaans</language>
            <language type="sq">Albanian</language>
        </languages>
        
        <scripts>
            <!-- types come from the Unicode Tech Report on scripts -->
            <script type="Latn">Romana</script>
            <script type="Cyrl">Kyrillica</script>
        </scripts>

        <territories>
            <territory type="AF">Afghanistan</territory>
            <territory type="AL">Albania</territory>
            <territory type="DZ">Algeria</territory>
            <territory type="AD">Andorra</territory>
            <territory type="AO">Angola</territory>
            <territory type="US">United States</territory>
        </territories>

        <variants>
            <!-- Variant types must be unique across ALL locales. Currently they include
            B, NY, EURO -->
            <variant type="B">Bokm&#x00e5;l</variant>
        </variants>
        <keys>
            <key type="collation">Sortierung</key>
        </keys>
        <types>
            <type type="phonebook" key="collation">Telefonbuch</type>
        </types>
    </localeDisplayNames>
    <layout>
        <orientation lines="top-to-bottom" characters="left-to-right" />    <!-- both attributes are required -->
    </layout>
    <characters>
        <!-- follows the UnicodeSet syntax -->
        <exemplarCharacters>[a-z&#x00E5;&#x00E6;&#x00F8;]</exemplarCharacters>
        <!--
        List of encodings that are in common use in this locale.
        The order is not significant.
        The format is as in http://www.unicode.org/unicode/reports/tr22/
        with the version suppressed.
        (It is assumed that the largest available version is chosen.)
        The exemplarCharacters can also be used to select appropriate encodings.
        -->
       <mapping registry="iana" type="windows-1252"/>
       <mapping registry="iana" type="iso-8859_1"/>
       <mapping registry="iana" type="euc-jp"/>
    </characters>
    <delimiters>
       <quotationStart>&#x201C;</quotationStart>
       <quotationEnd>&#x201D;</quotationEnd>
       <alternateQuotationStart>'</alternateQuotationStart>
       <alternateQuotationEnd>'</alternateQuotationEnd>
    </delimiters>
    <measurement>
        <!-- Measurement system: US/ISO 1000/Other -->
        <measurementSystem type="US"/>
        <paperSize>
            <!-- Papersize. The numbers are always in millimeters.
             The units name is the customary unit for that locale for measuring paper. -->
            <height>279</height>
            <width>216</width>
        </paperSize>
    </measurement>
    <dates>
        <!--
        Patterns used for formatting and parsing dates and times for this calendar
        -->
        <localizedPatternChars>GyMdkHmsSEDFwWahKz</localizedPatternChars>
        <calendars>
          <!--
          There can be multiple calendars in the same locale, e.g. Gregorian + Imperial Japanese.
          The type's must match what is produced by the calendar system.
          -->
          <default type="Gregorian"/>
          <calendar type="Gregorian">
              <months>
                <default type="format"/>
                <monthContext type="format">
                    <default type="wide"/>
                    <monthWidth type="wide">
                        <month type="1">January</month>
                        <month type="2">February</month>
                        <month type="3">March</month>
                        <month type="4">April</month>
                        <month type="5">May</month>
                        <month type="6">June</month>
                        <month type="7">July</month>
                        <month type="8">August</month>
                        <month type="9">September</month>
                        <month type="10">October</month>
                        <month type="11">November</month>
                        <month type="12">December</month>
                    </monthWidth>
                    <monthWidth type="abbreviated">
                        <month type="1">Jan</month>
                        <month type="2">Feb</month>
                        <month type="3">Mar</month>
                        <month type="4">Apr</month>
                        <month type="5">May</month>
                        <month type="6">Jun</month>
                        <month type="7">Jul</month>
                        <month type="8">Aug</month>
                        <month type="9">Sep</month>
                        <month type="10">Oct</month>
                        <month type="11">Nov</month>
                        <month type="12">Dec</month>
                    </monthWidth>
                    <monthWidth type="narrow">
                        <month type="1">J</month>
                        <month type="2">F</month>
                        <month type="3">M</month>
                        <month type="4">A</month>
                        <month type="5">M</month>
                        <month type="6">J</month>
                        <month type="7">J</month>
                        <month type="8">A</month>
                        <month type="9">S</month>
                        <month type="10">O</month>
                        <month type="11">N</month>
                        <month type="12">D</month>
                    </monthWidth>
                </monthContext>
                <monthContext type="stand-alone">
                    <alias source="en_US" type="format"/>
                </monthContext>
              </months>
              <days>
                <default type="format"/>
                <dayContext type="format">
                    <default type="wide"/>
                    <dayWidth type="wide">
                        <day type="sun">Sunday</day>
                        <day type="mon">Monday</day>
                        <day type="tue">Tuesday</day>
                        <day type="wed">Wednesday</day>
                        <day type="thu">Thursday</day>
                        <day type="fri">Friday</day>
                        <day type="sat">Saturday</day>
                    </dayWidth>
                    <dayWidth type="abbreviated">
                        <day type="sun">Sun</day>
                        <day type="mon">Mon</day>
                        <day type="tue">Tue</day>
                        <day type="wed">Wed</day>
                        <day type="thu">Thu</day>
                        <day type="fri">Fri</day>
                        <day type="sat">Sat</day>
                    </dayWidth>
                    <dayWidth type="narrow">
                        <day type="sun">S</day>
                        <day type="mon">M</day>
                        <day type="tue">T</day>
                        <day type="wed">W</day>
                        <day type="thu">T</day>
                        <day type="fri">F</day>
                        <day type="sat">S</day>
                    </dayWidth>
                </dayContext>
                <dayContext type="stand-alone">
                    <alias source="en_US" type="format"/>
                </dayContext>
              </days>
              <week>
                  <minDays count="1"/>
                  <firstDay day="sun"/>
                  <weekendStart day="fri" time="18:00"/>
                  <weekendEnd day="sun" time="18:00"/>
              </week>
              <am>AM</am>
              <pm>PM</pm>

               <eras>
                  <eraNames>
                        <!-- Non-gregorians may have many more eras -->
                        <era type="0">Before Christ</era>
                        <era type="1">Anno Domini</era>
                        <era type="2">Before Common Era</era>
                        <era type="3">Common Era</era>
                  </eraNames>
                  <eraAbbr>
                        <era type="0">BC</era>
                        <era type="1">AD</era>
                        <era type="2">BCE</era>
                        <era type="3">CE</era>
                  </eraAbbr>
              </eras>
              <dateFormats>
                <default type="medium"/>
                <dateFormatLength type="medium">
                     <default type="DateFormatsKey2"/>
                     <dateFormat type="DateFormatsKey2">
                          <pattern>MM d, yyyy </pattern>
                          <displayName>DIN 5008 (EN 28601)</displayName>
                          <!--  Optional special element for platform/application specific overheads. Paser can
                              choose to ignore if required . Special elements should always be the last children of the parent.-->
                          <special xmlns:openOffice="http://www.openoffice.org" openOffice:msgtype="DateFormatskey3" openOffice:usage="DATE" openOffice:formatindex="20" />
                     </dateFormat>
                     <dateFormat type="DateFormatsKey3">
                          <pattern>MMM dd, yyyy</pattern>
                     </dateFormat>
                </dateFormatLength>
                <dateFormatLength type="full">
                    <dateFormat type="DateFormatsKey2">
                          <pattern>EEEE, MMMM d, yyyy</pattern>
                          <displayName>DIN 5008 (EN 28601)</displayName>
                          <!--  Optional special element for platform/application specific overheads. Paser can
                              choose to ignore if required. Special elements should always be the last children of the parent. -->
                          <special xmlns:openOffice="http://www.openoffice.org" openOffice:msgtype="DateFormatskey3" openOffice:usage="DATE" openOffice:formatindex="20" />
                     </dateFormat>
                </dateFormatLength>
              </dateFormats>
              <timeFormats>
                  <default type="medium"/>
                  <timeFormatLength type="full">
                      <timeFormat >
                          <pattern>h:mm:ss a z</pattern>
                          <displayName>DIN 5008 (EN 28601)</displayName>
                           <!--  Optional special element for platform/application specific overheads. Paser can
                              choose to ignore if required  -->
                          <special xmlns:openOffice="http://www.openoffice.org" openOffice:msgtype="DateFormatskey3" openOffice:usage="DATE" openOffice:formatindex="20" />
                      </timeFormat>
                 </timeFormatLength>
                 <timeFormatLength type="medium">
                     <timeFormat>
                          <pattern>h:mm:ss a</pattern>
                     </timeFormat>
                 </timeFormatLength>
              </timeFormats>
              <dateTimeFormats>
                 <default type="medium"/>
                 <dateTimeFormatLength type ="full">
                      <dateTimeFormat>
                          <pattern>{0} {1}</pattern>
                      </dateTimeFormat>
                 </dateTimeFormatLength>
              </dateTimeFormats>
          </calendar>

          <!-- The Buddhist calendar inherits month names, etc. (everything but eras) from Gregorian -->
          <calendar type="Buddhist">
              <eras>
                  <eraAbbr>
                       <era type="0">BE</era>
                  </eraAbbr>
              </eras>
          </calendar>
        </calendars>

        <timeZoneNames>
                <!--
                The zone types are language-independent.
                Their values and data (default offset from GMT, daylight savings rules)
                are stored elsewhere
                Here we just have the localized names for them.
                -->
                <default type="America/Los_Angeles"/>
                <zone type="America/Los_Angeles">
                    <long>
                        <generic>Pacific Time</generic>
                        <standard>Pacific Standard Time</standard>
                        <daylight>Pacific Daylight Time</daylight>
                    </long>
                    <short>
                        <generic>PT</generic>
                        <standard>PST</standard>
                        <daylight>PDT</daylight>
                    </short>
                    <exemplarCity>Los Angeles</exemplarCity>
                </zone>

                <zone type="America/Denver">
                    <long>
                        <generic>Mountain Time</generic>
                        <standard>Mountain Standard Time</standard>
                        <daylight>Mountain Daylight Time</daylight>
                    </long>
                    <short>
                        <generic>MT</generic>
                        <standard>MST</standard>
                        <daylight>MDT</daylight>
                    </short>
                    <exemplarCity>Denver</exemplarCity>
                </zone>

                <zone type="Europe/London">
                     <long>
                        <generic>British Time</generic>
                        <standard>British Standard Time</standard>
                        <daylight>British Daylight Time</daylight>
                    </long>
                    <exemplarCity>York</exemplarCity>
                </zone>

        </timeZoneNames>
   </dates>
   <numbers>
        <symbols>
            <decimal>.</decimal>
            <group>,</group>
            <list>;</list>
            <percentSign>%</percentSign>
            <nativeZeroDigit>0</nativeZeroDigit>
            <patternDigit>#</patternDigit>
            <plusSign>+</plusSign>
            <minusSign>-</minusSign>
            <exponential>E</exponential>
            <perMille>&#x2030;</perMille>
            <infinity>&#x221e;</infinity>
            <nan>&#x2639;</nan>
        </symbols>

        <decimalFormats>
          <decimalFormatLength type="long">
            <decimalFormat>
              <pattern>#,##0.###</pattern>
            </decimalFormat>
          </decimalFormatLength>
        </decimalFormats>

        <scientificFormats>
          <default type="long"/>
          <scientificFormatLength type="long">
            <scientificFormat>
              <pattern>0.000###E+00</pattern>
            </scientificFormat>
          </scientificFormatLength>
          <scientificFormatLength type="medium">
            <scientificFormat>
              <pattern>0.00##E+00</pattern>
            </scientificFormat>
          </scientificFormatLength>
        </scientificFormats>

        <percentFormats>
          <percentFormatLength type="long">
            <percentFormat>
              <pattern>#,##0%</pattern>
            </percentFormat>
          </percentFormatLength>
        </percentFormats>

        <currencyFormats>
          <currencyFormatLength type="long">
            <currencyFormat>
              <pattern>&#x00A5; #,##0.00;(&#x00A5; #,##0.00)</pattern>
            </currencyFormat>
          </currencyFormatLength>
        </currencyFormats>
        <currencies>
            <default type="USD"/>
            <!-- If no decimal and group seperators are specified that implies
                 they are inherited from symbols section above -->
            <currency type="USD">
                <displayName>dollar</displayName>
                <symbol>$</symbol>
            </currency>
            <currency type="JPY">
                <displayName>yen</displayName>
                <symbol>&#x00A5;</symbol>
            </currency>
            <currency type="PTE">
                <displayName>escudo</displayName>
                <symbol>Esc.</symbol>
                <pattern>&#x00A5; #,##0.00;(&#x00A5; #,##0.00)</pattern>
                <decimal>$</decimal>
                <group>.</group>
            </currency>
        </currencies>
    </numbers>
    <collations  version="3.1.1">
        <collation>

            <!--
            This syntax is an XMLized version of the Java/ICU syntax, used to tailor the default table.

            Note that collation needs its own version, independent of the Locale version.
            For more information, see
            http://java.sun.com/products/jdk/1.2/docs/api/java/text/RuleBasedCollator.html
            and
            http://www.unicode.org/unicode/reports/tr10/#Comparison to Java.
            By default, lowercase is before upper in the default.
            This can be changed with the firstCase="upper" attribute.
            French accent ordering can be specified with the accentOrder="reverse" attribute.
            The displayName attribute supplies a message pattern for getDisplayName.
            -->
            <base>
                <alias source="en_US"/>
            </base>
            <settings caseLevel="on"/>
            <suppress_contractions>[&#x0409;-&#x0491;]</suppress_contractions>
            <rules>
                <!-- this example takes the swedish tailoring plus part of a japanese tailoring,
                for illustration -->
                <reset>Z</reset>
                <p>&#x00E6;</p>
                <t>&#x00C6;</t>
                <p>a&#x030A;</p>
                <t>A&#x030A;</t>
                <t>aa</t>
                <t>aA</t>
                <t>Aa</t>
                <t>AA</t>
                <p>a&#x0308;</p>
                <t>A&#x0308;</t>
                <p>o&#x0308;</p>
                <t>O&#x0308;</t>
                <s>u&#x030B;</s>
                <t>U&#x030B;</t>
                <p>o&#x030B;</p>
                <t>O&#x030B;</t>
                <s>&#x00F8;</s>
                <t>&#x00D8;</t>
                <reset>V</reset>
                <tc>wW</tc>
                <reset>Y</reset>
                <tc>&#x00FC;&#x00DC;</tc>
                <reset><last_non_ignorable/></reset>
                <reset>c</reset>
                <x><p>k</p><extend>h</extend></x>
                <reset><first_tertiary_ignorable/></reset>
                <s>a</s>
                <reset before="primary">x</reset>
                <p><last_variable/></p>
                <!-- following is equivalent to <p>&#x4E9C;</p><p>&#x5516;</p><p>&#x5A03;</p>... -->
                <pc>&#x4E9C;&#x5516;&#x5A03;&#x963F;&#x54C0;&#x611B;&#x6328;&#x59F6;&#x9022;&#x8475;&#x831C;&#x7A50;&#x60AA;&#x63E1;&#x6E25;&#x65ED;&#x8466;&#x82A6;</pc>
                <pc>&#x9BF5;&#x6893;&#x5727;&#x65A1;&#x6271;</pc>
                <x><context>?</context><t>?</t></x>
                <x><context>?</context><p>?</p></x>
            </rules>
            <special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.2" />
            <special xmlns:openOffice="http://www.openoffice.org">
                <openOffice:version/>
                <default type="alphanumeric"/>
                <openOffice:collator type="alphanumeric" />
                <openOffice:collator type="phonebook"/>
            </special>
        </collation>
        <collation type="phonebook">
            <alias source="de_DE" type="phonebook"/>
        </collation>
    </collations>
    <posix>
        <!-- old abbreviations for pre-GUI days -->
        <messages>
            <yesstr>Yes</yesstr>
            <nostr>No</nostr>
            <yesexpr>Y</yesexpr>
            <noexpr>N</noexpr>
        </messages>
    </posix>
    <special xmlns:icu="http://oss.software.ibm.com/icu/">
        <icu:version />
        <icu:ruleBasedNumberFormats>
            <icu:ruleBasedNumberFormat type="spellout">
                %%and:
                    and =%default=;
                    100: =%default=;
                %%commas:
                    ' and =%default=;
                    100: , =%default=;
                    1000: ,
            </icu:ruleBasedNumberFormat>
            <icu:ruleBasedNumberFormat type="ordinal">
                %main:
                    =#,##0==%%abbrev=;
                %%abbrev:
                    th; st; nd; rd; th;
                    20: &gt;&gt;;
                    100: &gt;&gt;;
            </icu:ruleBasedNumberFormat>
            <icu:ruleBasedNumberFormat type="duration">
            %with-words:
                0 seconds; 1 second; =0= seconds;
                60/60:
            </icu:ruleBasedNumberFormat>
        </icu:ruleBasedNumberFormats>
        <icu:boundaries>
             <!-- Boundary rules.
            Selected samples are given with no attempt to make them work.
            This format is the Java/ICU syntax, at the top level.
            For real data, see http://oss.software.ibm.com/developerworks/opensource/cvs/icu4j
            in BreakIteratorRules.java
            displayName attributes removed for now
            -->
            <icu:grapheme icu:class="RuleBased" icu:append="true">
                <!-- in addition to the normal rules, treat CH and RR as graphemes. -->
                [cC][hH];[rR][rR]
            </icu:grapheme>
            <icu:word icu:class="Dictionary" icu:import="thaiDict.dat" >
                <!-- When doing Thai word break, check the normal word break rules first. -->
                digit=[[:Nd:][:No:]];
                $digit [[:Pd:]&#xAD;&#x2027;&apos;.]
            </icu:word>
        </icu:boundaries>
        <icu:transforms>
            <icu:transform type="Latin">
                ::NFD (NFC) ; # convert everything to decomposed for simplicity
                ...
                &#x03B1; &lt;> a ;  &#x0391; &lt;> A ;
                &#x03B2; &lt;> v ;  &#x0392; &lt;> V ;
                &#x03B3; } $gammaLike &lt;> n } $egammaLike ;
                &#x0393; } $gammaLike &lt;> N } $egammaLike ;
                &#x03B3; &lt;> g ;  &#x0393; &lt;> G ;
                &#x03B4; &lt;> d ;  &#x0394; &lt;> D ;
                &#x03B5; &lt;> e ;  &#x0395; &lt;> E ;
                &#x03B6; &lt;> z ;  &#x0396; &lt;> Z ;
                &#x0398; } $beforeLower &lt;> Th ;
                &#x03B8; &lt;> th ;  &#x0398; &lt;> TH ;
                &#x03B9; &lt;> i ;  &#x0399; &lt;> I ;
                &#x03BA; &lt;> k ;  &#x039A; &lt;> K ;
                &#x03BB; &lt;> l ;  &#x039B; &lt;> L ;
                &#x03BC; &lt;> m ; &#x039C; &lt;> M ;
                &#x03BD; } $gammaLike > n\' ;
                &#x039D; } $gammaLike &lt;> N\' ;
                &#x03BD; &lt;> n ; &#x039D; &lt;> N ;
                ...
                ::NFC (NFD) ; # convert back to composed
            </icu:transform>
        </icu:transforms>
    </special>
    <special xmlns:openOffice="http://www.openoffice.org">
        <openOffice:reservedWords>
            <openOffice:trueWord>true</openOffice:trueWord>
            <openOffice:falseWord>false</openOffice:falseWord>
            <openOffice:quarter1Word>1st quarter</openOffice:quarter1Word>
            <openOffice:quarter2Word>2nd quarter</openOffice:quarter2Word>
            <openOffice:quarter3Word>3rd quarter</openOffice:quarter3Word>
            <openOffice:quarter4Word>4th quarter</openOffice:quarter4Word>
            <openOffice:aboveWord>above</openOffice:aboveWord>
            <openOffice:belowWord>below</openOffice:belowWord>
            <openOffice:quarter1Abbreviation>Q1</openOffice:quarter1Abbreviation>
            <openOffice:quarter2Abbreviation>Q2</openOffice:quarter2Abbreviation>
            <openOffice:quarter3Abbreviation>Q3</openOffice:quarter3Abbreviation>
            <openOffice:quarter4Abbreviation>Q4</openOffice:quarter4Abbreviation>
        </openOffice:reservedWords>
        <openOffice:collations>
            <openOffice:collator openOffice:unoid="alphanumeric" default="true"/>
            <openOffice:collationOptions>
                <openOffice:transliterationModules>IGNORE_CASE</openOffice:transliterationModules>
            </openOffice:collationOptions>
        </openOffice:collations>
        <openOffice:search>
            <openOffice:searchOptions>
                <openOffice:transliterationModules>IGNORE_CASE</openOffice:transliterationModules>
            </openOffice:searchOptions>
        </openOffice:search>
        <openOffice:currency default="true" openOffice:usedInCompatibleFormatCodes="true"/>
        <openOffice:separators>
            <openOffice:dateSeparator>/</openOffice:dateSeparator>
            <openOffice:thousandSeparator>,</openOffice:thousandSeparator>
            <openOffice:decimalSeparator>.</openOffice:decimalSeparator>
            <openOffice:timeSeparator>:</openOffice:timeSeparator>
            <openOffice:longDateDayOfWeekSeparator>, </openOffice:longDateDayOfWeekSeparator>
            <openOffice:longDateDaySeparator>, </openOffice:longDateDaySeparator>
            <openOffice:longDateMonthSeparator> </openOffice:longDateMonthSeparator>
            <openOffice:longDateYearSeparator> </openOffice:longDateYearSeparator>
        </openOffice:separators>
        <openOffice:numberingLevels>
            <openOffice:numberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix=")" />
            <openOffice:numberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." />
            <openOffice:numberingLevel openOffice:prefix="(" openOffice:numType="4" openOffice:suffix="." />
            <openOffice:numberingLevel openOffice:prefix=" " openOffice:numType="2" openOffice:suffix="." />
            <openOffice:numberingLevel openOffice:prefix=" " openOffice:numType="0" openOffice:suffix=")" />
            <openOffice:numberingLevel openOffice:prefix=" " openOffice:numType="1" openOffice:suffix=")" />
            <openOffice:numberingLevel openOffice:prefix="(" openOffice:numType="1" openOffice:suffix=")" />
            <openOffice:numberingLevel openOffice:prefix=" " openOffice:numType="3" openOffice:suffix="." />
        </openOffice:numberingLevels>
        <openOffice:outLineNumberingLevels>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="1" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="1" openOffice:suffix=")" openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="1" openOffice:suffix=")" openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix="(" openOffice:numType="1" openOffice:suffix=")" openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="3" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="0" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix="." openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="2" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="0" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="3" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="1" openOffice:suffix=")" openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="0" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="2" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="1" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="3" openOffice:suffix="." openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix=" " openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix=" " openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="1" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix=" " openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="2" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix=" " openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="3" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="4" openOffice:suffix=" " openOffice:bulletChar="0020"  openOffice:bulletFontName=""            openOffice:parentNumbering="4" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
            <openOffice:outlineStyle>
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="27A2"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="0" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="E006"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="50" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=")" openOffice:bulletChar="E004"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="100" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="150" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
                <openOffice:outLineNumberingLevel openOffice:prefix=" " openOffice:numType="6" openOffice:suffix=" " openOffice:bulletChar="2022"  openOffice:bulletFontName="StarSymbol"  openOffice:parentNumbering="0" openOffice:leftMargin="200" openOffice:symbolTextDistance="50" openOffice:firstLineOffset="0" />
            </openOffice:outlineStyle>
        </openOffice:outLineNumberingLevels>
    </special>
    
    <special xmlns:posix="http://www.opengroup.org/regproducts/xu.htm">
        <posix:version />
    </special>
</ldml>
