1 <!-- Copyright (C) 2009 The Libphonenumber Authors
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
7 http://www.apache.org/licenses/LICENSE-2.0
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
17 Metadata on Phone Number Plan and formatting rules
18 Note: Territories are in alphabetical order by their IDs, which are based on ISO 3166-1
19 two-letter country codes (or are set to "001" for non-geographical entities, which
20 represents "World" in the UN M.49 standard). The country names in the comments are the
21 official short names in English according to ISO 3166-1.
23 For more information on what each element represents, see
24 resources/phonemetadata.proto
26 Note that if you want to add validation metadata, the generalDesc nationalNumberPattern and
27 possibleNumberPattern must be provided. If this is missing, then the country will be
28 considered to have no more specific phone-number type metadata (fixedLine, mobile etc) and
29 hence only basic validation rules (numbers should be between 3 and 15 digits long) will be
32 If adding an element for a non-geographical entity, please add an example number element to the
35 Country code, international and national prefix information main source:
36 http://www.itu.int/pub/T-SP-E.164C-2011
39 <!DOCTYPE phoneNumberMetadata [
40 <!ELEMENT phoneNumberMetadata (territories)>
41 <!ELEMENT territories (territory+)>
42 <!ELEMENT territory (references?, availableFormats?, generalDesc?, noInternationalDialling?,
43 areaCodeOptional?, fixedLine?, mobile?, pager?, tollFree?, premiumRate?,
44 sharedCost?, personalNumber?, voip?, uan?, voicemail?)>
45 <!ELEMENT references (sourceUrl+)>
46 <!ELEMENT generalDesc (nationalNumberPattern, possibleNumberPattern, exampleNumber?)>
47 <!ELEMENT noInternationalDialling (nationalNumberPattern, possibleNumberPattern?,
49 <!ELEMENT areaCodeOptional (nationalNumberPattern, possibleNumberPattern, exampleNumber?)>
50 <!ELEMENT fixedLine (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
51 <!ELEMENT mobile (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
52 <!ELEMENT pager (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
53 <!ELEMENT tollFree (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
54 <!ELEMENT premiumRate (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
55 <!ELEMENT sharedCost (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
56 <!ELEMENT personalNumber (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
57 <!ELEMENT voip (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
58 <!ELEMENT uan (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
59 <!ELEMENT voicemail (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
60 <!ELEMENT sourceUrl (#PCDATA)>
61 <!ELEMENT availableFormats (numberFormat+)>
62 <!ELEMENT nationalNumberPattern (#PCDATA)>
63 <!ELEMENT possibleNumberPattern (#PCDATA)>
64 <!ELEMENT exampleNumber (#PCDATA)>
65 <!ELEMENT numberFormat (leadingDigits*, format, intlFormat*)>
66 <!ELEMENT format (#PCDATA)>
67 <!ELEMENT intlFormat (#PCDATA)>
68 <!ELEMENT leadingDigits (#PCDATA)>
70 <!ATTLIST territory id CDATA #REQUIRED>
71 <!ATTLIST territory countryCode CDATA #REQUIRED>
72 <!ATTLIST territory mainCountryForCode (true) #IMPLIED>
73 <!ATTLIST territory leadingDigits CDATA #IMPLIED>
74 <!ATTLIST territory preferredInternationalPrefix CDATA #IMPLIED>
75 <!ATTLIST territory internationalPrefix CDATA #IMPLIED>
76 <!ATTLIST territory nationalPrefix CDATA #IMPLIED>
77 <!ATTLIST territory nationalPrefixForParsing CDATA #IMPLIED>
78 <!ATTLIST territory nationalPrefixTransformRule CDATA #IMPLIED>
79 <!ATTLIST territory preferredExtnPrefix CDATA #IMPLIED>
80 <!ATTLIST territory nationalPrefixFormattingRule CDATA #IMPLIED>
81 <!ATTLIST territory nationalPrefixOptionalWhenFormatting (true) #IMPLIED>
82 <!ATTLIST territory leadingZeroPossible (true) #IMPLIED>
83 <!ATTLIST territory carrierCodeFormattingRule CDATA #IMPLIED>
84 <!ATTLIST territory mobileNumberPortableRegion (true) #IMPLIED>
85 <!ATTLIST numberFormat nationalPrefixFormattingRule CDATA #IMPLIED>
86 <!ATTLIST numberFormat nationalPrefixOptionalWhenFormatting (true) #IMPLIED>
87 <!ATTLIST numberFormat carrierCodeFormattingRule CDATA #IMPLIED>
88 <!ATTLIST numberFormat pattern CDATA #REQUIRED>
93 <!-- Ascension Island -->
94 <territory id="AC" countryCode="247" internationalPrefix="00">
96 <sourceUrl>http://www.itu.int/oth/T02020000AF/en</sourceUrl>
98 <!-- Formatted as a block. -->
100 <nationalNumberPattern>[2-7]\d{3,5}</nationalNumberPattern>
101 <possibleNumberPattern>\d{4,6}</possibleNumberPattern>
104 <nationalNumberPattern>
110 </nationalNumberPattern>
111 <possibleNumberPattern>\d{4}</possibleNumberPattern>
112 <exampleNumber>6889</exampleNumber>
115 <nationalNumberPattern>5\d{5}</nationalNumberPattern>
116 <possibleNumberPattern>\d{6}</possibleNumberPattern>
117 <exampleNumber>501234</exampleNumber>
122 <territory id="AD" countryCode="376" internationalPrefix="00">
124 <sourceUrl>http://www.itu.int/oth/T0202000005/en</sourceUrl>
127 <numberFormat pattern="(\d{3})(\d{3})">
128 <leadingDigits>[346-9]</leadingDigits>
129 <format>$1 $2</format>
131 <numberFormat pattern="(180[02])(\d{4})">
132 <leadingDigits>1</leadingDigits>
133 <format>$1 $2</format>
137 <nationalNumberPattern>
142 </nationalNumberPattern>
143 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
146 <nationalNumberPattern>[78]\d{5}</nationalNumberPattern>
147 <possibleNumberPattern>\d{6}</possibleNumberPattern>
148 <exampleNumber>712345</exampleNumber>
151 <nationalNumberPattern>[346]\d{5}</nationalNumberPattern>
152 <possibleNumberPattern>\d{6}</possibleNumberPattern>
153 <exampleNumber>312345</exampleNumber>
156 <!-- Note that the definitions of 1800 and 1802 numbers differ in the plan and on the
157 Andorran http://www.sta.ad website, but we consider both to be freephone here. -->
158 <nationalNumberPattern>180[02]\d{4}</nationalNumberPattern>
159 <possibleNumberPattern>\d{8}</possibleNumberPattern>
160 <exampleNumber>18001234</exampleNumber>
162 <!-- The national numbering plan says that numbers beginning with 9 are reserved for special
163 services, so we assume they are premium rate here, although we cannot find examples
166 <nationalNumberPattern>9\d{5}</nationalNumberPattern>
167 <possibleNumberPattern>\d{6}</possibleNumberPattern>
168 <exampleNumber>912345</exampleNumber>
172 <!-- United Arab Emirates -->
173 <territory id="AE" countryCode="971" internationalPrefix="00"
174 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
176 <sourceUrl>http://www.itu.int/oth/T02020000DC/en</sourceUrl>
179 <numberFormat pattern="([2-4679])(\d{3})(\d{4})">
180 <leadingDigits>[2-4679][2-8]</leadingDigits>
181 <format>$1 $2 $3</format>
183 <numberFormat pattern="(5[0256])(\d{3})(\d{4})">
184 <leadingDigits>5</leadingDigits>
185 <format>$1 $2 $3</format>
187 <numberFormat pattern="([479]00)(\d)(\d{5})" nationalPrefixFormattingRule="$FG">
188 <leadingDigits>[479]0</leadingDigits>
189 <format>$1 $2 $3</format>
191 <numberFormat pattern="([68]00)(\d{2,9})" nationalPrefixFormattingRule="$FG">
196 <format>$1 $2</format>
200 <nationalNumberPattern>
203 </nationalNumberPattern>
204 <possibleNumberPattern>\d{5,12}</possibleNumberPattern>
207 <nationalNumberPattern>[2-4679][2-8]\d{6}</nationalNumberPattern>
208 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
209 <exampleNumber>22345678</exampleNumber>
212 <nationalNumberPattern>5[0256]\d{7}</nationalNumberPattern>
213 <possibleNumberPattern>\d{9}</possibleNumberPattern>
214 <exampleNumber>501234567</exampleNumber>
217 <nationalNumberPattern>
220 </nationalNumberPattern>
221 <possibleNumberPattern>\d{5,12}</possibleNumberPattern>
222 <exampleNumber>800123456</exampleNumber>
225 <nationalNumberPattern>900[02]\d{5}</nationalNumberPattern>
226 <possibleNumberPattern>\d{9}</possibleNumberPattern>
227 <exampleNumber>900234567</exampleNumber>
230 <nationalNumberPattern>700[05]\d{5}</nationalNumberPattern>
231 <possibleNumberPattern>\d{9}</possibleNumberPattern>
232 <exampleNumber>700012345</exampleNumber>
235 <nationalNumberPattern>600[25]\d{5}</nationalNumberPattern>
236 <possibleNumberPattern>\d{9}</possibleNumberPattern>
237 <exampleNumber>600212345</exampleNumber>
242 <territory id="AF" countryCode="93" internationalPrefix="00"
243 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
245 <sourceUrl>http://www.itu.int/oth/T0202000001/en</sourceUrl>
248 <!-- Formatting based primarily on ITU document. -->
249 <numberFormat pattern="([2-7]\d)(\d{3})(\d{4})">
253 <format>$1 $2 $3</format>
257 <nationalNumberPattern>[2-7]\d{8}</nationalNumberPattern>
258 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
261 <nationalNumberPattern>
267 </nationalNumberPattern>
268 <exampleNumber>234567890</exampleNumber>
271 <nationalNumberPattern>
276 </nationalNumberPattern>
277 <possibleNumberPattern>\d{9}</possibleNumberPattern>
278 <exampleNumber>701234567</exampleNumber>
282 <!-- Antigua and Barbuda -->
283 <territory id="AG" countryCode="1" leadingDigits="268" nationalPrefix="1"
284 internationalPrefix="011">
286 <sourceUrl>http://www.itu.int/oth/T0202000008/en</sourceUrl>
289 <!-- NANPA country - uses US formatting rules -->
290 <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
291 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
294 <!-- 268 468 is not in the plan, but has been added after numbers with this prefix have been
295 found in online searches. -->
296 <nationalNumberPattern>
304 </nationalNumberPattern>
305 <exampleNumber>2684601234</exampleNumber>
308 <!-- 268 776/778/779 are not in the plan, but have been added after numbers with these
309 prefixes have been found in online searches. Same for 268 780/782/784/786. -->
310 <nationalNumberPattern>
320 </nationalNumberPattern>
321 <possibleNumberPattern>\d{10}</possibleNumberPattern>
322 <exampleNumber>2684641234</exampleNumber>
325 <nationalNumberPattern>26840[69]\d{4}</nationalNumberPattern>
326 <possibleNumberPattern>\d{10}</possibleNumberPattern>
327 <exampleNumber>2684061234</exampleNumber>
330 <nationalNumberPattern>
339 </nationalNumberPattern>
340 <possibleNumberPattern>\d{10}</possibleNumberPattern>
341 <exampleNumber>8002123456</exampleNumber>
344 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
345 <possibleNumberPattern>\d{10}</possibleNumberPattern>
346 <exampleNumber>9002123456</exampleNumber>
349 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
350 <nationalNumberPattern>
358 </nationalNumberPattern>
359 <possibleNumberPattern>\d{10}</possibleNumberPattern>
360 <exampleNumber>5002345678</exampleNumber>
363 <!-- This is included as Centrex in the plan. -->
364 <nationalNumberPattern>26848[01]\d{4}</nationalNumberPattern>
365 <possibleNumberPattern>\d{10}</possibleNumberPattern>
366 <exampleNumber>2684801234</exampleNumber>
371 <territory id="AI" countryCode="1" leadingDigits="264" nationalPrefix="1"
372 internationalPrefix="011">
374 <sourceUrl>http://www.itu.int/oth/T0202000007/en</sourceUrl>
377 <!-- NANPA country - uses US formatting rules -->
378 <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
379 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
382 <nationalNumberPattern>
387 </nationalNumberPattern>
388 <exampleNumber>2644612345</exampleNumber>
391 <nationalNumberPattern>
404 </nationalNumberPattern>
405 <possibleNumberPattern>\d{10}</possibleNumberPattern>
406 <exampleNumber>2642351234</exampleNumber>
409 <nationalNumberPattern>
418 </nationalNumberPattern>
419 <possibleNumberPattern>\d{10}</possibleNumberPattern>
420 <exampleNumber>8002123456</exampleNumber>
423 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
424 <possibleNumberPattern>\d{10}</possibleNumberPattern>
425 <exampleNumber>9002123456</exampleNumber>
428 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
429 <nationalNumberPattern>
437 </nationalNumberPattern>
438 <possibleNumberPattern>\d{10}</possibleNumberPattern>
439 <exampleNumber>5002345678</exampleNumber>
444 <territory id="AL" countryCode="355" internationalPrefix="00"
445 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
446 mobileNumberPortableRegion="true">
448 <sourceUrl>http://www.itu.int/oth/T0202000002/en</sourceUrl>
451 <!-- Formats mostly follow http://tirana.usembassy.gov/list_of_doctors.html -->
452 <numberFormat pattern="(4)(\d{3})(\d{4})">
453 <leadingDigits>4[0-6]</leadingDigits>
454 <format>$1 $2 $3</format>
456 <numberFormat pattern="(6[6-9])(\d{3})(\d{4})">
457 <leadingDigits>6</leadingDigits>
458 <format>$1 $2 $3</format>
460 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
465 <format>$1 $2 $3</format>
467 <numberFormat pattern="(\d{3})(\d{3,5})">
473 <format>$1 $2</format>
477 <nationalNumberPattern>
482 </nationalNumberPattern>
483 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
486 <nationalNumberPattern>
512 </nationalNumberPattern>
513 <possibleNumberPattern>\d{5,8}</possibleNumberPattern>
514 <exampleNumber>22345678</exampleNumber>
517 <nationalNumberPattern>6[6-9]\d{7}</nationalNumberPattern>
518 <possibleNumberPattern>\d{9}</possibleNumberPattern>
519 <exampleNumber>661234567</exampleNumber>
522 <nationalNumberPattern>800\d{4}</nationalNumberPattern>
523 <possibleNumberPattern>\d{7}</possibleNumberPattern>
524 <exampleNumber>8001234</exampleNumber>
527 <!-- It is named "Shared Revenue Services" in the plan, but as there is a separate "Shared
528 Cost Services", it is highly likely these numbers are premium rate numbers. No
529 information/example is found in the Internet. -->
530 <nationalNumberPattern>900\d{3}</nationalNumberPattern>
531 <possibleNumberPattern>\d{6}</possibleNumberPattern>
532 <exampleNumber>900123</exampleNumber>
535 <nationalNumberPattern>808\d{3}</nationalNumberPattern>
536 <possibleNumberPattern>\d{6}</possibleNumberPattern>
537 <exampleNumber>808123</exampleNumber>
540 <nationalNumberPattern>700\d{5}</nationalNumberPattern>
541 <possibleNumberPattern>\d{8}</possibleNumberPattern>
542 <exampleNumber>70012345</exampleNumber>
547 <!-- We think the national dialling prefix is 0 - it seems this was a change in 2005 (or 2008)
548 along with the new city codes. However, their official document makes no mention of it,
549 websites disagree, and we are not sure if the change has actually been made. -->
550 <territory id="AM" countryCode="374" internationalPrefix="00"
551 nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
552 mobileNumberPortableRegion="true" >
554 <sourceUrl>http://www.itu.int/oth/T020200000A/en</sourceUrl>
555 <sourceUrl>http://en.wikipedia.org/wiki/%2B374</sourceUrl>
556 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Nagorno-Karabakh_Republic</sourceUrl>
559 <numberFormat pattern="(\d{2})(\d{6})">
564 <format>$1 $2</format>
566 <numberFormat pattern="(\d{2})(\d{6})" nationalPrefixFormattingRule="$NP$FG">
572 <format>$1 $2</format>
574 <numberFormat pattern="(\d{3})(\d{5})">
575 <leadingDigits>[23]</leadingDigits>
576 <format>$1 $2</format>
578 <numberFormat pattern="(\d{3})(\d{2})(\d{3})" nationalPrefixFormattingRule="$NP $FG">
583 <format>$1 $2 $3</format>
587 <nationalNumberPattern>[1-9]\d{7}</nationalNumberPattern>
588 <possibleNumberPattern>\d{5,8}</possibleNumberPattern>
591 <!-- Includes telephone numbers in Nagorno-Karabakh Republic, physically located inside
592 Azerbaijan, which use prefix 47. -->
593 <nationalNumberPattern>
607 </nationalNumberPattern>
608 <exampleNumber>10123456</exampleNumber>
611 <!-- Part of the range 97 is used by Nagorno-Karabakh Republic. -->
612 <nationalNumberPattern>
619 </nationalNumberPattern>
620 <possibleNumberPattern>\d{8}</possibleNumberPattern>
621 <exampleNumber>77123456</exampleNumber>
624 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
625 <possibleNumberPattern>\d{8}</possibleNumberPattern>
626 <exampleNumber>80012345</exampleNumber>
629 <nationalNumberPattern>90[016]\d{5}</nationalNumberPattern>
630 <possibleNumberPattern>\d{8}</possibleNumberPattern>
631 <exampleNumber>90012345</exampleNumber>
634 <nationalNumberPattern>80[1-4]\d{5}</nationalNumberPattern>
635 <possibleNumberPattern>\d{8}</possibleNumberPattern>
636 <exampleNumber>80112345</exampleNumber>
639 <nationalNumberPattern>60[2-6]\d{5}</nationalNumberPattern>
640 <possibleNumberPattern>\d{8}</possibleNumberPattern>
641 <exampleNumber>60271234</exampleNumber>
646 <territory id="AO" countryCode="244" internationalPrefix="00">
648 <sourceUrl>http://www.itu.int/oth/T0202000006/en</sourceUrl>
651 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
652 <format>$1 $2 $3</format>
656 <nationalNumberPattern>[29]\d{8}</nationalNumberPattern>
657 <possibleNumberPattern>\d{9}</possibleNumberPattern>
660 <nationalNumberPattern>
665 </nationalNumberPattern>
666 <exampleNumber>222123456</exampleNumber>
669 <!-- Expanded the 92 prefix possibilities to match numbers found online. Unitel
670 apparently launched the prefix 94 on 25th April 2012, and Movicel has 99. -->
671 <nationalNumberPattern>9[1-49]\d{7}</nationalNumberPattern>
672 <exampleNumber>923123456</exampleNumber>
677 <!-- The national prefix for parsing here consists of a 0 (optional), followed by the area code
678 (which is captured, so that it can be retained), followed by 15, which is the mobile token,
679 which will be stripped if present. We expect the following combinations: 0AC15 and AC15
680 (where the 0 and 15 will be stripped, and it will be transformed into 9AC), 0, and 15 (in
681 the latter two cases we just strip the 0 or 15 as appropriate and leave the number as is.)
683 <territory id="AR" countryCode="54" internationalPrefix="00" nationalPrefix="0"
684 nationalPrefixForParsing="
781 nationalPrefixTransformRule="9$1" nationalPrefixFormattingRule="$NP$FG"
782 mobileNumberPortableRegion="true">
784 <sourceUrl>http://www.itu.int/oth/T0202000009/en</sourceUrl>
785 <!-- On the following link, click on Indicativos Interurbanos to access detailed
787 <sourceUrl>http://www.cnc.gov.ar/infotecnica/numeracion/Index.asp</sourceUrl>
788 <!-- Download XLS spreadsheet from "Númeración Geográfica" link on following page: -->
789 <sourceUrl>http://www.cnc.gob.ar/asignaciones-a-la-fecha_p445</sourceUrl>
790 <sourceUrl>http://en.wikipedia.org/wiki/+54</sourceUrl>
793 <numberFormat pattern="([68]\d{2})(\d{3})(\d{4})">
794 <leadingDigits>[68]</leadingDigits>
795 <format>$1-$2-$3</format>
797 <!-- Format local numbers in two groups. The leading digits are 2-9 since the ITU document
798 says that the digit zero and one will not be present at the start of the subscriber
799 number (which starts with an "Exchange characteristic"). -->
800 <numberFormat pattern="(\d{2})(\d{4})" nationalPrefixFormattingRule="$FG">
801 <leadingDigits>[2-9]</leadingDigits>
802 <format>$1-$2</format>
803 <intlFormat>NA</intlFormat>
805 <numberFormat pattern="(\d{3})(\d{4})" nationalPrefixFormattingRule="$FG">
806 <leadingDigits>[2-9]</leadingDigits>
807 <format>$1-$2</format>
808 <intlFormat>NA</intlFormat>
810 <numberFormat pattern="(\d{4})(\d{4})" nationalPrefixFormattingRule="$FG">
811 <leadingDigits>[2-9]</leadingDigits>
812 <format>$1-$2</format>
813 <intlFormat>NA</intlFormat>
815 <numberFormat pattern="(9)(11)(\d{4})(\d{4})">
816 <leadingDigits>911</leadingDigits>
817 <format>$2 15-$3-$4</format>
818 <intlFormat>$1 $2 $3-$4</intlFormat>
820 <numberFormat pattern="(9)(\d{3})(\d{3})(\d{4})">
821 <!-- The regular expressions below were generated semi-automatically from data extracted
822 from the XLS spreadsheet downloaded from the "Númeración Geográfica" link cited
823 above. Each pattern captures all 3-3-4 prefixes for its length, but may also capture
826 In cases where a range contains both 3-3-4 and 4-2-4 prefixes, the most commonly used
827 one should be considered the default.
828 * If there are more distinct 4-2-4 prefixes, then the regular expression should
829 INCLUDE only the explicitly mentioned 3-3-4 prefixes.
830 * If there are more distinct 3-3-4 prefixes, then the regular expression should
831 EXCLUDE only the explicitly mentioned 4-2-4 prefixes.
832 This should help maximize the chances of new ranges automatically being assigned to
835 In the final (most specific) regular expression, the few remaining ambiguous cases
836 are decided by comparing usage counts. Any manual edits to these expressions not
837 reflected in the XLS spreadsheet must be clearly called out below:
839 Added Manually as 3-3-4 format:
840 * 2981 (General Roca, RÃo Negro) : Numbers found online suggest 3-3-4
843 https://github.com/googlei18n/libphonenumber/issues/611
844 https://github.com/googlei18n/libphonenumber/issues/559
846 <!-- Do NOT copy this into the section below. Removing the leading '9' will make it match
847 only 2 digits and the first <leadingDigits> section must always match 3 digits. -->
854 <!-- If modified, copy this expression into the section below, minus the leading '9' -->
875 <!-- Note that some patterns appear as both 3 and 4 digit area codes. In these cases
876 (to avoid going to 6 digits of discrimination) we simply pick the one with the
877 most uses. Patterns excluded from this expression will be treated as 4-2-4:
878 - XXXX (usage count as 3-digit code:usage count as 4-digit code)
879 - 2646 (7:15) - excluded
880 - 3435 (39:63) - excluded
881 - 3436 (16:54) - excluded
883 - 3455 (13:94) - excluded
884 - 3456 (3:93) - excluded
886 - 3585 (21:42) - excluded
889 - 3856 (19:44) - excluded
890 - 3876 (56:99) - excluded
892 - 3886 (3:137) - excluded
894 <!-- If modified, copy this expression into the section below, minus the leading '9' -->
940 <format>$2 15-$3-$4</format>
941 <intlFormat>$1 $2 $3-$4</intlFormat>
943 <!-- Both 4-3-3 and 4-2-4 have been seen online; we prefer the latter since it matches the
944 Argentinian ITU doc and wikipedia. -->
945 <numberFormat pattern="(9)(\d{4})(\d{2})(\d{4})">
946 <leadingDigits>9[23]</leadingDigits>
947 <format>$2 15-$3-$4</format>
948 <intlFormat>$1 $2 $3-$4</intlFormat>
950 <numberFormat pattern="(11)(\d{4})(\d{4})" nationalPrefixOptionalWhenFormatting="true">
951 <leadingDigits>1</leadingDigits>
952 <format>$1 $2-$3</format>
954 <!-- These patterns are a copy of the mobile patterns with the leading 9 removed. -->
955 <numberFormat pattern="(\d{3})(\d{3})(\d{4})" nationalPrefixOptionalWhenFormatting="true">
956 <!-- Never modify this manually, always copy from above and remove leading '9' -->
975 <!-- Never modify this manually, always copy from above and remove leading '9' -->
1019 <format>$1 $2-$3</format>
1021 <numberFormat pattern="(\d{4})(\d{2})(\d{4})" nationalPrefixOptionalWhenFormatting="true">
1022 <leadingDigits>[23]</leadingDigits>
1023 <format>$1 $2-$3</format>
1025 <!-- Format short numbers as a block. -->
1026 <numberFormat pattern="(\d{3})" nationalPrefixFormattingRule="$FG">
1032 <intlFormat>NA</intlFormat>
1036 <!-- We restrict the second digit after 1 here so we can recognise and strip the 15 mobile
1037 carrier prefix when we see it. -->
1038 <nationalNumberPattern>
1042 </nationalNumberPattern>
1043 <possibleNumberPattern>\d{6,11}</possibleNumberPattern>
1045 <noInternationalDialling>
1046 <nationalNumberPattern>810\d{7}</nationalNumberPattern>
1047 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1048 <exampleNumber>8101234567</exampleNumber>
1049 </noInternationalDialling>
1051 <!-- Also covering fixed satellite service numbers (670). -->
1052 <nationalNumberPattern>
1132 </nationalNumberPattern>
1133 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
1134 <exampleNumber>1123456789</exampleNumber>
1137 <!-- Also covers mobile satellite services (675 numbers). -->
1138 <!-- 4-digit area codes are not covered here in detail - we only check the digit after the
1139 area code is in the range 2-9. The four-digit area-code checking is done in detail if
1140 we attempt to strip the caller-pays token (15) from the number. -->
1141 <nationalNumberPattern>
1165 </nationalNumberPattern>
1166 <possibleNumberPattern>\d{6,11}</possibleNumberPattern>
1167 <exampleNumber>91123456789</exampleNumber>
1170 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
1171 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1172 <exampleNumber>8001234567</exampleNumber>
1175 <nationalNumberPattern>60[04579]\d{7}</nationalNumberPattern>
1176 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1177 <exampleNumber>6001234567</exampleNumber>
1180 <nationalNumberPattern>810\d{7}</nationalNumberPattern>
1181 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1182 <exampleNumber>8101234567</exampleNumber>
1186 <!-- American Samoa -->
1187 <territory id="AS" countryCode="1" leadingDigits="684" nationalPrefix="1"
1188 internationalPrefix="011">
1190 <sourceUrl>http://www.itu.int/oth/T0202000004/en</sourceUrl>
1193 <!-- NANPA country - uses US formatting rules -->
1194 <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
1195 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
1198 <nationalNumberPattern>
1208 </nationalNumberPattern>
1209 <exampleNumber>6846221234</exampleNumber>
1212 <!-- Added 25[246] and 272, operated by Blue Sky. Added 731, 770, operated by ASTCA. -->
1213 <nationalNumberPattern>
1224 </nationalNumberPattern>
1225 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1226 <exampleNumber>6847331234</exampleNumber>
1229 <nationalNumberPattern>
1238 </nationalNumberPattern>
1239 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1240 <exampleNumber>8002123456</exampleNumber>
1243 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
1244 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1245 <exampleNumber>9002123456</exampleNumber>
1248 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
1249 <nationalNumberPattern>
1257 </nationalNumberPattern>
1258 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1259 <exampleNumber>5002345678</exampleNumber>
1264 <territory id="AT" countryCode="43" internationalPrefix="00"
1265 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
1266 mobileNumberPortableRegion="true">
1268 <sourceUrl>http://www.rtr.at/en/tk/E129</sourceUrl>
1271 <numberFormat pattern="(1)(\d{3,12})">
1272 <leadingDigits>1</leadingDigits>
1273 <format>$1 $2</format>
1275 <!-- The following three patterns are the most common for prefixes 050, 057 and 059, as
1276 found on Austrian web pages. -->
1277 <numberFormat pattern="(5\d)(\d{3,5})">
1278 <leadingDigits>5[079]</leadingDigits>
1279 <format>$1 $2</format>
1281 <numberFormat pattern="(5\d)(\d{3})(\d{3,4})">
1282 <leadingDigits>5[079]</leadingDigits>
1283 <format>$1 $2 $3</format>
1285 <numberFormat pattern="(5\d)(\d{4})(\d{4,7})">
1286 <leadingDigits>5[079]</leadingDigits>
1287 <format>$1 $2 $3</format>
1289 <numberFormat pattern="(\d{3})(\d{3,10})">
1306 <format>$1 $2</format>
1308 <numberFormat pattern="(\d{4})(\d{3,9})">
1329 <format>$1 $2</format>
1333 <nationalNumberPattern>[1-9]\d{3,12}</nationalNumberPattern>
1334 <possibleNumberPattern>\d{3,13}</possibleNumberPattern>
1337 <!-- Note that the full area code is not validated - just the first 3 digits. This also
1338 means that even though for most Austrian numbers the minimum length is 7, we allow 6
1339 since we don't differentiate below between 3 and 4 digit area codes for reasons of
1341 <nationalNumberPattern>
1393 </nationalNumberPattern>
1394 <exampleNumber>1234567890</exampleNumber>
1397 <nationalNumberPattern>
1404 </nationalNumberPattern>
1405 <possibleNumberPattern>\d{7,13}</possibleNumberPattern>
1406 <exampleNumber>644123456</exampleNumber>
1409 <nationalNumberPattern>80[02]\d{6,10}</nationalNumberPattern>
1410 <possibleNumberPattern>\d{9,13}</possibleNumberPattern>
1411 <exampleNumber>800123456</exampleNumber>
1414 <nationalNumberPattern>
1422 </nationalNumberPattern>
1423 <possibleNumberPattern>\d{9,13}</possibleNumberPattern>
1424 <exampleNumber>900123456</exampleNumber>
1427 <nationalNumberPattern>
1432 </nationalNumberPattern>
1433 <possibleNumberPattern>\d{9,13}</possibleNumberPattern>
1434 <exampleNumber>810123456</exampleNumber>
1437 <nationalNumberPattern>780\d{6,10}</nationalNumberPattern>
1438 <possibleNumberPattern>\d{9,13}</possibleNumberPattern>
1439 <exampleNumber>780123456</exampleNumber>
1442 <nationalNumberPattern>
1451 </nationalNumberPattern>
1452 <possibleNumberPattern>\d{5,13}</possibleNumberPattern>
1453 <exampleNumber>50123</exampleNumber>
1458 <!-- Metadata shared with Cocos Islands (CC) and Christmas Islands (CX) -->
1459 <territory id="AU" countryCode="61" mainCountryForCode="true"
1460 internationalPrefix="(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]"
1461 preferredInternationalPrefix="0011" nationalPrefix="0"
1462 mobileNumberPortableRegion="true">
1464 <sourceUrl>http://www.itu.int/oth/T020200000D/en</sourceUrl>
1465 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia</sourceUrl>
1468 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
1469 pattern="([2378])(\d{4})(\d{4})">
1470 <leadingDigits>[2378]</leadingDigits>
1471 <format>$1 $2 $3</format>
1473 <numberFormat nationalPrefixFormattingRule="$NP$FG"
1474 pattern="(\d{3})(\d{3})(\d{3})">
1479 <format>$1 $2 $3</format>
1481 <numberFormat nationalPrefixFormattingRule="$NP$FG"
1482 pattern="(16)(\d{3})(\d{2,4})">
1483 <leadingDigits>16</leadingDigits>
1484 <format>$1 $2 $3</format>
1486 <numberFormat nationalPrefixFormattingRule="$FG"
1487 pattern="(1[389]\d{2})(\d{3})(\d{3})">
1500 <format>$1 $2 $3</format>
1502 <numberFormat nationalPrefixFormattingRule="$FG"
1503 pattern="(180)(2\d{3})">
1504 <leadingDigits>180</leadingDigits>
1505 <leadingDigits>1802</leadingDigits>
1506 <format>$1 $2</format>
1508 <numberFormat nationalPrefixFormattingRule="$FG"
1509 pattern="(19\d)(\d{3})">
1510 <leadingDigits>19[13]</leadingDigits>
1511 <format>$1 $2</format>
1513 <numberFormat nationalPrefixFormattingRule="$FG"
1514 pattern="(19\d{2})(\d{4})">
1515 <leadingDigits>19[67]</leadingDigits>
1516 <format>$1 $2</format>
1518 <numberFormat nationalPrefixFormattingRule="$FG"
1519 pattern="(13)(\d{2})(\d{2})">
1520 <leadingDigits>13[1-9]</leadingDigits>
1521 <format>$1 $2 $3</format>
1525 <nationalNumberPattern>[1-578]\d{5,9}</nationalNumberPattern>
1526 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
1528 <noInternationalDialling>
1529 <nationalNumberPattern>
1540 </nationalNumberPattern>
1541 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
1542 <exampleNumber>1300123456</exampleNumber>
1543 </noInternationalDialling>
1545 <!-- Excludes prefixes used by Cocos Islands and Christmas Islands -->
1546 <nationalNumberPattern>
1559 </nationalNumberPattern>
1560 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
1561 <exampleNumber>212345678</exampleNumber>
1564 <!-- Includes MobileSat and Thuraya satellite services. According to the wikipedia page,
1565 other ranges 14[1-3] are not currently used. Note CC and CX should be updated as well
1566 if this pattern changes. -->
1567 <nationalNumberPattern>
1582 </nationalNumberPattern>
1583 <possibleNumberPattern>\d{9}</possibleNumberPattern>
1584 <exampleNumber>412345678</exampleNumber>
1587 <nationalNumberPattern>16\d{3,7}</nationalNumberPattern>
1588 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
1589 <exampleNumber>1612345</exampleNumber>
1592 <nationalNumberPattern>
1597 </nationalNumberPattern>
1598 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
1599 <exampleNumber>1800123456</exampleNumber>
1602 <nationalNumberPattern>190[0126]\d{6}</nationalNumberPattern>
1603 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1604 <exampleNumber>1900123456</exampleNumber>
1607 <!-- Local-rate (SmartNumbers) are put here because they are a reverse-charge network,
1608 although they charge a small local call connect fee (around 25c). These start with 13
1610 <nationalNumberPattern>
1614 </nationalNumberPattern>
1615 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
1616 <exampleNumber>1300123456</exampleNumber>
1618 <!-- Wikipedia was the source for these types of numbers, and number allocation search here
1619 http://web.acma.gov.au/numb/openAccess/inquiry/allocationSearch.do confirms this. (Search
1620 from 0500000000 to 0590000000) -->
1622 <nationalNumberPattern>500\d{6}</nationalNumberPattern>
1623 <possibleNumberPattern>\d{9}</possibleNumberPattern>
1624 <exampleNumber>500123456</exampleNumber>
1627 <nationalNumberPattern>550\d{6}</nationalNumberPattern>
1628 <possibleNumberPattern>\d{9}</possibleNumberPattern>
1629 <exampleNumber>550123456</exampleNumber>
1634 <territory id="AW" countryCode="297" internationalPrefix="00">
1636 <sourceUrl>http://www.itu.int/oth/T020200000B/en</sourceUrl>
1639 <numberFormat pattern="(\d{3})(\d{4})">
1640 <format>$1 $2</format>
1644 <nationalNumberPattern>[25-9]\d{6}</nationalNumberPattern>
1645 <possibleNumberPattern>\d{7}</possibleNumberPattern>
1648 <nationalNumberPattern>
1653 </nationalNumberPattern>
1654 <exampleNumber>5212345</exampleNumber>
1657 <!-- The prefixes 662, 994 & 96[45], while not in the plan, seem to be used in mobile
1658 numbers found online. -->
1659 <nationalNumberPattern>
1677 </nationalNumberPattern>
1678 <exampleNumber>5601234</exampleNumber>
1681 <nationalNumberPattern>800\d{4}</nationalNumberPattern>
1682 <exampleNumber>8001234</exampleNumber>
1685 <nationalNumberPattern>900\d{4}</nationalNumberPattern>
1686 <exampleNumber>9001234</exampleNumber>
1689 <nationalNumberPattern>
1692 </nationalNumberPattern>
1693 <exampleNumber>5011234</exampleNumber>
1697 <!-- Ã…land Islands. -->
1698 <!-- Metadata shared with Finland. -->
1699 <territory id="AX" countryCode="358" internationalPrefix="00|99[049]" nationalPrefix="0"
1700 nationalPrefixFormattingRule="$NP$FG">
1702 <sourceUrl>https://www.viestintavirasto.fi/internetpuhelin/puhelinverkonnumerointi.html</sourceUrl>
1704 <!-- The general desc and fixed line are numbers different from Finland metadata. -->
1706 <nationalNumberPattern>
1712 </nationalNumberPattern>
1713 <possibleNumberPattern>\d{5,12}</possibleNumberPattern>
1715 <noInternationalDialling>
1716 <!-- According to the national numbering plan, service numbers are in general not accessible
1717 from abroad, although 600/700/800 numbers may be. -->
1718 <nationalNumberPattern>
1736 </nationalNumberPattern>
1737 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
1738 <exampleNumber>100123</exampleNumber>
1739 </noInternationalDialling>
1741 <nationalNumberPattern>18[1-8]\d{3,9}</nationalNumberPattern>
1742 <possibleNumberPattern>\d{6,12}</possibleNumberPattern>
1743 <exampleNumber>1812345678</exampleNumber>
1745 <!-- The mobile, toll free, premium rate and UAN numbers copied from Finland. -->
1747 <nationalNumberPattern>
1750 </nationalNumberPattern>
1751 <possibleNumberPattern>\d{6,11}</possibleNumberPattern>
1752 <exampleNumber>412345678</exampleNumber>
1755 <nationalNumberPattern>800\d{4,7}</nationalNumberPattern>
1756 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
1757 <exampleNumber>8001234567</exampleNumber>
1760 <nationalNumberPattern>[67]00\d{5,6}</nationalNumberPattern>
1761 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
1762 <exampleNumber>600123456</exampleNumber>
1765 <!-- Covers nationwide non-geographic numbers, and nationwide "service numbers", typically
1766 assigned to institutions such as universities, the national post, etc, where they are
1767 not otherwise classified as toll-free or premium-rate numbers. -->
1768 <nationalNumberPattern>
1786 </nationalNumberPattern>
1787 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
1788 <exampleNumber>10112345</exampleNumber>
1793 <territory id="AZ" countryCode="994" internationalPrefix="00" nationalPrefix="0"
1794 nationalPrefixFormattingRule="($NP$FG)" mobileNumberPortableRegion="true">
1796 <sourceUrl>http://www.itu.int/oth/T020200000F/en</sourceUrl>
1799 <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
1810 <format>$1 $2 $3 $4</format>
1812 <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
1813 <leadingDigits>[4-8]</leadingDigits>
1814 <format>$1 $2 $3 $4</format>
1816 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})"
1817 nationalPrefixFormattingRule="$NP$FG">
1818 <leadingDigits>9</leadingDigits>
1819 <format>$1 $2 $3 $4</format>
1823 <nationalNumberPattern>[1-9]\d{8}</nationalNumberPattern>
1824 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
1827 <nationalNumberPattern>
1840 </nationalNumberPattern>
1841 <exampleNumber>123123456</exampleNumber>
1844 <nationalNumberPattern>
1851 </nationalNumberPattern>
1852 <possibleNumberPattern>\d{9}</possibleNumberPattern>
1853 <exampleNumber>401234567</exampleNumber>
1856 <!-- 88 is listed as fixed-line for Baku in the ITU document, but online numbers seem to
1857 suggest they are in fact national toll-free numbers. -->
1858 <nationalNumberPattern>88\d{7}</nationalNumberPattern>
1859 <possibleNumberPattern>\d{9}</possibleNumberPattern>
1860 <exampleNumber>881234567</exampleNumber>
1863 <!-- These are marked as Interactive Calls in the ITU document. -->
1864 <nationalNumberPattern>900200\d{3}</nationalNumberPattern>
1865 <possibleNumberPattern>\d{9}</possibleNumberPattern>
1866 <exampleNumber>900200123</exampleNumber>
1870 <!-- Bosnia and Herzegovina -->
1871 <territory id="BA" countryCode="387" internationalPrefix="00"
1872 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
1873 mobileNumberPortableRegion="true">
1875 <!-- accessible from http://www.cra.ba/en/telecom/numbering/ -->
1876 <sourceUrl>http://www.rak.ba/eng/index.php?uid=1272016657</sourceUrl>
1877 <sourceUrl>http://en.wikipedia.org/wiki/+387</sourceUrl>
1880 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
1881 <leadingDigits>[3-5]</leadingDigits>
1882 <format>$1 $2-$3</format>
1884 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
1889 <format>$1 $2 $3</format>
1891 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{3})">
1892 <leadingDigits>6[047]</leadingDigits>
1893 <format>$1 $2 $3 $4</format>
1897 <nationalNumberPattern>[3-9]\d{7,8}</nationalNumberPattern>
1898 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
1901 <nationalNumberPattern>
1906 </nationalNumberPattern>
1907 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
1908 <exampleNumber>30123456</exampleNumber>
1911 <nationalNumberPattern>
1918 </nationalNumberPattern>
1919 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
1920 <exampleNumber>61123456</exampleNumber>
1923 <nationalNumberPattern>8[08]\d{6}</nationalNumberPattern>
1924 <possibleNumberPattern>\d{8}</possibleNumberPattern>
1925 <exampleNumber>80123456</exampleNumber>
1928 <nationalNumberPattern>9[0246]\d{6}</nationalNumberPattern>
1929 <possibleNumberPattern>\d{8}</possibleNumberPattern>
1930 <exampleNumber>90123456</exampleNumber>
1933 <!-- Using this category to model national tariff numbers - these are under Shared Cost in
1935 <nationalNumberPattern>8[12]\d{6}</nationalNumberPattern>
1936 <possibleNumberPattern>\d{8}</possibleNumberPattern>
1937 <exampleNumber>82123456</exampleNumber>
1940 <!-- Using this to classify nomad numbers. -->
1941 <nationalNumberPattern>70[23]\d{5}</nationalNumberPattern>
1942 <possibleNumberPattern>\d{8}</possibleNumberPattern>
1943 <exampleNumber>70223456</exampleNumber>
1948 <territory id="BB" countryCode="1" leadingDigits="246" nationalPrefix="1"
1949 internationalPrefix="011">
1951 <sourceUrl>http://www.itu.int/oth/T0202000013/en</sourceUrl>
1954 <!-- NANPA country - uses US formatting rules -->
1955 <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
1956 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
1959 <nationalNumberPattern>246[2-9]\d{6}</nationalNumberPattern>
1960 <exampleNumber>2462345678</exampleNumber>
1963 <nationalNumberPattern>
1972 </nationalNumberPattern>
1973 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1974 <exampleNumber>2462501234</exampleNumber>
1977 <nationalNumberPattern>
1986 </nationalNumberPattern>
1987 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1988 <exampleNumber>8002123456</exampleNumber>
1991 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
1992 <possibleNumberPattern>\d{10}</possibleNumberPattern>
1993 <exampleNumber>9002123456</exampleNumber>
1996 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
1997 <nationalNumberPattern>
2005 </nationalNumberPattern>
2006 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2007 <exampleNumber>5002345678</exampleNumber>
2012 <territory id="BD" countryCode="880" internationalPrefix="00[12]?"
2013 preferredInternationalPrefix="00"
2014 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
2016 <sourceUrl>http://www.itu.int/oth/T0202000012/en</sourceUrl>
2017 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Bangladesh</sourceUrl>
2018 <sourceUrl>http://www.btrc.gov.bd/sites/default/files/national_numbering_plan_2005_0.pdf</sourceUrl>
2021 <numberFormat pattern="(2)(\d{7})">
2022 <leadingDigits>2</leadingDigits>
2023 <format>$1-$2</format>
2025 <numberFormat pattern="(\d{2})(\d{4,6})">
2026 <leadingDigits>[3-79]1</leadingDigits>
2027 <format>$1-$2</format>
2029 <!-- Mobile numbers, VOIP, and four-digit fixed-line area codes. -->
2030 <numberFormat pattern="(\d{4})(\d{3,6})">
2062 <format>$1-$2</format>
2064 <numberFormat pattern="(\d{3})(\d{3,7})">
2069 <format>$1-$2</format>
2073 <!-- This is quite complex so we can define that numbers beginning with 88 are not part of the
2074 plan, so the country code can be accurately stripped off. -->
2075 <nationalNumberPattern>
2079 </nationalNumberPattern>
2080 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
2083 <!-- There was a plan to move to 10 digit fixed-line numbers, but this does not seem to have
2084 been realised, judging by online numbers and wikipedia. These patterns are grouped
2085 first by leading digit, then within by number of digits. Several Dhaka prefixes (02 731,
2086 02 910, etc.) are included despite not being mentioned on Wikipedia / ITU due to
2087 online evidence. Another oddity is Chittagong - some numbers have a leading 2, others
2088 do not - both are allowed for now. For some area codes, the subscriber number length
2089 described in our source documentation doesn't match numbers online (e.g. 05222) so we
2090 allow both for now. (This applies to 0431, 04329, 04623, 05327 as well). We have
2091 also added 04452 and 04923 from numbers found online. -->
2092 <nationalNumberPattern>
2365 </nationalNumberPattern>
2366 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
2367 <exampleNumber>27111234</exampleNumber>
2370 <!-- Presuming that mobile numbers with the prefixes 66, 37, 44 and 38 must be followed by
2371 numbers [02-9] or they would clash with fixed-line codes. According to the plan, mobile
2372 numbers should be moving to 1[13-9] anyway. -->
2373 <nationalNumberPattern>
2385 </nationalNumberPattern>
2386 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2387 <exampleNumber>1812345678</exampleNumber>
2390 <!-- Note: Including Tele-voting numbers here as they are free of charge. -->
2391 <nationalNumberPattern>80[03]\d{7}</nationalNumberPattern>
2392 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2393 <exampleNumber>8001234567</exampleNumber>
2396 <nationalNumberPattern>
2402 </nationalNumberPattern>
2403 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2404 <exampleNumber>9604123456</exampleNumber>
2409 <territory id="BE" countryCode="32" internationalPrefix="00"
2410 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
2411 mobileNumberPortableRegion="true">
2413 <sourceUrl>http://www.bipt.be/en/operators/telecommunication/Numbering/Database</sourceUrl>
2414 <sourceUrl>http://www.bipt.be/public/files/en/474/20140829153659_Belgian_numbering_plan</sourceUrl>
2415 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Belgium</sourceUrl>
2418 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
2419 <leadingDigits>4[6-9]</leadingDigits>
2420 <format>$1 $2 $3 $4</format>
2422 <numberFormat pattern="(\d)(\d{3})(\d{2})(\d{2})">
2428 <format>$1 $2 $3 $4</format>
2430 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
2439 <format>$1 $2 $3 $4</format>
2441 <numberFormat pattern="(\d{3})(\d{2})(\d{3})">
2448 <format>$1 $2 $3</format>
2452 <nationalNumberPattern>[1-9]\d{7,8}</nationalNumberPattern>
2453 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
2456 <nationalNumberPattern>
2468 </nationalNumberPattern>
2469 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2470 <exampleNumber>12345678</exampleNumber>
2473 <nationalNumberPattern>
2479 </nationalNumberPattern>
2480 <possibleNumberPattern>\d{9}</possibleNumberPattern>
2481 <exampleNumber>470123456</exampleNumber>
2484 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
2485 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2486 <exampleNumber>80012345</exampleNumber>
2489 <nationalNumberPattern>
2494 </nationalNumberPattern>
2495 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2496 <exampleNumber>90123456</exampleNumber>
2499 <!-- Using this for National Rate Services, since
2500 http://www.voipgate.com/site/news/newsflash/new-numbers-available-the-netherlands-and-austria.html
2501 says it will be priced the same as any other national calls. -->
2502 <nationalNumberPattern>78\d{6}</nationalNumberPattern>
2503 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2504 <exampleNumber>78123456</exampleNumber>
2508 <!-- Burkina Faso -->
2509 <territory id="BF" countryCode="226" internationalPrefix="00">
2511 <sourceUrl>http://www.itu.int/oth/T0202000021/en</sourceUrl>
2512 <sourceUrl>http://www.onatel.bf/onatelsa/plandenumerotation_burkina.pdf</sourceUrl>
2515 <!-- The national numbering plan from ITU suggests grouping of 2, 2 and 4, but we have
2516 chosen to use the standard from numbers found on the internet instead. -->
2517 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
2518 <format>$1 $2 $3 $4</format>
2522 <nationalNumberPattern>[24-7]\d{7}</nationalNumberPattern>
2523 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2526 <nationalNumberPattern>
2543 </nationalNumberPattern>
2544 <exampleNumber>20491234</exampleNumber>
2547 <nationalNumberPattern>
2553 </nationalNumberPattern>
2554 <exampleNumber>70123456</exampleNumber>
2559 <territory id="BG" countryCode="359" internationalPrefix="00"
2560 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
2561 mobileNumberPortableRegion="true">
2563 <sourceUrl>http://www.itu.int/oth/T0202000020/en</sourceUrl>
2566 <!-- Formatting rules follow the conventions seen in web-search results. A space has been
2567 used to separate the area code from the rest of the number, based on sites like
2568 http://www.goldenpages.bg. -->
2569 <numberFormat pattern="(2)(\d{5})">
2570 <leadingDigits>29</leadingDigits>
2571 <format>$1 $2</format>
2573 <numberFormat pattern="(2)(\d{3})(\d{3,4})">
2574 <leadingDigits>2</leadingDigits>
2575 <format>$1 $2 $3</format>
2577 <numberFormat pattern="(\d{3})(\d{4})">
2582 <format>$1 $2</format>
2584 <numberFormat pattern="(\d{3})(\d{3})(\d{2})">
2589 <format>$1 $2 $3</format>
2591 <numberFormat pattern="(\d{3})(\d{2})(\d{3})">
2592 <leadingDigits>[78]00</leadingDigits>
2593 <format>$1 $2 $3</format>
2595 <numberFormat pattern="(\d{2})(\d{3})(\d{2,3})">
2603 <format>$1 $2 $3</format>
2605 <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})">
2611 <format>$1 $2 $3</format>
2615 <nationalNumberPattern>
2618 </nationalNumberPattern>
2619 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
2622 <!-- 29xxxx numbers have been added because they can be found online, and are typically
2623 used by taxi companies. -->
2624 <nationalNumberPattern>
2645 </nationalNumberPattern>
2646 <possibleNumberPattern>\d{5,8}</possibleNumberPattern>
2647 <exampleNumber>2123456</exampleNumber>
2650 <nationalNumberPattern>
2659 </nationalNumberPattern>
2660 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
2661 <exampleNumber>48123456</exampleNumber>
2664 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
2665 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2666 <exampleNumber>80012345</exampleNumber>
2669 <nationalNumberPattern>90\d{6}</nationalNumberPattern>
2670 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2671 <exampleNumber>90123456</exampleNumber>
2674 <nationalNumberPattern>700\d{5}</nationalNumberPattern>
2675 <exampleNumber>70012345</exampleNumber>
2680 <territory id="BH" countryCode="973" internationalPrefix="00" mobileNumberPortableRegion="true">
2682 <sourceUrl>http://www.itu.int/oth/T0202000011/en</sourceUrl>
2683 <sourceUrl>http://www.tra.org.bh/en/marketNumbering.aspx</sourceUrl>
2684 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Bahrain</sourceUrl>
2687 <numberFormat pattern="(\d{4})(\d{4})">
2688 <format>$1 $2</format>
2692 <nationalNumberPattern>[136-9]\d{7}</nationalNumberPattern>
2693 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2695 <!-- Some ranges were previously described as "universal", but in subsequent versions of the
2696 ITU doc they have been specified to be mobile or fixed-line. We follow the ITU
2697 designations, even though some publications still refer to them as universal. -->
2698 <!-- According to http://en.wikipedia.org/wiki/Telephone_numbers_in_Bahrain, the ranges
2699 "6966-6969, 6996, 6999" are assigned to Rapid. However this contradicts the ITU doc
2700 which lists "6966, 6969, 6996, 6999". We follow ITU here. -->
2702 <nationalNumberPattern>
2728 </nationalNumberPattern>
2729 <exampleNumber>17001234</exampleNumber>
2731 <!-- 31 is assigned to Royal Court, as per documents on Bahrain's own telecom site, even
2732 though it is omitted from the ITU document. -->
2734 <nationalNumberPattern>
2754 </nationalNumberPattern>
2755 <exampleNumber>36001234</exampleNumber>
2758 <nationalNumberPattern>80\d{6}</nationalNumberPattern>
2759 <exampleNumber>80123456</exampleNumber>
2761 <!-- 87 numbers are "wholly paid by the caller", so they are slotted under premium-rate for
2764 <nationalNumberPattern>
2769 </nationalNumberPattern>
2770 <exampleNumber>90123456</exampleNumber>
2773 <nationalNumberPattern>84\d{6}</nationalNumberPattern>
2774 <exampleNumber>84123456</exampleNumber>
2779 <territory id="BI" countryCode="257" internationalPrefix="00">
2781 <sourceUrl>http://www.itu.int/oth/T0202000022/en</sourceUrl>
2785 pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
2786 <format>$1 $2 $3 $4</format>
2790 <nationalNumberPattern>[267]\d{7}</nationalNumberPattern>
2791 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2794 <nationalNumberPattern>
2799 </nationalNumberPattern>
2800 <exampleNumber>22201234</exampleNumber>
2803 <!-- Extra online mobile number prefixes found: 74.
2804 The 29 prefix is listed as a mobile prefix, but many people list it as their fixed home
2805 number. We will keep it as mobile for now, but it may actually be a prefix for fixed
2806 satellite phones. -->
2807 <nationalNumberPattern>
2812 </nationalNumberPattern>
2813 <exampleNumber>79561234</exampleNumber>
2818 <territory id="BJ" countryCode="229" internationalPrefix="00">
2820 <sourceUrl>http://www.itu.int/oth/T0202000017/en</sourceUrl>
2823 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
2824 <format>$1 $2 $3 $4</format>
2826 <!-- Numbers beginning with 7 should be formatted as a block. -->
2829 <nationalNumberPattern>
2832 </nationalNumberPattern>
2833 <possibleNumberPattern>\d{4,8}</possibleNumberPattern>
2836 <!-- These come from the national numbering plan, but have been widened to include other
2837 prefixes found in the yellow pages - specifically 21 0. -->
2838 <nationalNumberPattern>
2845 </nationalNumberPattern>
2846 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2847 <exampleNumber>20211234</exampleNumber>
2850 <!-- We have restricted the pattern here to the first two digits, as beyond this the data
2851 seems to be no longer accurate. The prefixes 9[46] have also been added, along with
2852 6[167] (seemingly prefixes for Mobile MTN), and 64 for BeninCell. Glo Mobile has been
2853 reported as having prefixes 68 and 9[89]. -->
2854 <nationalNumberPattern>
2859 </nationalNumberPattern>
2860 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2861 <exampleNumber>90011234</exampleNumber>
2864 <nationalNumberPattern>7[3-5]\d{2}</nationalNumberPattern>
2865 <possibleNumberPattern>\d{4}</possibleNumberPattern>
2866 <exampleNumber>7312</exampleNumber>
2869 <nationalNumberPattern>857[58]\d{4}</nationalNumberPattern>
2870 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2871 <exampleNumber>85751234</exampleNumber>
2873 <!-- Numbers beginning with 81 are reserved for _either_ free phone or shared-cost (same cost
2874 as a local-call.) We model these as UAN since we have no more detailed information. -->
2876 <nationalNumberPattern>81\d{6}</nationalNumberPattern>
2877 <possibleNumberPattern>\d{8}</possibleNumberPattern>
2878 <exampleNumber>81123456</exampleNumber>
2882 <!-- Saint Barthélemy, French Antilles -->
2883 <!-- There seems to be some overlap with phone numbers from Saint Martin and Guadeloupe. The
2884 national numbering plan does not specify any St Barthélemy-specific numbering prefixes, but
2885 it appears from searches in online white and yellow pages that a subset of the prefixes
2886 available in these regions are used. In these cases, if getRegionCodeForNumber is used, one
2887 of these region codes will be returned, although numbers will be valid for both regions.
2889 <territory id="BL" countryCode="590" internationalPrefix="00" nationalPrefix="0">
2891 <sourceUrl>http://www.itu.int/oth/T0202000058/en</sourceUrl>
2893 <!-- Formatting rules borrowed from Guadeloupe. -->
2895 <nationalNumberPattern>[56]\d{8}</nationalNumberPattern>
2896 <possibleNumberPattern>\d{9}</possibleNumberPattern>
2899 <nationalNumberPattern>
2905 </nationalNumberPattern>
2906 <exampleNumber>590271234</exampleNumber>
2909 <!-- Any ranges assigned from
2910 http://www.arcep.fr/index.php?id=interactivenumeros have been listed as belonging to
2911 Guadeloupe, St Martin and St Barthélemy, since we can't reliably distinguish between
2913 <nationalNumberPattern>
2918 </nationalNumberPattern>
2919 <exampleNumber>690301234</exampleNumber>
2924 <territory id="BM" countryCode="1" leadingDigits="441" nationalPrefix="1"
2925 internationalPrefix="011">
2927 <sourceUrl>http://www.itu.int/oth/T0202000018/en</sourceUrl>
2930 <!-- NANPA country - uses US formatting rules -->
2931 <nationalNumberPattern>[4589]\d{9}</nationalNumberPattern>
2932 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
2935 <nationalNumberPattern>
2951 </nationalNumberPattern>
2952 <exampleNumber>4412345678</exampleNumber>
2955 <nationalNumberPattern>
2960 </nationalNumberPattern>
2961 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2962 <exampleNumber>4413701234</exampleNumber>
2965 <nationalNumberPattern>
2974 </nationalNumberPattern>
2975 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2976 <exampleNumber>8002123456</exampleNumber>
2979 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
2980 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2981 <exampleNumber>9002123456</exampleNumber>
2984 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
2985 <nationalNumberPattern>
2993 </nationalNumberPattern>
2994 <possibleNumberPattern>\d{10}</possibleNumberPattern>
2995 <exampleNumber>5002345678</exampleNumber>
2999 <!-- Brunei Darussalam -->
3000 <territory id="BN" countryCode="673" internationalPrefix="00">
3002 <sourceUrl>http://www.itu.int/oth/T020200001F/en</sourceUrl>
3004 <!-- Format is from http://aiti.gov.bn/contact.html -->
3006 <numberFormat pattern="([2-578]\d{2})(\d{4})">
3007 <format>$1 $2</format>
3011 <nationalNumberPattern>[2-578]\d{6}</nationalNumberPattern>
3012 <possibleNumberPattern>\d{7}</possibleNumberPattern>
3015 <nationalNumberPattern>
3021 </nationalNumberPattern>
3022 <exampleNumber>2345678</exampleNumber>
3025 <nationalNumberPattern>
3028 </nationalNumberPattern>
3029 <exampleNumber>7123456</exampleNumber>
3034 <territory id="BO" countryCode="591" internationalPrefix="00(1\d)?" nationalPrefix="0"
3035 nationalPrefixForParsing="0(1\d)?" carrierCodeFormattingRule="$NP$CC $FG">
3037 <sourceUrl>http://www.itu.int/oth/T020200001A/en</sourceUrl>
3038 <sourceUrl>http://www.bolivia.com/Servicios/Plandenumeracion.pdf</sourceUrl>
3041 <numberFormat pattern="([234])(\d{7})">
3042 <leadingDigits>[234]</leadingDigits>
3043 <format>$1 $2</format>
3045 <numberFormat pattern="([67]\d{7})">
3046 <leadingDigits>[67]</leadingDigits>
3051 <nationalNumberPattern>[23467]\d{7}</nationalNumberPattern>
3052 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
3055 <nationalNumberPattern>
3059 5(?:11|[258]\d|9[67])|
3066 8(?:25|42|5[257]|86|9[25])|
3067 9(?:2\d|3[234]|4[248]|5[24]|6[2-6]|7\d)
3071 6(?:11|[24689]\d|72)
3074 </nationalNumberPattern>
3075 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
3076 <exampleNumber>22123456</exampleNumber>
3079 <nationalNumberPattern>[67]\d{7}</nationalNumberPattern>
3080 <possibleNumberPattern>\d{8}</possibleNumberPattern>
3081 <exampleNumber>71234567</exampleNumber>
3085 <!-- Bonaire, Sint Eustatius and Saba -->
3086 <territory id="BQ" countryCode="599" internationalPrefix="00">
3088 <sourceUrl>http://www.itu.int/oth/T02020000F8/en</sourceUrl>
3090 <!-- Shares formatting patterns with CW. -->
3092 <nationalNumberPattern>[347]\d{6}</nationalNumberPattern>
3093 <possibleNumberPattern>\d{7}</possibleNumberPattern>
3096 <nationalNumberPattern>
3105 </nationalNumberPattern>
3106 <exampleNumber>7151234</exampleNumber>
3109 <nationalNumberPattern>
3119 </nationalNumberPattern>
3120 <exampleNumber>3181234</exampleNumber>
3125 <territory id="BR" countryCode="55"
3126 internationalPrefix="00(?:1[45]|2[135]|31|4[13])"
3128 nationalPrefixForParsing="0(?:(1[245]|2[135]|31|4[13])(\d{10,11}))?"
3129 nationalPrefixTransformRule="$2" mobileNumberPortableRegion="true">
3131 <sourceUrl>http://en.wikipedia.org/wiki/%2B55</sourceUrl>
3132 <sourceUrl>http://www.itu.int/oth/T020200001D/en</sourceUrl>
3134 <!-- The national prefix for parsing here also contains a capturing group for the main number,
3135 since the carrier codes here may also be area codes, so we want to check the length of
3136 the number after capturing. We also need a nationalTransformRule to repopulate with the
3137 number without the carrier code. -->
3139 <!-- Numbers can be dialled without an area code on mobile phones in Brazil. The first two
3140 rules here handle this case. The leading digits pattern must be specific enough such
3141 that it doesn't match X00 numbers (e.g. toll-free). -->
3142 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{4})">
3149 <format>$1-$2</format>
3150 <intlFormat>NA</intlFormat>
3152 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{5})(\d{4})">
3159 <format>$1-$2</format>
3160 <intlFormat>NA</intlFormat>
3162 <!-- Format short numbers as a block. -->
3163 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{3,5})">
3164 <leadingDigits>1[125689]</leadingDigits>
3166 <intlFormat>NA</intlFormat>
3168 <numberFormat nationalPrefixFormattingRule="($FG)"
3169 pattern="(\d{2})(\d{5})(\d{4})"
3170 carrierCodeFormattingRule="$NP $CC ($FG)">
3178 <format>$1 $2-$3</format>
3180 <numberFormat nationalPrefixFormattingRule="($FG)"
3181 pattern="(\d{2})(\d{4})(\d{4})"
3182 carrierCodeFormattingRule="$NP $CC ($FG)">
3183 <leadingDigits>[1-9][1-9]</leadingDigits>
3184 <format>$1 $2-$3</format>
3186 <numberFormat pattern="([34]00\d)(\d{4})">
3187 <leadingDigits>[34]00</leadingDigits>
3188 <format>$1-$2</format>
3190 <numberFormat nationalPrefixFormattingRule="$NP$FG"
3191 pattern="([3589]00)(\d{2,3})(\d{4})">
3192 <leadingDigits>[3589]00</leadingDigits>
3193 <format>$1 $2 $3</format>
3197 <nationalNumberPattern>
3200 </nationalNumberPattern>
3201 <possibleNumberPattern>\d{8,11}</possibleNumberPattern>
3203 <noInternationalDialling>
3204 <nationalNumberPattern>[34]00\d{5}</nationalNumberPattern>
3205 <possibleNumberPattern>\d{8}</possibleNumberPattern>
3206 <exampleNumber>40041234</exampleNumber>
3207 </noInternationalDialling>
3209 <!-- According to this publication, the prefixes 11 53, 11 54 and 11 57 are to be used for
3210 mobile phones prior to the introduction of a ninth digit. It is not clear whether they
3211 are still valid as fixed-line numbers, so we are leaving them here in the meantime:
3212 http://www.anatel.gov.br/Portal/exibirPortalNoticias.do?acao=carregaNoticia&codigo=22406
3214 <nationalNumberPattern>
3223 </nationalNumberPattern>
3224 <exampleNumber>1123456789</exampleNumber>
3227 <!-- Since 2012, Brazil has been migrating from 10 to 11 digits by inserting a 9 before the
3228 last 8 digits. The following pattern is divided into 3 sections: ranges for which the
3229 migration has been completed, ranges which are in transition, and ranges which are
3230 still in the old format. (Ranges which were supposed to have been deprecated in
3231 Oct. 2013 are still working as of Jan. 2014.) Note that mobile radio services are
3232 still 10 digits, with the subscriber number (the last 8 digits) beginning with 7. -->
3233 <nationalNumberPattern>
3248 </nationalNumberPattern>
3249 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
3250 <exampleNumber>11961234567</exampleNumber>
3253 <nationalNumberPattern>800\d{6,7}</nationalNumberPattern>
3254 <exampleNumber>800123456</exampleNumber>
3257 <nationalNumberPattern>[359]00\d{6,7}</nationalNumberPattern>
3258 <exampleNumber>300123456</exampleNumber>
3261 <nationalNumberPattern>[34]00\d{5}</nationalNumberPattern>
3262 <possibleNumberPattern>\d{8}</possibleNumberPattern>
3263 <exampleNumber>40041234</exampleNumber>
3268 <territory id="BS" countryCode="1" leadingDigits="242" nationalPrefix="1"
3269 internationalPrefix="011">
3271 <sourceUrl>http://www.itu.int/oth/T0202000010/en</sourceUrl>
3274 <!-- NANPA country - uses US formatting rules -->
3275 <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
3276 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
3279 <nationalNumberPattern>
3301 </nationalNumberPattern>
3302 <exampleNumber>2423456789</exampleNumber>
3305 <nationalNumberPattern>
3329 </nationalNumberPattern>
3330 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3331 <exampleNumber>2423591234</exampleNumber>
3334 <!-- 242 300 is a Domestic Toll Free service. -->
3335 <nationalNumberPattern>
3345 </nationalNumberPattern>
3346 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3347 <exampleNumber>8002123456</exampleNumber>
3350 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
3351 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3352 <exampleNumber>9002123456</exampleNumber>
3355 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
3356 <nationalNumberPattern>
3364 </nationalNumberPattern>
3365 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3366 <exampleNumber>5002345678</exampleNumber>
3371 <territory id="BT" countryCode="975" internationalPrefix="00">
3373 <sourceUrl>http://www.itu.int/oth/T0202000019/en</sourceUrl>
3377 http://www.tourism.gov.bt/tour-operators/bhutan-abbot-tours-and-travels.html -->
3378 <numberFormat pattern="([17]7)(\d{2})(\d{2})(\d{2})">
3383 <format>$1 $2 $3 $4</format>
3385 <numberFormat pattern="([2-8])(\d{3})(\d{3})">
3390 <format>$1 $2 $3</format>
3394 <nationalNumberPattern>[1-8]\d{6,7}</nationalNumberPattern>
3395 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
3398 <nationalNumberPattern>
3407 </nationalNumberPattern>
3408 <possibleNumberPattern>\d{6,7}</possibleNumberPattern>
3409 <exampleNumber>2345678</exampleNumber>
3412 <!-- The 77 prefix is not yet in the ITU document but numbers online indicate this prefix
3414 <nationalNumberPattern>[17]7\d{6}</nationalNumberPattern>
3415 <possibleNumberPattern>\d{8}</possibleNumberPattern>
3416 <exampleNumber>17123456</exampleNumber>
3418 <!-- No information on other types of phone numbers for Bhutan has been found. -->
3422 <territory id="BW" countryCode="267" internationalPrefix="00">
3424 <sourceUrl>http://www.itu.int/oth/T020200001C/en</sourceUrl>
3427 <numberFormat pattern="(\d{3})(\d{4})">
3428 <leadingDigits>[2-6]</leadingDigits>
3429 <format>$1 $2</format>
3431 <numberFormat pattern="(7\d)(\d{3})(\d{3})">
3432 <leadingDigits>7</leadingDigits>
3433 <format>$1 $2 $3</format>
3435 <numberFormat pattern="(90)(\d{5})">
3436 <leadingDigits>9</leadingDigits>
3437 <format>$1 $2</format>
3441 <nationalNumberPattern>[2-79]\d{6,7}</nationalNumberPattern>
3442 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
3445 <nationalNumberPattern>
3477 </nationalNumberPattern>
3478 <possibleNumberPattern>\d{7}</possibleNumberPattern>
3479 <exampleNumber>2401234</exampleNumber>
3482 <nationalNumberPattern>
3488 </nationalNumberPattern>
3489 <possibleNumberPattern>\d{8}</possibleNumberPattern>
3490 <exampleNumber>71123456</exampleNumber>
3492 <!-- No reliable information about toll-free numbers can be found; many are written on the
3493 internet like 0800 123 456, but this is not supported by any documentation and no
3494 numbers can be found that actually work. -->
3496 <nationalNumberPattern>90\d{5}</nationalNumberPattern>
3497 <possibleNumberPattern>\d{7}</possibleNumberPattern>
3498 <exampleNumber>9012345</exampleNumber>
3501 <nationalNumberPattern>79[12][01]\d{4}</nationalNumberPattern>
3502 <possibleNumberPattern>\d{8}</possibleNumberPattern>
3503 <exampleNumber>79101234</exampleNumber>
3508 <!-- Information on national prefix provided by a Belarussian person. -->
3509 <territory id="BY" countryCode="375" preferredInternationalPrefix="8~10"
3510 internationalPrefix="810" nationalPrefixForParsing="8?0?"
3511 nationalPrefix="8" mobileNumberPortableRegion="true">
3513 <sourceUrl>http://www.eng.beltelecom.by/en/subscribers/phone-codes</sourceUrl>
3516 <numberFormat nationalPrefixFormattingRule="$NP 0$FG"
3517 pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
3532 <format>$1 $2-$3-$4</format>
3534 <numberFormat nationalPrefixFormattingRule="$NP 0$FG"
3535 pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
3567 <format>$1 $2-$3-$4</format>
3569 <numberFormat nationalPrefixFormattingRule="$NP 0$FG"
3570 pattern="(\d{4})(\d{2})(\d{3})">
3603 <format>$1 $2-$3</format>
3605 <numberFormat nationalPrefixFormattingRule="$NP $FG"
3606 pattern="([89]\d{2})(\d{3})(\d{4})">
3611 <format>$1 $2 $3</format>
3613 <numberFormat nationalPrefixFormattingRule="$NP $FG"
3614 pattern="(8\d{2})(\d{4})(\d{4})">
3615 <leadingDigits>82</leadingDigits>
3616 <format>$1 $2 $3</format>
3620 <nationalNumberPattern>
3623 </nationalNumberPattern>
3624 <!-- Numbers are often written without the city code. -->
3625 <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
3627 <!-- Toll-free and premium rate numbers are not available from abroad. -->
3628 <noInternationalDialling>
3629 <nationalNumberPattern>
3635 </nationalNumberPattern>
3636 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
3637 <exampleNumber>82012345678</exampleNumber>
3638 </noInternationalDialling>
3640 <nationalNumberPattern>
3673 </nationalNumberPattern>
3674 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
3675 <!-- Using test number for Grodno from the plan. -->
3676 <exampleNumber>152450911</exampleNumber>
3679 <nationalNumberPattern>
3688 </nationalNumberPattern>
3689 <possibleNumberPattern>\d{9}</possibleNumberPattern>
3690 <!-- Using test number for BelCel from the plan. -->
3691 <exampleNumber>294911911</exampleNumber>
3694 <!-- Putting Interactive Polling Service (free) here too. -->
3695 <nationalNumberPattern>
3700 </nationalNumberPattern>
3701 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
3702 <exampleNumber>8011234567</exampleNumber>
3705 <!-- Putting Interactive Polling Service (paid) here too. -->
3706 <nationalNumberPattern>
3711 </nationalNumberPattern>
3712 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3713 <exampleNumber>9021234567</exampleNumber>
3716 <!-- 249 prefix for Beltelcom's Maxiphone added based on online info. -->
3717 <nationalNumberPattern>249\d{6}</nationalNumberPattern>
3718 <possibleNumberPattern>\d{9}</possibleNumberPattern>
3719 <exampleNumber>249123456</exampleNumber>
3724 <!-- The trunk prefix, formally 0, was dropped in the last reorganisation of the numbering plan.
3726 <territory id="BZ" countryCode="501" internationalPrefix="00" leadingZeroPossible="true">
3728 <sourceUrl>http://www.itu.int/oth/T0202000016/en</sourceUrl>
3731 <numberFormat pattern="(\d{3})(\d{4})">
3732 <leadingDigits>[2-8]</leadingDigits>
3733 <!-- Adding hyphen following the Belize Telemedia formatting rules. -->
3734 <format>$1-$2</format>
3736 <numberFormat pattern="(0)(800)(\d{4})(\d{3})">
3737 <leadingDigits>0</leadingDigits>
3738 <format>$1-$2-$3-$4</format>
3742 <nationalNumberPattern>
3745 </nationalNumberPattern>
3746 <possibleNumberPattern>\d{7}(?:\d{4})?</possibleNumberPattern>
3749 <nationalNumberPattern>[234578][02]\d{5}</nationalNumberPattern>
3750 <possibleNumberPattern>\d{7}</possibleNumberPattern>
3751 <exampleNumber>2221234</exampleNumber>
3754 <!-- 62[6-9], 63X and 6[67][2-9] were added as we have been able to successfully send SMSs
3755 to these numbers or many numbers have been found online. -->
3756 <nationalNumberPattern>6[0-367]\d{5}</nationalNumberPattern>
3757 <possibleNumberPattern>\d{7}</possibleNumberPattern>
3758 <exampleNumber>6221234</exampleNumber>
3760 <!-- We don't know how these would be dialled internationally - it is possible that they can't
3761 be dialled internationally at all - so we represent the leading 0 as part of the number.
3762 Information from http://www.belizetelemedia.net. -->
3764 <nationalNumberPattern>0800\d{7}</nationalNumberPattern>
3765 <possibleNumberPattern>\d{11}</possibleNumberPattern>
3766 <exampleNumber>08001234123</exampleNumber>
3771 <territory id="CA" countryCode="1" internationalPrefix="011" nationalPrefix="1"
3772 mobileNumberPortableRegion="true">
3774 <sourceUrl>http://www.cnac.ca/canadian_dial_plan/canadian_dial_plan.htm</sourceUrl>
3777 <!-- NANPA country - uses US formatting rules -->
3778 <nationalNumberPattern>
3781 </nationalNumberPattern>
3782 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
3785 <nationalNumberPattern>
3831 </nationalNumberPattern>
3832 <exampleNumber>2042345678</exampleNumber>
3835 <nationalNumberPattern>
3880 </nationalNumberPattern>
3881 <exampleNumber>2042345678</exampleNumber>
3884 <nationalNumberPattern>
3894 </nationalNumberPattern>
3895 <exampleNumber>8002123456</exampleNumber>
3898 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
3899 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3900 <exampleNumber>9002123456</exampleNumber>
3903 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
3904 <nationalNumberPattern>
3912 </nationalNumberPattern>
3913 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3914 <exampleNumber>5002345678</exampleNumber>
3918 <!-- Cocos Islands -->
3919 <!-- Metadata shared with Australia. -->
3920 <!-- References state Cocos Islands have fixed line numbers starting +61 8 9162. -->
3921 <territory id="CC" countryCode="61" preferredInternationalPrefix="0011"
3922 internationalPrefix="(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]"
3925 <sourceUrl>http://en.wikipedia.org/wiki/List_of_country_calling_codes</sourceUrl>
3926 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia</sourceUrl>
3928 <!-- Uses AU formatting rules. -->
3929 <!-- General desc and fixed line rules different from Australia. -->
3931 <nationalNumberPattern>[1458]\d{5,9}</nationalNumberPattern>
3932 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
3935 <nationalNumberPattern>89162\d{4}</nationalNumberPattern>
3936 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
3937 <exampleNumber>891621234</exampleNumber>
3939 <!-- Mobile, toll free, premium rate, personal number and VOIP copied from Australia. -->
3941 <nationalNumberPattern>
3956 </nationalNumberPattern>
3957 <possibleNumberPattern>\d{9}</possibleNumberPattern>
3958 <exampleNumber>412345678</exampleNumber>
3961 <nationalNumberPattern>
3970 </nationalNumberPattern>
3971 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
3972 <exampleNumber>1800123456</exampleNumber>
3975 <nationalNumberPattern>190[0126]\d{6}</nationalNumberPattern>
3976 <possibleNumberPattern>\d{10}</possibleNumberPattern>
3977 <exampleNumber>1900123456</exampleNumber>
3980 <nationalNumberPattern>500\d{6}</nationalNumberPattern>
3981 <possibleNumberPattern>\d{9}</possibleNumberPattern>
3982 <exampleNumber>500123456</exampleNumber>
3985 <nationalNumberPattern>550\d{6}</nationalNumberPattern>
3986 <possibleNumberPattern>\d{9}</possibleNumberPattern>
3987 <exampleNumber>550123456</exampleNumber>
3991 <!-- Congo, Dem. Rep. of the (formerly Zaire) -->
3992 <territory id="CD" countryCode="243" internationalPrefix="00"
3993 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
3995 <sourceUrl>http://www.itu.int/oth/T0202000037/en</sourceUrl>
3998 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
3999 <leadingDigits>12</leadingDigits>
4000 <format>$1 $2 $3</format>
4002 <numberFormat pattern="([89]\d{2})(\d{3})(\d{3})">
4007 <format>$1 $2 $3</format>
4009 <numberFormat pattern="(\d{2})(\d{2})(\d{3})">
4010 <leadingDigits>88</leadingDigits>
4011 <format>$1 $2 $3</format>
4013 <numberFormat pattern="(\d{2})(\d{5})">
4014 <leadingDigits>[1-6]</leadingDigits>
4015 <format>$1 $2</format>
4019 <nationalNumberPattern>
4023 </nationalNumberPattern>
4024 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
4027 <nationalNumberPattern>
4033 </nationalNumberPattern>
4034 <exampleNumber>1234567</exampleNumber>
4037 <!-- As of May'13 the 88 range looks as if it is defunct. The ITU document lists "Yozma
4038 Timeturns" as the operator, but their website (http://www.ytt.cd) is offline and the
4039 holdings company http://www.timeturnsholdings.com/products does not show a link for
4040 DRC. While there are still numbers of the form "88\d{5}" online, none of the ones
4041 tried were valid. If the holdings company does not respond to requests about this
4042 range and unless we receive further information, we will remove this range. -->
4043 <nationalNumberPattern>
4049 </nationalNumberPattern>
4050 <exampleNumber>991234567</exampleNumber>
4054 <!-- Central African Republic -->
4055 <territory id="CF" countryCode="236" internationalPrefix="00">
4057 <sourceUrl>http://www.itu.int/oth/T0202000028/en</sourceUrl>
4060 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
4061 <format>$1 $2 $3 $4</format>
4065 <nationalNumberPattern>[278]\d{7}</nationalNumberPattern>
4066 <possibleNumberPattern>\d{8}</possibleNumberPattern>
4069 <nationalNumberPattern>2[12]\d{6}</nationalNumberPattern>
4070 <exampleNumber>21612345</exampleNumber>
4073 <nationalNumberPattern>7[0257]\d{6}</nationalNumberPattern>
4074 <exampleNumber>70012345</exampleNumber>
4077 <nationalNumberPattern>8776\d{4}</nationalNumberPattern>
4078 <exampleNumber>87761234</exampleNumber>
4082 <!-- Congo (Rep. of the) (Brazzaville) -->
4083 <territory id="CG" countryCode="242" internationalPrefix="00" leadingZeroPossible="true">
4085 <sourceUrl>http://www.itu.int/oth/T020200002E/en</sourceUrl>
4088 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
4089 <leadingDigits>[02]</leadingDigits>
4090 <format>$1 $2 $3</format>
4092 <numberFormat pattern="(\d)(\d{4})(\d{4})">
4093 <leadingDigits>8</leadingDigits>
4094 <format>$1 $2 $3</format>
4098 <nationalNumberPattern>[028]\d{8}</nationalNumberPattern>
4099 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4102 <nationalNumberPattern>222[1-589]\d{5}</nationalNumberPattern>
4103 <exampleNumber>222123456</exampleNumber>
4106 <nationalNumberPattern>0[14-6]\d{7}</nationalNumberPattern>
4107 <exampleNumber>061234567</exampleNumber>
4109 <!-- Referred to as a "Green number" in the telephone plan. -->
4111 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
4112 <exampleNumber>800123456</exampleNumber>
4116 <!-- Switzerland -->
4117 <territory id="CH" countryCode="41" internationalPrefix="00"
4118 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
4119 mobileNumberPortableRegion="true">
4121 <!-- Under Technical prescriptions: Numbering plan for international carriers. -->
4122 <sourceUrl>http://www.bakom.admin.ch/themen/telekom/00479/00604/index.html?lang=en</sourceUrl>
4125 <numberFormat pattern="([2-9]\d)(\d{3})(\d{2})(\d{2})">
4130 <format>$1 $2 $3 $4</format>
4132 <numberFormat pattern="([89]\d{2})(\d{3})(\d{3})">
4137 <format>$1 $2 $3</format>
4139 <numberFormat pattern="(\d{3})(\d{2})(\d{3})(\d{2})(\d{2})">
4140 <leadingDigits>860</leadingDigits>
4141 <format>$1 $2 $3 $4 $5</format>
4145 <nationalNumberPattern>
4148 </nationalNumberPattern>
4149 <possibleNumberPattern>\d{9}(?:\d{3})?</possibleNumberPattern>
4152 <nationalNumberPattern>
4161 </nationalNumberPattern>
4162 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4163 <exampleNumber>212345678</exampleNumber>
4166 <nationalNumberPattern>7[5-9]\d{7}</nationalNumberPattern>
4167 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4168 <exampleNumber>781234567</exampleNumber>
4171 <!-- https://www.eofcom.admin.ch/eofcom/public/listEofcom_e164Allocated.do -->
4172 <nationalNumberPattern>74[0248]\d{6}</nationalNumberPattern>
4173 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4174 <exampleNumber>740123456</exampleNumber>
4177 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
4178 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4179 <exampleNumber>800123456</exampleNumber>
4182 <nationalNumberPattern>90[016]\d{6}</nationalNumberPattern>
4183 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4184 <exampleNumber>900123456</exampleNumber>
4187 <nationalNumberPattern>84[0248]\d{6}</nationalNumberPattern>
4188 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4189 <exampleNumber>840123456</exampleNumber>
4192 <nationalNumberPattern>878\d{6}</nationalNumberPattern>
4193 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4194 <exampleNumber>878123456</exampleNumber>
4197 <!-- Used for corporate networks. -->
4198 <nationalNumberPattern>5[18]\d{7}</nationalNumberPattern>
4199 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4200 <exampleNumber>581234567</exampleNumber>
4203 <nationalNumberPattern>860\d{9}</nationalNumberPattern>
4204 <possibleNumberPattern>\d{12}</possibleNumberPattern>
4205 <exampleNumber>860123456789</exampleNumber>
4209 <!-- Côte d'Ivoire -->
4210 <territory id="CI" countryCode="225" internationalPrefix="00" leadingZeroPossible="true">
4212 <sourceUrl>http://www.itu.int/oth/T0202000031/en</sourceUrl>
4215 <!-- Using format from online yellow pages over format implied in national numbering plan.
4217 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
4218 <format>$1 $2 $3 $4</format>
4222 <nationalNumberPattern>[02-7]\d{7}</nationalNumberPattern>
4223 <possibleNumberPattern>\d{8}</possibleNumberPattern>
4226 <nationalNumberPattern>
4242 </nationalNumberPattern>
4243 <exampleNumber>21234567</exampleNumber>
4246 <!-- Added the prefixes 4[0-2] (Moov), 5[5-9] & 6[15] because SMS messages have been
4247 successfully delivered. Supported by numbers found on the internet. Also added 43
4248 (Moov) based on numbers found online. The prefix 56 was assigned to MTN in July 2013:
4249 http://www.atci.ci/images/stories/pdf/decisions-dg/decision_002.pdf
4250 The prefix 75 is from an open-source bug report.
4251 50 has been removed since Warid seems to have stopped operation in Côte d'Ivoire. -->
4252 <nationalNumberPattern>
4260 </nationalNumberPattern>
4261 <exampleNumber>01234567</exampleNumber>
4265 <!-- Cook Islands -->
4266 <territory id="CK" countryCode="682" internationalPrefix="00">
4268 <sourceUrl>http://www.itu.int/oth/T020200002F/en</sourceUrl>
4271 <numberFormat pattern="(\d{2})(\d{3})">
4272 <format>$1 $2</format>
4276 <nationalNumberPattern>[2-57]\d{4}</nationalNumberPattern>
4277 <possibleNumberPattern>\d{5}</possibleNumberPattern>
4280 <nationalNumberPattern>
4286 </nationalNumberPattern>
4287 <exampleNumber>21234</exampleNumber>
4290 <nationalNumberPattern>
4295 </nationalNumberPattern>
4296 <exampleNumber>71234</exampleNumber>
4301 <!-- Carriers listed here: http://www.turismochile.com/datos/carrier.php -->
4302 <territory id="CL" countryCode="56"
4303 internationalPrefix="(?:0|1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))0"
4305 nationalPrefixForParsing="0|(1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))"
4306 nationalPrefixFormattingRule="$NP$FG" mobileNumberPortableRegion="true">
4308 <sourceUrl>http://www.itu.int/oth/T020200002A/en</sourceUrl>
4309 <sourceUrl>http://en.wikipedia.org/wiki/%2B56</sourceUrl>
4310 <sourceUrl>http://www.subtel.gob.cl/base_numeracion/tabla_numeracion_ido_idd.xlsx</sourceUrl>
4312 <!-- When dialling mobile numbers from landlines, or vice versa, you need a prefix of 0, which
4313 we strip here. National destinations may be dialled with a carrier if they are not local
4314 so we extract these carrier codes as well. -->
4316 <numberFormat pattern="(\d)(\d{4})(\d{4})"
4317 nationalPrefixFormattingRule="($FG)"
4318 carrierCodeFormattingRule="$CC ($FG)">
4319 <leadingDigits>22</leadingDigits>
4320 <format>$1 $2 $3</format>
4322 <numberFormat pattern="(\d{2})(\d{3})(\d{4})"
4323 nationalPrefixFormattingRule="($FG)"
4324 carrierCodeFormattingRule="$CC ($FG)">
4330 <format>$1 $2 $3</format>
4332 <numberFormat pattern="(9)(\d{4})(\d{4})">
4333 <leadingDigits>9</leadingDigits>
4334 <format>$1 $2 $3</format>
4336 <numberFormat pattern="(44)(\d{3})(\d{4})">
4337 <leadingDigits>44</leadingDigits>
4338 <format>$1 $2 $3</format>
4340 <numberFormat nationalPrefixFormattingRule="$FG"
4341 pattern="([68]00)(\d{3})(\d{3,4})">
4346 <format>$1 $2 $3</format>
4348 <numberFormat nationalPrefixFormattingRule="$FG"
4349 pattern="(600)(\d{3})(\d{2})(\d{3})">
4350 <leadingDigits>60</leadingDigits>
4351 <format>$1 $2 $3 $4</format>
4353 <numberFormat nationalPrefixFormattingRule="$FG"
4354 pattern="(1230)(\d{3})(\d{4})">
4355 <leadingDigits>1</leadingDigits>
4356 <format>$1 $2 $3</format>
4358 <numberFormat pattern="(\d{5})(\d{4})"
4359 nationalPrefixFormattingRule="($FG)"
4360 carrierCodeFormattingRule="$CC ($FG)">
4361 <leadingDigits>219</leadingDigits>
4362 <format>$1 $2</format>
4364 <!-- Format some short numbers as a block. -->
4365 <numberFormat nationalPrefixFormattingRule="$FG"
4366 pattern="(\d{4,5})">
4367 <leadingDigits>[1-9]</leadingDigits>
4369 <intlFormat>NA</intlFormat>
4373 <nationalNumberPattern>
4379 </nationalNumberPattern>
4380 <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
4382 <noInternationalDialling>
4383 <nationalNumberPattern>600\d{7,8}</nationalNumberPattern>
4384 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
4385 <exampleNumber>6001234567</exampleNumber>
4386 </noInternationalDialling>
4388 <!-- In mid-2013, Chile switched from 8 digits to 9 digits for fixed-line numbers, by
4389 inserting a '2' after the area code (which are 2 digits, with the exception of '2').
4390 As of Aug. 2014, all of the prefixes have been switched over to the new plan.
4391 IMPORTANT: The fact that Santiago numbers have a prefix of "22", and that numbers in
4392 other areas have '2' as their third digit, is likely to change in the future. At some
4393 stage, Santiago numbers will probably switch to prefix "2\d", and the third digit in
4394 other areas will probably be allowed to take on other values.
4395 See: http://www.gob.cl/especiales/informate-de-la-nueva-forma-de-marcar/
4396 http://www.subtel.cl/index.php?option=com_content&view=article&id=3081:&catid=3:noticias
4398 <nationalNumberPattern>
4409 </nationalNumberPattern>
4410 <!-- Area codes do not need to be dialled when dialling within the same area, so the
4411 smallest possible number is length 7. -->
4412 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
4413 <exampleNumber>221234567</exampleNumber>
4416 <nationalNumberPattern>9[4-9]\d{7}</nationalNumberPattern>
4417 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
4418 <exampleNumber>961234567</exampleNumber>
4420 <!-- Toll free patterns have been collected by looking at numbers on the internet, rather than
4421 from a definitive source. -->
4423 <!-- 1230 numbers are used by Visa/Mastercard helplines in Chile -->
4424 <nationalNumberPattern>
4427 </nationalNumberPattern>
4428 <possibleNumberPattern>\d{9,11}</possibleNumberPattern>
4429 <exampleNumber>800123456</exampleNumber>
4432 <!-- http://empresa.movistar.cl/nuestros_productos/soluciones_telefonia_ip/servicios/servicio_600.php -->
4433 <nationalNumberPattern>600\d{7,8}</nationalNumberPattern>
4434 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
4435 <exampleNumber>6001234567</exampleNumber>
4438 <nationalNumberPattern>44\d{7}</nationalNumberPattern>
4439 <possibleNumberPattern>\d{9}</possibleNumberPattern>
4440 <exampleNumber>441234567</exampleNumber>
4445 <territory id="CM" countryCode="237" internationalPrefix="00">
4447 <sourceUrl>http://www.itu.int/oth/T0202000024/en</sourceUrl>
4448 <sourceUrl>http://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-OB.1063-2014-OAS-PDF-E.pdf</sourceUrl>
4451 <!-- Formatting in the ITU update document aligns with formatting online (all 2 digit
4452 groups). For the new number format with 9 digits the first digit has it's own group.
4454 <numberFormat pattern="([26])(\d{2})(\d{2})(\d{2})(\d{2})">
4455 <leadingDigits>[26]</leadingDigits>
4456 <format>$1 $2 $3 $4 $5</format>
4458 <numberFormat pattern="([2357-9]\d)(\d{2})(\d{2})(\d{2})">
4463 <format>$1 $2 $3 $4</format>
4465 <numberFormat pattern="(800)(\d{2})(\d{3})">
4466 <leadingDigits>80</leadingDigits>
4467 <format>$1 $2 $3</format>
4471 <nationalNumberPattern>[235-9]\d{7,8}</nationalNumberPattern>
4472 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
4475 <!-- Temporarily allow both old (22|33) and new 2(22|33) format. -->
4476 <!-- CDMA numbers are described in a subcategory to fixed line numbers in the ITU update
4477 document, so those prefixes are added to fixed line (24[23]). -->
4478 <nationalNumberPattern>
4488 </nationalNumberPattern>
4489 <exampleNumber>222123456</exampleNumber>
4492 <!-- Temporarily allow both old [579]\d{7} and new 6[5-79]\d{7} format. -->
4493 <nationalNumberPattern>
4496 </nationalNumberPattern>
4497 <exampleNumber>671234567</exampleNumber>
4500 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
4501 <possibleNumberPattern>\d{8}</possibleNumberPattern>
4502 <exampleNumber>80012345</exampleNumber>
4505 <!-- These numbers are listed as value-added in the guide, and in practice seem to begin
4506 with 88 (usually 880). No information can be found as to whether these are premium rate
4508 <nationalNumberPattern>88\d{6}</nationalNumberPattern>
4509 <possibleNumberPattern>\d{8}</possibleNumberPattern>
4510 <exampleNumber>88012345</exampleNumber>
4515 <!-- The international/national prefix patterns must not collide with valid prefixes such
4516 as 170, 176, 177 and 178. 179XX00 is a valid calling prefix, see: www.chahaoba.com/179 -->
4517 <territory id="CN" countryCode="86" internationalPrefix="(1(?:[129]\d{3}|79\d{2}))?00"
4518 preferredInternationalPrefix="00" nationalPrefix="0"
4519 nationalPrefixForParsing="(1(?:[129]\d{3}|79\d{2}))|0">
4521 <sourceUrl>http://www.itu.int/oth/T020200002B/en</sourceUrl>
4524 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(80\d{2})(\d{4})"
4525 nationalPrefixOptionalWhenFormatting="true"
4526 carrierCodeFormattingRule="$CC $FG">
4527 <leadingDigits>80[2678]</leadingDigits>
4528 <format>$1 $2</format>
4530 <numberFormat pattern="([48]00)(\d{3})(\d{4})">
4531 <leadingDigits>[48]00</leadingDigits>
4532 <format>$1 $2 $3</format>
4534 <!-- 100xx and 95xxx(x) short numbers without area codes. Without this rule, these short
4535 numbers will be formatted incorrectly by the AsYouTypeFormatter because they overlap
4536 with area codes 010, 095x. These numbers are defined in ShortNumberMetadata.xml but
4537 must be accounted for here. Note although ITU says the format is more like 95 xxx, in
4538 reality no space is used when writing such numbers in China. -->
4539 <numberFormat pattern="(\d{5,6})">
4545 <intlFormat>NA</intlFormat>
4547 <!-- 100xx and 95xxx(x) numbers with area codes (these numbers without an area code are now
4548 dealt with by ShortNumberMetadata.xml) and 96xxx(x) numbers with area codes (we don't
4549 support these as short numbers because they are only unique within a province, not
4550 within a country). -->
4551 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(\d{2})(\d{5,6})"
4552 carrierCodeFormattingRule="$CC $FG">
4577 <format>$1 $2</format>
4579 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(\d{3})(\d{5,6})"
4580 carrierCodeFormattingRule="$CC $FG">
4581 <leadingDigits>[3-9]</leadingDigits>
4582 <leadingDigits>[3-9]\d{2}[19]</leadingDigits>
4589 <format>$1 $2</format>
4591 <!-- Local numbers -->
4592 <!-- Chinese fixed-line numbers can be dialed from a cell phone without area code and they
4593 can be 7 to 8 digits. This rule is here to make formatting work with such numbers, as
4594 people frequently store them in their cellphones. It has to stay before formatting
4595 rules for fixed-line numbers to make AsYouTypeFormatter work with these numbers. The
4596 leadingDigits prefix makes sure it doesn't clash with mobile numbers. -->
4597 <numberFormat pattern="(\d{3,4})(\d{4})">
4598 <leadingDigits>[2-9]</leadingDigits>
4599 <format>$1 $2</format>
4600 <intlFormat>NA</intlFormat>
4602 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(21)(\d{4})(\d{4,6})"
4603 nationalPrefixOptionalWhenFormatting="true"
4604 carrierCodeFormattingRule="$CC $FG">
4605 <leadingDigits>21</leadingDigits>
4606 <format>$1 $2 $3</format>
4608 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="([12]\d)(\d{4})(\d{4})"
4609 nationalPrefixOptionalWhenFormatting="true"
4610 carrierCodeFormattingRule="$CC $FG">
4615 <!-- Note the leadingDigitsPattern for 4 digits is the same as 3 digits, -->
4630 <format>$1 $2 $3</format>
4632 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(\d{3})(\d{4})(\d{4})"
4633 nationalPrefixOptionalWhenFormatting="true"
4634 carrierCodeFormattingRule="$CC $FG">
4663 <format>$1 $2 $3</format>
4665 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(\d{3})(\d{3})(\d{4})"
4666 nationalPrefixOptionalWhenFormatting="true"
4667 carrierCodeFormattingRule="$CC $FG">
4724 <format>$1 $2 $3</format>
4726 <numberFormat pattern="(\d{3})(\d{4})(\d{4})" carrierCodeFormattingRule="$CC $FG">
4727 <leadingDigits>1[3-578]</leadingDigits>
4728 <format>$1 $2 $3</format>
4730 <numberFormat pattern="(10800)(\d{3})(\d{4})">
4731 <leadingDigits>108</leadingDigits>
4732 <leadingDigits>1080</leadingDigits>
4733 <leadingDigits>10800</leadingDigits>
4734 <format>$1 $2 $3</format>
4736 <numberFormat pattern="(\d{3})(\d{7,8})">
4737 <leadingDigits>950</leadingDigits>
4738 <format>$1 $2</format>
4742 <nationalNumberPattern>
4746 </nationalNumberPattern>
4747 <possibleNumberPattern>\d{4,12}</possibleNumberPattern>
4749 <noInternationalDialling>
4750 <nationalNumberPattern>
4758 </nationalNumberPattern>
4759 <possibleNumberPattern>\d{10,12}</possibleNumberPattern>
4760 <exampleNumber>4001234567</exampleNumber>
4761 </noInternationalDialling>
4763 <!-- 0432 increased to 8 digits on October 24, 2009. 0791 increased to 8 digits on August
4764 28, 2011. 0551 increased to 8 digits and 0565 was cancelled on Dec 8, 2012. 0871
4765 increased to 8 digits on December 16, 2012. 0475 is the prefix for Tongliao but is not
4767 10xxx and 95xxx(x) numbers with area codes are also included here, as they behave
4768 exactly like fixed-line numbers. We don't support them for 4-digit area codes though,
4769 as they don't seem to be used there based on making actual phone calls.
4771 <nationalNumberPattern>
4880 </nationalNumberPattern>
4881 <exampleNumber>1012345678</exampleNumber>
4884 <!-- 170, 176, 177 and 178 prefixes are introduced in early 2014 for 4G networks. -->
4885 <nationalNumberPattern>
4892 </nationalNumberPattern>
4893 <possibleNumberPattern>\d{11}</possibleNumberPattern>
4894 <exampleNumber>13123456789</exampleNumber>
4896 <!-- Toll free, premium rate, and VoIP numbers are not clearly defined in the official Chinese
4897 number plan, and do not seem to have been standardized. The information below is
4898 collected from searching the web. -->
4899 <!-- http://en.wikipedia.org/wiki/Toll-free_telephone_number -->
4901 <nationalNumberPattern>
4905 </nationalNumberPattern>
4906 <possibleNumberPattern>\d{10,12}</possibleNumberPattern>
4907 <exampleNumber>8001234567</exampleNumber>
4910 <nationalNumberPattern>16[08]\d{5}</nationalNumberPattern>
4911 <possibleNumberPattern>\d{8}</possibleNumberPattern>
4912 <exampleNumber>16812345</exampleNumber>
4915 <!-- 96xxx(x) numbers with area codes are included here. Their costs are not well
4916 documented, but they are thought to be mostly local costs with certain exceptions. We
4917 don't support them for 4-digit area codes though, as they don't seem to be used there
4918 based on online searches. -->
4919 <nationalNumberPattern>
4975 </nationalNumberPattern>
4976 <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
4977 <exampleNumber>4001234567</exampleNumber>
4982 <!-- Extra international dialling prefixes from http://www.claro.com.co and
4983 http://www.tigo.com.co. -->
4984 <!-- 05 and 005 are for Orbitel: co.orbitel.com -->
4985 <territory id="CO" countryCode="57" internationalPrefix="00(?:4(?:[14]4|56)|[579])"
4986 nationalPrefix="0" nationalPrefixForParsing="0([3579]|4(?:44|56))?"
4987 mobileNumberPortableRegion="true">
4989 <sourceUrl>http://www.itu.int/oth/T020200002C/en</sourceUrl>
4990 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Colombia</sourceUrl>
4993 <numberFormat pattern="(\d)(\d{7})" carrierCodeFormattingRule="$NP$CC $FG"
4994 nationalPrefixFormattingRule="($FG)">
5014 <format>$1 $2</format>
5016 <numberFormat pattern="(\d{3})(\d{7})" carrierCodeFormattingRule="$NP$CC $FG">
5017 <leadingDigits>3</leadingDigits>
5018 <format>$1 $2</format>
5020 <numberFormat pattern="(1)(\d{3})(\d{7})" nationalPrefixFormattingRule="$NP$FG">
5036 <format>$1-$2-$3</format>
5037 <intlFormat>$1 $2 $3</intlFormat>
5041 <nationalNumberPattern>
5046 </nationalNumberPattern>
5047 <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
5050 <nationalNumberPattern>[124-8][2-9]\d{6}</nationalNumberPattern>
5051 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5052 <exampleNumber>12345678</exampleNumber>
5055 <nationalNumberPattern>
5062 </nationalNumberPattern>
5063 <possibleNumberPattern>\d{10}</possibleNumberPattern>
5064 <exampleNumber>3211234567</exampleNumber>
5067 <nationalNumberPattern>1800\d{7}</nationalNumberPattern>
5068 <possibleNumberPattern>\d{11}</possibleNumberPattern>
5069 <exampleNumber>18001234567</exampleNumber>
5072 <nationalNumberPattern>
5077 </nationalNumberPattern>
5078 <possibleNumberPattern>\d{11}</possibleNumberPattern>
5079 <exampleNumber>19001234567</exampleNumber>
5084 <territory id="CR" countryCode="506" internationalPrefix="00"
5085 nationalPrefixForParsing="(19(?:0[012468]|1[09]|20|66|77|99))"
5086 carrierCodeFormattingRule="$CC $FG">
5088 <sourceUrl>http://www.itu.int/oth/T0202000030/en</sourceUrl>
5091 <numberFormat pattern="(\d{4})(\d{4})">
5096 <format>$1 $2</format>
5098 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
5099 <leadingDigits>[89]0</leadingDigits>
5100 <format>$1-$2-$3</format>
5104 <nationalNumberPattern>[24-9]\d{7,9}</nationalNumberPattern>
5105 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
5108 <nationalNumberPattern>2[24-7]\d{6}</nationalNumberPattern>
5109 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5110 <exampleNumber>22123456</exampleNumber>
5113 <nationalNumberPattern>
5124 </nationalNumberPattern>
5125 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5126 <exampleNumber>83123456</exampleNumber>
5129 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
5130 <possibleNumberPattern>\d{10}</possibleNumberPattern>
5131 <exampleNumber>8001234567</exampleNumber>
5134 <!-- Includes "mass calls" numbers with prefix 905. -->
5135 <nationalNumberPattern>90[059]\d{7}</nationalNumberPattern>
5136 <possibleNumberPattern>\d{10}</possibleNumberPattern>
5137 <exampleNumber>9001234567</exampleNumber>
5140 <!-- Including trunking service numbers starting with 5100. 4001 (callmyway.com) was added
5141 from an open-source bug report supported by numbers found online. -->
5142 <nationalNumberPattern>
5165 </nationalNumberPattern>
5166 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5167 <exampleNumber>40001234</exampleNumber>
5172 <territory id="CU" countryCode="53" internationalPrefix="119"
5173 nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)">
5175 <sourceUrl>http://www.itu.int/oth/T0202000033/en</sourceUrl>
5178 <numberFormat pattern="(\d)(\d{6,7})">
5179 <leadingDigits>7</leadingDigits>
5180 <format>$1 $2</format>
5182 <numberFormat pattern="(\d{2})(\d{4,6})">
5183 <leadingDigits>[2-4]</leadingDigits>
5184 <format>$1 $2</format>
5186 <numberFormat pattern="(\d)(\d{7})" nationalPrefixFormattingRule="$NP$FG">
5187 <leadingDigits>5</leadingDigits>
5188 <format>$1 $2</format>
5192 <nationalNumberPattern>[2-57]\d{5,7}</nationalNumberPattern>
5193 <possibleNumberPattern>\d{4,8}</possibleNumberPattern>
5196 <nationalNumberPattern>
5208 </nationalNumberPattern>
5209 <exampleNumber>71234567</exampleNumber>
5212 <nationalNumberPattern>5\d{7}</nationalNumberPattern>
5213 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5214 <exampleNumber>51234567</exampleNumber>
5219 <territory id="CV" countryCode="238" internationalPrefix="0">
5221 <sourceUrl>http://www.itu.int/oth/T0202000026/en</sourceUrl>
5224 <numberFormat pattern="(\d{3})(\d{2})(\d{2})">
5225 <format>$1 $2 $3</format>
5229 <nationalNumberPattern>[259]\d{6}</nationalNumberPattern>
5230 <possibleNumberPattern>\d{7}</possibleNumberPattern>
5233 <nationalNumberPattern>
5243 </nationalNumberPattern>
5244 <exampleNumber>2211234</exampleNumber>
5247 <!-- It seems, contrary to their numbering plan, the entire 9X range is used for mobile
5248 phones. SMS messages has been successfully sent to numbers starting with 95 and 97 for
5249 example, and there are plenty of numbers on the internet that start with these
5251 <nationalNumberPattern>
5256 </nationalNumberPattern>
5257 <exampleNumber>9911234</exampleNumber>
5262 <territory id="CW" countryCode="599" internationalPrefix="00" mainCountryForCode="true">
5264 <sourceUrl>http://www.itu.int/oth/T02020000F5/en</sourceUrl>
5266 <!-- All the formatting patterns for country-code 599 are here. -->
5268 <numberFormat pattern="(\d{3})(\d{4})">
5269 <leadingDigits>[13-7]</leadingDigits>
5270 <format>$1 $2</format>
5272 <numberFormat pattern="(9)(\d{3})(\d{4})">
5273 <leadingDigits>9</leadingDigits>
5274 <format>$1 $2 $3</format>
5278 <nationalNumberPattern>[169]\d{6,7}</nationalNumberPattern>
5279 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
5282 <nationalNumberPattern>
5294 </nationalNumberPattern>
5295 <exampleNumber>94151234</exampleNumber>
5298 <nationalNumberPattern>
5309 </nationalNumberPattern>
5310 <exampleNumber>95181234</exampleNumber>
5313 <nationalNumberPattern>955\d{5}</nationalNumberPattern>
5314 <exampleNumber>95581234</exampleNumber>
5317 <!-- Value-added services are lumped together under shared cost, since we are not sure
5318 exactly what they are. -->
5319 <nationalNumberPattern>
5324 </nationalNumberPattern>
5325 <possibleNumberPattern>\d{7}</possibleNumberPattern>
5326 <exampleNumber>1011234</exampleNumber>
5330 <!-- Christmas Islands -->
5331 <!-- Metadata shared with Australia. -->
5332 <!-- References state Christmas Islands have fixed line numbers starting +61 8 9164. -->
5333 <territory id="CX" countryCode="61" preferredInternationalPrefix="0011"
5334 internationalPrefix="(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]"
5337 <sourceUrl>http://en.wikipedia.org/wiki/List_of_country_calling_codes</sourceUrl>
5338 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia</sourceUrl>
5340 <!-- Uses AU formatting rules. -->
5341 <!-- General desc and fixed line rules different from Australia. -->
5343 <nationalNumberPattern>[1458]\d{5,9}</nationalNumberPattern>
5344 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
5347 <nationalNumberPattern>89164\d{4}</nationalNumberPattern>
5348 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
5349 <exampleNumber>891641234</exampleNumber>
5351 <!-- Mobile, toll free, premium rate, personal number and VOIP copied from Australia. -->
5353 <nationalNumberPattern>
5368 </nationalNumberPattern>
5369 <possibleNumberPattern>\d{9}</possibleNumberPattern>
5370 <exampleNumber>412345678</exampleNumber>
5373 <nationalNumberPattern>
5382 </nationalNumberPattern>
5383 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
5384 <exampleNumber>1800123456</exampleNumber>
5387 <nationalNumberPattern>190[0126]\d{6}</nationalNumberPattern>
5388 <possibleNumberPattern>\d{10}</possibleNumberPattern>
5389 <exampleNumber>1900123456</exampleNumber>
5392 <nationalNumberPattern>500\d{6}</nationalNumberPattern>
5393 <possibleNumberPattern>\d{9}</possibleNumberPattern>
5394 <exampleNumber>500123456</exampleNumber>
5397 <nationalNumberPattern>550\d{6}</nationalNumberPattern>
5398 <possibleNumberPattern>\d{9}</possibleNumberPattern>
5399 <exampleNumber>550123456</exampleNumber>
5404 <territory id="CY" countryCode="357" internationalPrefix="00" mobileNumberPortableRegion="true">
5406 <sourceUrl>http://www.itu.int/oth/T0202000034/en</sourceUrl>
5409 <!-- Format from http://www.cyprusyellowpages.com -->
5410 <numberFormat pattern="(\d{2})(\d{6})">
5411 <format>$1 $2</format>
5415 <nationalNumberPattern>[257-9]\d{7}</nationalNumberPattern>
5416 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5419 <nationalNumberPattern>2[2-6]\d{6}</nationalNumberPattern>
5420 <exampleNumber>22345678</exampleNumber>
5423 <!-- Includes paging numbers (they are mixed into the same block). -->
5424 <nationalNumberPattern>9[5-79]\d{6}</nationalNumberPattern>
5425 <exampleNumber>96123456</exampleNumber>
5428 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
5429 <exampleNumber>80001234</exampleNumber>
5432 <nationalNumberPattern>90[09]\d{5}</nationalNumberPattern>
5433 <exampleNumber>90012345</exampleNumber>
5436 <nationalNumberPattern>80[1-9]\d{5}</nationalNumberPattern>
5437 <exampleNumber>80112345</exampleNumber>
5440 <nationalNumberPattern>700\d{5}</nationalNumberPattern>
5441 <exampleNumber>70012345</exampleNumber>
5444 <!-- Using for Corporate Network numbers and Universal Service numbers. -->
5445 <nationalNumberPattern>
5450 </nationalNumberPattern>
5451 <exampleNumber>77123456</exampleNumber>
5456 <territory id="CZ" countryCode="420" internationalPrefix="00" mobileNumberPortableRegion="true">
5458 <sourceUrl>http://www.itu.int/oth/T0202000035/en</sourceUrl>
5459 <sourceUrl>http://en.wikipedia.org/wiki/%2B420</sourceUrl>
5462 <numberFormat pattern="([2-9]\d{2})(\d{3})(\d{3})">
5467 <format>$1 $2 $3</format>
5469 <numberFormat pattern="(96\d)(\d{3})(\d{3})(\d{3})">
5470 <leadingDigits>96</leadingDigits>
5471 <format>$1 $2 $3 $4</format>
5473 <numberFormat pattern="(9\d)(\d{3})(\d{3})(\d{3})">
5474 <leadingDigits>9[36]</leadingDigits>
5475 <format>$1 $2 $3 $4</format>
5479 <nationalNumberPattern>
5482 </nationalNumberPattern>
5483 <possibleNumberPattern>\d{9,12}</possibleNumberPattern>
5486 <nationalNumberPattern>
5493 </nationalNumberPattern>
5494 <exampleNumber>212345678</exampleNumber>
5497 <nationalNumberPattern>
5505 </nationalNumberPattern>
5506 <exampleNumber>601123456</exampleNumber>
5509 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
5510 <exampleNumber>800123456</exampleNumber>
5513 <!-- Includes premium rate dial-up. -->
5514 <nationalNumberPattern>
5519 </nationalNumberPattern>
5520 <exampleNumber>900123456</exampleNumber>
5523 <nationalNumberPattern>8[134]\d{7}</nationalNumberPattern>
5524 <exampleNumber>811234567</exampleNumber>
5527 <nationalNumberPattern>70[01]\d{6}</nationalNumberPattern>
5528 <exampleNumber>700123456</exampleNumber>
5531 <nationalNumberPattern>9[17]0\d{6}</nationalNumberPattern>
5532 <exampleNumber>910123456</exampleNumber>
5535 <!-- Numbers belonging to private communication networks are included here. These are
5536 classified as Institutional networks, belonging to institutions like the police, armed
5537 forces and railways, along with a couple of formerly government-owned banks. These
5538 numbers are reachable by the public. -->
5539 <nationalNumberPattern>
5544 </nationalNumberPattern>
5545 <exampleNumber>972123456</exampleNumber>
5548 <nationalNumberPattern>
5553 </nationalNumberPattern>
5554 <possibleNumberPattern>\d{9,12}</possibleNumberPattern>
5555 <exampleNumber>93123456789</exampleNumber>
5560 <territory id="DE" countryCode="49" internationalPrefix="00"
5561 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
5562 mobileNumberPortableRegion="true">
5564 <sourceUrl>http://www.itu.int/oth/T0202000051/en</sourceUrl>
5565 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_germany</sourceUrl>
5568 <!-- Mobile number formatting rules. We follow the ITU document here for guidance on how
5569 these should best be formatted, even though actual usage varies. -->
5570 <numberFormat pattern="(1\d{2})(\d{7,8})">
5571 <leadingDigits>1[67]</leadingDigits>
5572 <format>$1 $2</format>
5574 <numberFormat pattern="(1\d{3})(\d{7})">
5575 <leadingDigits>15</leadingDigits>
5576 <format>$1 $2</format>
5578 <numberFormat pattern="(\d{2})(\d{3,11})">
5584 <format>$1 $2</format>
5586 <!-- The order of the rules on 3-5 digits area code matter as fallback is used here. -->
5587 <!-- 3 digit area codes. -->
5588 <numberFormat pattern="(\d{3})(\d{3,11})">
5607 <format>$1 $2</format>
5609 <!-- 4 digit area codes. -->
5610 <numberFormat pattern="(\d{4})(\d{2,11})">
5695 <format>$1 $2</format>
5697 <!-- 5 digit area codes. -->
5698 <numberFormat pattern="(3\d{4})(\d{1,10})">
5699 <leadingDigits>3</leadingDigits>
5700 <format>$1 $2</format>
5702 <!-- Note: this is getting ridiculous! How can we format these better? -->
5703 <numberFormat pattern="(800)(\d{7,12})">
5704 <leadingDigits>800</leadingDigits>
5705 <format>$1 $2</format>
5707 <!-- Voicemail access numbers for the carrier Blau. -->
5708 <numberFormat pattern="(177)(99)(\d{7,8})">
5709 <leadingDigits>177</leadingDigits>
5710 <leadingDigits>1779</leadingDigits>
5711 <leadingDigits>17799</leadingDigits>
5712 <format>$1 $2 $3</format>
5714 <numberFormat pattern="(\d{3})(\d)(\d{4,10})">
5729 <format>$1 $2 $3</format>
5731 <numberFormat pattern="(1\d{2})(\d{5,11})">
5732 <leadingDigits>181</leadingDigits>
5733 <format>$1 $2</format>
5735 <!-- Where we have seen prefixes in use for the IVPN/User Group numbers, we format it the
5736 way it is generally written. For other prefixes, we fall back to using a three-digit
5737 prefix since we have currently no more information to allow us to format these more
5739 <numberFormat pattern="(18\d{3})(\d{6})">
5740 <leadingDigits>185</leadingDigits>
5741 <leadingDigits>1850</leadingDigits>
5742 <leadingDigits>18500</leadingDigits>
5743 <format>$1 $2</format>
5745 <numberFormat pattern="(18\d{2})(\d{7})">
5746 <leadingDigits>18[68]</leadingDigits>
5747 <format>$1 $2</format>
5749 <numberFormat pattern="(18\d)(\d{8})">
5750 <leadingDigits>18[2-579]</leadingDigits>
5751 <format>$1 $2</format>
5753 <numberFormat pattern="(700)(\d{4})(\d{4})">
5754 <leadingDigits>700</leadingDigits>
5755 <format>$1 $2 $3</format>
5757 <numberFormat pattern="(138)(\d{4})">
5758 <leadingDigits>138</leadingDigits>
5759 <format>$1 $2</format>
5763 <!-- When deciding whether to assume a leading 49 is a country code or not, the number is
5764 examined to see if it is valid with the 49 as part of the number. Due to the variable
5765 length of German numbers, this test is hard to do. The national pattern is hence
5766 stricter for numbers starting with 49, to try and remove the country code if the number
5767 begins with 49 whenever possible. -->
5768 <nationalNumberPattern>
5782 </nationalNumberPattern>
5783 <possibleNumberPattern>\d{2,15}</possibleNumberPattern>
5786 <!-- The numbering plan defines rather optimistic longest-number limits - online numbers
5787 don't seem to respect this. The max-length is hence extended. -->
5788 <nationalNumberPattern>
5815 </nationalNumberPattern>
5816 <exampleNumber>30123456</exampleNumber>
5820 http://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/BNetzA/Sachgebiete/Telekommunikation/Regulierung/Nummernverwaltung/Mobilfunkdienste/NummernplanMobileDienstepdf.pdf?__blob=publicationFile
5821 numbers beginning with 162, 163 and 17 can all be 10 or 11 digits long.
5822 The ranges 15[056] have been removed from the ITU doc, but information found online
5823 indicates that they may still be working.
5825 <nationalNumberPattern>
5834 </nationalNumberPattern>
5835 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
5836 <exampleNumber>15123456789</exampleNumber>
5839 <nationalNumberPattern>
5844 </nationalNumberPattern>
5845 <possibleNumberPattern>\d{4,14}</possibleNumberPattern>
5846 <exampleNumber>16412345</exampleNumber>
5849 <nationalNumberPattern>800\d{7,12}</nationalNumberPattern>
5850 <possibleNumberPattern>\d{10,15}</possibleNumberPattern>
5851 <exampleNumber>8001234567890</exampleNumber>
5854 <!-- Includes the more expensive of the "televoting" line numbers. See the shared cost
5855 section for more information. -->
5856 <nationalNumberPattern>
5862 </nationalNumberPattern>
5863 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
5864 <exampleNumber>9001234567</exampleNumber>
5867 <!-- Includes some mass-traffic numbers, used for e.g. phone voting, raffles, since their
5868 costs when dialling from a fixed-line phone is similar.
5870 http://www.billiger-telefonieren.de/0180-0137-0900-sonderrufnummern/
5872 http://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Nummerierung/Rufnummern/0137/0137_Nummernplan.pdf?__blob=publicationFile&v=2
5874 <nationalNumberPattern>
5882 </nationalNumberPattern>
5883 <possibleNumberPattern>\d{7,14}</possibleNumberPattern>
5884 <exampleNumber>18012345</exampleNumber>
5887 <nationalNumberPattern>700\d{8}</nationalNumberPattern>
5888 <possibleNumberPattern>\d{11}</possibleNumberPattern>
5889 <exampleNumber>70012345678</exampleNumber>
5892 <!-- Using UAN for numbers marked in the plan as being assigned to International Virtual
5893 Private Networks (0181) & User Groups (018[2-9]). These seem in practice to be assigned
5894 to companies. More information here: http://de.wikipedia.org/wiki/Vorwahl_01 -->
5895 <nationalNumberPattern>
5900 </nationalNumberPattern>
5901 <possibleNumberPattern>\d{8,14}</possibleNumberPattern>
5902 <exampleNumber>18500123456</exampleNumber>
5905 <nationalNumberPattern>17799\d{7,8}</nationalNumberPattern>
5906 <possibleNumberPattern>\d{12,13}</possibleNumberPattern>
5907 <exampleNumber>177991234567</exampleNumber>
5912 <territory id="DJ" countryCode="253" internationalPrefix="00">
5914 <sourceUrl>http://www.itu.int/oth/T020200003A/en</sourceUrl>
5917 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
5918 <format>$1 $2 $3 $4</format>
5922 <nationalNumberPattern>[27]\d{7}</nationalNumberPattern>
5923 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5926 <!-- Includes "Numéro long CDMA fixe" numbers. -->
5927 <nationalNumberPattern>
5932 </nationalNumberPattern>
5933 <exampleNumber>21360003</exampleNumber>
5936 <nationalNumberPattern>77[6-8]\d{5}</nationalNumberPattern>
5937 <exampleNumber>77831001</exampleNumber>
5942 <territory id="DK" countryCode="45" internationalPrefix="00" mobileNumberPortableRegion="true">
5944 <sourceUrl>http://www.dba.erhvervsstyrelsen.dk/numbering-lists</sourceUrl>
5947 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
5948 <format>$1 $2 $3 $4</format>
5952 <nationalNumberPattern>[2-9]\d{7}</nationalNumberPattern>
5953 <possibleNumberPattern>\d{8}</possibleNumberPattern>
5955 <!-- Note that "mainly mobile" and "mainly fixed-line" are put under both number types to be
5958 <nationalNumberPattern>
5964 </nationalNumberPattern>
5965 <exampleNumber>32123456</exampleNumber>
5968 <nationalNumberPattern>
5974 </nationalNumberPattern>
5975 <exampleNumber>20123456</exampleNumber>
5978 <nationalNumberPattern>80\d{6}</nationalNumberPattern>
5979 <exampleNumber>80123456</exampleNumber>
5982 <nationalNumberPattern>90\d{6}</nationalNumberPattern>
5983 <exampleNumber>90123456</exampleNumber>
5988 <territory id="DM" countryCode="1" leadingDigits="767" nationalPrefix="1"
5989 internationalPrefix="011">
5991 <sourceUrl>http://www.itu.int/oth/T020200003B/en</sourceUrl>
5994 <!-- NANPA country - uses US formatting rules -->
5995 <nationalNumberPattern>[57-9]\d{9}</nationalNumberPattern>
5996 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
5999 <nationalNumberPattern>
6012 </nationalNumberPattern>
6013 <exampleNumber>7674201234</exampleNumber>
6016 <!-- Adding 61[237], 285 and 295 since online numbers have been found with this prefix. -->
6017 <nationalNumberPattern>
6026 </nationalNumberPattern>
6027 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6028 <exampleNumber>7672251234</exampleNumber>
6031 <nationalNumberPattern>
6040 </nationalNumberPattern>
6041 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6042 <exampleNumber>8002123456</exampleNumber>
6045 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
6046 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6047 <exampleNumber>9002123456</exampleNumber>
6050 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
6051 <nationalNumberPattern>
6059 </nationalNumberPattern>
6060 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6061 <exampleNumber>5002345678</exampleNumber>
6065 <!-- Dominican Rep. -->
6066 <territory id="DO" countryCode="1" leadingDigits="8[024]9" nationalPrefix="1"
6067 internationalPrefix="011" mobileNumberPortableRegion="true">
6069 <sourceUrl>http://www.itu.int/oth/T020200003C/en</sourceUrl>
6072 <!-- NANPA country - uses US formatting rules -->
6073 <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
6074 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
6077 <!-- The ITU data seems to be somewhat incomplete. We ensure that the fully-specified mobile
6078 prefixes in the document are classified as such by excluding them from the fixed-line
6079 ranges, but other than this have a generic rule. -->
6080 <nationalNumberPattern>
6130 </nationalNumberPattern>
6131 <exampleNumber>8092345678</exampleNumber>
6134 <nationalNumberPattern>8[024]9[2-9]\d{6}</nationalNumberPattern>
6135 <exampleNumber>8092345678</exampleNumber>
6138 <nationalNumberPattern>
6147 </nationalNumberPattern>
6148 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6149 <exampleNumber>8002123456</exampleNumber>
6152 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
6153 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6154 <exampleNumber>9002123456</exampleNumber>
6157 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
6158 <nationalNumberPattern>
6166 </nationalNumberPattern>
6167 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6168 <exampleNumber>5002345678</exampleNumber>
6173 <territory id="DZ" countryCode="213" internationalPrefix="00"
6174 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6176 <sourceUrl>http://www.itu.int/oth/T0202000003/en</sourceUrl>
6177 <sourceUrl>http://www.arpt.dz</sourceUrl>
6180 <!-- Formatting from http://www.pagesjaunes-dz.com. -->
6181 <numberFormat pattern="([1-4]\d)(\d{2})(\d{2})(\d{2})">
6182 <leadingDigits>[1-4]</leadingDigits>
6183 <format>$1 $2 $3 $4</format>
6185 <numberFormat pattern="([5-8]\d{2})(\d{2})(\d{2})(\d{2})">
6186 <leadingDigits>[5-8]</leadingDigits>
6187 <format>$1 $2 $3 $4</format>
6189 <numberFormat pattern="(9\d)(\d{3})(\d{2})(\d{2})">
6190 <leadingDigits>9</leadingDigits>
6191 <format>$1 $2 $3 $4</format>
6195 <nationalNumberPattern>
6200 </nationalNumberPattern>
6201 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
6204 <!-- We include the VSAT lines here. -->
6205 <nationalNumberPattern>
6213 </nationalNumberPattern>
6214 <exampleNumber>12345678</exampleNumber>
6217 <!-- Adding 65 and 78 from numbers found online. Also, prefix 670 is added since the carrier
6218 Mobilis Algeria provided it, and 54 for Nedjma. Prefixes 67[1-4] were also added for
6219 Mobilis Algeria based on evidence found online. -->
6220 <nationalNumberPattern>
6229 </nationalNumberPattern>
6230 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6231 <exampleNumber>551234567</exampleNumber>
6234 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
6235 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6236 <exampleNumber>800123456</exampleNumber>
6239 <nationalNumberPattern>80[3-689]1\d{5}</nationalNumberPattern>
6240 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6241 <exampleNumber>808123456</exampleNumber>
6243 <!-- The Algerian plan doesn't specify where the costs start to be considered "premium", so we
6244 draw an arbitrary line here and say that from 50 Da up they will be considered premium.
6247 <nationalNumberPattern>80[12]1\d{5}</nationalNumberPattern>
6248 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6249 <exampleNumber>801123456</exampleNumber>
6252 <nationalNumberPattern>98[23]\d{6}</nationalNumberPattern>
6253 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6254 <exampleNumber>983123456</exampleNumber>
6259 <territory id="EC" countryCode="593" internationalPrefix="00"
6260 nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
6261 mobileNumberPortableRegion="true">
6263 <sourceUrl>http://en.wikipedia.org/wiki/+593</sourceUrl>
6264 <sourceUrl>http://www.conatel.gob.ec/site_conatel/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=153</sourceUrl>
6265 <sourceUrl>http://www.itu.int/oth/T020200003D/en</sourceUrl>
6268 <numberFormat pattern="(\d)(\d{3})(\d{4})">
6273 <format>$1 $2-$3</format>
6274 <intlFormat>$1-$2-$3</intlFormat>
6276 <!-- Formatting for the new longer mobile numbers comes from the advertisements about the
6277 change on the http://www.conatel.gob.ec site. -->
6278 <numberFormat pattern="(\d{2})(\d{3})(\d{4})" nationalPrefixFormattingRule="$NP$FG">
6279 <leadingDigits>9</leadingDigits>
6280 <format>$1 $2 $3</format>
6282 <numberFormat pattern="(1800)(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$FG">
6283 <leadingDigits>1</leadingDigits>
6284 <format>$1 $2 $3</format>
6288 <nationalNumberPattern>
6292 </nationalNumberPattern>
6293 <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
6296 <nationalNumberPattern>[2-7][2-7]\d{6}</nationalNumberPattern>
6297 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
6298 <exampleNumber>22123456</exampleNumber>
6301 <nationalNumberPattern>
6308 </nationalNumberPattern>
6309 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6310 <exampleNumber>991234567</exampleNumber>
6313 <nationalNumberPattern>1800\d{6,7}</nationalNumberPattern>
6314 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
6315 <exampleNumber>18001234567</exampleNumber>
6318 <nationalNumberPattern>[2-7]890\d{4}</nationalNumberPattern>
6319 <possibleNumberPattern>\d{8}</possibleNumberPattern>
6320 <exampleNumber>28901234</exampleNumber>
6325 <territory id="EE" countryCode="372" internationalPrefix="00" mobileNumberPortableRegion="true">
6327 <sourceUrl>http://www.itu.int/oth/T0202000043/en</sourceUrl>
6328 <sourceUrl>http://www.tja.ee/public/Legislation_side/Numbering_/Estonian_NP_eng.htm</sourceUrl>
6331 <numberFormat pattern="([3-79]\d{2})(\d{4})">
6359 <format>$1 $2</format>
6361 <numberFormat pattern="(70)(\d{2})(\d{4})">
6362 <leadingDigits>70</leadingDigits>
6363 <format>$1 $2 $3</format>
6365 <numberFormat pattern="(8000)(\d{3})(\d{3})">
6366 <leadingDigits>800</leadingDigits>
6367 <leadingDigits>8000</leadingDigits>
6368 <format>$1 $2 $3</format>
6370 <numberFormat pattern="([458]\d{3})(\d{3,4})">
6387 <format>$1 $2</format>
6391 <nationalNumberPattern>
6395 </nationalNumberPattern>
6396 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
6398 <noInternationalDialling>
6399 <nationalNumberPattern>
6402 </nationalNumberPattern>
6403 <possibleNumberPattern>\d{4,7}</possibleNumberPattern>
6404 <exampleNumber>8002123</exampleNumber>
6405 </noInternationalDialling>
6407 <nationalNumberPattern>
6415 </nationalNumberPattern>
6416 <possibleNumberPattern>\d{7}</possibleNumberPattern>
6417 <exampleNumber>3212345</exampleNumber>
6420 <!-- 7 digit mobile numbers currently in use with special prefixes are preserved - new
6421 numbers are 8 digits. -->
6422 <nationalNumberPattern>
6437 </nationalNumberPattern>
6438 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
6439 <exampleNumber>51234567</exampleNumber>
6442 <nationalNumberPattern>
6448 </nationalNumberPattern>
6449 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
6450 <exampleNumber>80012345</exampleNumber>
6453 <!-- Supporting eFax numbers here as well. We aren't sure the exact cost, but have
6454 had user reports that they are expensive to dial. -->
6455 <nationalNumberPattern>
6460 </nationalNumberPattern>
6461 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
6462 <exampleNumber>9001234</exampleNumber>
6465 <nationalNumberPattern>70[0-2]\d{5}</nationalNumberPattern>
6466 <possibleNumberPattern>\d{8}</possibleNumberPattern>
6467 <exampleNumber>70012345</exampleNumber>
6470 <!-- All 4-5 digit numbers listed in the plan as being a "short number for a service" are
6472 <nationalNumberPattern>
6483 </nationalNumberPattern>
6484 <possibleNumberPattern>\d{4,5}</possibleNumberPattern>
6485 <exampleNumber>12123</exampleNumber>
6490 <territory id="EG" countryCode="20" internationalPrefix="00"
6491 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
6492 mobileNumberPortableRegion="true">
6494 <sourceUrl>http://www.itu.int/oth/T020200003E/en</sourceUrl>
6497 <!-- Note that no explicit formatting rule is here for 5-digit numbers starting with a 16
6498 or 19. These are formatted without national prefix, as a block, so do not need to be
6500 <numberFormat pattern="(\d)(\d{7,8})">
6501 <leadingDigits>[23]</leadingDigits>
6502 <format>$1 $2</format>
6504 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
6509 <format>$1 $2 $3</format>
6511 <numberFormat pattern="(\d{2})(\d{6,7})">
6517 <format>$1 $2</format>
6521 <nationalNumberPattern>
6526 </nationalNumberPattern>
6527 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
6530 <!-- Short numbers used for businesses (starting with 16 or 19) are covered here. Note also
6531 that the plan says numbers starting with 15 should be followed by seven digit
6532 subscriber numbers, but some numbers we have found online are in fact six digit.
6533 Subscriber numbers starting with 5 are also permitted for the area codes 040, with 5, 6
6534 and 7 for the area code 050, with 5 and 7 for 082, with 6 for 084, with 7 for 086 and
6535 092 and with 5 and 6 for 96. -->
6536 <nationalNumberPattern>
6572 </nationalNumberPattern>
6573 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
6574 <exampleNumber>234567890</exampleNumber>
6577 <!-- Adding the extra prefixes 102 and 121 from user reports that Vodafone and Mobinil have
6578 started allocating numbers beginning with these prefixes, along with 115 from numbers
6579 found online. Etisalat is using 110. -->
6580 <nationalNumberPattern>
6586 </nationalNumberPattern>
6587 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6588 <exampleNumber>1001234567</exampleNumber>
6591 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
6592 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6593 <exampleNumber>8001234567</exampleNumber>
6596 <nationalNumberPattern>900\d{7}</nationalNumberPattern>
6597 <possibleNumberPattern>\d{10}</possibleNumberPattern>
6598 <exampleNumber>9001234567</exampleNumber>
6602 <!-- Western Sahara -->
6603 <!-- Country calling code shared with Morocco (MA). -->
6604 <!-- Two area codes are defined in the Morocco ITU document; 05288 XXXXX and 05289 XXXXX -->
6605 <territory id="EH" countryCode="212" leadingDigits="528[89]" internationalPrefix="00"
6606 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6608 <sourceUrl>http://www.itu.int/oth/T0202000090/en</sourceUrl>
6610 <!-- Uses MA formatting rules and shares general description
6611 (non-geographical numbers for Morocco are still valid). -->
6613 <nationalNumberPattern>[5689]\d{8}</nationalNumberPattern>
6614 <!-- Closed numbering plan. -->
6615 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6618 <nationalNumberPattern>528[89]\d{5}</nationalNumberPattern>
6619 <exampleNumber>528812345</exampleNumber>
6621 <!-- The following sections are copied verbatim from Morocco to allow these non-geographical
6622 numbers to be recognized as available from within Western Sahara. -->
6624 <nationalNumberPattern>
6630 </nationalNumberPattern>
6631 <exampleNumber>650123456</exampleNumber>
6634 <nationalNumberPattern>80\d{7}</nationalNumberPattern>
6635 <exampleNumber>801234567</exampleNumber>
6638 <nationalNumberPattern>89\d{7}</nationalNumberPattern>
6639 <exampleNumber>891234567</exampleNumber>
6644 <territory id="ER" countryCode="291" internationalPrefix="00"
6645 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6647 <sourceUrl>http://www.itu.int/oth/T0202000042/en</sourceUrl>
6650 <numberFormat pattern="(\d)(\d{3})(\d{3})">
6651 <format>$1 $2 $3</format>
6655 <nationalNumberPattern>[178]\d{6}</nationalNumberPattern>
6656 <possibleNumberPattern>\d{6,7}</possibleNumberPattern>
6659 <nationalNumberPattern>
6668 </nationalNumberPattern>
6669 <exampleNumber>8370362</exampleNumber><!-- Test number from plan. -->
6672 <!-- It is unclear in the plan whether the 07 mobile prefix superseded the previous 017[1-3]
6673 numbers or was in addition to them, so we support both here. -->
6674 <nationalNumberPattern>
6677 </nationalNumberPattern>
6678 <possibleNumberPattern>\d{7}</possibleNumberPattern>
6679 <exampleNumber>7123456</exampleNumber>
6684 <territory id="ES" countryCode="34" internationalPrefix="00" mobileNumberPortableRegion="true">
6686 <sourceUrl>http://www.mityc.es/telecomunicaciones/es-ES/Servicios/Numeracion/Paginas/Plan.aspx</sourceUrl>
6689 <numberFormat pattern="([5-9]\d{2})(\d{2})(\d{2})(\d{2})">
6694 <format>$1 $2 $3 $4</format>
6698 <nationalNumberPattern>[5-9]\d{8}</nationalNumberPattern>
6699 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6701 <!-- The pattern is complex because the Lleida Networks mobile ranges are inside the
6702 fixed-line ranges. -->
6704 <nationalNumberPattern>
6738 </nationalNumberPattern>
6739 <exampleNumber>810123456</exampleNumber>
6741 <!-- The ranges 969060900 to 969061099 and 973900000 to 973909999 are mobile according to
6742 information received from Lleida Networks. -->
6744 <nationalNumberPattern>
6756 </nationalNumberPattern>
6757 <exampleNumber>612345678</exampleNumber>
6760 <nationalNumberPattern>[89]00\d{6}</nationalNumberPattern>
6761 <exampleNumber>800123456</exampleNumber>
6764 <nationalNumberPattern>80[367]\d{6}</nationalNumberPattern>
6765 <exampleNumber>803123456</exampleNumber>
6768 <nationalNumberPattern>90[12]\d{6}</nationalNumberPattern>
6769 <exampleNumber>901123456</exampleNumber>
6772 <nationalNumberPattern>70\d{7}</nationalNumberPattern>
6773 <exampleNumber>701234567</exampleNumber>
6775 <!-- Modelling non-geographic nomadic numbers as UAN. -->
6777 <nationalNumberPattern>51\d{7}</nationalNumberPattern>
6778 <exampleNumber>511234567</exampleNumber>
6783 <territory id="ET" countryCode="251" internationalPrefix="00"
6784 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6786 <sourceUrl>http://www.itu.int/oth/T0202000044/en</sourceUrl>
6789 <numberFormat pattern="([1-59]\d)(\d{3})(\d{4})">
6790 <format>$1 $2 $3</format>
6794 <nationalNumberPattern>[1-59]\d{8}</nationalNumberPattern>
6795 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
6798 <nationalNumberPattern>
6913 </nationalNumberPattern>
6914 <exampleNumber>111112345</exampleNumber>
6917 <!-- The data here is not regularly updated by the Ethiopian authorities, and many more
6918 numbers are visible online than are reported in the ITU document. This pattern is
6919 therefore somewhat more relaxed than in the ITU document. According to the ETC, the
6920 prefix 93 is assigned to Addis Ababa Mobile and 95[89] to some CDMA providers. -->
6921 <nationalNumberPattern>
6926 </nationalNumberPattern>
6927 <possibleNumberPattern>\d{9}</possibleNumberPattern>
6928 <exampleNumber>911234567</exampleNumber>
6933 <!-- Metadata shared with Ã…land (AX) -->
6934 <territory id="FI" countryCode="358" internationalPrefix="00|99[049]" nationalPrefix="0"
6935 nationalPrefixFormattingRule="$NP$FG" mainCountryForCode="true"
6936 mobileNumberPortableRegion="true">
6938 <sourceUrl>https://www.viestintavirasto.fi/internetpuhelin/puhelinverkonnumerointi.html</sourceUrl>
6941 <numberFormat pattern="(\d{3})(\d{3,7})">
6948 <format>$1 $2</format>
6950 <numberFormat pattern="(\d{2})(\d{4,10})">
6957 <format>$1 $2</format>
6959 <numberFormat pattern="(\d)(\d{4,11})">
6964 <format>$1 $2</format>
6968 <nationalNumberPattern>
6971 </nationalNumberPattern>
6972 <possibleNumberPattern>\d{5,12}</possibleNumberPattern>
6974 <noInternationalDialling>
6975 <!-- According to the national numbering plan, service numbers are in general not accessible
6976 from abroad, although 600/700/800 numbers may be. -->
6977 <nationalNumberPattern>
6995 </nationalNumberPattern>
6996 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
6997 <exampleNumber>100123</exampleNumber>
6998 </noInternationalDialling>
7000 <!-- This is limited to geographic numbers - non-geographic nationwide subscriber numbers
7001 are listed under UAN. It also excludes Ã…land numbers. -->
7002 <nationalNumberPattern>
7013 </nationalNumberPattern>
7014 <exampleNumber>1312345678</exampleNumber>
7017 <nationalNumberPattern>
7020 </nationalNumberPattern>
7021 <possibleNumberPattern>\d{6,11}</possibleNumberPattern>
7022 <exampleNumber>412345678</exampleNumber>
7025 <nationalNumberPattern>800\d{4,7}</nationalNumberPattern>
7026 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
7027 <exampleNumber>8001234567</exampleNumber>
7030 <nationalNumberPattern>[67]00\d{5,6}</nationalNumberPattern>
7031 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
7032 <exampleNumber>600123456</exampleNumber>
7035 <!-- Covers nationwide non-geographic numbers, and nationwide "service numbers", typically
7036 assigned to institutions such as universities, the national post, etc, where they are
7037 not otherwise classified as toll-free or premium-rate numbers. -->
7038 <nationalNumberPattern>
7056 </nationalNumberPattern>
7057 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
7058 <exampleNumber>10112345</exampleNumber>
7063 <territory id="FJ" countryCode="679" internationalPrefix="0(?:0|52)"
7064 preferredInternationalPrefix="00" leadingZeroPossible="true">
7066 <sourceUrl>http://www.itu.int/oth/T0202000048/en</sourceUrl>
7067 <sourceUrl>http://www.tfl.com.fj</sourceUrl>
7070 <numberFormat pattern="(\d{3})(\d{4})">
7071 <leadingDigits>[36-9]</leadingDigits>
7072 <format>$1 $2</format>
7074 <numberFormat pattern="(\d{4})(\d{3})(\d{4})">
7075 <leadingDigits>0</leadingDigits>
7076 <format>$1 $2 $3</format>
7080 <nationalNumberPattern>
7083 </nationalNumberPattern>
7084 <possibleNumberPattern>\d{7}(?:\d{4})?</possibleNumberPattern>
7087 <!-- Adding the prefixes 30X, 31X and 62X, since numbers with these prefixes have been found
7088 online, including in the white pages. 35X and 85X were found in the exchanges listed on
7089 http://www.tfl.com.fj. -->
7090 <nationalNumberPattern>
7096 </nationalNumberPattern>
7097 <possibleNumberPattern>\d{7}</possibleNumberPattern>
7098 <exampleNumber>3212345</exampleNumber>
7101 <!-- Adding 7[5-8], 8[03679], and 9[034678] from numbers found online and numbers where SMSs
7102 have been received from. Adding 9[15] and 84 from Vodafone Fiji IR21. -->
7103 <nationalNumberPattern>
7109 </nationalNumberPattern>
7110 <possibleNumberPattern>\d{7}</possibleNumberPattern>
7111 <exampleNumber>7012345</exampleNumber>
7114 <!-- Information found on http://www.tfl.com.fj. It is not clear if these are
7115 internationally diallable, or if so, how. -->
7116 <nationalNumberPattern>0800\d{7}</nationalNumberPattern>
7117 <possibleNumberPattern>\d{11}</possibleNumberPattern>
7118 <exampleNumber>08001234567</exampleNumber>
7122 <!-- Falkland Islands (Malvinas) -->
7123 <territory id="FK" countryCode="500" internationalPrefix="00">
7125 <sourceUrl>http://www.itu.int/oth/T0202000046/en</sourceUrl>
7127 <!-- All numbers are formatted together, as a block. -->
7129 <nationalNumberPattern>[2-7]\d{4}</nationalNumberPattern>
7130 <possibleNumberPattern>\d{5}</possibleNumberPattern>
7133 <nationalNumberPattern>[2-47]\d{4}</nationalNumberPattern>
7134 <exampleNumber>31234</exampleNumber>
7137 <nationalNumberPattern>[56]\d{4}</nationalNumberPattern>
7138 <exampleNumber>51234</exampleNumber>
7142 <!-- Micronesia, Federated States of -->
7143 <territory id="FM" countryCode="691" internationalPrefix="00">
7145 <sourceUrl>http://www.itu.int/oth/T020200008B/en</sourceUrl>
7148 <numberFormat pattern="(\d{3})(\d{4})">
7149 <format>$1 $2</format>
7153 <nationalNumberPattern>[39]\d{6}</nationalNumberPattern>
7154 <possibleNumberPattern>\d{7}</possibleNumberPattern>
7157 <nationalNumberPattern>
7160 </nationalNumberPattern>
7161 <exampleNumber>3201234</exampleNumber>
7164 <!-- Note that most ranges are used for both fixed and mobile but numbers starting with 970
7165 are exclusively mobile. -->
7166 <nationalNumberPattern>
7169 </nationalNumberPattern>
7170 <exampleNumber>3501234</exampleNumber>
7174 <!-- Faroe Islands -->
7175 <territory id="FO" countryCode="298" internationalPrefix="00"
7176 nationalPrefixForParsing="(10(?:01|[12]0|88))"
7177 carrierCodeFormattingRule="$CC $FG">
7179 <sourceUrl>http://www.itu.int/oth/T0202000047/en</sourceUrl>
7181 <!-- All numbers are formatted together, as a block. -->
7183 <numberFormat pattern="(\d{6})">
7188 <nationalNumberPattern>[2-9]\d{5}</nationalNumberPattern>
7189 <possibleNumberPattern>\d{6}</possibleNumberPattern>
7192 <nationalNumberPattern>
7198 </nationalNumberPattern>
7199 <exampleNumber>201234</exampleNumber>
7202 <nationalNumberPattern>
7208 </nationalNumberPattern>
7209 <exampleNumber>211234</exampleNumber>
7212 <nationalNumberPattern>80[257-9]\d{3}</nationalNumberPattern>
7213 <exampleNumber>802123</exampleNumber>
7216 <nationalNumberPattern>
7222 </nationalNumberPattern>
7223 <exampleNumber>901123</exampleNumber>
7226 <nationalNumberPattern>
7231 </nationalNumberPattern>
7232 <exampleNumber>601234</exampleNumber>
7237 <territory id="FR" countryCode="33" internationalPrefix="00" nationalPrefix="0"
7238 nationalPrefixFormattingRule="$NP$FG" mobileNumberPortableRegion="true">
7240 <sourceUrl>http://www.itu.int/oth/T020200004A/en</sourceUrl>
7241 <sourceUrl>http://www.arcep.fr/index.php?id=8146</sourceUrl>
7242 <sourceUrl>http://en.wikipedia.org/wiki/%2B33</sourceUrl>
7244 <!-- Short numbers will be formatted as a block without a national prefix. -->
7246 <numberFormat pattern="([1-79])(\d{2})(\d{2})(\d{2})(\d{2})">
7247 <leadingDigits>[1-79]</leadingDigits>
7248 <format>$1 $2 $3 $4 $5</format>
7250 <numberFormat pattern="(1\d{2})(\d{3})" nationalPrefixFormattingRule="$FG">
7251 <leadingDigits>11</leadingDigits>
7252 <format>$1 $2</format>
7253 <intlFormat>NA</intlFormat>
7255 <numberFormat nationalPrefixFormattingRule="$NP $FG"
7256 pattern="(8\d{2})(\d{2})(\d{2})(\d{2})">
7257 <leadingDigits>8</leadingDigits>
7258 <format>$1 $2 $3 $4</format>
7262 <nationalNumberPattern>[1-9]\d{8}</nationalNumberPattern>
7263 <possibleNumberPattern>\d{9}</possibleNumberPattern>
7266 <nationalNumberPattern>[1-5]\d{8}</nationalNumberPattern>
7267 <exampleNumber>123456789</exampleNumber>
7270 <nationalNumberPattern>
7273 </nationalNumberPattern>
7274 <exampleNumber>612345678</exampleNumber>
7277 <nationalNumberPattern>80\d{7}</nationalNumberPattern>
7278 <exampleNumber>801234567</exampleNumber>
7281 <nationalNumberPattern>89[1-37-9]\d{6}</nationalNumberPattern>
7282 <exampleNumber>891123456</exampleNumber>
7285 <nationalNumberPattern>
7292 </nationalNumberPattern>
7293 <exampleNumber>810123456</exampleNumber>
7296 <!-- 087 numbers used to be used for this. -->
7297 <nationalNumberPattern>9\d{8}</nationalNumberPattern>
7298 <exampleNumber>912345678</exampleNumber>
7303 <!-- Note: We cannot set nationalPrefix="0" while fixed line numbers can start with a zero
7304 as this breaks parsing (it treats all leading zeros as national prefixes. -->
7305 <territory id="GA" countryCode="241" internationalPrefix="00" leadingZeroPossible="true" >
7307 <sourceUrl>http://www.itu.int/oth/T020200004E/en</sourceUrl>
7308 <sourceUrl>http://www.arcep.ga</sourceUrl>
7311 <!-- If no leading zero was supplied, format with the national prefix. -->
7312 <numberFormat pattern="(\d)(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="0$FG">
7313 <leadingDigits>[2-7]</leadingDigits>
7314 <format>$1 $2 $3 $4</format>
7316 <!-- This already has a leading zero so we format is "as is". -->
7317 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
7318 <leadingDigits>0</leadingDigits>
7319 <format>$1 $2 $3 $4</format>
7323 <nationalNumberPattern>0?\d{7}</nationalNumberPattern>
7324 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
7326 <!-- A 7-digit fixed-line plan was scheduled to be implemented on June 17, 2012 to unify fixed
7327 line and mobile numbering. However, this has only partially happened; mobile numbers can
7328 now be dialed without a leading zero, but fixed line numbers still require it. Their own
7329 website still lists fixed line numbers as "+241 01 44 68 11" and upon ringing they will
7330 not connect from outside the country without the 0. This was last tested March 2014. -->
7332 <nationalNumberPattern>01\d{6}</nationalNumberPattern>
7333 <possibleNumberPattern>\d{8}</possibleNumberPattern>
7334 <exampleNumber>01441234</exampleNumber>
7337 <!-- Mobile numbers can be 7 or 8 digits (with or without a leading zero). -->
7338 <nationalNumberPattern>0?[2-7]\d{6}</nationalNumberPattern>
7339 <exampleNumber>06031234</exampleNumber>
7343 <!-- United Kingdom -->
7344 <!-- Note that this excludes Isle of Man, Jersey and Guernsey prefixes for the purposes of
7345 validation, although the formatting rules are shared. -->
7346 <territory id="GB" countryCode="44" internationalPrefix="00"
7347 nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG"
7348 mainCountryForCode="true" mobileNumberPortableRegion="true">
7350 <sourceUrl>http://stakeholders.ofcom.org.uk/telecoms/numbering/</sourceUrl>
7351 <sourceUrl>http://en.wikipedia.org/wiki/List_of_United_Kingdom_dialling_codes</sourceUrl>
7352 <sourceUrl>http://www.numberingplans.com/?page=dialling&sub=areacodes&ac=GB</sourceUrl>
7355 <!-- 2d, 55, 56, 70 and 76 pager numbers (excludes 7624) with 10 digits. -->
7356 <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
7376 <format>$1 $2 $3</format>
7378 <!-- 11d, 1d1, 3dd, 9dd with 10 digits. -->
7379 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
7388 <format>$1 $2 $3</format>
7390 <!-- 1dddd with 9 or 10 digits.
7391 These area codes are very rare in GB, and are only available in the following places:
7392 13873(Langholm), 15242(Hornby), 15394(Hawkshead), 15395(Grange-over-Sands),
7393 15396(Sedbergh), 16973(Wigton), 16974(Raughton Head), 16977(Brampton),
7394 17683(Appleby), 17684(Pooley Bridge), 17687(Keswick), 19467(Gosforth). -->
7395 <numberFormat pattern="(\d{5})(\d{4,5})">
7429 <format>$1 $2</format>
7431 <!-- 1ddd with 9 or 10 digits. -->
7432 <numberFormat pattern="(1\d{3})(\d{5,6})">
7433 <leadingDigits>1</leadingDigits>
7434 <format>$1 $2</format>
7436 <!-- 7ddd (not 70, 76) with 10 digits. Note: DOES include 7624 when used for IM. -->
7437 <numberFormat pattern="(7\d{3})(\d{6})">
7450 <format>$1 $2</format>
7452 <!-- 800 1111 : UK ChildLine. -->
7453 <numberFormat pattern="(800)(\d{4})">
7454 <leadingDigits>800</leadingDigits>
7455 <leadingDigits>8001</leadingDigits>
7456 <leadingDigits>80011</leadingDigits>
7457 <leadingDigits>800111</leadingDigits>
7458 <leadingDigits>8001111</leadingDigits>
7459 <format>$1 $2</format>
7461 <!-- 845 46 47 : UK NHS Direct. -->
7462 <numberFormat pattern="(845)(46)(4\d)">
7463 <leadingDigits>845</leadingDigits>
7464 <leadingDigits>8454</leadingDigits>
7465 <leadingDigits>84546</leadingDigits>
7466 <leadingDigits>845464</leadingDigits>
7467 <format>$1 $2 $3</format>
7469 <!-- 84d, 87d with 10 digits. -->
7470 <numberFormat pattern="(8\d{2})(\d{3})(\d{4})">
7477 <format>$1 $2 $3</format>
7479 <!-- 80d (including 800) with 10 digits. -->
7480 <numberFormat pattern="(80\d)(\d{3})(\d{4})">
7481 <leadingDigits>80</leadingDigits>
7482 <format>$1 $2 $3</format>
7484 <!-- 500, 800 with 9 digits. -->
7485 <numberFormat pattern="([58]00)(\d{6})">
7486 <leadingDigits>[58]00</leadingDigits>
7487 <format>$1 $2</format>
7491 <nationalNumberPattern>\d{7,10}</nationalNumberPattern>
7492 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
7495 <!-- These are a subset of the fixed-line rules, with digits 2-9 as the leading digit of the
7496 subscriber number. There are patterns for 2+8, 3+7 and a combined pattern for all
7497 4+6/4+5 and 5+5/5+4 numbers. Note that numbers matching this pattern are not
7498 necessarily valid numbers. -->
7499 <nationalNumberPattern>
7506 [248][02-9]\d[2-9]\d{4,5}|
7559 </nationalNumberPattern>
7560 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
7561 <exampleNumber>1332456789</exampleNumber>
7564 <!-- http://en.wikipedia.org/wiki/List_of_United_Kingdom_dialling_codes -->
7565 <!-- Pattern matches geographic NSN=10 numbers as follows:
7566 - area code and local number first digit for 2+8,
7567 - area code and local number first digit for 3+7,
7568 - area code only for 4+6 (including areas with embedded 5+5).
7569 Pattern matches geographic NSN=9 numbers as follows:
7570 - area code and local number first two digits for 4+5,
7571 - area code and local number first three digits for 4+5 special case (01768) 88Ddd,
7572 - area code and local number first digit for 5+4 special case (016977) Dddd.
7573 All patterns exclude ranges used in GG, IM, JE. -->
7574 <nationalNumberPattern>
7805 176888[234678]\d{2}|
7807 </nationalNumberPattern>
7808 <exampleNumber>1212345678</exampleNumber>
7811 <!-- http://stakeholders.ofcom.org.uk/telecoms/numbering/telephone-no-availability/numbers-administered/
7812 7100-7599, 7700-7999 with 10 digits; excluding ranges used in GG, IM, JE. -->
7813 <nationalNumberPattern>
7838 </nationalNumberPattern>
7839 <possibleNumberPattern>\d{10}</possibleNumberPattern>
7840 <exampleNumber>7400123456</exampleNumber>
7843 <!-- 76 with 10 digits; excluding ranges used in IM. -->
7844 <nationalNumberPattern>
7855 </nationalNumberPattern>
7856 <possibleNumberPattern>\d{10}</possibleNumberPattern>
7857 <exampleNumber>7640123456</exampleNumber>
7859 <!-- Source for non geographic numbers:
7860 http://en.wikipedia.org/wiki/Non-geographic_telephone_numbers_in_the_United_Kingdom -->
7862 <!-- 800 1111 with 7 digits, 800 with 9 or 10 digits, 808 with 10 digits, 500 with 9 digits.
7864 <nationalNumberPattern>
7873 </nationalNumberPattern>
7874 <possibleNumberPattern>\d{7}(?:\d{2,3})?</possibleNumberPattern>
7875 <exampleNumber>8001234567</exampleNumber>
7878 <!-- 871, 872, 873 with 10 digits are now Controlled Premium Rate Services, so are listed
7879 here as well as 900-909, 910-919, 982-984, 989 with 10 digits.
7880 Note that only 908, 909, 980-989 are reserved for "adult services" while 900-907 and
7881 910-919 are reserved for standard premium rate services. -->
7882 <nationalNumberPattern>
7890 </nationalNumberPattern>
7891 <possibleNumberPattern>\d{10}</possibleNumberPattern>
7892 <exampleNumber>9012345678</exampleNumber>
7895 <!-- Using shared cost to deal with the various revenue sharing number prefixes in the
7896 United Kingdom: 845 46 47 with 7 digits, 842-845, 870 with 10 digits. -->
7897 <nationalNumberPattern>
7905 </nationalNumberPattern>
7906 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
7907 <exampleNumber>8431234567</exampleNumber>
7910 <!-- 70 with 10 digits. -->
7911 <nationalNumberPattern>70\d{8}</nationalNumberPattern>
7912 <possibleNumberPattern>\d{10}</possibleNumberPattern>
7913 <exampleNumber>7012345678</exampleNumber>
7916 <!-- 56 with 10 digits. -->
7917 <nationalNumberPattern>56\d{8}</nationalNumberPattern>
7918 <possibleNumberPattern>\d{10}</possibleNumberPattern>
7919 <exampleNumber>5612345678</exampleNumber>
7922 <!-- 30d, 33d, 34d, 37d, 55 with 10 digits. -->
7923 <nationalNumberPattern>
7928 </nationalNumberPattern>
7929 <possibleNumberPattern>\d{10}</possibleNumberPattern>
7930 <exampleNumber>5512345678</exampleNumber>
7935 <territory id="GD" countryCode="1" leadingDigits="473" nationalPrefix="1"
7936 internationalPrefix="011">
7938 <sourceUrl>http://www.itu.int/oth/T0202000057/en</sourceUrl>
7941 <!-- NANPA country - uses US formatting rules -->
7942 <nationalNumberPattern>[4589]\d{9}</nationalNumberPattern>
7943 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
7946 <nationalNumberPattern>
7973 </nationalNumberPattern>
7974 <exampleNumber>4732691234</exampleNumber>
7977 <nationalNumberPattern>
7991 </nationalNumberPattern>
7992 <possibleNumberPattern>\d{10}</possibleNumberPattern>
7993 <exampleNumber>4734031234</exampleNumber>
7996 <nationalNumberPattern>
8005 </nationalNumberPattern>
8006 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8007 <exampleNumber>8002123456</exampleNumber>
8010 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
8011 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8012 <exampleNumber>9002123456</exampleNumber>
8015 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
8016 <nationalNumberPattern>
8024 </nationalNumberPattern>
8025 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8026 <exampleNumber>5002345678</exampleNumber>
8031 <territory id="GE" countryCode="995" internationalPrefix="00" nationalPrefix="0"
8032 mobileNumberPortableRegion="true">
8034 <sourceUrl>http://www.itu.int/oth/T0202000050/en</sourceUrl>
8035 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Georgia_(country)</sourceUrl>
8038 <!-- Format isn't very strictly defined - the yellow pages omits area code and does 2 2 2,
8039 the communications commission uses 2 3 3. Wikipedia says 3 2 3. Some use 2 6. -->
8040 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
8041 <leadingDigits>[348]</leadingDigits>
8042 <format>$1 $2 $3 $4</format>
8044 <numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
8045 <leadingDigits>7</leadingDigits>
8046 <format>$1 $2 $3</format>
8048 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$FG">
8049 <leadingDigits>5</leadingDigits>
8050 <format>$1 $2 $3 $4</format>
8053 <noInternationalDialling>
8054 <!-- Online numbers mention that this is not internationally diallable. -->
8055 <nationalNumberPattern>706\d{6}</nationalNumberPattern>
8056 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8057 <exampleNumber>706123456</exampleNumber>
8058 </noInternationalDialling>
8060 <nationalNumberPattern>[34578]\d{8}</nationalNumberPattern>
8061 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
8064 <nationalNumberPattern>
8080 </nationalNumberPattern>
8081 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
8082 <exampleNumber>322123456</exampleNumber>
8085 <!-- The ITU document says 790 instead of 590, but this contradicts their press release
8086 about the change in numbers, and online numbers found. -->
8087 <nationalNumberPattern>
8095 </nationalNumberPattern>
8096 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8097 <exampleNumber>555123456</exampleNumber>
8099 <!-- Information from http://www.yell.ge, examples such as Wissol Petroleum Georgia
8102 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
8103 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8104 <exampleNumber>800123456</exampleNumber>
8107 <!-- http://www.mydivert.com/virtual-numbers/995-virtual-number-National.html -->
8108 <nationalNumberPattern>706\d{6}</nationalNumberPattern>
8109 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8110 <exampleNumber>706123456</exampleNumber>
8112 <!-- It seems there may be special 6 digit numbers beginning with 91, but we are not sure, so
8113 these are omitted for now. -->
8116 <!-- French Guiana (French Dept. of) -->
8117 <!-- Using a national prefix here as online numbers are formatted with it. -->
8118 <territory id="GF" countryCode="594" internationalPrefix="00"
8119 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
8121 <sourceUrl>http://www.itu.int/oth/T020200004C/en</sourceUrl>
8122 <sourceUrl>http://www.arcep.fr/index.php?id=2137&bloc=0594&CMD=RESULTS_NUMEROTATION</sourceUrl>
8123 <sourceUrl>http://www.arcep.fr/uploads/tx_gsavis/11-1297.pdf</sourceUrl>
8126 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
8127 <format>$1 $2 $3 $4</format>
8131 <nationalNumberPattern>[56]\d{8}</nationalNumberPattern>
8132 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8135 <nationalNumberPattern>
8145 </nationalNumberPattern>
8146 <exampleNumber>594101234</exampleNumber>
8149 <nationalNumberPattern>
8156 </nationalNumberPattern>
8157 <exampleNumber>694201234</exampleNumber>
8159 <!-- The 876 prefix is mentioned in the plan, but the plan is from 2006 and in France VOIP
8160 numbers were changed from 087 to the 09 prefix in 2009. It is likely this occurred here
8165 <!-- Inherits formatting rules from the UK. -->
8166 <territory id="GG" countryCode="44" internationalPrefix="00"
8167 nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG">
8169 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom</sourceUrl>
8172 <nationalNumberPattern>[135789]\d{6,9}</nationalNumberPattern>
8173 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
8176 <nationalNumberPattern>1481[2-9]\d{5}</nationalNumberPattern>
8177 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8178 <exampleNumber>1481250123</exampleNumber>
8180 <!-- Specific to GG. -->
8182 <!-- 1481 with 10 digits. -->
8183 <nationalNumberPattern>1481\d{6}</nationalNumberPattern>
8184 <exampleNumber>1481456789</exampleNumber>
8187 <!-- 7781, 7839, 7911 with 10 digits. -->
8188 <nationalNumberPattern>
8194 </nationalNumberPattern>
8195 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8196 <exampleNumber>7781123456</exampleNumber>
8198 <!-- Other numbers as per GB. -->
8200 <nationalNumberPattern>
8211 </nationalNumberPattern>
8212 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8213 <exampleNumber>7640123456</exampleNumber>
8216 <nationalNumberPattern>
8225 </nationalNumberPattern>
8226 <possibleNumberPattern>\d{7}(?:\d{2,3})?</possibleNumberPattern>
8227 <exampleNumber>8001234567</exampleNumber>
8230 <nationalNumberPattern>
8238 </nationalNumberPattern>
8239 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8240 <exampleNumber>9012345678</exampleNumber>
8243 <nationalNumberPattern>
8251 </nationalNumberPattern>
8252 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
8253 <exampleNumber>8431234567</exampleNumber>
8256 <nationalNumberPattern>70\d{8}</nationalNumberPattern>
8257 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8258 <exampleNumber>7012345678</exampleNumber>
8261 <nationalNumberPattern>56\d{8}</nationalNumberPattern>
8262 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8263 <exampleNumber>5612345678</exampleNumber>
8266 <nationalNumberPattern>
8271 </nationalNumberPattern>
8272 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8273 <exampleNumber>5512345678</exampleNumber>
8278 <territory id="GH" countryCode="233" internationalPrefix="00"
8279 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
8280 mobileNumberPortableRegion="true">
8282 <sourceUrl>http://www.itu.int/oth/T0202000052/en</sourceUrl>
8283 <sourceUrl>http://www.nca.org.gh/index.php?option=com_content&view=article&id=90&Itemid=65</sourceUrl>
8286 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
8287 <leadingDigits>[235]</leadingDigits>
8288 <format>$1 $2 $3</format>
8290 <numberFormat pattern="(\d{3})(\d{5})">
8291 <leadingDigits>8</leadingDigits>
8292 <format>$1 $2</format>
8296 <nationalNumberPattern>
8299 </nationalNumberPattern>
8300 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
8302 <noInternationalDialling>
8303 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
8304 <possibleNumberPattern>\d{8}</possibleNumberPattern>
8305 <exampleNumber>80012345</exampleNumber>
8306 </noInternationalDialling>
8308 <nationalNumberPattern>
8341 </nationalNumberPattern>
8342 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
8343 <exampleNumber>302345678</exampleNumber>
8346 <nationalNumberPattern>
8355 </nationalNumberPattern>
8356 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8357 <exampleNumber>231234567</exampleNumber>
8360 <!-- Found online references to these numbers, although they are not in the plan since they
8361 are not internationally diallable. -->
8362 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
8363 <possibleNumberPattern>\d{8}</possibleNumberPattern>
8364 <exampleNumber>80012345</exampleNumber>
8366 <!-- No premiumRate information can be found. -->
8370 <territory id="GI" countryCode="350" internationalPrefix="00">
8372 <sourceUrl>http://www.gra.gi/index.php?topic=numbering+plan&section=legislation&site=communications</sourceUrl>
8375 <!-- Most numbers are formatted as a block -->
8376 <numberFormat pattern="(\d{3})(\d{5})">
8377 <leadingDigits>2</leadingDigits>
8378 <format>$1 $2</format>
8382 <nationalNumberPattern>[2568]\d{7}</nationalNumberPattern>
8383 <possibleNumberPattern>\d{8}</possibleNumberPattern>
8386 <nationalNumberPattern>
8398 </nationalNumberPattern>
8399 <exampleNumber>20012345</exampleNumber>
8402 <nationalNumberPattern>
8407 </nationalNumberPattern>
8408 <exampleNumber>57123456</exampleNumber>
8411 <nationalNumberPattern>80\d{6}</nationalNumberPattern>
8412 <exampleNumber>80123456</exampleNumber>
8415 <nationalNumberPattern>8[1-689]\d{6}</nationalNumberPattern>
8416 <exampleNumber>88123456</exampleNumber>
8419 <nationalNumberPattern>87\d{6}</nationalNumberPattern>
8420 <exampleNumber>87123456</exampleNumber>
8425 <territory id="GL" countryCode="299" internationalPrefix="00">
8427 <sourceUrl>http://www.itu.int/oth/T0202000056/en</sourceUrl>
8430 <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
8431 <format>$1 $2 $3</format>
8435 <nationalNumberPattern>[1-689]\d{5}</nationalNumberPattern>
8436 <possibleNumberPattern>\d{6}</possibleNumberPattern>
8439 <!-- Including VSAT numbers here. -->
8440 <nationalNumberPattern>
8448 </nationalNumberPattern>
8449 <exampleNumber>321000</exampleNumber>
8452 <nationalNumberPattern>[245][2-9]\d{4}</nationalNumberPattern>
8453 <exampleNumber>221234</exampleNumber>
8456 <nationalNumberPattern>80\d{4}</nationalNumberPattern>
8457 <exampleNumber>801234</exampleNumber>
8460 <nationalNumberPattern>3[89]\d{4}</nationalNumberPattern>
8461 <exampleNumber>381234</exampleNumber>
8466 <territory id="GM" countryCode="220" internationalPrefix="00">
8468 <sourceUrl>http://www.itu.int/oth/T020200004F/en</sourceUrl>
8471 <numberFormat pattern="(\d{3})(\d{4})">
8472 <format>$1 $2</format>
8476 <nationalNumberPattern>[2-9]\d{6}</nationalNumberPattern>
8477 <possibleNumberPattern>\d{7}</possibleNumberPattern>
8480 <nationalNumberPattern>
8503 </nationalNumberPattern>
8504 <exampleNumber>5661234</exampleNumber>
8507 <nationalNumberPattern>
8512 </nationalNumberPattern>
8513 <exampleNumber>3012345</exampleNumber>
8518 <territory id="GN" countryCode="224" internationalPrefix="00">
8520 <sourceUrl>http://www.itu.int/oth/T020200005B/en</sourceUrl>
8523 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
8524 <leadingDigits>3</leadingDigits>
8525 <format>$1 $2 $3 $4</format>
8527 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
8528 <leadingDigits>[67]</leadingDigits>
8529 <format>$1 $2 $3 $4</format>
8533 <nationalNumberPattern>[367]\d{7,8}</nationalNumberPattern>
8534 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
8537 <nationalNumberPattern>
8547 </nationalNumberPattern>
8548 <possibleNumberPattern>\d{8}</possibleNumberPattern>
8549 <exampleNumber>30241234</exampleNumber>
8552 <!-- Prefixes here match those assigned to carriers, as per the ITU communication Jan 23rd
8554 <nationalNumberPattern>6[02356]\d{7}</nationalNumberPattern>
8555 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8556 <exampleNumber>601123456</exampleNumber>
8559 <!-- Gamma concept network is being listed as VoIP as per
8560 http://www.gammaconcept.com/internet%20sat.html -->
8561 <nationalNumberPattern>722\d{6}</nationalNumberPattern>
8562 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8563 <exampleNumber>722123456</exampleNumber>
8568 <territory id="GP" countryCode="590" internationalPrefix="00"
8569 mainCountryForCode="true" nationalPrefix="0"
8570 nationalPrefixFormattingRule="$NP$FG">
8572 <sourceUrl>http://www.itu.int/oth/T0202000058/en</sourceUrl>
8573 <!-- Linked from http://www.arcep.fr/index.php?id=interactivenumeros -->
8574 <sourceUrl>http://www.arcep.fr/fileadmin/reprise/dossiers/numero/ZABPQ-ZNE.xls</sourceUrl>
8577 <numberFormat pattern="([56]90)(\d{2})(\d{4})">
8578 <format>$1 $2-$3</format>
8582 <nationalNumberPattern>[56]\d{8}</nationalNumberPattern>
8583 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8586 <nationalNumberPattern>
8599 </nationalNumberPattern>
8600 <exampleNumber>590201234</exampleNumber>
8603 <!-- Any ranges assigned from
8604 http://www.arcep.fr/index.php?id=interactivenumeros have been listed as belonging to
8605 Guadeloupe, St Martin and St Barthélemy, since we can't reliably distinguish between
8607 <nationalNumberPattern>
8612 </nationalNumberPattern>
8613 <exampleNumber>690301234</exampleNumber>
8617 <!-- Equatorial Guinea -->
8618 <territory id="GQ" countryCode="240" internationalPrefix="00">
8620 <sourceUrl>http://www.itu.int/oth/T0202000041/en</sourceUrl>
8623 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
8624 <leadingDigits>[235]</leadingDigits>
8625 <format>$1 $2 $3</format>
8627 <numberFormat pattern="(\d{3})(\d{6})">
8628 <leadingDigits>[89]</leadingDigits>
8629 <format>$1 $2</format>
8633 <nationalNumberPattern>[23589]\d{8}</nationalNumberPattern>
8634 <possibleNumberPattern>\d{9}</possibleNumberPattern>
8637 <nationalNumberPattern>
8645 </nationalNumberPattern>
8646 <exampleNumber>333091234</exampleNumber>
8649 <nationalNumberPattern>
8654 </nationalNumberPattern>
8655 <exampleNumber>222123456</exampleNumber>
8657 <!-- Note that personal and sharedCost numbers are said to go under here too - hopefully when
8658 they start allocating them there will be a differentiation of prefixes, but this is not
8661 <nationalNumberPattern>80\d[1-9]\d{5}</nationalNumberPattern>
8662 <exampleNumber>800123456</exampleNumber>
8665 <nationalNumberPattern>90\d[1-9]\d{5}</nationalNumberPattern>
8666 <exampleNumber>900123456</exampleNumber>
8671 <territory id="GR" countryCode="30" internationalPrefix="00" mobileNumberPortableRegion="true">
8673 <sourceUrl>http://www.itu.int/oth/T0202000055/en</sourceUrl>
8674 <sourceUrl>http://en.wikipedia.org/wiki/%2B30</sourceUrl>
8677 <numberFormat pattern="([27]\d)(\d{4})(\d{4})">
8682 <format>$1 $2 $3</format>
8684 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
8689 <format>$1 $2 $3</format>
8691 <numberFormat pattern="(2\d{3})(\d{6})">
8692 <leadingDigits>2[2-9][02-9]</leadingDigits>
8693 <format>$1 $2</format>
8697 <nationalNumberPattern>[26-9]\d{9}</nationalNumberPattern>
8698 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8701 <nationalNumberPattern>
8762 </nationalNumberPattern>
8763 <exampleNumber>2123456789</exampleNumber>
8766 <nationalNumberPattern>69\d{8}</nationalNumberPattern>
8767 <exampleNumber>6912345678</exampleNumber>
8770 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
8771 <exampleNumber>8001234567</exampleNumber>
8774 <nationalNumberPattern>90[19]\d{7}</nationalNumberPattern>
8775 <exampleNumber>9091234567</exampleNumber>
8777 <!-- Including calls with maximum charge of 0,25 EUR/minute here instead of under premium
8780 <nationalNumberPattern>
8786 </nationalNumberPattern>
8787 <exampleNumber>8011234567</exampleNumber>
8790 <nationalNumberPattern>70\d{8}</nationalNumberPattern>
8791 <exampleNumber>7012345678</exampleNumber>
8796 <territory id="GT" countryCode="502" internationalPrefix="00">
8798 <sourceUrl>http://www.itu.int/oth/T020200005A/en</sourceUrl>
8799 <sourceUrl>http://www.sit.gob.gt/index.php?page=plan-de-numeracion</sourceUrl>
8800 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Guatemala</sourceUrl>
8803 <numberFormat pattern="(\d{4})(\d{4})">
8804 <leadingDigits>[2-7]</leadingDigits>
8805 <format>$1 $2</format>
8807 <numberFormat pattern="(\d{4})(\d{3})(\d{4})">
8808 <leadingDigits>1</leadingDigits>
8809 <format>$1 $2 $3</format>
8813 <nationalNumberPattern>
8816 </nationalNumberPattern>
8817 <possibleNumberPattern>\d{8}(?:\d{3})?</possibleNumberPattern>
8820 <nationalNumberPattern>[267][2-9]\d{6}</nationalNumberPattern>
8821 <possibleNumberPattern>\d{8}</possibleNumberPattern>
8822 <exampleNumber>22456789</exampleNumber>
8825 <!-- Wikipedia claims numbers with 3 are also mobile although in ITU document it says that
8826 they are just reserved. -->
8827 <nationalNumberPattern>[345]\d{7}</nationalNumberPattern>
8828 <possibleNumberPattern>\d{8}</possibleNumberPattern>
8829 <exampleNumber>51234567</exampleNumber>
8832 <nationalNumberPattern>18[01]\d{8}</nationalNumberPattern>
8833 <possibleNumberPattern>\d{11}</possibleNumberPattern>
8834 <exampleNumber>18001112222</exampleNumber>
8837 <nationalNumberPattern>19\d{9}</nationalNumberPattern>
8838 <possibleNumberPattern>\d{11}</possibleNumberPattern>
8839 <exampleNumber>19001112222</exampleNumber>
8844 <territory id="GU" countryCode="1" leadingDigits="671" nationalPrefix="1"
8845 internationalPrefix="011">
8847 <sourceUrl>http://www.nationalnanpa.com/nas/public/assigned_code_query_step1.do?method=resetCodeQueryModel</sourceUrl>
8850 <!-- NANPA country - uses US formatting rules -->
8851 <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
8852 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
8855 <!-- Added 671 489/555/720/721 based on information from
8856 http://www.area-codes.com/area-code/area-code-671.asp -->
8857 <nationalNumberPattern>
8901 </nationalNumberPattern>
8902 <exampleNumber>6713001234</exampleNumber>
8904 <!-- We assume mobile phone numbers to be the same as fixed-line - further info unavailable
8907 <nationalNumberPattern>
8951 </nationalNumberPattern>
8952 <exampleNumber>6713001234</exampleNumber>
8955 <nationalNumberPattern>
8964 </nationalNumberPattern>
8965 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8966 <exampleNumber>8002123456</exampleNumber>
8969 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
8970 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8971 <exampleNumber>9002123456</exampleNumber>
8974 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
8975 <nationalNumberPattern>
8983 </nationalNumberPattern>
8984 <possibleNumberPattern>\d{10}</possibleNumberPattern>
8985 <exampleNumber>5002345678</exampleNumber>
8989 <!-- Guinea-Bissau -->
8990 <territory id="GW" countryCode="245" internationalPrefix="00">
8992 <sourceUrl>http://www.itu.int/oth/T020200005C/en</sourceUrl>
8995 <numberFormat pattern="(\d{3})(\d{4})">
8996 <format>$1 $2</format>
9000 <nationalNumberPattern>[3-79]\d{6}</nationalNumberPattern>
9001 <possibleNumberPattern>\d{7}</possibleNumberPattern>
9004 <nationalNumberPattern>
9013 </nationalNumberPattern>
9014 <exampleNumber>3201234</exampleNumber>
9017 <nationalNumberPattern>
9022 </nationalNumberPattern>
9023 <exampleNumber>5012345</exampleNumber>
9026 <nationalNumberPattern>40\d{5}</nationalNumberPattern>
9027 <exampleNumber>4012345</exampleNumber>
9032 <territory id="GY" countryCode="592" internationalPrefix="001">
9034 <sourceUrl>http://www.itu.int/oth/T020200005D/en</sourceUrl>
9037 <numberFormat pattern="(\d{3})(\d{4})">
9038 <format>$1 $2</format>
9042 <nationalNumberPattern>[2-4679]\d{6}</nationalNumberPattern>
9043 <possibleNumberPattern>\d{7}</possibleNumberPattern>
9046 <nationalNumberPattern>
9066 </nationalNumberPattern>
9067 <exampleNumber>2201234</exampleNumber>
9070 <!-- The ITU document only describes a few ranges for mobile numbers but there is evidence
9071 that SMS messages have been succesfully sent to numbers in the entire range prefixed
9073 <nationalNumberPattern>6\d{6}</nationalNumberPattern>
9074 <exampleNumber>6091234</exampleNumber>
9077 <nationalNumberPattern>
9082 </nationalNumberPattern>
9083 <exampleNumber>2891234</exampleNumber>
9086 <nationalNumberPattern>9008\d{3}</nationalNumberPattern>
9087 <exampleNumber>9008123</exampleNumber>
9092 <territory id="HK" countryCode="852" internationalPrefix="00" mobileNumberPortableRegion="true">
9094 <sourceUrl>http://www.ofca.gov.hk/en/industry_focus/telecommunications/portability/index.html</sourceUrl>
9097 <numberFormat pattern="(\d{4})(\d{4})">
9105 <format>$1 $2</format>
9107 <numberFormat pattern="(800)(\d{3})(\d{3})">
9108 <leadingDigits>800</leadingDigits>
9109 <format>$1 $2 $3</format>
9111 <numberFormat pattern="(900)(\d{2})(\d{3})(\d{3})">
9112 <leadingDigits>900</leadingDigits>
9113 <format>$1 $2 $3 $4</format>
9115 <numberFormat pattern="(900)(\d{2,5})">
9116 <leadingDigits>900</leadingDigits>
9117 <format>$1 $2</format>
9121 <!-- Slightly more complex pattern to allow the country code to be stripped off if
9123 <nationalNumberPattern>
9127 </nationalNumberPattern>
9128 <possibleNumberPattern>\d{5,11}</possibleNumberPattern>
9131 <nationalNumberPattern>
9136 </nationalNumberPattern>
9137 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9138 <exampleNumber>21234567</exampleNumber>
9141 <nationalNumberPattern>
9150 </nationalNumberPattern>
9151 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9152 <exampleNumber>51234567</exampleNumber>
9155 <nationalNumberPattern>7\d{7}</nationalNumberPattern>
9156 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9157 <exampleNumber>71234567</exampleNumber>
9160 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
9161 <possibleNumberPattern>\d{9}</possibleNumberPattern>
9162 <exampleNumber>800123456</exampleNumber>
9165 <nationalNumberPattern>
9170 </nationalNumberPattern>
9171 <possibleNumberPattern>\d{5,11}</possibleNumberPattern>
9172 <exampleNumber>90012345678</exampleNumber>
9175 <nationalNumberPattern>8[1-3]\d{6}</nationalNumberPattern>
9176 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9177 <exampleNumber>81123456</exampleNumber>
9182 <!-- It seems there is no longer a trunk prefix in use, based on websites like
9183 http://www.howtocallabroad.com/codes.html and on seeing how locals write their numbers in
9184 national format. -->
9185 <territory id="HN" countryCode="504" internationalPrefix="00" >
9187 <sourceUrl>http://www.itu.int/oth/T020200005F/en</sourceUrl>
9190 <numberFormat pattern="(\d{4})(\d{4})">
9191 <format>$1-$2</format>
9195 <nationalNumberPattern>[237-9]\d{7}</nationalNumberPattern>
9196 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9199 <!-- Extra prefixes 227[01389], 228X, 2292 & 260X were added from numbers found online. -->
9200 <nationalNumberPattern>
9241 </nationalNumberPattern>
9242 <exampleNumber>22123456</exampleNumber>
9245 <nationalNumberPattern>[37-9]\d{7}</nationalNumberPattern>
9246 <exampleNumber>91234567</exampleNumber>
9251 <territory id="HR" countryCode="385" internationalPrefix="00"
9252 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
9253 mobileNumberPortableRegion="true">
9255 <sourceUrl>http://www.itu.int/oth/T0202000032/en</sourceUrl>
9256 <sourceUrl>http://en.wikipedia.org/wiki/%2B385</sourceUrl>
9259 <!-- The plan says 1 XXX XXXX but the government and local telecom websites are formatted 1
9260 XXXX XXX, so we prefer that formatting here. These same sources prefer XXX XXX to XX
9262 <numberFormat pattern="(1)(\d{4})(\d{3})">
9263 <leadingDigits>1</leadingDigits>
9264 <format>$1 $2 $3</format>
9266 <numberFormat pattern="(6[09])(\d{4})(\d{3})">
9267 <leadingDigits>6[09]</leadingDigits>
9268 <format>$1 $2 $3</format>
9270 <numberFormat pattern="(62)(\d{3})(\d{3,4})">
9271 <leadingDigits>62</leadingDigits>
9272 <format>$1 $2 $3</format>
9274 <numberFormat pattern="([2-5]\d)(\d{3})(\d{3})">
9275 <leadingDigits>[2-5]</leadingDigits>
9276 <format>$1 $2 $3</format>
9278 <numberFormat pattern="(9\d)(\d{3})(\d{3,4})">
9279 <leadingDigits>9</leadingDigits>
9280 <format>$1 $2 $3</format>
9282 <numberFormat pattern="(9\d)(\d{4})(\d{4})">
9283 <leadingDigits>9</leadingDigits>
9284 <format>$1 $2 $3</format>
9286 <numberFormat pattern="(9\d)(\d{3,4})(\d{3})(\d{3})">
9287 <leadingDigits>9</leadingDigits>
9288 <format>$1 $2 $3 $4</format>
9290 <numberFormat pattern="(\d{2})(\d{2})(\d{2,3})">
9295 <format>$1 $2 $3</format>
9297 <numberFormat pattern="(\d{2})(\d{3,4})(\d{3})">
9302 <format>$1 $2 $3</format>
9304 <numberFormat pattern="(80[01])(\d{2})(\d{2,3})">
9305 <leadingDigits>8</leadingDigits>
9306 <format>$1 $2 $3</format>
9308 <numberFormat pattern="(80[01])(\d{3,4})(\d{3})">
9309 <leadingDigits>8</leadingDigits>
9310 <format>$1 $2 $3</format>
9314 <nationalNumberPattern>
9317 </nationalNumberPattern>
9318 <possibleNumberPattern>\d{6,12}</possibleNumberPattern>
9321 <nationalNumberPattern>
9329 </nationalNumberPattern>
9330 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
9331 <exampleNumber>12345678</exampleNumber>
9334 <!-- ITU numbering plan doesn't specify the length of the numbers with prefix 62, but there
9335 are numbers on the internet with 6 or 7 digits after the prefix. -->
9336 <nationalNumberPattern>62\d{6,7}</nationalNumberPattern>
9337 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
9338 <exampleNumber>62123456</exampleNumber>
9341 <nationalNumberPattern>9[1257-9]\d{6,10}</nationalNumberPattern>
9342 <possibleNumberPattern>\d{8,12}</possibleNumberPattern>
9343 <exampleNumber>912345678</exampleNumber>
9346 <nationalNumberPattern>80[01]\d{4,7}</nationalNumberPattern>
9347 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
9348 <exampleNumber>8001234567</exampleNumber>
9351 <!-- The prefixes 060, 061, 064, 065 and 069 are named as premium rate numbers by
9352 http://www.vipnet.hr/en/poslovni-korisnici/telefon-internet/vip-adsl-usluga#panel_4.
9354 <nationalNumberPattern>
9359 </nationalNumberPattern>
9360 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
9361 <exampleNumber>611234</exampleNumber>
9364 <nationalNumberPattern>7[45]\d{4,7}</nationalNumberPattern>
9365 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
9366 <exampleNumber>741234567</exampleNumber>
9371 <territory id="HT" countryCode="509" internationalPrefix="00">
9373 <sourceUrl>http://www.itu.int/oth/T020200005E/en</sourceUrl>
9374 <sourceUrl>http://www.numberingplans.com/</sourceUrl>
9377 <numberFormat pattern="(\d{2})(\d{2})(\d{4})">
9378 <format>$1 $2 $3</format>
9382 <nationalNumberPattern>[2-489]\d{7}</nationalNumberPattern>
9383 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9386 <!-- The prefix 24 seems to be also used, based on online searches. -->
9387 <nationalNumberPattern>
9393 </nationalNumberPattern>
9394 <exampleNumber>22453300</exampleNumber>
9397 <!-- The prefix 31 seems to be also used, based on online searches. -->
9398 <nationalNumberPattern>
9403 </nationalNumberPattern>
9404 <exampleNumber>34101234</exampleNumber>
9407 <!-- ITU document says numbers with prefix 8 are "value-added services and free numbers
9408 without making any further distinction. However, http://www.numberingplans.com/ seems
9409 to suggest they are free. -->
9410 <nationalNumberPattern>8\d{7}</nationalNumberPattern>
9411 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9412 <exampleNumber>80012345</exampleNumber>
9415 <!-- ITU document suggests 98\d{6}, but http://www.numberingplans.com/ restricts it to
9417 <nationalNumberPattern>98[89]\d{5}</nationalNumberPattern>
9418 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9419 <exampleNumber>98901234</exampleNumber>
9424 <territory id="HU" countryCode="36" internationalPrefix="00"
9425 nationalPrefix="06" nationalPrefixFormattingRule="($FG)"
9426 mobileNumberPortableRegion="true">
9428 <sourceUrl>http://www.itu.int/oth/T0202000061/en</sourceUrl>
9430 <!-- Although the national prefix is necessary for dialling, the preferred format (confirmed
9431 by a Hungarian person and following the yellow pages) is to omit this when formatting.
9432 Yellow pages: http://www.aranyoldalak.hu -->
9434 <numberFormat pattern="(1)(\d{3})(\d{4})">
9435 <leadingDigits>1</leadingDigits>
9436 <format>$1 $2 $3</format>
9438 <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})">
9439 <leadingDigits>[2-9]</leadingDigits>
9440 <format>$1 $2 $3</format>
9444 <nationalNumberPattern>[1-9]\d{7,8}</nationalNumberPattern>
9445 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
9447 <noInternationalDialling>
9448 <nationalNumberPattern>[48]0\d{6}</nationalNumberPattern>
9449 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9450 <exampleNumber>80123456</exampleNumber>
9451 </noInternationalDialling>
9453 <!-- Includes numbers for corporate networks. Note the ITU numbering plan contains a M2M
9454 number in the form of 71\d{10}, which doesn't seem to agree with evidence online. We
9455 keep it as 71\d{7} like before. -->
9456 <nationalNumberPattern>
9477 </nationalNumberPattern>
9478 <exampleNumber>12345678</exampleNumber>
9481 <nationalNumberPattern>
9486 </nationalNumberPattern>
9487 <possibleNumberPattern>\d{9}</possibleNumberPattern>
9488 <exampleNumber>201234567</exampleNumber>
9491 <nationalNumberPattern>80\d{6}</nationalNumberPattern>
9492 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9493 <exampleNumber>80123456</exampleNumber>
9496 <nationalNumberPattern>9[01]\d{6}</nationalNumberPattern>
9497 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9498 <exampleNumber>90123456</exampleNumber>
9501 <nationalNumberPattern>40\d{6}</nationalNumberPattern>
9502 <possibleNumberPattern>\d{8}</possibleNumberPattern>
9503 <exampleNumber>40123456</exampleNumber>
9508 <territory id="ID" countryCode="62" internationalPrefix="0(?:0[1789]|10(?:00|1[67]))"
9509 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
9511 <!-- From 2001, very out of date. -->
9512 <sourceUrl>http://www.itu.int/oth/T0202000064/en</sourceUrl>
9513 <sourceUrl>http://en.wikipedia.org/wiki/%2B62</sourceUrl>
9516 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
9517 pattern="(\d{2})(\d{5,8})">
9522 <format>$1 $2</format>
9524 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
9525 pattern="(\d{3})(\d{5,8})">
9531 <format>$1 $2</format>
9533 <numberFormat pattern="(8\d{2})(\d{3,4})(\d{3,4})">
9534 <leadingDigits>8[1-35-9]</leadingDigits>
9535 <format>$1-$2-$3</format>
9537 <numberFormat pattern="(177)(\d{6,8})">
9538 <leadingDigits>1</leadingDigits>
9539 <format>$1 $2</format>
9541 <!-- http://en.wikipedia.org/wiki/Toll-free_telephone_number, and examples on the web show
9542 that sometimes they are followed by less digits. -->
9543 <numberFormat pattern="(800)(\d{5,7})">
9544 <leadingDigits>800</leadingDigits>
9545 <format>$1 $2</format>
9547 <numberFormat pattern="(80\d)(\d)(\d{3})(\d{3})">
9548 <leadingDigits>80[79]</leadingDigits>
9549 <format>$1 $2 $3 $4</format>
9553 <nationalNumberPattern>[1-9]\d{6,10}</nationalNumberPattern>
9554 <possibleNumberPattern>\d{5,11}</possibleNumberPattern>
9557 <!-- Area codes taken from wikipedia, with missing ones added from
9558 http://www.telkom.co.id/customer-services/area-and-country-code/?type=area.
9559 We also added 0770 after user feedback because it seems to be used on Bintan island.
9560 Where known, fixed mobile prefixes have been represented as Mobile. -->
9561 <!-- Very short (5/6 digit) local numbers in Jakarta seem to be special cases for various
9562 well known companies (Mc Donalds, KFC etc...). Some of these are listed in:
9563 http://cms.binus.edu/datapage/file/io/Spring2014SE/International_Student_Handbook_BINUS.pdf
9564 There seem to be numbers of this length for area code 22 as well based on numbers found
9566 <nationalNumberPattern>
9639 </nationalNumberPattern>
9640 <possibleNumberPattern>\d{5,11}</possibleNumberPattern>
9641 <exampleNumber>612345678</exampleNumber>
9644 <!-- It is unclear exactly which prefixes could be mobile phones, based on the information
9645 on the wikipedia page. However, Bakrie have provided a list of their prefixes, which
9646 are captured below. The pattern covers the area code plus the first one-two digits of
9647 the subscriber number. -->
9648 <nationalNumberPattern>
9724 </nationalNumberPattern>
9725 <possibleNumberPattern>\d{9,11}</possibleNumberPattern>
9726 <exampleNumber>812345678</exampleNumber>
9729 <nationalNumberPattern>
9732 </nationalNumberPattern>
9733 <possibleNumberPattern>\d{8,11}</possibleNumberPattern>
9734 <exampleNumber>8001234567</exampleNumber>
9737 <nationalNumberPattern>8071\d{6}</nationalNumberPattern>
9738 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9739 <exampleNumber>8071123456</exampleNumber>
9741 <noInternationalDialling>
9742 <nationalNumberPattern>8071\d{6}</nationalNumberPattern>
9743 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9744 <exampleNumber>8071123456</exampleNumber>
9745 </noInternationalDialling>
9746 <!-- The information below is provided by an Indonesian -->
9748 <nationalNumberPattern>809\d{7}</nationalNumberPattern>
9749 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9750 <exampleNumber>8091234567</exampleNumber>
9755 <territory id="IE" countryCode="353" internationalPrefix="00"
9756 nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
9757 mobileNumberPortableRegion="true">
9759 <sourceUrl>http://www.comreg.ie/licensing_and_services/numbering_plan_for_ireland.552.440.html</sourceUrl>
9760 <sourceUrl>http://www.comreg.ie/_fileupload/publications/ComReg1119.pdf</sourceUrl>
9763 <numberFormat pattern="(1)(\d{3,4})(\d{4})">
9764 <leadingDigits>1</leadingDigits>
9765 <format>$1 $2 $3</format>
9767 <numberFormat pattern="(\d{2})(\d{5})">
9775 <format>$1 $2</format>
9777 <numberFormat pattern="(\d{3})(\d{5})">
9782 <format>$1 $2</format>
9784 <numberFormat pattern="(48)(\d{4})(\d{4})">
9785 <leadingDigits>48</leadingDigits>
9786 <format>$1 $2 $3</format>
9788 <numberFormat pattern="(818)(\d{3})(\d{3})">
9789 <leadingDigits>81</leadingDigits>
9790 <format>$1 $2 $3</format>
9792 <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})">
9797 <format>$1 $2 $3</format>
9799 <numberFormat nationalPrefixFormattingRule="$NP$FG"
9800 pattern="([78]\d)(\d{3,4})(\d{4})">
9805 <format>$1 $2 $3</format>
9807 <numberFormat nationalPrefixFormattingRule="$NP$FG"
9808 pattern="(700)(\d{3})(\d{3})">
9809 <leadingDigits>70</leadingDigits>
9810 <format>$1 $2 $3</format>
9812 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{3})(\d{3})">
9825 <format>$1 $2 $3</format>
9829 <nationalNumberPattern>[124-9]\d{6,9}</nationalNumberPattern>
9830 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
9832 <noInternationalDialling>
9833 <nationalNumberPattern>18[59]0\d{6}</nationalNumberPattern>
9834 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9835 <exampleNumber>1850123456</exampleNumber>
9836 </noInternationalDialling>
9838 <!-- We allow 6-7 digit subscriber numbers for the 021 area code since that seems to be
9839 reflected by the numbers in the Yellow Pages. Another peculiarity is that 048 actually
9840 replaces 00 44 28 when Irish people dial, allowing them to easily dial Northern
9841 Ireland. We support these numbers here, although technically they are numbers for the
9843 <nationalNumberPattern>
9874 </nationalNumberPattern>
9875 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
9876 <exampleNumber>2212345</exampleNumber>
9879 <nationalNumberPattern>
9884 </nationalNumberPattern>
9885 <possibleNumberPattern>\d{9}</possibleNumberPattern>
9886 <exampleNumber>850123456</exampleNumber>
9889 <nationalNumberPattern>1800\d{6}</nationalNumberPattern>
9890 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9891 <exampleNumber>1800123456</exampleNumber>
9894 <nationalNumberPattern>
9900 </nationalNumberPattern>
9901 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9902 <exampleNumber>1520123456</exampleNumber>
9905 <nationalNumberPattern>18[59]0\d{6}</nationalNumberPattern>
9906 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9907 <exampleNumber>1850123456</exampleNumber>
9910 <nationalNumberPattern>700\d{6}</nationalNumberPattern>
9911 <possibleNumberPattern>\d{9}</possibleNumberPattern>
9912 <exampleNumber>700123456</exampleNumber>
9915 <nationalNumberPattern>76\d{7}</nationalNumberPattern>
9916 <possibleNumberPattern>\d{9}</possibleNumberPattern>
9917 <exampleNumber>761234567</exampleNumber>
9920 <nationalNumberPattern>818\d{6}</nationalNumberPattern>
9921 <possibleNumberPattern>\d{9}</possibleNumberPattern>
9922 <exampleNumber>818123456</exampleNumber>
9925 <nationalNumberPattern>8[35-9]\d{8}</nationalNumberPattern>
9926 <possibleNumberPattern>\d{10}</possibleNumberPattern>
9927 <exampleNumber>8501234567</exampleNumber>
9932 <!-- Formatting practice following wikipedia, and government sites. -->
9933 <territory id="IL" countryCode="972" internationalPrefix="0(?:0|1[2-9])"
9934 nationalPrefix="0" nationalPrefixFormattingRule="$FG"
9935 mobileNumberPortableRegion="true">
9937 <sourceUrl>http://www.itu.int/oth/T020200006A/en</sourceUrl>
9938 <sourceUrl>http://en.wikipedia.org/wiki/%2B972</sourceUrl>
9940 <sourceUrl>http://he.wikipedia.org/wiki/%D7%A7%D7%99%D7%93%D7%95%D7%9E%D7%AA_%D7%98%D7%9C%D7%A4%D7%95%D7%9F_%D7%91%D7%99%D7%A9%D7%A8%D7%90%D7%9C</sourceUrl>
9943 <numberFormat nationalPrefixFormattingRule="$NP$FG"
9944 pattern="([2-489])(\d{3})(\d{4})">
9945 <leadingDigits>[2-489]</leadingDigits>
9946 <format>$1-$2-$3</format>
9948 <numberFormat nationalPrefixFormattingRule="$NP$FG"
9949 pattern="([57]\d)(\d{3})(\d{4})">
9950 <leadingDigits>[57]</leadingDigits>
9951 <format>$1-$2-$3</format>
9953 <numberFormat pattern="(1)([7-9]\d{2})(\d{3})(\d{3})">
9954 <leadingDigits>1[7-9]</leadingDigits>
9955 <format>$1-$2-$3-$4</format>
9957 <!-- The following number is for hospitals. -->
9958 <numberFormat pattern="(1255)(\d{3})">
9959 <leadingDigits>125</leadingDigits>
9960 <format>$1-$2</format>
9962 <numberFormat pattern="(1200)(\d{3})(\d{3})">
9963 <leadingDigits>120</leadingDigits>
9964 <format>$1-$2-$3</format>
9966 <numberFormat pattern="(1212)(\d{2})(\d{2})">
9967 <leadingDigits>121</leadingDigits>
9968 <format>$1-$2-$3</format>
9970 <!-- The following is for voicemail access. -->
9971 <numberFormat pattern="(1599)(\d{6})">
9972 <leadingDigits>15</leadingDigits>
9973 <format>$1-$2</format>
9975 <!-- These are 4-digit star numbers which are only accessible within Israel and must be
9976 dialed with a star in front of the number. -->
9977 <numberFormat pattern="(\d{4})">
9978 <leadingDigits>[2-689]</leadingDigits>
9979 <format>*$1</format>
9983 <nationalNumberPattern>
9985 [2-589]\d{3}(?:\d{3,6})?|
9987 </nationalNumberPattern>
9988 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
9990 <noInternationalDialling>
9991 <nationalNumberPattern>
9994 </nationalNumberPattern>
9995 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
9996 <exampleNumber>1700123456</exampleNumber>
9997 </noInternationalDialling>
9999 <nationalNumberPattern>[2-489]\d{7}</nationalNumberPattern>
10000 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
10001 <exampleNumber>21234567</exampleNumber>
10004 <!-- The ITU document has only some of these prefixes - wikipedia lists more. We are fairly
10005 sure wikipedia is accurate based on news coverage of the launch of these numbers. Also
10006 added 5570 and 5571 prefixes based on confirmation from the carrier. -->
10007 <nationalNumberPattern>
10023 </nationalNumberPattern>
10024 <possibleNumberPattern>\d{9}</possibleNumberPattern>
10025 <exampleNumber>501234567</exampleNumber>
10028 <!-- Online 1-809 numbers now classify themselves as "toll-free". -->
10029 <nationalNumberPattern>
10034 </nationalNumberPattern>
10035 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
10036 <exampleNumber>1800123456</exampleNumber>
10039 <!-- Peculiarly, one source states that 1956 and 1957 are the new premium rate prefixes.
10040 However, no online numbers starting with these prefixes can be found, and this data
10041 is not found in any other source. -->
10042 <!-- 1200 and 1212 numbers are for televoting. -->
10043 <nationalNumberPattern>
10054 </nationalNumberPattern>
10055 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
10056 <exampleNumber>1919123456</exampleNumber>
10059 <nationalNumberPattern>1700\d{6}</nationalNumberPattern>
10060 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10061 <exampleNumber>1700123456</exampleNumber>
10064 <!-- These rules are a union of the wikipedia and ITU document prefixes. They are mostly
10065 marked as VoIP on wikipedia, but it seems they may indeed be DID (Direct Inward
10066 Dialing) numbers, that most people forward to VoIP numbers. -->
10067 <nationalNumberPattern>
10084 </nationalNumberPattern>
10085 <possibleNumberPattern>\d{9}</possibleNumberPattern>
10086 <exampleNumber>771234567</exampleNumber>
10089 <!-- 4-digit star numbers and 1-599 numbers. The latter are actually labelled "interactive
10090 voicemail" in the ITU document, but according to reports from businesses in Israel and
10091 the Hebrew version of the wikipedia page, these are actually a router for business
10092 calls, and incur a normal call cost on account of the caller. -->
10093 <nationalNumberPattern>
10096 </nationalNumberPattern>
10097 <possibleNumberPattern>\d{4}(?:\d{6})?</possibleNumberPattern>
10098 <exampleNumber>1599123456</exampleNumber>
10102 <!-- Isle of Man -->
10103 <!-- Inherits formatting rules from the UK. -->
10104 <territory id="IM" countryCode="44" internationalPrefix="00"
10105 nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG">
10107 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom</sourceUrl>
10110 <nationalNumberPattern>[135789]\d{6,9}</nationalNumberPattern>
10111 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
10114 <nationalNumberPattern>1624[2-9]\d{5}</nationalNumberPattern>
10115 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10116 <exampleNumber>1624250123</exampleNumber>
10117 </areaCodeOptional>
10118 <!-- Specific to IM. -->
10120 <!-- 1624 with 10 digits. -->
10121 <nationalNumberPattern>1624\d{6}</nationalNumberPattern>
10122 <exampleNumber>1624456789</exampleNumber>
10125 <!-- 7524, 7624, 7924 with 10 digits. -->
10126 <nationalNumberPattern>7[569]24\d{6}</nationalNumberPattern>
10127 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10128 <exampleNumber>7924123456</exampleNumber>
10131 <!-- 808 162 with 10 digits. -->
10132 <nationalNumberPattern>808162\d{4}</nationalNumberPattern>
10133 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10134 <exampleNumber>8081624567</exampleNumber>
10137 <!-- 872 299, 900 624, 901 624, 906 624, 907 624 with 10 digits. -->
10138 <nationalNumberPattern>
10143 </nationalNumberPattern>
10144 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10145 <exampleNumber>9016247890</exampleNumber>
10148 <!-- 844 040 6, 844 090 6, 845 624, 870 624 with 10 digits. -->
10149 <nationalNumberPattern>
10157 </nationalNumberPattern>
10158 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10159 <exampleNumber>8456247890</exampleNumber>
10161 <!-- Other numbers as per GB. -->
10163 <nationalNumberPattern>70\d{8}</nationalNumberPattern>
10164 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10165 <exampleNumber>7012345678</exampleNumber>
10168 <nationalNumberPattern>56\d{8}</nationalNumberPattern>
10169 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10170 <exampleNumber>5612345678</exampleNumber>
10173 <!-- 308 162, 33d, 344 040 6, 344 090 6, 345 624, 370 624, 372 299, 55 with 10 digits. -->
10174 <nationalNumberPattern>
10188 </nationalNumberPattern>
10189 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10190 <exampleNumber>5512345678</exampleNumber>
10195 <!-- Note that several changes in area codes have occurred since the numbering plan was released
10196 - fixed line changes are notified on the http://www.bsnl.co.in website. Area codes can be
10197 verified here at http://dq.ndc.bsnl.co.in/bsnl-web/stdSearch.seam. -->
10198 <territory id="IN" countryCode="91" internationalPrefix="00" nationalPrefix="0"
10199 nationalPrefixFormattingRule="$NP$FG" nationalPrefixOptionalWhenFormatting="true"
10200 mobileNumberPortableRegion="true">
10202 <sourceUrl>http://www.itu.int/oth/T0202000063/en</sourceUrl>
10203 <sourceUrl>http://en.wikipedia.org/wiki/%2B91</sourceUrl>
10204 <sourceUrl>http://www.coai.in/msccodes.php</sourceUrl>
10207 <!-- Mobile numbers. -->
10208 <numberFormat pattern="(\d{5})(\d{5})">
10316 <format>$1 $2</format>
10318 <!-- 2 digits area code -->
10319 <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
10328 <format>$1 $2 $3</format>
10330 <!-- 3 digit area codes that don't clash with mobile patterns. -->
10331 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
10387 <format>$1 $2 $3</format>
10389 <!-- Three-digit area codes that potentially overlap with mobile. -->
10390 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
10416 <format>$1 $2 $3</format>
10418 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
10430 <format>$1 $2 $3</format>
10432 <!-- 4 digits area code -->
10433 <!-- Fallback for fixed-line numbers. -->
10434 <numberFormat pattern="(\d{4})(\d{3})(\d{3})">
10442 <format>$1 $2 $3</format>
10444 <numberFormat nationalPrefixFormattingRule="$FG"
10445 pattern="(1600)(\d{2})(\d{4})">
10446 <leadingDigits>160</leadingDigits>
10447 <leadingDigits>1600</leadingDigits>
10448 <format>$1 $2 $3</format>
10450 <numberFormat nationalPrefixFormattingRule="$FG"
10451 pattern="(1800)(\d{4,5})">
10452 <leadingDigits>180</leadingDigits>
10453 <leadingDigits>1800</leadingDigits>
10454 <format>$1 $2</format>
10456 <numberFormat nationalPrefixFormattingRule="$FG"
10457 pattern="(18[06]0)(\d{2,4})(\d{4})">
10458 <leadingDigits>18[06]</leadingDigits>
10459 <leadingDigits>18[06]0</leadingDigits>
10460 <format>$1 $2 $3</format>
10462 <numberFormat nationalPrefixFormattingRule="$FG"
10463 pattern="(140)(\d{3})(\d{4})">
10464 <leadingDigits>140</leadingDigits>
10465 <format>$1 $2 $3</format>
10467 <!-- Televoting numbers. Formatting information is from
10468 http://www.bsnl.co.in/service/telev.htm -->
10469 <numberFormat nationalPrefixFormattingRule="$FG"
10470 pattern="(\d{4})(\d{3})(\d{3})(\d{3})">
10471 <leadingDigits>18[06]</leadingDigits>
10478 <format>$1 $2 $3 $4</format>
10480 </availableFormats>
10482 <nationalNumberPattern>
10485 </nationalNumberPattern>
10486 <possibleNumberPattern>\d{6,13}</possibleNumberPattern>
10488 <noInternationalDialling>
10489 <nationalNumberPattern>
10503 </nationalNumberPattern>
10504 <possibleNumberPattern>\d{8,13}</possibleNumberPattern>
10505 <exampleNumber>1800123456</exampleNumber>
10506 </noInternationalDialling>
10508 <!-- This is a list of the 2 and 3 digit area codes and the first 3 digits of 4 digit area
10509 codes, so we can check the following digit belongs to one of the operator-codes (2-7).
10510 Operator codes are from wikipedia, with the addition of 5 (HFCL Infotel in some areas).
10511 Not all operator codes are available in all areas, but we don't maintain that
10513 Area codes starting with a 7 are listed separately, since the prefixes need to be more
10514 detailed so they clash less with mobile phone prefixes. -->
10515 <nationalNumberPattern>
10685 </nationalNumberPattern>
10686 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
10687 <exampleNumber>1123456789</exampleNumber>
10689 <!-- http://en.wikipedia.org/wiki/Mobile_telephone_numbering_in_India -->
10690 <!-- The document titled "List of MSC codes" linked off
10691 http://www.dot.gov.in/access-services/national-numbering-plan-2003 was helpful but last
10692 updated 2012 - more updates at http://www.dot.gov.in/access-services/allotment-msc-codes. -->
10694 <!-- A couple of additional prefixes found neither on the wikipedia page nor in the MSC
10695 codes list, are added because SMS messages have been successfully sent to these
10696 numbers. It seems almost impossible to know for some of these numbers whether they are
10697 land-line or mobile, since the ranges overlap. Extra prefixes added: 7601, 768[567],
10698 7695, 8299, 8309. New prefixes were also added based on the document provided from
10699 mobile carriers: https://github.com/googlei18n/libphonenumber/issues/260 -->
10700 <nationalNumberPattern>
10785 </nationalNumberPattern>
10786 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10787 <exampleNumber>9123456789</exampleNumber>
10790 <!-- Information gathered from sites such as
10791 http://www.surfindia.com/india-facts/toll-free-no.html and
10792 http://indmusings.blogspot.com/2008/09/free-help-line-numbersindia.html
10793 http://www.bsnl.co.in/service/telev.htm -->
10794 <nationalNumberPattern>
10802 </nationalNumberPattern>
10803 <possibleNumberPattern>\d{8,13}</possibleNumberPattern>
10804 <exampleNumber>1800123456</exampleNumber>
10807 <!-- Only televoting numbers are covered here for now. The 900 numbers are not covered
10808 because they overlap with mobile, and we haven't found any real numbers online. -->
10809 <nationalNumberPattern>186[12]\d{9}</nationalNumberPattern>
10810 <possibleNumberPattern>\d{13}</possibleNumberPattern>
10811 <exampleNumber>1861123456789</exampleNumber>
10814 <!-- While described as "universal numbers" in the numbering plan, evidence suggests
10815 that 1860 number are best described as shared cost. See "Call Local Service" in:
10816 http://www.tatadocomo.com/corporates/toll-free.aspx -->
10817 <nationalNumberPattern>1860\d{7}</nationalNumberPattern>
10818 <possibleNumberPattern>\d{11}</possibleNumberPattern>
10819 <exampleNumber>18603451234</exampleNumber>
10822 <!-- Telemarketing numbers: http://en.wikipedia.org/wiki/Telephone_numbers_in_India -->
10823 <nationalNumberPattern>140\d{7}</nationalNumberPattern>
10824 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10825 <exampleNumber>1409305260</exampleNumber>
10829 <!-- British Indian Ocean Territory / Diego Garcia -->
10830 <territory id="IO" countryCode="246" internationalPrefix="00">
10832 <sourceUrl>http://www.itu.int/oth/T0202000039/en</sourceUrl>
10835 <numberFormat pattern="(\d{3})(\d{4})">
10836 <format>$1 $2</format>
10838 </availableFormats>
10840 <nationalNumberPattern>3\d{6}</nationalNumberPattern>
10841 <possibleNumberPattern>\d{7}</possibleNumberPattern>
10844 <nationalNumberPattern>37\d{5}</nationalNumberPattern>
10845 <exampleNumber>3709100</exampleNumber>
10848 <nationalNumberPattern>38\d{5}</nationalNumberPattern>
10849 <exampleNumber>3801234</exampleNumber>
10854 <territory id="IQ" countryCode="964" internationalPrefix="00"
10855 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
10857 <sourceUrl>http://en.wikipedia.org/wiki/%2B964</sourceUrl>
10858 <sourceUrl>http://wtng.info/wtng-964-ik.html</sourceUrl>
10861 <numberFormat pattern="(1)(\d{3})(\d{4})">
10862 <leadingDigits>1</leadingDigits>
10863 <format>$1 $2 $3</format>
10865 <numberFormat pattern="([2-6]\d)(\d{3})(\d{3,4})">
10866 <leadingDigits>[2-6]</leadingDigits>
10867 <format>$1 $2 $3</format>
10869 <numberFormat pattern="(7\d{2})(\d{3})(\d{4})">
10870 <leadingDigits>7</leadingDigits>
10871 <format>$1 $2 $3</format>
10873 </availableFormats>
10875 <nationalNumberPattern>[1-7]\d{7,9}</nationalNumberPattern>
10876 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
10879 <nationalNumberPattern>
10888 </nationalNumberPattern>
10889 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
10890 <exampleNumber>12345678</exampleNumber>
10893 <nationalNumberPattern>7[3-9]\d{8}</nationalNumberPattern>
10894 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10895 <exampleNumber>7912345678</exampleNumber>
10897 <!-- No tollFree or premiumRate information can be found. -->
10900 <!-- Iran, Islamic Republic of -->
10901 <territory id="IR" countryCode="98" internationalPrefix="00"
10902 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
10904 <sourceUrl>http://en.wikipedia.org/wiki/%2B98</sourceUrl>
10905 <sourceUrl>http://www.itu.int/oth/T0202000066/en</sourceUrl>
10906 <sourceUrl>http://www.tct.ir/?siteid=1&pageid=195</sourceUrl>
10907 <sourceUrl>http://118.tct.ir/citycode.htm</sourceUrl>
10910 <!-- Formatting follows wikipedia. -->
10911 <numberFormat pattern="(21)(\d{3,5})">
10912 <leadingDigits>21</leadingDigits>
10913 <format>$1 $2</format>
10915 <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
10916 <leadingDigits>[1-8]</leadingDigits>
10917 <format>$1 $2 $3</format>
10919 <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})">
10920 <leadingDigits>9</leadingDigits>
10921 <format>$1 $2 $3</format>
10923 <numberFormat pattern="(\d{3})(\d{2})(\d{2,3})">
10924 <leadingDigits>9</leadingDigits>
10925 <format>$1 $2 $3</format>
10927 <numberFormat pattern="(\d{3})(\d{3})">
10928 <leadingDigits>9</leadingDigits>
10929 <format>$1 $2</format>
10931 </availableFormats>
10933 <nationalNumberPattern>
10939 </nationalNumberPattern>
10940 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
10943 <!-- In Summer 2014 Iran unified all fixed phone numbers in the following way:
10944 Each province is assigned a two digit prefix (except for North Khorasan which has 3).
10945 Within each province, all numbers are exactly eight digits. The expression below is
10946 organized by province. For each province we accept all eight-digit combinations.
10960 38 Chahar Mahaal and Bakhtiari
10965 54 Sistan and Baluchestan
10967 57 North Khorasan (Extras)
10970 64 North Khorasan (Extras)
10973 74 Kohgiluyeh and Boyer-Ahmad
10982 <nationalNumberPattern>
10993 </nationalNumberPattern>
10994 <possibleNumberPattern>\d{10}</possibleNumberPattern>
10995 <exampleNumber>2123456789</exampleNumber>
10998 <nationalNumberPattern>
11003 </nationalNumberPattern>
11004 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11005 <exampleNumber>9123456789</exampleNumber>
11008 <nationalNumberPattern>943\d{7}</nationalNumberPattern>
11009 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11010 <exampleNumber>9432123456</exampleNumber>
11012 <!-- No tollFree or premiumRate information can be found. -->
11014 <!-- Includes VSAT and Boomehen Satellite numbers. -->
11015 <nationalNumberPattern>
11020 </nationalNumberPattern>
11021 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11022 <exampleNumber>9932123456</exampleNumber>
11025 <!-- MCI Public Relations numbers -->
11026 <nationalNumberPattern>9990\d{0,6}</nationalNumberPattern>
11027 <exampleNumber>9990123456</exampleNumber>
11032 <territory id="IS" countryCode="354" internationalPrefix="00" mobileNumberPortableRegion="true">
11034 <sourceUrl>http://www.pta.is/default.aspx?cat_id=85</sourceUrl>
11035 <sourceUrl>http://www.pfs.is/default.aspx?cat_id=14&module_id=210&element_id=4</sourceUrl>
11038 <numberFormat pattern="(\d{3})(\d{4})">
11039 <leadingDigits>[4-9]</leadingDigits>
11040 <format>$1 $2</format>
11042 <numberFormat pattern="(3\d{2})(\d{3})(\d{3})">
11043 <leadingDigits>3</leadingDigits>
11044 <format>$1 $2 $3</format>
11046 </availableFormats>
11048 <nationalNumberPattern>
11051 </nationalNumberPattern>
11052 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
11055 <!-- Including 87[23] XXXX here as it is listed as a fax number. -->
11056 <nationalNumberPattern>
11079 </nationalNumberPattern>
11080 <possibleNumberPattern>\d{7}</possibleNumberPattern>
11081 <exampleNumber>4101234</exampleNumber>
11084 <!-- TETRA = TErrestrial Trunked RAdio is included under mobile. -->
11085 <nationalNumberPattern>
11108 </nationalNumberPattern>
11109 <exampleNumber>6111234</exampleNumber>
11112 <!-- The UIFN numbers mentioned in the Excel document are not yet included since no real
11113 numbers can be found online, and it is not clear what these are; the standard
11114 definition would have them under the +800 country code instead of Iceland. -->
11115 <nationalNumberPattern>800\d{4}</nationalNumberPattern>
11116 <possibleNumberPattern>\d{7}</possibleNumberPattern>
11117 <exampleNumber>8001234</exampleNumber>
11120 <nationalNumberPattern>90\d{5}</nationalNumberPattern>
11121 <possibleNumberPattern>\d{7}</possibleNumberPattern>
11122 <exampleNumber>9011234</exampleNumber>
11125 <nationalNumberPattern>49\d{5}</nationalNumberPattern>
11126 <possibleNumberPattern>\d{7}</possibleNumberPattern>
11127 <exampleNumber>4921234</exampleNumber>
11130 <nationalNumberPattern>
11140 </nationalNumberPattern>
11141 <possibleNumberPattern>\d{7}</possibleNumberPattern>
11142 <exampleNumber>6201234</exampleNumber>
11147 <territory id="IT" countryCode="39" internationalPrefix="00" leadingZeroPossible="true"
11148 mobileNumberPortableRegion="true">
11150 <sourceUrl>http://en.wikipedia.org/wiki/%2B39</sourceUrl>
11153 <!-- The leading zero for fixed numbers will be prepended before the matching of these
11154 regular expressions. -->
11155 <numberFormat pattern="(\d{2})(\d{3,4})(\d{4})">
11160 <format>$1 $2 $3</format>
11162 <numberFormat pattern="(0[26])(\d{4})(\d{5})">
11163 <leadingDigits>0[26]</leadingDigits>
11164 <format>$1 $2 $3</format>
11166 <numberFormat pattern="(0[26])(\d{4,6})">
11167 <leadingDigits>0[26]</leadingDigits>
11168 <format>$1 $2</format>
11170 <numberFormat pattern="(0\d{2})(\d{3,4})(\d{4})">
11171 <leadingDigits>0[13-57-9][0159]</leadingDigits>
11172 <format>$1 $2 $3</format>
11174 <numberFormat pattern="(\d{3})(\d{3,6})">
11194 <format>$1 $2</format>
11196 <numberFormat pattern="(0\d{3})(\d{3})(\d{4})">
11197 <leadingDigits>0[13-57-9][2-46-8]</leadingDigits>
11198 <format>$1 $2 $3</format>
11200 <numberFormat pattern="(0\d{3})(\d{2,6})">
11201 <leadingDigits>0[13-57-9][2-46-8]</leadingDigits>
11202 <format>$1 $2</format>
11204 <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})">
11224 <format>$1 $2 $3</format>
11226 <numberFormat pattern="(\d{4})(\d{4})">
11227 <leadingDigits>894</leadingDigits>
11228 <leadingDigits>894[5-9]</leadingDigits>
11229 <format>$1 $2</format>
11231 <numberFormat pattern="(\d{3})(\d{4})(\d{4})">
11232 <leadingDigits>3</leadingDigits>
11233 <format>$1 $2 $3</format>
11235 </availableFormats>
11237 <nationalNumberPattern>
11243 </nationalNumberPattern>
11244 <possibleNumberPattern>\d{6,11}</possibleNumberPattern>
11246 <noInternationalDialling>
11247 <nationalNumberPattern>848\d{6}</nationalNumberPattern>
11248 <possibleNumberPattern>\d{9}</possibleNumberPattern>
11249 <exampleNumber>848123456</exampleNumber>
11250 </noInternationalDialling>
11252 <!-- Maximum lengths in the ITU document are 10, but it states above that for numbers
11253 starting with 01, the maximum length is in fact 11. In fact, online, numbers can be
11254 found with other prefixes that are 11 digits long as well, so we allow it for all the
11255 three and four digit area codes. -->
11256 <nationalNumberPattern>
11317 </nationalNumberPattern>
11318 <possibleNumberPattern>\d{6,11}</possibleNumberPattern>
11319 <exampleNumber>0212345678</exampleNumber>
11322 <!-- According to wikipedia, TIM mobile numbers can be 9 digits long, but all others are 10
11323 digits long. However, a user reported the existence of new 11 digit long numbers for
11324 TIM with the prefix 33X, so this is supported also. -->
11325 <nationalNumberPattern>
11331 </nationalNumberPattern>
11332 <possibleNumberPattern>\d{9,11}</possibleNumberPattern>
11333 <exampleNumber>3123456789</exampleNumber>
11336 <nationalNumberPattern>
11341 </nationalNumberPattern>
11342 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
11343 <exampleNumber>800123456</exampleNumber>
11346 <!-- Adding 0878 numbers, as per
11347 http://www.aduc.it/notizia/polizia+mette+allerta+sul+numero+0878_73136.php. Other
11348 premium prefixes are mentioned here:
11349 http://www.dirittodellinformatica.it/news/telefonia/agcom-blocco-permanente-prefissi-144-166-892-899-20080520241.html -->
11350 <nationalNumberPattern>
11368 </nationalNumberPattern>
11369 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
11370 <exampleNumber>899123456</exampleNumber>
11373 <nationalNumberPattern>
11378 </nationalNumberPattern>
11379 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
11380 <exampleNumber>848123456</exampleNumber>
11383 <nationalNumberPattern>
11388 </nationalNumberPattern>
11389 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
11390 <exampleNumber>1781234567</exampleNumber>
11393 <nationalNumberPattern>55\d{8}</nationalNumberPattern>
11394 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11395 <exampleNumber>5512345678</exampleNumber>
11400 <!-- Inherits formatting rules from the UK. -->
11401 <territory id="JE" countryCode="44" internationalPrefix="00"
11402 nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG">
11404 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom</sourceUrl>
11405 <sourceUrl>http://www.jcra.je/cms3/v2/public/cmsChild.asp?pageID=1024&childID=1036</sourceUrl>
11408 <nationalNumberPattern>[135789]\d{6,9}</nationalNumberPattern>
11409 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
11412 <nationalNumberPattern>1534[2-9]\d{5}</nationalNumberPattern>
11413 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11414 <exampleNumber>1534250123</exampleNumber>
11415 </areaCodeOptional>
11416 <!-- Specific to JE. -->
11418 <!-- 1534 with 10 digits. -->
11419 <nationalNumberPattern>1534\d{6}</nationalNumberPattern>
11420 <exampleNumber>1534456789</exampleNumber>
11423 <!-- 7509, 7700, 7797, 7829, 7937 with 10 digits. -->
11424 <nationalNumberPattern>
11434 </nationalNumberPattern>
11435 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11436 <exampleNumber>7797123456</exampleNumber>
11439 <!-- Pager numbers as per GB. -->
11440 <nationalNumberPattern>
11451 </nationalNumberPattern>
11452 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11453 <exampleNumber>7640123456</exampleNumber>
11455 <!-- Specific to JE. -->
11457 <!-- 800 735, 800 781, 808 901 with 10 digits. -->
11458 <nationalNumberPattern>
11466 </nationalNumberPattern>
11467 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11468 <exampleNumber>8007354567</exampleNumber>
11471 <!-- 871 206, 900 665, 900 669, 901 810, 907 107, 907 155 with 10 digits. -->
11472 <nationalNumberPattern>
11484 </nationalNumberPattern>
11485 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11486 <exampleNumber>9018105678</exampleNumber>
11489 <!-- 844 405, 844 442, 844 469, 844 703, 845 041, 845 800, 870 002 with 10 digits. -->
11490 <nationalNumberPattern>
11508 </nationalNumberPattern>
11509 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11510 <exampleNumber>8447034567</exampleNumber>
11513 <!-- 70 1511 with 10 digits. -->
11514 <nationalNumberPattern>701511\d{4}</nationalNumberPattern>
11515 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11516 <exampleNumber>7015115678</exampleNumber>
11519 <!-- VoIP numbers as per GB. -->
11520 <nationalNumberPattern>56\d{8}</nationalNumberPattern>
11521 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11522 <exampleNumber>5612345678</exampleNumber>
11525 <!-- 300 735, 300 781, 308 901, 33d, 344 405, 344 442, 344 469, 344 703, 345 041, 345 800,
11526 370 002, 371 206, 55 with 10 digits. -->
11527 <nationalNumberPattern>
11557 </nationalNumberPattern>
11558 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11559 <exampleNumber>5512345678</exampleNumber>
11564 <territory id="JM" countryCode="1" leadingDigits="876" nationalPrefix="1"
11565 internationalPrefix="011">
11567 <sourceUrl>http://www.itu.int/oth/T020200006C/en</sourceUrl>
11570 <!-- NANPA country - uses US formatting rules -->
11571 <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
11572 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
11575 <!-- Numbers have been found online for ranges 62x,63x, 656, 66[2-589]. -->
11576 <nationalNumberPattern>
11608 </nationalNumberPattern>
11609 <exampleNumber>8765123456</exampleNumber>
11612 <!-- Adding 27, 28, 299, 31, 508, 527 and 566 as extra prefixes, as they have been found to
11613 be valid by sending SMSs and looking at online number lookup sites. Also added 50[3-79]
11614 as we have found information online that the 50[3-9] range has been assigned to Digicel.
11616 Numbers have been found online for the following ranges 26x, 29x, 53x, 54x, 55x, 56x.
11617 Most have mobile numbers online so we have put them under mobile but is possible
11618 they are a mixture of fixed line and mobile. -->
11619 <nationalNumberPattern>
11640 </nationalNumberPattern>
11641 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11642 <exampleNumber>8762101234</exampleNumber>
11645 <nationalNumberPattern>
11654 </nationalNumberPattern>
11655 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11656 <exampleNumber>8002123456</exampleNumber>
11659 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
11660 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11661 <exampleNumber>9002123456</exampleNumber>
11664 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
11665 <nationalNumberPattern>
11673 </nationalNumberPattern>
11674 <possibleNumberPattern>\d{10}</possibleNumberPattern>
11675 <exampleNumber>5002345678</exampleNumber>
11680 <territory id="JO" countryCode="962" internationalPrefix="00"
11681 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
11682 mobileNumberPortableRegion="true">
11684 <sourceUrl>http://www.trc.gov.jo/images/stories/pdf/NNP_ver200[1].pdf?lang=english</sourceUrl>
11685 <sourceUrl>http://www.itu.int/oth/T020200006E/en</sourceUrl>
11686 <sourceUrl>http://en.wikipedia.org/wiki/%2B962</sourceUrl>
11689 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
11690 pattern="(\d)(\d{3})(\d{4})">
11695 <format>$1 $2 $3</format>
11697 <numberFormat pattern="(7)(\d{4})(\d{4})">
11698 <leadingDigits>7[457-9]</leadingDigits>
11699 <format>$1 $2 $3</format>
11701 <numberFormat pattern="(\d{3})(\d{5,6})">
11707 <format>$1 $2</format>
11709 </availableFormats>
11711 <nationalNumberPattern>[235-9]\d{7,8}</nationalNumberPattern>
11712 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
11715 <nationalNumberPattern>
11786 </nationalNumberPattern>
11787 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
11788 <exampleNumber>62001234</exampleNumber>
11791 <nationalNumberPattern>
11798 </nationalNumberPattern>
11799 <possibleNumberPattern>\d{9}</possibleNumberPattern>
11800 <exampleNumber>790123456</exampleNumber>
11803 <nationalNumberPattern>
11808 </nationalNumberPattern>
11809 <possibleNumberPattern>\d{9}</possibleNumberPattern>
11810 <exampleNumber>746612345</exampleNumber>
11813 <nationalNumberPattern>80\d{6}</nationalNumberPattern>
11814 <possibleNumberPattern>\d{8}</possibleNumberPattern>
11815 <exampleNumber>80012345</exampleNumber>
11818 <nationalNumberPattern>900\d{5}</nationalNumberPattern>
11819 <possibleNumberPattern>\d{8}</possibleNumberPattern>
11820 <exampleNumber>90012345</exampleNumber>
11823 <nationalNumberPattern>85\d{6}</nationalNumberPattern>
11824 <possibleNumberPattern>\d{8}</possibleNumberPattern>
11825 <exampleNumber>85012345</exampleNumber>
11828 <nationalNumberPattern>70\d{7}</nationalNumberPattern>
11829 <possibleNumberPattern>\d{9}</possibleNumberPattern>
11830 <exampleNumber>700123456</exampleNumber>
11833 <!-- These numbers are Location Independent Services / Fixed cost according to
11834 http://www.trc.gov.jo -->
11835 <nationalNumberPattern>
11840 </nationalNumberPattern>
11841 <possibleNumberPattern>\d{8}</possibleNumberPattern>
11842 <exampleNumber>88101234</exampleNumber>
11847 <territory id="JP" countryCode="81" internationalPrefix="010" nationalPrefix="0"
11848 nationalPrefixFormattingRule="$NP$FG" leadingZeroPossible="true"
11849 mobileNumberPortableRegion="true">
11851 <sourceUrl>http://www.soumu.go.jp/main_sosiki/joho_tsusin/top/tel_number/number_shitei.html</sourceUrl>
11852 <sourceUrl>http://www.numberingplans.com/?page=dialling&sub=areacodes&ac=JP</sourceUrl>
11855 <!-- Toll-free, premium-rate and UAN numbers -->
11856 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
11864 <format>$1-$2-$3</format>
11866 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
11867 <leadingDigits>800</leadingDigits>
11868 <format>$1-$2-$3</format>
11870 <!-- National-only toll-free numbers (0037, 0066, 0077 and 0088). -->
11871 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{4})">
11872 <leadingDigits>0077</leadingDigits>
11873 <format>$1-$2</format>
11874 <intlFormat>NA</intlFormat>
11876 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{2})(\d{3,4})">
11877 <leadingDigits>0077</leadingDigits>
11878 <format>$1-$2-$3</format>
11879 <intlFormat>NA</intlFormat>
11881 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{2})(\d{4})">
11882 <leadingDigits>0088</leadingDigits>
11883 <format>$1-$2-$3</format>
11884 <intlFormat>NA</intlFormat>
11886 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{3})(\d{3,4})">
11893 <format>$1-$2-$3</format>
11894 <intlFormat>NA</intlFormat>
11896 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{4})(\d{4,5})">
11903 <format>$1-$2-$3</format>
11904 <intlFormat>NA</intlFormat>
11906 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{5})(\d{5,6})">
11913 <format>$1-$2-$3</format>
11914 <intlFormat>NA</intlFormat>
11916 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(\d{4})(\d{6})(\d{6,7})">
11923 <format>$1-$2-$3</format>
11924 <intlFormat>NA</intlFormat>
11926 <!-- Some leading digits are explicitly reserved for a particular purpose.
11927 We handle them first in this rule, and let the following rules ignore those exceptions.
11928 Note: The rule here is not in the files we rely on when creating the other rules.
11929 We would need to manually modify it if the Japanese goverment
11930 decided to change the rule.
11935 "70": PHS (Personal Handy-phone System, which has been used in Japan
11936 with Non-3G, Japanese-specific protocol).
11937 See also http://ja.wikipedia.org/wiki/PHS (Japanese)
11938 "80" and "90": Mobile phone
11940 <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
11945 <format>$1-$2-$3</format>
11947 <!-- The order of the reg-exps are important.
11948 Examples (not all):
11949 - "15": 15420 -> 154-20, 15472 -> 1547-2, 15410 -> 15-410,
11950 - "22": 22200 -> 22-200, 22300 -> 22-300, 22320 -> 223-20, 22350 -> 22-350
11951 - "42": 42000 -> 4-2000, 42901 -> 4-2901, 42910 -> 42-910
11952 - "82": 82200 -> 82-200, 82020 -> 820-20, 82400 -> 82-400
11953 - "99": 99400 -> 99-400, 99430 -> 994-30, 99692 -> 9969-2, 99750 -> 997-50
11954 - "993": 99330 -> 993-30, 99331 -> 99-331, 99332 -> 993-32
11956 <numberFormat pattern="(\d{4})(\d)(\d{4})">
12077 <format>$1-$2-$3</format>
12079 <numberFormat pattern="(\d{3})(\d{2})(\d{4})">
12544 <format>$1-$2-$3</format>
12546 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
12659 <format>$1-$2-$3</format>
12661 <numberFormat pattern="(\d{3})(\d{2})(\d{4})">
12672 <format>$1-$2-$3</format>
12674 <numberFormat pattern="(\d)(\d{4})(\d{4})">
12683 <format>$1-$2-$3</format>
12685 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
12686 <leadingDigits>[2479][1-9]</leadingDigits>
12687 <format>$1-$2-$3</format>
12689 </availableFormats>
12691 <nationalNumberPattern>
12698 </nationalNumberPattern>
12699 <possibleNumberPattern>\d{8,17}</possibleNumberPattern>
12701 <noInternationalDialling>
12702 <!-- Toll-free numbers with a leading "00" cannot be dialled internationally. -->
12703 <nationalNumberPattern>
12714 </nationalNumberPattern>
12715 <exampleNumber>00777012</exampleNumber>
12716 </noInternationalDialling>
12718 <nationalNumberPattern>
12759 </nationalNumberPattern>
12760 <possibleNumberPattern>\d{9}</possibleNumberPattern>
12761 <exampleNumber>312345678</exampleNumber>
12764 <nationalNumberPattern>[7-9]0[1-9]\d{7}</nationalNumberPattern>
12765 <possibleNumberPattern>\d{10}</possibleNumberPattern>
12766 <exampleNumber>7012345678</exampleNumber>
12769 <nationalNumberPattern>20\d{8}</nationalNumberPattern>
12770 <possibleNumberPattern>\d{10}</possibleNumberPattern>
12771 <exampleNumber>2012345678</exampleNumber>
12774 <!-- http://www.kddi.com/english/business/free_call_dx/number.html and
12775 http://tm.softbank.jp/english/business/phone_service/freecall_sp/index.html
12776 http://eonet.jp/home/denwa/service/access.html
12777 http://ci.fusioncom.co.jp/feature/
12778 http://www.auhikari.jp/service/tel/connection/index.html -->
12779 <!-- Note that in fact, the number length for 0037 and 0066 numbers should extend to 21
12780 digits, confirmed with Yahoo JP. However, this extends well beyond the maximum number
12781 length allowed by ITU and hence our library, so we only allow numbers up to 17 digits
12782 for now (including both leading 00s). -->
12783 <nationalNumberPattern>
12796 </nationalNumberPattern>
12797 <exampleNumber>120123456</exampleNumber>
12800 <nationalNumberPattern>990\d{6}</nationalNumberPattern>
12801 <possibleNumberPattern>\d{9}</possibleNumberPattern>
12802 <exampleNumber>990123456</exampleNumber>
12805 <nationalNumberPattern>60\d{7}</nationalNumberPattern>
12806 <possibleNumberPattern>\d{9}</possibleNumberPattern>
12807 <exampleNumber>601234567</exampleNumber>
12810 <nationalNumberPattern>50[1-9]\d{7}</nationalNumberPattern>
12811 <possibleNumberPattern>\d{10}</possibleNumberPattern>
12812 <exampleNumber>5012345678</exampleNumber>
12814 <!-- Storing "unified number service" as UAN. -->
12816 <nationalNumberPattern>570\d{6}</nationalNumberPattern>
12817 <possibleNumberPattern>\d{9}</possibleNumberPattern>
12818 <exampleNumber>570123456</exampleNumber>
12823 <territory id="KE" countryCode="254" internationalPrefix="000"
12824 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
12825 mobileNumberPortableRegion="true">
12827 <sourceUrl>http://www.cck.go.ke/licensing/numbering/plan.html</sourceUrl>
12828 <sourceUrl>http://en.wikipedia.org/wiki/+254</sourceUrl>
12831 <numberFormat pattern="(\d{2})(\d{5,7})">
12832 <leadingDigits>[24-6]</leadingDigits>
12833 <format>$1 $2</format>
12835 <numberFormat pattern="(\d{3})(\d{6,7})">
12836 <leadingDigits>7</leadingDigits>
12837 <format>$1 $2</format>
12839 <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})">
12840 <leadingDigits>[89]</leadingDigits>
12841 <format>$1 $2 $3</format>
12843 </availableFormats>
12845 <nationalNumberPattern>
12848 </nationalNumberPattern>
12849 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
12852 <!-- The prefixes 046, 050, 058, and 066 may appear online in less than 9 digits but
12853 calling them has confirmed these are outdated. However a 7-digit 068 number was
12854 dialed successfully so we consider these valid despite the plan. -->
12855 <nationalNumberPattern>
12869 </nationalNumberPattern>
12870 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
12871 <exampleNumber>202012345</exampleNumber>
12874 <nationalNumberPattern>
12881 </nationalNumberPattern>
12882 <possibleNumberPattern>\d{9}</possibleNumberPattern>
12883 <exampleNumber>712123456</exampleNumber>
12886 <!-- Longer numbers have been found than the plan suggests, so we support them here too. -->
12887 <!-- The plan suggests 0844 and 0845 may belong here, but these are short numbers rather
12889 http://www.telkomkenya.8k.com/Products/v/2.html
12890 http://www.kenya-advisor.com/phone-calls-kenya.html
12891 http://www.telkom.co.ke/index.php?option=com_content&view=article&id=64&Itemid=98 -->
12892 <nationalNumberPattern>800[24-8]\d{5,6}</nationalNumberPattern>
12893 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
12894 <exampleNumber>800223456</exampleNumber>
12897 <nationalNumberPattern>900[02-9]\d{5}</nationalNumberPattern>
12898 <possibleNumberPattern>\d{9}</possibleNumberPattern>
12899 <exampleNumber>900223456</exampleNumber>
12903 <!-- Kyrgyzstan -->
12904 <territory id="KG" countryCode="996" internationalPrefix="00"
12905 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
12907 <sourceUrl>http://www.itu.int/oth/T0202000074/en</sourceUrl>
12910 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
12915 <format>$1 $2 $3</format>
12917 <numberFormat pattern="(\d{4})(\d{5})">
12924 <format>$1 $2</format>
12926 <numberFormat pattern="(\d{3})(\d{3})(\d)(\d{3})">
12927 <leadingDigits>8</leadingDigits>
12928 <format>$1 $2 $3 $4</format>
12930 </availableFormats>
12932 <nationalNumberPattern>[235-8]\d{8,9}</nationalNumberPattern>
12933 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
12936 <!-- Extra area codes found on Web Search: 3147. -->
12937 <nationalNumberPattern>
12985 </nationalNumberPattern>
12986 <exampleNumber>312123456</exampleNumber>
12989 <nationalNumberPattern>
12995 </nationalNumberPattern>
12996 <possibleNumberPattern>\d{9}</possibleNumberPattern>
12997 <exampleNumber>700123456</exampleNumber>
13000 <!-- Add an extra digit to the number pattern since the only toll-free number found on Web
13001 Search contains 10 digits instead of the 9 digits specified in the ITU document. -->
13002 <nationalNumberPattern>800\d{6,7}</nationalNumberPattern>
13003 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
13004 <exampleNumber>800123456</exampleNumber>
13006 <!-- No premiumRate information can be found. -->
13007 <!-- http://www.iru-nelti.org/index/info-app/id.216 -->
13011 <territory id="KH" countryCode="855" internationalPrefix="00[14-9]"
13012 nationalPrefix="0">
13014 <sourceUrl>http://www.itu.int/oth/T0202000023/en</sourceUrl>
13015 <sourceUrl>http://en.wikipedia.org/wiki/+855</sourceUrl>
13018 <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP$FG">
13023 <format>$1 $2 $3</format>
13025 <numberFormat pattern="(1[89]00)(\d{3})(\d{3})">
13026 <leadingDigits>1[89]0</leadingDigits>
13027 <format>$1 $2 $3</format>
13029 </availableFormats>
13031 <nationalNumberPattern>[1-9]\d{7,9}</nationalNumberPattern>
13032 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
13035 <!-- Allowing subscriber numbers beginning with 5 since Mobitel have informed us they have
13036 started issuing fixed-line numbers like this. Apparently, mobile-company-issued
13037 fixed-line numbers are one digit longer than government-issued numbers. Moreover, the
13038 range beginning with 6 seems to include some numbers that are one digit longer as well.
13039 Allowing 238\d{6} and 234[234]\d{4} based on information from Cambodia Yellow Pages.
13040 Note that numbers beginning with 234 are split across two patterns. -->
13041 <nationalNumberPattern>
13057 </nationalNumberPattern>
13058 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
13059 <exampleNumber>23756789</exampleNumber>
13062 <!-- SMART uses prefixes 01[056], 070, 08[167] and 09[368].
13064 Mobitel uses 01[1247].
13065 Cellcard uses 0857 and 061.
13066 Extra prefixes found online: 088, 097.
13067 Allowing 9-digit 12, 31, 38 and 76 numbers based on information from Cambodia Yellow
13068 Pages and online search. Allowing 71 based on open-source report and online search. -->
13069 <nationalNumberPattern>
13091 </nationalNumberPattern>
13092 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
13093 <exampleNumber>91234567</exampleNumber>
13096 <!-- Adding extra prefix 180021 used by tollfreetc.com.kh. -->
13097 <nationalNumberPattern>
13102 </nationalNumberPattern>
13103 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13104 <exampleNumber>1800123456</exampleNumber>
13107 <nationalNumberPattern>
13112 </nationalNumberPattern>
13113 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13114 <exampleNumber>1900123456</exampleNumber>
13119 <!-- We include the national prefix for parsing here just in case numbers can be dialled with a
13120 leading 0 - no numbers online have been found formatted this way, but the ITU document
13121 lists it as a national dialling prefix. -->
13122 <territory id="KI" countryCode="686" internationalPrefix="00"
13123 nationalPrefixForParsing="0">
13125 <sourceUrl>http://www.itu.int/oth/T0202000071/en</sourceUrl>
13127 <!-- Numbers should be formatted as a block." -->
13129 <nationalNumberPattern>
13133 </nationalNumberPattern>
13134 <possibleNumberPattern>\d{5,8}</possibleNumberPattern>
13137 <nationalNumberPattern>
13144 </nationalNumberPattern>
13145 <possibleNumberPattern>\d{5}</possibleNumberPattern>
13146 <exampleNumber>31234</exampleNumber>
13149 <!-- North Tarawa is listed as 720XXXXX-729XXXXX but considering that this deviates from the
13150 pattern followed by every other place, we are assuming 731XXXXX-732XXXXX for now. -->
13151 <nationalNumberPattern>
13157 </nationalNumberPattern>
13158 <possibleNumberPattern>\d{8}</possibleNumberPattern>
13159 <exampleNumber>72012345</exampleNumber>
13162 <!-- ITU refers to these as "Telemedia and audiotext". -->
13163 <nationalNumberPattern>3001\d{4}</nationalNumberPattern>
13164 <exampleNumber>30010000</exampleNumber>
13169 <territory id="KM" countryCode="269" internationalPrefix="00">
13171 <sourceUrl>http://www.itu.int/oth/T020200002D/en</sourceUrl>
13174 <numberFormat pattern="(\d{3})(\d{2})(\d{2})">
13175 <format>$1 $2 $3</format>
13177 </availableFormats>
13179 <nationalNumberPattern>[379]\d{6}</nationalNumberPattern>
13180 <possibleNumberPattern>\d{7}</possibleNumberPattern>
13183 <!-- CDMA phones are included here, as they are considered as an extension of fixed line:
13184 http://www.comorestelecom.km/presentationcdma.php -->
13185 <nationalNumberPattern>
13190 </nationalNumberPattern>
13191 <exampleNumber>7712345</exampleNumber>
13194 <nationalNumberPattern>3[234]\d{5}</nationalNumberPattern>
13195 <exampleNumber>3212345</exampleNumber>
13198 <!-- These are referred to as value-added services in the plan and no further information
13200 <nationalNumberPattern>
13205 </nationalNumberPattern>
13206 <exampleNumber>9001234</exampleNumber>
13210 <!-- Saint Kitts and Nevis -->
13211 <territory id="KN" countryCode="1" leadingDigits="869" nationalPrefix="1"
13212 internationalPrefix="011">
13214 <sourceUrl>http://www.itu.int/oth/T02020000B0/en</sourceUrl>
13217 <!-- NANPA country - uses US formatting rules -->
13218 <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
13219 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
13222 <!-- Adding the 869 302 prefix as it is used by Marriott Hotels, even though no other record
13223 of it can be found. -->
13224 <nationalNumberPattern>
13236 </nationalNumberPattern>
13237 <exampleNumber>8692361234</exampleNumber>
13240 <!-- Added some more prefixes in the 66 and 76 range from online numbers. -->
13241 <nationalNumberPattern>
13250 </nationalNumberPattern>
13251 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13252 <!-- Example number from the ITU document. -->
13253 <exampleNumber>8697652917</exampleNumber>
13256 <nationalNumberPattern>
13265 </nationalNumberPattern>
13266 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13267 <exampleNumber>8002123456</exampleNumber>
13270 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
13271 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13272 <exampleNumber>9002123456</exampleNumber>
13275 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
13276 <nationalNumberPattern>
13284 </nationalNumberPattern>
13285 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13286 <exampleNumber>5002345678</exampleNumber>
13290 <!-- Korea, Dem. People's Rep. of -->
13291 <territory id="KP" countryCode="850" internationalPrefix="00|99"
13292 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
13294 <sourceUrl>http://en.wikipedia.org/wiki/%2B850</sourceUrl>
13297 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
13298 <leadingDigits>1</leadingDigits>
13299 <format>$1 $2 $3</format>
13301 <numberFormat pattern="(\d)(\d{3})(\d{4})">
13302 <leadingDigits>2</leadingDigits>
13303 <format>$1 $2 $3</format>
13305 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
13306 <leadingDigits>8</leadingDigits>
13307 <format>$1 $2 $3</format>
13309 </availableFormats>
13311 <nationalNumberPattern>
13314 </nationalNumberPattern>
13315 <possibleNumberPattern>
13318 </possibleNumberPattern>
13320 <noInternationalDialling>
13321 <!-- For numbers starting with 2, only the 2381 range can be dialed internationally. -->
13322 <nationalNumberPattern>
13330 </nationalNumberPattern>
13331 <possibleNumberPattern>\d{8}</possibleNumberPattern>
13332 <exampleNumber>23821234</exampleNumber>
13333 </noInternationalDialling>
13335 <!-- Covers only numbers from Pyongyang and Rason Economic Special Zone. According to
13336 wikipedia, other ranges of phone numbers are top secret, unpublished, and not dialable
13337 from overseas. Also, there is conflicting information about the length of fixed-line
13338 numbers, so here we are following Wikipedia. -->
13339 <nationalNumberPattern>
13342 </nationalNumberPattern>
13343 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
13344 <exampleNumber>21234567</exampleNumber>
13347 <nationalNumberPattern>19[123]\d{7}</nationalNumberPattern>
13348 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13349 <exampleNumber>1921234567</exampleNumber>
13353 <!-- Korea (Rep. of) -->
13355 internationalPrefix
13356 0031, 0033, 0071, 0073 - Special services of KT and DACOM, ignorable
13358 1[4-6]XX-YYYY - Country-wide common number services, display as it is without hyphens -->
13359 <territory id="KR" countryCode="82" internationalPrefix="00(?:[124-68]|[37]\d{2})"
13360 nationalPrefix="0" nationalPrefixForParsing="0(8[1-46-8]|85\d{2})?"
13361 nationalPrefixFormattingRule="$NP$FG" carrierCodeFormattingRule="$NP$CC-$FG"
13362 mobileNumberPortableRegion="true">
13364 <sourceUrl>http://www.itu.int/oth/T0202000072/en</sourceUrl>
13365 <sourceUrl>http://en.wikipedia.org/wiki/%2B82</sourceUrl>
13366 <sourceUrl>http://www.kcc.go.kr/user.do?mode=view&page=P02030300&dc=K02030300&boardId=1074&boardSeq=2349</sourceUrl>
13367 <sourceUrl>http://www.kcc.go.kr/user.do?mode=view&page=P02030300&dc=K02030300&boardId=1074&boardSeq=2240</sourceUrl>
13368 <sourceUrl>http://www.telecentro.co.kr/sub/index.php?job=detail&ebcf_id=faq&page=1&mid=0503&eb_seq=36</sourceUrl>
13371 <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
13394 <format>$1-$2-$3</format>
13396 <numberFormat pattern="(\d{2})(\d{3,4})(\d{4})">
13418 <format>$1-$2-$3</format>
13420 <numberFormat pattern="(\d{3})(\d)(\d{4})">
13421 <leadingDigits>131</leadingDigits>
13422 <leadingDigits>1312</leadingDigits>
13423 <format>$1-$2-$3</format>
13425 <numberFormat pattern="(\d{3})(\d{2})(\d{4})">
13426 <leadingDigits>131</leadingDigits>
13427 <leadingDigits>131[13-9]</leadingDigits>
13428 <format>$1-$2-$3</format>
13430 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
13431 <leadingDigits>13[2-9]</leadingDigits>
13432 <format>$1-$2-$3</format>
13434 <!-- 030 numbers are used for Unified Messaging Services, according to the plan. There is a
13435 limit of what digits may follow the 030, but we ignore that here. These numbers are
13436 actually not supported for validation purposes by the library at the moment as no
13437 online examples can be found, but we leave theme here so formatting continues to work
13438 if they are entered. -->
13439 <numberFormat pattern="(\d{2})(\d{2})(\d{3})(\d{4})">
13440 <leadingDigits>30</leadingDigits>
13441 <format>$1-$2-$3-$4</format>
13443 <numberFormat pattern="(\d)(\d{3,4})(\d{4})">
13444 <leadingDigits>2[1-9]</leadingDigits>
13445 <format>$1-$2-$3</format>
13447 <numberFormat pattern="(\d)(\d{3,4})">
13448 <leadingDigits>21[0-46-9]</leadingDigits>
13449 <format>$1-$2</format>
13451 <numberFormat pattern="(\d{2})(\d{3,4})">
13452 <leadingDigits>[3-6][1-9]1</leadingDigits>
13458 <format>$1-$2</format>
13460 <!-- Company numbers. -->
13461 <numberFormat pattern="(\d{4})(\d{4})"
13462 nationalPrefixFormattingRule="$FG">
13494 <format>$1-$2</format>
13496 </availableFormats>
13498 <nationalNumberPattern>
13501 </nationalNumberPattern>
13502 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
13505 <!-- We omit 049, supposedly for Kaesong Industrial Region, since real numbers can't be
13506 found, and it is in North Korea anyway. We support 7-8 digits long subscriber numbers
13507 starting with 1 based on evidence of real numbers found online. -->
13508 <nationalNumberPattern>
13518 </nationalNumberPattern>
13519 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
13520 <exampleNumber>22123456</exampleNumber>
13523 <nationalNumberPattern>1[0-26-9]\d{7,8}</nationalNumberPattern>
13524 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
13525 <exampleNumber>1000000000</exampleNumber>
13528 <nationalNumberPattern>15\d{7,8}</nationalNumberPattern>
13529 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
13530 <exampleNumber>1523456789</exampleNumber>
13533 <nationalNumberPattern>80\d{7}</nationalNumberPattern>
13534 <possibleNumberPattern>\d{9}</possibleNumberPattern>
13535 <exampleNumber>801234567</exampleNumber>
13537 <!-- The information below is provided by a Korean person. -->
13539 <nationalNumberPattern>60[2-9]\d{6}</nationalNumberPattern>
13540 <possibleNumberPattern>\d{9}</possibleNumberPattern>
13541 <exampleNumber>602345678</exampleNumber>
13544 <nationalNumberPattern>50\d{8}</nationalNumberPattern>
13545 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13546 <exampleNumber>5012345678</exampleNumber>
13549 <nationalNumberPattern>70\d{8}</nationalNumberPattern>
13550 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13551 <exampleNumber>7012345678</exampleNumber>
13554 <!-- Prefix 18 added from numbers found online. -->
13555 <nationalNumberPattern>
13578 </nationalNumberPattern>
13579 <possibleNumberPattern>\d{8}</possibleNumberPattern>
13580 <exampleNumber>15441234</exampleNumber>
13585 <territory id="KW" countryCode="965" internationalPrefix="00" mobileNumberPortableRegion="true">
13587 <sourceUrl>http://www.itu.int/oth/T0202000073/en</sourceUrl>
13590 <!-- Format is from ITU. -->
13591 <numberFormat pattern="(\d{4})(\d{3,4})">
13592 <leadingDigits>[1269]</leadingDigits>
13593 <format>$1 $2</format>
13595 <numberFormat pattern="(5[015]\d)(\d{5})">
13596 <leadingDigits>5</leadingDigits>
13597 <format>$1 $2</format>
13599 </availableFormats>
13601 <nationalNumberPattern>[12569]\d{6,7}</nationalNumberPattern>
13602 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
13605 <nationalNumberPattern>
13622 </nationalNumberPattern>
13623 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
13624 <exampleNumber>22345678</exampleNumber>
13627 <nationalNumberPattern>
13649 </nationalNumberPattern>
13650 <possibleNumberPattern>\d{8}</possibleNumberPattern>
13651 <exampleNumber>50012345</exampleNumber>
13653 <!-- No tollFree or premiumRate information can be found. -->
13656 <!-- Cayman Islands -->
13657 <territory id="KY" countryCode="1" leadingDigits="345" nationalPrefix="1"
13658 internationalPrefix="011">
13660 <sourceUrl>http://www.itu.int/oth/T0202000027/en</sourceUrl>
13663 <!-- NANPA country - uses US formatting rules -->
13664 <nationalNumberPattern>[3589]\d{9}</nationalNumberPattern>
13665 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
13667 <!-- The 800 NXX code is listed as being "national only", but we successfully reached numbers
13668 from Switzerland with this prefix so do not list it as noInternationalDialling. -->
13670 <!-- The Westtel numbers in the plan seem now to be live and assigned to fixed-line phones,
13671 as per numbers found online and their website http://www.logic.ky. -->
13672 <nationalNumberPattern>
13700 </nationalNumberPattern>
13701 <exampleNumber>3452221234</exampleNumber>
13704 <!-- Adding central office codes 321, 322, 328, 576, 923 & 936 from numbers found online.
13705 Most central office codes that were surrendered have not been included, with the
13706 exception of 546 where numbers have been found. -->
13707 <nationalNumberPattern>
13722 </nationalNumberPattern>
13723 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13724 <exampleNumber>3453231234</exampleNumber>
13727 <nationalNumberPattern>345849\d{4}</nationalNumberPattern>
13728 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13729 <exampleNumber>3458491234</exampleNumber>
13732 <nationalNumberPattern>
13741 </nationalNumberPattern>
13742 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13743 <exampleNumber>8002345678</exampleNumber>
13746 <nationalNumberPattern>
13749 </nationalNumberPattern>
13750 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13751 <exampleNumber>9002345678</exampleNumber>
13754 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
13755 <nationalNumberPattern>
13763 </nationalNumberPattern>
13764 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13765 <exampleNumber>5002345678</exampleNumber>
13769 <!-- Kazakhstan -->
13770 <territory id="KZ" countryCode="7" preferredInternationalPrefix="8~10"
13771 internationalPrefix="810" nationalPrefix="8">
13773 <sourceUrl>http://www.itu.int/oth/T020200006F/en</sourceUrl>
13775 <!-- Formatting rules obtained from Russia. -->
13777 <!-- We make this as specific as possible to overlap as little as possible with Russia, so
13778 determining the country is faster. -->
13779 <nationalNumberPattern>
13785 </nationalNumberPattern>
13786 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13788 <noInternationalDialling>
13789 <nationalNumberPattern>751\d{7}</nationalNumberPattern>
13790 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13791 <exampleNumber>7511234567</exampleNumber>
13792 </noInternationalDialling>
13794 <!-- VSAT numbers are also included here. We also include the area code for Baikonur (336
13795 22), which is within Kazakhstan but in fact rented and administered by Russia at the
13797 <nationalNumberPattern>
13896 </nationalNumberPattern>
13897 <exampleNumber>7123456789</exampleNumber>
13900 <!-- Added 708 for Altel, 776 for Beeline, 747 for Tele2. -->
13901 <nationalNumberPattern>
13909 </nationalNumberPattern>
13910 <exampleNumber>7710009998</exampleNumber>
13913 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
13914 <exampleNumber>8001234567</exampleNumber>
13917 <nationalNumberPattern>809\d{7}</nationalNumberPattern>
13918 <exampleNumber>8091234567</exampleNumber>
13921 <nationalNumberPattern>751\d{7}</nationalNumberPattern>
13922 <exampleNumber>7511234567</exampleNumber>
13926 <!-- Lao People's Dem. Rep. -->
13927 <territory id="LA" countryCode="856" internationalPrefix="00"
13928 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
13930 <!-- Seems incomplete -->
13931 <sourceUrl>http://www.itu.int/oth/T0202000075/en</sourceUrl>
13932 <sourceUrl>http://en.wikipedia.org/wiki/+856</sourceUrl>
13935 <numberFormat pattern="(20)(\d{2})(\d{3})(\d{3})">
13936 <leadingDigits>20</leadingDigits>
13937 <format>$1 $2 $3 $4</format>
13939 <numberFormat pattern="([2-8]\d)(\d{3})(\d{3})">
13945 <format>$1 $2 $3</format>
13947 <numberFormat pattern="(30)(\d{2})(\d{2})(\d{3})">
13948 <leadingDigits>30</leadingDigits>
13949 <format>$1 $2 $3 $4</format>
13951 </availableFormats>
13953 <nationalNumberPattern>[2-8]\d{7,9}</nationalNumberPattern>
13954 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
13957 <!-- The Lonely Planet says that newer WIN phones (fixed phones without a physical landline)
13958 start with 030 (and are longer). There are plenty of examples online. -->
13959 <nationalNumberPattern>
13970 </nationalNumberPattern>
13971 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
13972 <exampleNumber>21212862</exampleNumber>
13975 <!-- Adding 202[89], 205[89], 207[68] and 209[15-7] from numbers found online. -->
13976 <nationalNumberPattern>
13983 </nationalNumberPattern>
13984 <possibleNumberPattern>\d{10}</possibleNumberPattern>
13985 <exampleNumber>2023123456</exampleNumber>
13987 <!-- No information on other types of phone numbers for Lao P.D.R. has been found. -->
13991 <territory id="LB" countryCode="961" internationalPrefix="00" nationalPrefix="0">
13993 <sourceUrl>http://www.itu.int/oth/T0202000077/en</sourceUrl>
13994 <sourceUrl>http://en.wikipedia.org/wiki/%2B961</sourceUrl>
13997 <numberFormat pattern="(\d)(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
14007 <format>$1 $2 $3</format>
14009 <numberFormat pattern="([7-9]\d)(\d{3})(\d{3})">
14018 <format>$1 $2 $3</format>
14020 </availableFormats>
14022 <nationalNumberPattern>[13-9]\d{6,7}</nationalNumberPattern>
14023 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
14026 <!-- The ITU document from October 2012 seems to have accidentally dropped the 79 prefix for
14027 fixed-line numbers, which had been in the version from July 2012. We consider these
14028 valid since we successfully dialed such a number in July 2014. -->
14029 <nationalNumberPattern>
14039 </nationalNumberPattern>
14040 <possibleNumberPattern>\d{7}</possibleNumberPattern>
14041 <exampleNumber>1123456</exampleNumber>
14044 <!-- We only validate the first three digits here, since the ranges are growing rapidly.
14045 The 79[02-9] prefixes were added from bug reports and numbers found online. -->
14046 <nationalNumberPattern>
14055 </nationalNumberPattern>
14056 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
14057 <exampleNumber>71123456</exampleNumber>
14060 <nationalNumberPattern>9[01]\d{6}</nationalNumberPattern>
14061 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14062 <exampleNumber>90123456</exampleNumber>
14065 <nationalNumberPattern>8[01]\d{6}</nationalNumberPattern>
14066 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14067 <exampleNumber>80123456</exampleNumber>
14071 <!-- Saint Lucia -->
14072 <territory id="LC" countryCode="1" leadingDigits="758" nationalPrefix="1"
14073 internationalPrefix="011">
14075 <sourceUrl>http://www.itu.int/oth/T02020000B1/en</sourceUrl>
14078 <!-- NANPA country - uses US formatting rules -->
14079 <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
14080 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
14083 <!-- Adding 430 since numbers have been found with these prefixes online. -->
14084 <nationalNumberPattern>
14095 </nationalNumberPattern>
14096 <exampleNumber>7584305678</exampleNumber>
14099 <nationalNumberPattern>
14117 </nationalNumberPattern>
14118 <possibleNumberPattern>\d{10}</possibleNumberPattern>
14119 <exampleNumber>7582845678</exampleNumber>
14122 <nationalNumberPattern>
14131 </nationalNumberPattern>
14132 <possibleNumberPattern>\d{10}</possibleNumberPattern>
14133 <exampleNumber>8002123456</exampleNumber>
14136 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
14137 <possibleNumberPattern>\d{10}</possibleNumberPattern>
14138 <exampleNumber>9002123456</exampleNumber>
14141 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
14142 <nationalNumberPattern>
14150 </nationalNumberPattern>
14151 <possibleNumberPattern>\d{10}</possibleNumberPattern>
14152 <exampleNumber>5002345678</exampleNumber>
14156 <!-- Liechtenstein -->
14157 <!-- The national prefix of "0" is only used for 0800 and 0900 numbers. -->
14158 <territory id="LI" countryCode="423" internationalPrefix="00" nationalPrefix="0">
14160 <sourceUrl>http://www.llv.li/#/11193</sourceUrl>
14161 <sourceUrl>https://www.itu.int/oth/T020200007B/en</sourceUrl>
14164 <!-- Some different patterns for tollfree and shared cost numbers may be found by searching
14165 for "Mehrwertnummer" at http://www.telecom.li. -->
14166 <!-- Number format for National mobile services , Fixed line , Toll Free , uan and Premium rate services -->
14167 <numberFormat pattern="(\d{3})(\d{4})">
14168 <leadingDigits>[23789]</leadingDigits>
14169 <format>$1 $2</format>
14171 <!-- Number format for International mobile services -->
14172 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
14173 <leadingDigits>6[56]</leadingDigits>
14174 <format>$1 $2 $3</format>
14176 <!-- Number format for Voicemail services -->
14177 <numberFormat pattern="(69)(7\d{2})(\d{4})">
14178 <leadingDigits>697</leadingDigits>
14179 <format>$1 $2 $3</format>
14181 </availableFormats>
14183 <nationalNumberPattern>
14186 </nationalNumberPattern>
14187 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
14190 <nationalNumberPattern>
14205 </nationalNumberPattern>
14206 <possibleNumberPattern>\d{7}</possibleNumberPattern>
14207 <exampleNumber>2345678</exampleNumber>
14210 <nationalNumberPattern>
14224 </nationalNumberPattern>
14225 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
14226 <exampleNumber>660234567</exampleNumber>
14228 <!-- The prefix 809 seems to be used for AT&T and Verizon access lines from Liechtenstein,
14229 even though it doesn't appear in the plan. -->
14231 <nationalNumberPattern>
14236 </nationalNumberPattern>
14237 <possibleNumberPattern>\d{7}</possibleNumberPattern>
14238 <exampleNumber>8002222</exampleNumber>
14241 <nationalNumberPattern>
14250 </nationalNumberPattern>
14251 <possibleNumberPattern>\d{7}</possibleNumberPattern>
14252 <exampleNumber>9002222</exampleNumber>
14255 <nationalNumberPattern>
14260 </nationalNumberPattern>
14261 <possibleNumberPattern>\d{7}</possibleNumberPattern>
14262 <exampleNumber>8702812</exampleNumber>
14265 <nationalNumberPattern>
14271 </nationalNumberPattern>
14272 <possibleNumberPattern>\d{9}</possibleNumberPattern>
14273 <exampleNumber>697861234</exampleNumber>
14278 <territory id="LK" countryCode="94" internationalPrefix="00"
14279 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14281 <sourceUrl>http://en.wikipedia.org/wiki/%2B94</sourceUrl>
14282 <sourceUrl>http://www.itu.int/oth/T02020000C3/en</sourceUrl>
14285 <numberFormat pattern="(\d{2})(\d{1})(\d{6})">
14286 <leadingDigits>[1-689]</leadingDigits>
14287 <format>$1 $2 $3</format>
14289 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
14290 <leadingDigits>7</leadingDigits>
14291 <format>$1 $2 $3</format>
14293 </availableFormats>
14295 <nationalNumberPattern>[1-9]\d{8}</nationalNumberPattern>
14296 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
14299 <nationalNumberPattern>
14308 </nationalNumberPattern>
14309 <exampleNumber>112345678</exampleNumber>
14312 <!-- Adding the prefix 76 for Dialog, based on information from open-source users. -->
14313 <nationalNumberPattern>7[125-8]\d{7}</nationalNumberPattern>
14314 <possibleNumberPattern>\d{9}</possibleNumberPattern>
14315 <exampleNumber>712345678</exampleNumber>
14320 <territory id="LR" countryCode="231" internationalPrefix="00"
14321 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14323 <sourceUrl>http://www.itu.int/oth/T0202000079/en</sourceUrl>
14326 <!-- Formatting from Ministry of Agriculture,
14327 http://www.moa.gov.lr/content.php?sub=Email&?related=Contacts -->
14328 <numberFormat pattern="(2\d)(\d{3})(\d{3})">
14329 <leadingDigits>2</leadingDigits>
14330 <format>$1 $2 $3</format>
14332 <numberFormat pattern="([79]\d{2})(\d{3})(\d{3})">
14333 <leadingDigits>[79]</leadingDigits>
14334 <format>$1 $2 $3</format>
14336 <numberFormat pattern="([4-6])(\d{3})(\d{3})">
14337 <leadingDigits>[4-6]</leadingDigits>
14338 <format>$1 $2 $3</format>
14340 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
14341 <leadingDigits>[38]</leadingDigits>
14342 <format>$1 $2 $3</format>
14344 </availableFormats>
14346 <nationalNumberPattern>
14350 </nationalNumberPattern>
14351 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
14354 <nationalNumberPattern>2\d{7}</nationalNumberPattern>
14355 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14356 <exampleNumber>21234567</exampleNumber>
14359 <!-- West Africa Telecom seems to be a mobile company from their website. Adding Atlantic
14360 Wireless from the document, even though from online news reports it is not clear they
14361 are still operating. -->
14362 <nationalNumberPattern>
14371 </nationalNumberPattern>
14372 <exampleNumber>770123456</exampleNumber>
14375 <!-- Telelinks and Interactive media service are listed under premium rate. -->
14376 <nationalNumberPattern>90[03]\d{6}</nationalNumberPattern>
14377 <possibleNumberPattern>\d{9}</possibleNumberPattern>
14378 <exampleNumber>900123456</exampleNumber>
14381 <!-- The plan lists the following range as being assigned to TEMAS. On their homepage they
14382 say they are involved in the VoIP sector. Adding WASSCOM and Atlantic Realty &
14383 Investment Corporation here as well; no numbers can be found online, nor company
14385 <nationalNumberPattern>
14390 </nationalNumberPattern>
14391 <possibleNumberPattern>\d{9}</possibleNumberPattern>
14392 <exampleNumber>332001234</exampleNumber>
14397 <territory id="LS" countryCode="266" internationalPrefix="00">
14399 <sourceUrl>http://www.itu.int/oth/T0202000078/en</sourceUrl>
14402 <!-- Formatting following yellow pages: http://www.yellowpages.co.ls -->
14403 <numberFormat pattern="(\d{4})(\d{4})">
14404 <format>$1 $2</format>
14406 </availableFormats>
14408 <nationalNumberPattern>[2568]\d{7}</nationalNumberPattern>
14409 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14412 <nationalNumberPattern>2\d{7}</nationalNumberPattern>
14413 <exampleNumber>22123456</exampleNumber>
14416 <nationalNumberPattern>[56]\d{7}</nationalNumberPattern>
14417 <exampleNumber>50123456</exampleNumber>
14420 <nationalNumberPattern>800[256]\d{4}</nationalNumberPattern>
14421 <exampleNumber>80021234</exampleNumber>
14426 <!-- Note that Lithuania is switching to a national prefix of 0. We support
14427 both 0 and 8 when parsing until this switch is complete. -->
14428 <territory id="LT" countryCode="370" internationalPrefix="00"
14429 nationalPrefix="8" nationalPrefixForParsing="[08]"
14430 nationalPrefixFormattingRule="($NP-$FG)"
14431 nationalPrefixOptionalWhenFormatting="true" mobileNumberPortableRegion="true">
14433 <sourceUrl>http://www.itu.int/oth/T020200007C/en</sourceUrl>
14435 <!-- National Prefix formatting rule from http://www.yellowpages.lt -->
14437 <!-- Two-digit area codes -->
14438 <numberFormat pattern="([34]\d)(\d{6})">
14447 <format>$1 $2</format>
14449 <!-- Three-digit area codes -->
14450 <numberFormat pattern="([3-6]\d{2})(\d{5})">
14460 <format>$1 $2</format>
14462 <numberFormat pattern="([7-9]\d{2})(\d{2})(\d{3})"
14463 nationalPrefixFormattingRule="$NP $FG">
14464 <leadingDigits>[7-9]</leadingDigits>
14465 <format>$1 $2 $3</format>
14467 <numberFormat pattern="(5)(2\d{2})(\d{4})">
14468 <leadingDigits>52[0-79]</leadingDigits>
14469 <format>$1 $2 $3</format>
14471 </availableFormats>
14473 <nationalNumberPattern>[3-9]\d{7}</nationalNumberPattern>
14474 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14477 <nationalNumberPattern>
14483 </nationalNumberPattern>
14484 <exampleNumber>31234567</exampleNumber>
14487 <nationalNumberPattern>6\d{7}</nationalNumberPattern>
14488 <exampleNumber>61234567</exampleNumber>
14491 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
14492 <exampleNumber>80012345</exampleNumber>
14495 <nationalNumberPattern>
14500 </nationalNumberPattern>
14501 <exampleNumber>90012345</exampleNumber>
14504 <nationalNumberPattern>700\d{5}</nationalNumberPattern>
14505 <exampleNumber>70012345</exampleNumber>
14508 <nationalNumberPattern>808\d{5}</nationalNumberPattern>
14509 <exampleNumber>80812345</exampleNumber>
14512 <!-- Including government service numbers here too. -->
14513 <nationalNumberPattern>70[67]\d{5}</nationalNumberPattern>
14514 <exampleNumber>70712345</exampleNumber>
14518 <!-- Luxembourg -->
14519 <territory id="LU" countryCode="352" internationalPrefix="00"
14520 nationalPrefixForParsing="(15(?:0[06]|1[12]|35|4[04]|55|6[26]|77|88|99)\d)"
14521 carrierCodeFormattingRule="$CC $FG" mobileNumberPortableRegion="true">
14523 <sourceUrl>http://www.ilr.public.lu/communications_electroniques/numerotation/index.html</sourceUrl>
14526 <!-- Patterns overlap because of variable number length. -->
14527 <numberFormat pattern="(\d{2})(\d{3})">
14536 <format>$1 $2</format>
14538 <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
14547 <format>$1 $2 $3</format>
14549 <numberFormat pattern="(\d{2})(\d{2})(\d{3})">
14550 <leadingDigits>20</leadingDigits>
14551 <format>$1 $2 $3</format>
14553 <!-- The pattern for 7-digit numbers starting with 20 here will never be reached - but since
14554 we want this pattern to apply for 8-digit numbers with a 20 prefix, we include 20 in
14555 the leading digits. This is also done for 9-10 digit numbers starting with 20 below.
14557 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{1,2})">
14564 <format>$1 $2 $3 $4</format>
14566 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{3})">
14567 <leadingDigits>20</leadingDigits>
14568 <format>$1 $2 $3 $4</format>
14570 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})(\d{1,2})">
14577 <format>$1 $2 $3 $4 $5</format>
14579 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{1,4})">
14596 <format>$1 $2 $3 $4</format>
14598 <numberFormat pattern="(\d{3})(\d{2})(\d{3})">
14604 <format>$1 $2 $3</format>
14606 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
14607 <leadingDigits>6</leadingDigits>
14608 <format>$1 $2 $3</format>
14610 </availableFormats>
14612 <!-- The country-code is an impossible number prefix, so has been excluded here. This is
14613 necessary since the numbers have a variable number length. -->
14614 <nationalNumberPattern>
14620 </nationalNumberPattern>
14621 <possibleNumberPattern>\d{4,11}</possibleNumberPattern>
14624 <!-- Even though 20 is listed in the fixed-line plan, other documentation clarify that it is
14625 for VOIP. Furthermore, even though the plan says that numbers beginning with 2[346-8]
14626 by default are 8 digits, from information found online it seems that they can actually
14627 be 5, 6 or 7 digits long. -->
14628 <nationalNumberPattern>
14646 </nationalNumberPattern>
14647 <exampleNumber>27123456</exampleNumber>
14650 <nationalNumberPattern>6[2679][18]\d{6}</nationalNumberPattern>
14651 <possibleNumberPattern>\d{9}</possibleNumberPattern>
14652 <exampleNumber>628123456</exampleNumber>
14655 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
14656 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14657 <exampleNumber>80012345</exampleNumber>
14660 <nationalNumberPattern>90[015]\d{5}</nationalNumberPattern>
14661 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14662 <exampleNumber>90012345</exampleNumber>
14665 <nationalNumberPattern>801\d{5}</nationalNumberPattern>
14666 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14667 <exampleNumber>80112345</exampleNumber>
14670 <nationalNumberPattern>70\d{6}</nationalNumberPattern>
14671 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14672 <exampleNumber>70123456</exampleNumber>
14675 <!-- The document says the normal length will be 8 digits, but many numbers found online
14676 deviate from that. The prefixes from the following document have been added:
14677 http://www.ilr.public.lu/communications_electroniques/numerotation/plan_nat_num/numeros_geographiques_geo.pdf
14678 201 has also been added since a diallable number was found online, and it says in
14679 http://www.ilr.public.lu/communications_electroniques/decisions/2004/0479.pdf that no
14680 numbers will be issued that begin with 200, numbers beginning with 201 will be issued
14681 one at a time, and 202-209 in blocks. -->
14682 <nationalNumberPattern>
14687 </nationalNumberPattern>
14688 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
14689 <exampleNumber>20201234</exampleNumber>
14694 <territory id="LV" countryCode="371" internationalPrefix="00" mobileNumberPortableRegion="true">
14696 <sourceUrl>http://www.itu.int/oth/T0202000076/en</sourceUrl>
14697 <sourceUrl>http://en.wikipedia.org/wiki/+371</sourceUrl>
14700 <numberFormat pattern="([2689]\d)(\d{3})(\d{3})">
14701 <format>$1 $2 $3</format>
14703 </availableFormats>
14705 <nationalNumberPattern>[2689]\d{7}</nationalNumberPattern>
14706 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14709 <nationalNumberPattern>6[3-8]\d{6}</nationalNumberPattern>
14710 <exampleNumber>63123456</exampleNumber>
14713 <nationalNumberPattern>2\d{7}</nationalNumberPattern>
14714 <exampleNumber>21234567</exampleNumber>
14717 <nationalNumberPattern>80\d{6}</nationalNumberPattern>
14718 <exampleNumber>80123456</exampleNumber>
14721 <nationalNumberPattern>90\d{6}</nationalNumberPattern>
14722 <exampleNumber>90123456</exampleNumber>
14725 <nationalNumberPattern>81\d{6}</nationalNumberPattern>
14726 <exampleNumber>81123456</exampleNumber>
14730 <!-- Libya (Soc. People’s Libyan Arab Jamahiriya) -->
14731 <!-- Status as of 21 Jan 2011: a lot of outdated information on the web including on wikipedia
14732 and itu.int. The new area codes are on the Arabic website of the main telecommunication
14733 operator (Hatef Libya). A new mobile operator Aljeel Aljadeed for Technology will start
14734 using 096 (they are allowing customers to register numbers currently), so their code has
14735 also been added. -->
14736 <territory id="LY" countryCode="218" internationalPrefix="00"
14737 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14739 <sourceUrl>http://hlc.ly/price.php</sourceUrl>
14742 <numberFormat pattern="([25679]\d)(\d{7})">
14743 <format>$1-$2</format>
14745 </availableFormats>
14747 <nationalNumberPattern>[25679]\d{8}</nationalNumberPattern>
14748 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
14751 <nationalNumberPattern>
14758 </nationalNumberPattern>
14759 <exampleNumber>212345678</exampleNumber>
14762 <!-- The prefix 094 has been added on the strength of numbers found online, and numbers
14763 where SMS messages have been apparently successfully received. -->
14764 <nationalNumberPattern>9[1-6]\d{7}</nationalNumberPattern>
14765 <possibleNumberPattern>\d{9}</possibleNumberPattern>
14766 <exampleNumber>912345678</exampleNumber>
14771 <!-- Shares formatting and some metadata with Western Sahara. -->
14772 <territory id="MA" countryCode="212" internationalPrefix="00" nationalPrefix="0"
14773 nationalPrefixFormattingRule="$NP$FG" mainCountryForCode="true"
14774 mobileNumberPortableRegion="true">
14776 <sourceUrl>http://www.itu.int/oth/T0202000090/en</sourceUrl>
14777 <sourceUrl>http://en.wikipedia.org/wiki/+212</sourceUrl>
14780 <numberFormat pattern="([56]\d{2})(\d{6})">
14788 <format>$1-$2</format>
14790 <numberFormat pattern="([58]\d{3})(\d{5})">
14811 <format>$1-$2</format>
14813 <numberFormat pattern="(5\d{4})(\d{4})">
14826 <format>$1-$2</format>
14828 <numberFormat pattern="(8[09])(\d{7})">
14835 <format>$1-$2</format>
14837 </availableFormats>
14839 <nationalNumberPattern>[5689]\d{8}</nationalNumberPattern>
14840 <!-- Closed numbering plan. -->
14841 <possibleNumberPattern>\d{9}</possibleNumberPattern>
14844 <nationalNumberPattern>
14872 </nationalNumberPattern>
14873 <exampleNumber>520123456</exampleNumber>
14875 <!-- Also duplicated in Western Sahara, please ensure you update both. -->
14877 <!-- http://www.anrt.ma/sites/default/files/Blocs_de_numeros_par_operateur.pdf
14878 Prefixes 69[0136] added based on numbers found online. -->
14879 <nationalNumberPattern>
14885 </nationalNumberPattern>
14886 <exampleNumber>650123456</exampleNumber>
14889 <nationalNumberPattern>80\d{7}</nationalNumberPattern>
14890 <exampleNumber>801234567</exampleNumber>
14893 <nationalNumberPattern>89\d{7}</nationalNumberPattern>
14894 <exampleNumber>891234567</exampleNumber>
14899 <!-- We support Kosovo mobile numbers (044, 045) with a Monaco country-code here, as we do not
14900 support Kosovo at the moment. Kosovo seems to use a variety of country codes currently. It
14901 also seems that the national prefix is only used for mobile numbers, not fixed-line. -->
14902 <territory id="MC" countryCode="377" internationalPrefix="00"
14903 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14905 <sourceUrl>http://www.itu.int/oth/T020200008D/en</sourceUrl>
14908 <!-- Following formatting found online rather than in the ITU document example. -->
14909 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$FG">
14910 <leadingDigits>9</leadingDigits>
14911 <format>$1 $2 $3 $4</format>
14913 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
14914 <leadingDigits>4</leadingDigits>
14915 <format>$1 $2 $3</format>
14917 <numberFormat pattern="(6)(\d{2})(\d{2})(\d{2})(\d{2})">
14918 <leadingDigits>6</leadingDigits>
14919 <format>$1 $2 $3 $4 $5</format>
14921 <numberFormat pattern="(\d{3})(\d{3})(\d{2})" nationalPrefixFormattingRule="$FG">
14922 <leadingDigits>8</leadingDigits>
14923 <format>$1 $2 $3</format>
14925 </availableFormats>
14927 <nationalNumberPattern>[4689]\d{7,8}</nationalNumberPattern>
14928 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
14930 <noInternationalDialling>
14931 <nationalNumberPattern>8\d{7}</nationalNumberPattern>
14932 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14933 </noInternationalDialling>
14935 <!-- Restricted to this as no numbers with the prefix of 91, 95 or 96 have been found. -->
14936 <nationalNumberPattern>
14939 </nationalNumberPattern>
14940 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14941 <exampleNumber>99123456</exampleNumber>
14944 <!-- 4X mobile numbers are actually used by Kosovo. -->
14945 <nationalNumberPattern>
14951 </nationalNumberPattern>
14952 <exampleNumber>612345678</exampleNumber>
14955 <nationalNumberPattern>90\d{6}</nationalNumberPattern>
14956 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14957 <exampleNumber>90123456</exampleNumber>
14961 <!-- Moldova, Rep. of -->
14962 <territory id="MD" countryCode="373" internationalPrefix="00"
14963 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
14964 mobileNumberPortableRegion="true">
14966 <sourceUrl>http://www.itu.int/oth/T020200008C/en</sourceUrl>
14967 <!-- Announcements -->
14968 <sourceUrl>http://anrceti.md/fileupload/58</sourceUrl>
14969 <!-- Mobile ranges -->
14970 <sourceUrl>http://en.anrceti.md/resurse_numerotare_tel_mobila</sourceUrl>
14973 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
14978 <format>$1 $2 $3</format>
14980 <numberFormat pattern="([25-7]\d{2})(\d{2})(\d{3})">
14985 <format>$1 $2 $3</format>
14987 <numberFormat pattern="([89]\d{2})(\d{5})">
14988 <leadingDigits>[89]</leadingDigits>
14989 <format>$1 $2</format>
14991 </availableFormats>
14993 <nationalNumberPattern>[235-9]\d{7}</nationalNumberPattern>
14994 <possibleNumberPattern>\d{8}</possibleNumberPattern>
14997 <nationalNumberPattern>
15014 </nationalNumberPattern>
15015 <exampleNumber>22212345</exampleNumber>
15018 <!-- Includes prefixes for Interdnestrcom, http://www.idknet.com/. -->
15019 <nationalNumberPattern>
15038 </nationalNumberPattern>
15039 <exampleNumber>65012345</exampleNumber>
15042 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
15043 <exampleNumber>80012345</exampleNumber>
15046 <nationalNumberPattern>90[056]\d{5}</nationalNumberPattern>
15047 <exampleNumber>90012345</exampleNumber>
15049 <!-- Information came from en.anrceti.md/node/81 -->
15051 <nationalNumberPattern>808\d{5}</nationalNumberPattern>
15052 <exampleNumber>80812345</exampleNumber>
15055 <!-- Includes numbers used for access to different transport directory services of general
15056 interest, since these are charged at the same rate as fixed-line numbers. -->
15057 <nationalNumberPattern>
15062 </nationalNumberPattern>
15063 <exampleNumber>80312345</exampleNumber>
15066 <!-- Used for "nomadic numbers". -->
15067 <nationalNumberPattern>3[08]\d{6}</nationalNumberPattern>
15068 <exampleNumber>30123456</exampleNumber>
15072 <!-- Montenegro -->
15073 <!-- According to EKIP, the detailed phone number assignments are published on their
15074 website (regulation:
15075 http://www.ekip.me/download/Law%20on%20Electronic%20Communications%20(updated)%204.9.2013%20(1)nova%20verzija.pdf
15076 ). Thus ITU updates always need to be combined with the information at the below ekip.me source URL. -->
15077 <territory id="ME" countryCode="382" internationalPrefix="00" nationalPrefix="0"
15078 nationalPrefixFormattingRule="$NP$FG">
15080 <sourceUrl>http://www.itu.int/oth/T02020000DA/en</sourceUrl>
15081 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Montenegro</sourceUrl>
15082 <sourceUrl>http://www.ekip.me/numeracija/dodijeljena.php</sourceUrl>
15085 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
15086 <leadingDigits>[2-57-9]|6[036-9]</leadingDigits>
15097 <format>$1 $2 $3</format>
15099 <numberFormat pattern="(67)(9)(\d{3})(\d{3})">
15100 <leadingDigits>679</leadingDigits>
15101 <leadingDigits>679[0-2]</leadingDigits>
15102 <format>$1 $2 $3 $4</format>
15104 </availableFormats>
15106 <nationalNumberPattern>[2-9]\d{7,8}</nationalNumberPattern>
15107 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
15110 <!-- Fixed line numbers have prefix 20,30,31,32,33,40,41,50,51,52 followed by 6 digits.
15111 The valid options for the third digit were from
15112 http://www.ekip.me/numeracija/dodijeljena.php -->
15113 <nationalNumberPattern>
15131 </nationalNumberPattern>
15132 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
15133 <exampleNumber>30234567</exampleNumber>
15136 <!-- Mobile numbers start with 600, 632, 661, 67, 68 or 69. -->
15137 <nationalNumberPattern>
15151 </nationalNumberPattern>
15152 <!-- According to ITU it is possible for the numbers to be between length 4-12
15153 (http://www.itu.int/oth/T02020000DA/en). However, in reality they seem to be 8 or 9
15154 digits long, based on the Montenegro document. -->
15155 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
15156 <exampleNumber>67622901</exampleNumber>
15159 <!-- All toll free numbers have prefix 80. -->
15160 <nationalNumberPattern>80\d{6}</nationalNumberPattern>
15161 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15162 <exampleNumber>80080002</exampleNumber>
15165 <!-- Numbers with prefix 94 or 95 are services with additional charges. -->
15166 <nationalNumberPattern>
15173 </nationalNumberPattern>
15174 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15175 <exampleNumber>94515151</exampleNumber>
15178 <!-- VOIP are prefixed with 78. -->
15179 <nationalNumberPattern>78[1-9]\d{5}</nationalNumberPattern>
15180 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15181 <exampleNumber>78108780</exampleNumber>
15184 <!-- Corporate Telephony are prefixed with 77. -->
15185 <nationalNumberPattern>77\d{6}</nationalNumberPattern>
15186 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15187 <exampleNumber>77273012</exampleNumber>
15191 <!-- Saint-Martin, French Antilles -->
15192 <territory id="MF" countryCode="590" internationalPrefix="00" nationalPrefix="0">
15194 <sourceUrl>http://www.itu.int/oth/T0202000058/en</sourceUrl>
15195 <!-- Linked from http://www.arcep.fr/index.php?id=interactivenumeros -->
15196 <sourceUrl>http://www.arcep.fr/fileadmin/reprise/dossiers/numero/ZABPQ-ZNE.xls</sourceUrl>
15198 <!-- Formatting rules borrowed from Guadeloupe. -->
15200 <nationalNumberPattern>[56]\d{8}</nationalNumberPattern>
15201 <possibleNumberPattern>\d{9}</possibleNumberPattern>
15204 <nationalNumberPattern>
15211 </nationalNumberPattern>
15212 <exampleNumber>590271234</exampleNumber>
15215 <!-- Any ranges assigned from
15216 http://www.arcep.fr/index.php?id=interactivenumeros have been listed as belonging to
15217 Guadeloupe, St Martin and St Barthélemy, since we can't reliably distinguish between
15219 <nationalNumberPattern>
15224 </nationalNumberPattern>
15225 <exampleNumber>690301234</exampleNumber>
15229 <!-- Madagascar -->
15230 <territory id="MG" countryCode="261" internationalPrefix="00"
15231 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
15233 <sourceUrl>http://www.itu.int/oth/T020200007F/en</sourceUrl>
15236 <numberFormat pattern="([23]\d)(\d{2})(\d{3})(\d{2})">
15237 <format>$1 $2 $3 $4</format>
15239 </availableFormats>
15241 <nationalNumberPattern>[23]\d{8}</nationalNumberPattern>
15242 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
15245 <!-- Added the prefixes 20 44 and 20 47 as they seem popular on the internet - the plan says
15246 20 4 is for the rest of the province of Antanarivo, but then fails to mention any area
15247 codes beginning with 4. -->
15248 <nationalNumberPattern>
15261 </nationalNumberPattern>
15262 <exampleNumber>202123456</exampleNumber>
15265 <!-- The numbering plan suggests the third digit, Z, should be 24-9, but this is not borne
15266 out by reality. -->
15267 <nationalNumberPattern>3[2-49]\d{7}</nationalNumberPattern>
15268 <possibleNumberPattern>\d{9}</possibleNumberPattern>
15269 <exampleNumber>321234567</exampleNumber>
15271 <!-- Putting VSAT numbers here. -->
15273 <nationalNumberPattern>22\d{7}</nationalNumberPattern>
15274 <possibleNumberPattern>\d{9}</possibleNumberPattern>
15275 <exampleNumber>221234567</exampleNumber>
15279 <!-- Marshall Islands -->
15280 <territory id="MH" countryCode="692" internationalPrefix="011" nationalPrefix="1">
15282 <sourceUrl>http://www.itu.int/oth/T0202000085/en</sourceUrl>
15285 <numberFormat pattern="(\d{3})(\d{4})">
15286 <format>$1-$2</format>
15288 </availableFormats>
15290 <nationalNumberPattern>[2-6]\d{6}</nationalNumberPattern>
15291 <possibleNumberPattern>\d{7}</possibleNumberPattern>
15294 <nationalNumberPattern>
15300 </nationalNumberPattern>
15301 <exampleNumber>2471234</exampleNumber>
15304 <nationalNumberPattern>
15311 </nationalNumberPattern>
15312 <exampleNumber>2351234</exampleNumber>
15315 <!-- VSAT prefixes are here. -->
15316 <nationalNumberPattern>635\d{4}</nationalNumberPattern>
15317 <exampleNumber>6351234</exampleNumber>
15321 <!-- Macedonia, Former Yugoslav Rep. of -->
15322 <territory id="MK" countryCode="389" internationalPrefix="00"
15323 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
15324 mobileNumberPortableRegion="true">
15326 <sourceUrl>http://www.itu.int/oth/T02020000CE/en</sourceUrl>
15329 <!-- Formats follow wikipedia. -->
15330 <numberFormat pattern="(2)(\d{3})(\d{4})">
15331 <leadingDigits>2</leadingDigits>
15332 <format>$1 $2 $3</format>
15334 <numberFormat pattern="([347]\d)(\d{3})(\d{3})">
15335 <leadingDigits>[347]</leadingDigits>
15336 <format>$1 $2 $3</format>
15338 <numberFormat pattern="([58]\d{2})(\d)(\d{2})(\d{2})">
15339 <leadingDigits>[58]</leadingDigits>
15340 <format>$1 $2 $3 $4</format>
15342 </availableFormats>
15344 <nationalNumberPattern>[2-578]\d{7}</nationalNumberPattern>
15345 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15348 <nationalNumberPattern>
15369 </nationalNumberPattern>
15370 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
15371 <exampleNumber>22212345</exampleNumber>
15374 <nationalNumberPattern>
15380 </nationalNumberPattern>
15381 <exampleNumber>72345678</exampleNumber>
15384 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
15385 <exampleNumber>80012345</exampleNumber>
15388 <nationalNumberPattern>5[02-9]\d{6}</nationalNumberPattern>
15389 <exampleNumber>50012345</exampleNumber>
15392 <nationalNumberPattern>
15397 </nationalNumberPattern>
15398 <exampleNumber>80123456</exampleNumber>
15403 <territory id="ML" countryCode="223" internationalPrefix="00">
15405 <sourceUrl>http://www.itu.int/oth/T0202000083/en</sourceUrl>
15406 <sourceUrl>http://crt-mali.org/pdf/plan_num</sourceUrl>
15409 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
15410 <leadingDigits>[246-9]</leadingDigits>
15411 <format>$1 $2 $3 $4</format>
15413 <!-- Formatting some short numbers as a block. -->
15414 <numberFormat pattern="(\d{4})">
15419 <intlFormat>NA</intlFormat>
15420 <format>$1</format>
15422 </availableFormats>
15424 <nationalNumberPattern>[246-9]\d{7}</nationalNumberPattern>
15425 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15428 <!-- Patterns from ITU with extra ranges 20 25, 20 7[13-9] and 217 provided by Sotelma and
15429 confirmed by searches online. -->
15430 <nationalNumberPattern>
15445 </nationalNumberPattern>
15446 <exampleNumber>20212345</exampleNumber>
15449 <!-- Orange Mali have updated their numbering plan, though this is not reflected in the ITU
15450 document (which is very stale). All mobile numbers starting with 7 are now Orange.
15451 Includes 6x from Malitel IR21. Numbers beginning with 9 have been found online and
15452 reported by open-source users, although the exact possible second digits are uncertain.
15454 <nationalNumberPattern>
15457 </nationalNumberPattern>
15458 <exampleNumber>65012345</exampleNumber>
15461 <!-- Online examples have not been found, but this seems to follow the prescriptions in the
15463 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
15464 <exampleNumber>80012345</exampleNumber>
15469 <territory id="MM" countryCode="95" internationalPrefix="00" nationalPrefix="0"
15470 nationalPrefixFormattingRule="$NP$FG">
15472 <sourceUrl>http://www.itu.int/oth/T0202000092/en</sourceUrl>
15475 <numberFormat pattern="(\d)(\d{3})(\d{3,4})">
15480 <format>$1 $2 $3</format>
15482 <numberFormat pattern="(2)(\d{4})(\d{4})">
15483 <leadingDigits>251</leadingDigits>
15484 <format>$1 $2 $3</format>
15486 <numberFormat pattern="(\d)(\d{2})(\d{3})">
15491 <format>$1 $2 $3</format>
15493 <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})">
15498 <format>$1 $2 $3</format>
15500 <numberFormat pattern="(\d{2})(\d{2})(\d{3,4})">
15501 <leadingDigits>[4-8]</leadingDigits>
15502 <format>$1 $2 $3</format>
15504 <numberFormat pattern="(9)(\d{3})(\d{4,6})">
15512 <format>$1 $2 $3</format>
15514 <numberFormat pattern="(9)(4\d{4})(\d{4})">
15515 <leadingDigits>94[0245]</leadingDigits>
15516 <format>$1 $2 $3</format>
15518 <!-- Following majority of numbers found online. -->
15519 <numberFormat pattern="(9)(\d{3})(\d{3})(\d{3})">
15520 <leadingDigits>925</leadingDigits>
15521 <format>$1 $2 $3 $4</format>
15523 </availableFormats>
15525 <nationalNumberPattern>
15536 </nationalNumberPattern>
15537 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
15540 <nationalNumberPattern>
15612 </nationalNumberPattern>
15613 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
15614 <exampleNumber>1234567</exampleNumber>
15617 <!-- Added 99[089] (8 digits), 961 (9 digits), and 979 & 997 (10 digits) from bug
15618 reports/numbers found online. -->
15619 <nationalNumberPattern>
15647 </nationalNumberPattern>
15648 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
15649 <exampleNumber>92123456</exampleNumber>
15652 <nationalNumberPattern>1333\d{4}</nationalNumberPattern>
15653 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15654 <exampleNumber>13331234</exampleNumber>
15656 <!-- No information on other types of phone numbers for Myanmar has been found. -->
15660 <territory id="MN" countryCode="976" internationalPrefix="001"
15661 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
15663 <sourceUrl>http://www.itu.int/oth/T020200008E/en</sourceUrl>
15666 <numberFormat pattern="([12]\d)(\d{2})(\d{4})">
15667 <leadingDigits>[12]1</leadingDigits>
15668 <format>$1 $2 $3</format>
15670 <numberFormat pattern="([12]2\d)(\d{5,6})">
15671 <leadingDigits>[12]2[1-3]</leadingDigits>
15672 <format>$1 $2</format>
15674 <numberFormat pattern="([12]\d{3})(\d{5})">
15687 <format>$1 $2</format>
15689 <!-- It seems from online formatting that the national prefix is not written (or perhaps
15690 needed?) for numbers in these ranges. -->
15691 <numberFormat pattern="(\d{4})(\d{4})"
15692 nationalPrefixFormattingRule="$FG">
15693 <leadingDigits>[57-9]</leadingDigits>
15694 <format>$1 $2</format>
15696 <numberFormat pattern="([12]\d{4})(\d{4,5})">
15709 <format>$1 $2</format>
15711 </availableFormats>
15713 <nationalNumberPattern>
15716 </nationalNumberPattern>
15717 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
15720 <!-- Note the leading digit is the access code: 1 is used by Mongolia Telecom subscribers
15721 and 2 is used by Mongolian Railway subscribers. The area code then follows the access
15722 code, and could be 1 to 4 digits long. We also cover wireless local loop numbers here
15723 as well, even though we are not certain whether they are in fact fixed or mobile in
15724 this country. 5-digit subscriber numbers for 4-digit area codes have been added due to
15725 online numbers being found. -->
15726 <nationalNumberPattern>
15738 </nationalNumberPattern>
15739 <exampleNumber>50123456</exampleNumber>
15742 <nationalNumberPattern>
15747 </nationalNumberPattern>
15748 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15749 <exampleNumber>88123456</exampleNumber>
15751 <!-- No tollFree or premiumRate information can be found. -->
15753 <!-- According to the document this could be stricter, but there are counter examples
15755 <nationalNumberPattern>7[05-8]\d{6}</nationalNumberPattern>
15756 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15757 <exampleNumber>75123456</exampleNumber>
15761 <!-- Macao, China -->
15762 <territory id="MO" countryCode="853" internationalPrefix="00">
15764 <sourceUrl>http://www.itu.int/oth/T020200007E/en</sourceUrl>
15767 <numberFormat pattern="([268]\d{3})(\d{4})">
15768 <format>$1 $2</format>
15770 </availableFormats>
15772 <nationalNumberPattern>[268]\d{7}</nationalNumberPattern>
15773 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15776 <nationalNumberPattern>
15781 </nationalNumberPattern>
15782 <exampleNumber>28212345</exampleNumber>
15785 <!-- The 6[23] prefixes are added as SMS messages have been successfully delivered to these
15786 numbers, and they are also widely present on the Internet. -->
15787 <nationalNumberPattern>6[236]\d{6}</nationalNumberPattern>
15788 <exampleNumber>66123456</exampleNumber>
15790 <!-- No tollFree or premiumRate information can be found. -->
15793 <!-- Northern Mariana Islands -->
15794 <territory id="MP" countryCode="1" leadingDigits="670" nationalPrefix="1"
15795 internationalPrefix="011">
15797 <sourceUrl>http://www.itu.int/oth/T02020000EE/en</sourceUrl>
15798 <sourceUrl>http://www.cnmiphonebook.com/</sourceUrl>
15801 <!-- NANPA country - uses US formatting rules -->
15802 <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
15803 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
15806 <!-- Extra exchange codes 232, 289, 355, 472, 633, 637, 646, 647, 649, 653, 687, 734 and 828
15807 were seen in the white and yellow pages, but no numbers with these exchange codes have
15808 proved to be diallable so we exclude them for now.. -->
15809 <nationalNumberPattern>
15835 </nationalNumberPattern>
15836 <exampleNumber>6702345678</exampleNumber>
15839 <nationalNumberPattern>
15865 </nationalNumberPattern>
15866 <exampleNumber>6702345678</exampleNumber>
15869 <nationalNumberPattern>
15878 </nationalNumberPattern>
15879 <possibleNumberPattern>\d{10}</possibleNumberPattern>
15880 <exampleNumber>8002123456</exampleNumber>
15883 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
15884 <possibleNumberPattern>\d{10}</possibleNumberPattern>
15885 <exampleNumber>9002123456</exampleNumber>
15888 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
15889 <nationalNumberPattern>
15897 </nationalNumberPattern>
15898 <possibleNumberPattern>\d{10}</possibleNumberPattern>
15899 <exampleNumber>5002345678</exampleNumber>
15903 <!-- Martinique (French Dept. of) -->
15904 <territory id="MQ" countryCode="596" internationalPrefix="00"
15905 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
15907 <sourceUrl>http://www.itu.int/oth/T0202000086/en</sourceUrl>
15908 <sourceUrl>http://www.arcep.fr/index.php?id=2137&bloc=0596&CMD=RESULTS_NUMEROTATION</sourceUrl>
15911 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
15912 <format>$1 $2 $3 $4</format>
15914 </availableFormats>
15916 <nationalNumberPattern>[56]\d{8}</nationalNumberPattern>
15917 <possibleNumberPattern>\d{9}</possibleNumberPattern>
15920 <nationalNumberPattern>
15930 </nationalNumberPattern>
15931 <exampleNumber>596301234</exampleNumber>
15934 <nationalNumberPattern>
15940 </nationalNumberPattern>
15941 <exampleNumber>696201234</exampleNumber>
15943 <!-- The 876 prefix is mentioned in the plan, but the plan is from 2006 and in France VOIP
15944 numbers were changed from 087 to the 09 prefix in 2009. It is likely this occurred here
15948 <!-- Mauritania -->
15949 <territory id="MR" countryCode="222" internationalPrefix="00" >
15951 <sourceUrl>http://www.itu.int/oth/T0202000087/en</sourceUrl>
15952 <sourceUrl>http://are.mr/pdfs/pnn2010.pdf</sourceUrl>
15955 <numberFormat pattern="([2-48]\d)(\d{2})(\d{2})(\d{2})">
15956 <format>$1 $2 $3 $4</format>
15958 </availableFormats>
15960 <nationalNumberPattern>[2-48]\d{7}</nationalNumberPattern>
15961 <possibleNumberPattern>\d{8}</possibleNumberPattern>
15964 <nationalNumberPattern>
15968 </nationalNumberPattern>
15969 <exampleNumber>35123456</exampleNumber>
15971 <!-- Added "49\d" in response to https://github.com/googlei18n/libphonenumber/issues/529
15972 which might be overly permissive, but we don't have an official documentation for this
15973 and only a small number of numbers were found online. At least 492 and 495 are valid.
15976 <nationalNumberPattern>
15994 </nationalNumberPattern>
15995 <exampleNumber>22123456</exampleNumber>
15998 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
15999 <exampleNumber>80012345</exampleNumber>
16003 <!-- Montserrat -->
16004 <territory id="MS" countryCode="1" leadingDigits="664" nationalPrefix="1"
16005 internationalPrefix="011">
16007 <sourceUrl>http://www.itu.int/oth/T020200008F/en</sourceUrl>
16010 <!-- NANPA country - uses US formatting rules -->
16011 <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
16012 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
16015 <nationalNumberPattern>664491\d{4}</nationalNumberPattern>
16016 <exampleNumber>6644912345</exampleNumber>
16019 <nationalNumberPattern>66449[2-6]\d{4}</nationalNumberPattern>
16020 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16021 <exampleNumber>6644923456</exampleNumber>
16024 <nationalNumberPattern>
16033 </nationalNumberPattern>
16034 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16035 <exampleNumber>8002123456</exampleNumber>
16038 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
16039 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16040 <exampleNumber>9002123456</exampleNumber>
16043 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
16044 <nationalNumberPattern>
16052 </nationalNumberPattern>
16053 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16054 <exampleNumber>5002345678</exampleNumber>
16059 <territory id="MT" countryCode="356" internationalPrefix="00" mobileNumberPortableRegion="true">
16061 <sourceUrl>http://www.itu.int/oth/T0202000084/en</sourceUrl>
16062 <!-- Numbering link in the LHS menu - has more up-to-date allocations -->
16063 <sourceUrl>http://www.mca.org.mt</sourceUrl>
16066 <numberFormat pattern="(\d{4})(\d{4})">
16067 <format>$1 $2</format>
16069 </availableFormats>
16071 <nationalNumberPattern>[2357-9]\d{7}</nationalNumberPattern>
16072 <possibleNumberPattern>\d{8}</possibleNumberPattern>
16075 <nationalNumberPattern>
16084 </nationalNumberPattern>
16085 <exampleNumber>21001234</exampleNumber>
16088 <!-- 7210 and 92XX come from the allocations listed on http://www.mca.org.mt, but they are
16089 not listed in the latest ITU document. -->
16090 <nationalNumberPattern>
16110 </nationalNumberPattern>
16111 <exampleNumber>96961234</exampleNumber>
16114 <nationalNumberPattern>7117\d{4}</nationalNumberPattern>
16115 <exampleNumber>71171234</exampleNumber>
16118 <nationalNumberPattern>800[3467]\d{4}</nationalNumberPattern>
16119 <exampleNumber>80071234</exampleNumber>
16122 <nationalNumberPattern>
16135 </nationalNumberPattern>
16136 <exampleNumber>50037123</exampleNumber>
16139 <!-- In the plan as Non-PATS ECS. -->
16140 <nationalNumberPattern>3550\d{4}</nationalNumberPattern>
16141 <exampleNumber>35501234</exampleNumber>
16144 <!-- Using this for governmental numbers. -->
16145 <nationalNumberPattern>501\d{5}</nationalNumberPattern>
16146 <exampleNumber>50112345</exampleNumber>
16151 <!-- Preferred international prefix is expected to standardize on just '00' -->
16152 <territory id="MU" countryCode="230" internationalPrefix="0(?:0|[2-7]0|33)"
16153 preferredInternationalPrefix="020">
16155 <sourceUrl>http://www.icta.mu/telecommunications/numbering.htm</sourceUrl>
16158 <numberFormat pattern="([2-46-9]\d{2})(\d{4})">
16159 <leadingDigits>[2-46-9]</leadingDigits>
16160 <format>$1 $2</format>
16162 <numberFormat pattern="(5\d{3})(\d{4})">
16163 <leadingDigits>5</leadingDigits>
16164 <format>$1 $2</format>
16166 </availableFormats>
16168 <nationalNumberPattern>[2-9]\d{6,7}</nationalNumberPattern>
16169 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
16172 <!-- See also: http://www.wtng.info/wtng-230-mu.html for additional detail. -->
16173 <nationalNumberPattern>
16194 </nationalNumberPattern>
16195 <exampleNumber>2012345</exampleNumber>
16198 <nationalNumberPattern>
16214 </nationalNumberPattern>
16215 <possibleNumberPattern>\d{8}</possibleNumberPattern>
16216 <exampleNumber>52512345</exampleNumber>
16219 <nationalNumberPattern>80[012]\d{4}</nationalNumberPattern>
16220 <possibleNumberPattern>\d{7}</possibleNumberPattern>
16221 <exampleNumber>8001234</exampleNumber>
16224 <nationalNumberPattern>30\d{5}</nationalNumberPattern>
16225 <possibleNumberPattern>\d{7}</possibleNumberPattern>
16226 <exampleNumber>3012345</exampleNumber>
16229 <nationalNumberPattern>
16234 </nationalNumberPattern>
16235 <possibleNumberPattern>\d{7}</possibleNumberPattern>
16236 <exampleNumber>3201234</exampleNumber>
16241 <territory id="MV" countryCode="960" internationalPrefix="0(?:0|19)"
16242 preferredInternationalPrefix="00">
16244 <sourceUrl>http://www.itu.int/oth/T0202000082/en</sourceUrl>
16245 <sourceUrl>http://www.dhiraagu.com.mv</sourceUrl>
16248 <numberFormat pattern="(\d{3})(\d{4})">
16256 <format>$1-$2</format>
16258 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
16259 <leadingDigits>900</leadingDigits>
16260 <format>$1 $2 $3</format>
16262 </availableFormats>
16264 <nationalNumberPattern>
16270 </nationalNumberPattern>
16271 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
16274 <!-- 300 has been added as prefixes from online searches, since the numbers seemed to be
16276 <nationalNumberPattern>
16288 </nationalNumberPattern>
16289 <possibleNumberPattern>\d{7}</possibleNumberPattern>
16290 <exampleNumber>6701234</exampleNumber>
16293 <!-- 7[45] has been added as many numbers online have been found with this prefix. 46[46]
16294 are new prefixes for Dhiraagu and Wataniya, used currently for SMS-based services.
16295 91 was added based on information from Wataniya Telecom. -->
16296 <nationalNumberPattern>
16302 </nationalNumberPattern>
16303 <possibleNumberPattern>\d{7}</possibleNumberPattern>
16304 <exampleNumber>7712345</exampleNumber>
16307 <nationalNumberPattern>781\d{4}</nationalNumberPattern>
16308 <possibleNumberPattern>\d{7}</possibleNumberPattern>
16309 <exampleNumber>7812345</exampleNumber>
16312 <nationalNumberPattern>900\d{7}</nationalNumberPattern>
16313 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16314 <exampleNumber>9001234567</exampleNumber>
16319 <!-- The plan doesn't state that a national prefix exists, but numbers found on the internet are
16320 consistent in having one. -->
16321 <territory id="MW" countryCode="265" internationalPrefix="00"
16322 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
16324 <sourceUrl>http://www.itu.int/oth/T0202000080/en</sourceUrl>
16327 <numberFormat pattern="(\d)(\d{3})(\d{3})">
16328 <leadingDigits>1</leadingDigits>
16329 <format>$1 $2 $3</format>
16331 <numberFormat pattern="(2\d{2})(\d{3})(\d{3})">
16332 <leadingDigits>2</leadingDigits>
16333 <format>$1 $2 $3</format>
16335 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
16336 <leadingDigits>[1789]</leadingDigits>
16337 <format>$1 $2 $3 $4</format>
16339 </availableFormats>
16341 <nationalNumberPattern>
16348 </nationalNumberPattern>
16349 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
16352 <!-- 14 is no longer mentioned in the plan as a prefix, but plenty of online numbers have
16353 been found so this is being retained for now. It is possible however that these may be
16354 old-format mobile numbers. -->
16355 <nationalNumberPattern>
16360 </nationalNumberPattern>
16361 <exampleNumber>1234567</exampleNumber>
16364 <nationalNumberPattern>
16371 </nationalNumberPattern>
16372 <possibleNumberPattern>\d{9}</possibleNumberPattern>
16373 <exampleNumber>991234567</exampleNumber>
16378 <territory id="MX" countryCode="52" internationalPrefix="0[09]"
16379 nationalPrefix="01"
16380 nationalPrefixForParsing="0[12]|04[45](\d{10})"
16381 nationalPrefixTransformRule="1$1"
16382 nationalPrefixFormattingRule="$NP $FG"
16383 nationalPrefixOptionalWhenFormatting="true"
16384 leadingZeroPossible="true" mobileNumberPortableRegion="true">
16386 <sourceUrl>http://www.itu.int/oth/T020200008A/en</sourceUrl>
16387 <sourceUrl>http://en.wikipedia.org/wiki/%2B52</sourceUrl>
16388 <sourceUrl>http://en.wikipedia.org/wiki/Premium-rate_telephone_number#Mexico</sourceUrl>
16389 <sourceUrl>http://en.wikipedia.org/wiki/Toll-free_telephone_number</sourceUrl>
16391 <!-- When a number starts with 01 or 02, we remove the prefixes; when a number starts with 044
16392 or 045 followed by 10 digits, we replace the prefixes with 1. This way all the mobile
16393 numbers, regardless of whether they are written in international format (leading 1) or
16394 national format (leading 044/045), will be parsed into the same form. -->
16396 <numberFormat pattern="([358]\d)(\d{4})(\d{4})">
16402 <format>$1 $2 $3</format>
16404 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
16412 <format>$1 $2 $3</format>
16414 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(1)([358]\d)(\d{4})(\d{4})">
16422 <format>044 $2 $3 $4</format>
16423 <intlFormat>$1 $2 $3 $4</intlFormat>
16425 <numberFormat nationalPrefixFormattingRule="$FG" pattern="(1)(\d{3})(\d{3})(\d{4})">
16435 <format>044 $2 $3 $4</format>
16436 <intlFormat>$1 $2 $3 $4</intlFormat>
16438 </availableFormats>
16440 <nationalNumberPattern>[1-9]\d{9,10}</nationalNumberPattern>
16441 <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
16444 <!-- http://en.wikipedia.org/wiki/Area_codes_in_Mexico_by_code -->
16445 <nationalNumberPattern>
16511 </nationalNumberPattern>
16512 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
16513 <exampleNumber>2221234567</exampleNumber>
16516 <nationalNumberPattern>
16584 </nationalNumberPattern>
16585 <possibleNumberPattern>\d{11}</possibleNumberPattern>
16586 <exampleNumber>12221234567</exampleNumber>
16589 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
16590 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16591 <exampleNumber>8001234567</exampleNumber>
16594 <nationalNumberPattern>900\d{7}</nationalNumberPattern>
16595 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16596 <exampleNumber>9001234567</exampleNumber>
16601 <territory id="MY" countryCode="60" internationalPrefix="00"
16602 nationalPrefix="0" mobileNumberPortableRegion="true">
16604 <sourceUrl>http://en.wikipedia.org/wiki/%2B60</sourceUrl>
16605 <sourceUrl>http://www.skmm.gov.my</sourceUrl>
16608 <numberFormat nationalPrefixFormattingRule="$NP$FG"
16609 pattern="([4-79])(\d{3})(\d{4})">
16610 <leadingDigits>[4-79]</leadingDigits>
16611 <format>$1-$2 $3</format>
16613 <numberFormat nationalPrefixFormattingRule="$NP$FG"
16614 pattern="(3)(\d{4})(\d{4})">
16615 <leadingDigits>3</leadingDigits>
16616 <format>$1-$2 $3</format>
16618 <numberFormat nationalPrefixFormattingRule="$NP$FG"
16619 pattern="([18]\d)(\d{3})(\d{3,4})">
16624 <format>$1-$2 $3</format>
16626 <numberFormat pattern="(1)([36-8]00)(\d{2})(\d{4})">
16627 <leadingDigits>1[36-8]0</leadingDigits>
16628 <format>$1-$2-$3-$4</format>
16630 <numberFormat nationalPrefixFormattingRule="$NP$FG"
16631 pattern="(11)(\d{4})(\d{4})">
16632 <leadingDigits>11</leadingDigits>
16633 <format>$1-$2 $3</format>
16635 <numberFormat nationalPrefixFormattingRule="$NP$FG"
16636 pattern="(15[49])(\d{3})(\d{4})">
16637 <leadingDigits>15</leadingDigits>
16638 <format>$1-$2 $3</format>
16640 </availableFormats>
16642 <nationalNumberPattern>[13-9]\d{7,9}</nationalNumberPattern>
16643 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
16646 <nationalNumberPattern>
16651 </nationalNumberPattern>
16652 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
16653 <exampleNumber>323456789</exampleNumber>
16656 <!-- Although the plan lists the prefix 159 as broadband services (data only), apparently it
16657 is possible to send SMSs (and receive them) from numbers in this block, so we are
16658 listing them as mobile. 115 was added based on numbers found online. -->
16659 <nationalNumberPattern>
16669 </nationalNumberPattern>
16670 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
16671 <exampleNumber>123456789</exampleNumber>
16674 <!-- http://www.skmm.gov.my/skmmgovmy/media/General/pdf/Special_Service_Number.pdf -->
16675 <nationalNumberPattern>1[378]00\d{6}</nationalNumberPattern>
16676 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16677 <exampleNumber>1300123456</exampleNumber>
16680 <nationalNumberPattern>1600\d{6}</nationalNumberPattern>
16681 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16682 <exampleNumber>1600123456</exampleNumber>
16685 <nationalNumberPattern>154\d{7}</nationalNumberPattern>
16686 <possibleNumberPattern>\d{10}</possibleNumberPattern>
16687 <exampleNumber>1541234567</exampleNumber>
16691 <!-- Mozambique -->
16692 <territory id="MZ" countryCode="258" internationalPrefix="00">
16694 <sourceUrl>http://www.itu.int/oth/T0202000091/en</sourceUrl>
16697 <numberFormat pattern="([28]\d)(\d{3})(\d{3,4})">
16702 <format>$1 $2 $3</format>
16704 <numberFormat pattern="(80\d)(\d{3})(\d{3})">
16705 <leadingDigits>80</leadingDigits>
16706 <format>$1 $2 $3</format>
16708 </availableFormats>
16710 <nationalNumberPattern>[28]\d{7,8}</nationalNumberPattern>
16711 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
16714 <nationalNumberPattern>
16721 </nationalNumberPattern>
16722 <possibleNumberPattern>\d{8}</possibleNumberPattern>
16723 <exampleNumber>21123456</exampleNumber>
16726 <nationalNumberPattern>8[23467]\d{7}</nationalNumberPattern>
16727 <possibleNumberPattern>\d{9}</possibleNumberPattern>
16728 <exampleNumber>821234567</exampleNumber>
16731 <!-- Unsure of the length requirement on toll-free numbers, so using 9 based on online
16733 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
16734 <possibleNumberPattern>\d{9}</possibleNumberPattern>
16735 <exampleNumber>800123456</exampleNumber>
16737 <!-- The plan suggests 801 and 802 numbers are shared-cost numbers, and numbers beginning with
16738 a 9 are premium rate, but no online examples can be found of any of these so they are
16739 omitted for the time-being. -->
16743 <territory id="NA" countryCode="264" internationalPrefix="00"
16744 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
16746 <sourceUrl>http://www.itu.int/oth/T0202000093/en</sourceUrl>
16749 <numberFormat pattern="(8\d)(\d{3})(\d{4})">
16750 <leadingDigits>8[1235]</leadingDigits>
16751 <format>$1 $2 $3</format>
16753 <numberFormat pattern="(6\d)(\d{2,3})(\d{4})">
16754 <leadingDigits>6</leadingDigits>
16755 <format>$1 $2 $3</format>
16757 <numberFormat pattern="(88)(\d{3})(\d{3})">
16758 <leadingDigits>88</leadingDigits>
16759 <format>$1 $2 $3</format>
16761 <numberFormat pattern="(870)(\d{3})(\d{3})">
16762 <leadingDigits>870</leadingDigits>
16763 <format>$1 $2 $3</format>
16765 </availableFormats>
16767 <nationalNumberPattern>[68]\d{7,8}</nationalNumberPattern>
16768 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
16771 <!-- Includes VSAT service. -->
16772 <nationalNumberPattern>
16860 </nationalNumberPattern>
16861 <exampleNumber>61221234</exampleNumber>
16864 <!-- Includes the Switch CDMA Service. -->
16865 <nationalNumberPattern>
16870 </nationalNumberPattern>
16871 <possibleNumberPattern>\d{9}</possibleNumberPattern>
16872 <exampleNumber>811234567</exampleNumber>
16875 <nationalNumberPattern>8701\d{5}</nationalNumberPattern>
16876 <possibleNumberPattern>\d{9}</possibleNumberPattern>
16877 <exampleNumber>870123456</exampleNumber>
16880 <!-- Including virtual telephone and VOIP services. -->
16881 <nationalNumberPattern>
16886 </nationalNumberPattern>
16887 <exampleNumber>88612345</exampleNumber>
16891 <!-- New Caledonia (Territoire français d'outre-mer) -->
16892 <territory id="NC" countryCode="687" internationalPrefix="00">
16894 <sourceUrl>http://www.itu.int/oth/T0202000098/en</sourceUrl>
16895 <sourceUrl>http://www.opt.nc</sourceUrl>
16898 <!-- From http://www.1012.nc, the local yellow pages. -->
16899 <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
16900 <!-- We exclude short-codes here so they are formatted as a block -->
16905 <format>$1.$2.$3</format>
16907 </availableFormats>
16909 <nationalNumberPattern>[2-57-9]\d{5}</nationalNumberPattern>
16910 <possibleNumberPattern>\d{6}</possibleNumberPattern>
16913 <!-- Including the 88 prefix for public payphones. -->
16914 <nationalNumberPattern>
16921 </nationalNumberPattern>
16922 <exampleNumber>201234</exampleNumber>
16925 <nationalNumberPattern>
16931 </nationalNumberPattern>
16932 <exampleNumber>751234</exampleNumber>
16934 <!-- Listed as "voice services", from what we've seen they seem to cost extra. -->
16935 <!-- Note that OPT lists 3631 as a free short number for caller ID services, but the ITU
16936 document says that all 36 numbers are 6 digits. See ShortNumberMetadata.xml for more. -->
16938 <nationalNumberPattern>36\d{4}</nationalNumberPattern>
16939 <exampleNumber>366711</exampleNumber>
16944 <territory id="NE" countryCode="227" internationalPrefix="00" leadingZeroPossible="true">
16946 <sourceUrl>http://www.itu.int/oth/T020200009B/en</sourceUrl>
16949 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
16954 <format>$1 $2 $3 $4</format>
16956 <numberFormat pattern="(08)(\d{3})(\d{3})">
16957 <leadingDigits>08</leadingDigits>
16958 <format>$1 $2 $3</format>
16960 </availableFormats>
16962 <nationalNumberPattern>[0289]\d{7}</nationalNumberPattern>
16963 <possibleNumberPattern>\d{8}</possibleNumberPattern>
16966 <!-- Adding 20 61 from online numbers. -->
16967 <nationalNumberPattern>
16985 </nationalNumberPattern>
16986 <exampleNumber>20201234</exampleNumber>
16989 <!-- Added 88, 90, 91, 92, 95, 97, 98 & 99 from online data. Airtel have confirmed that they
16990 use the 89 and 97 prefixes, and Orange use 92. MOOV started using 95 in Jan 2014. -->
16991 <nationalNumberPattern>
16996 </nationalNumberPattern>
16997 <exampleNumber>93123456</exampleNumber>
17000 <nationalNumberPattern>08\d{6}</nationalNumberPattern>
17001 <exampleNumber>08123456</exampleNumber>
17004 <nationalNumberPattern>09\d{6}</nationalNumberPattern>
17005 <exampleNumber>09123456</exampleNumber>
17009 <!-- Norfolk Island -->
17010 <!-- Including numbers for Australian Antarctic stations. -->
17011 <territory id="NF" countryCode="672" internationalPrefix="00">
17013 <sourceUrl>http://www.itu.int/oth/T020200009D/en</sourceUrl>
17016 <numberFormat pattern="(\d{2})(\d{4})">
17017 <leadingDigits>1</leadingDigits>
17018 <format>$1 $2</format>
17020 <numberFormat pattern="(\d)(\d{5})">
17021 <leadingDigits>3</leadingDigits>
17022 <format>$1 $2</format>
17024 </availableFormats>
17026 <nationalNumberPattern>[13]\d{5}</nationalNumberPattern>
17027 <possibleNumberPattern>\d{5,6}</possibleNumberPattern>
17030 <!-- ITU says all 3X numbers except 38 are fixed-line, but 3[3-79] numbers don't seem to
17031 connect after we tried calling them. -->
17032 <nationalNumberPattern>
17042 </nationalNumberPattern>
17043 <exampleNumber>106609</exampleNumber>
17046 <!-- Numbers found online with prefix 35. -->
17047 <nationalNumberPattern>3[58]\d{4}</nationalNumberPattern>
17048 <exampleNumber>381234</exampleNumber>
17053 <territory id="NG" countryCode="234" internationalPrefix="009"
17054 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
17055 mobileNumberPortableRegion="true">
17057 <sourceUrl>http://www.itu.int/oth/T020200009C/en</sourceUrl>
17060 <numberFormat pattern="([129])(\d{3})(\d{3,4})">
17061 <leadingDigits>[129]</leadingDigits>
17062 <format>$1 $2 $3</format>
17064 <numberFormat pattern="(\d{2})(\d{3})(\d{2,3})">
17073 <format>$1 $2 $3</format>
17075 <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})">
17081 <format>$1 $2 $3</format>
17083 <numberFormat pattern="([78]00)(\d{4})(\d{4,5})">
17084 <leadingDigits>[78]00</leadingDigits>
17085 <format>$1 $2 $3</format>
17087 <numberFormat pattern="([78]00)(\d{5})(\d{5,6})">
17088 <leadingDigits>[78]00</leadingDigits>
17089 <format>$1 $2 $3</format>
17091 <numberFormat pattern="(78)(\d{2})(\d{3})">
17092 <leadingDigits>78</leadingDigits>
17093 <format>$1 $2 $3</format>
17095 </availableFormats>
17097 <nationalNumberPattern>
17101 </nationalNumberPattern>
17102 <possibleNumberPattern>\d{5,14}</possibleNumberPattern>
17105 <nationalNumberPattern>
17129 </nationalNumberPattern>
17130 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
17131 <exampleNumber>12345678</exampleNumber>
17134 <!-- More 81X prefixes have been added based on online numbers, including the prefix 817
17135 from Etisalat, 814 MTN and 811 from Glo. Furthermore, the fixed-line prefixes owned by
17136 Starcomms have apparently, according to the company, been used for mobile numbers too,
17137 despite the ITU plan, so we list them here as well. 701 has been added for Airtel/Zain.
17138 903 has been added for MTN, 905 has been added for Globacom (Glo), and 909 has been
17139 added for Etisalat. -->
17140 <nationalNumberPattern>
17224 </nationalNumberPattern>
17225 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
17226 <exampleNumber>8021234567</exampleNumber>
17228 <!-- Info on these numbers from http://www.alphatechnologieslimited.com. -->
17230 <nationalNumberPattern>800\d{7,11}</nationalNumberPattern>
17231 <possibleNumberPattern>\d{10,14}</possibleNumberPattern>
17232 <exampleNumber>80017591759</exampleNumber>
17235 <nationalNumberPattern>700\d{7,11}</nationalNumberPattern>
17236 <possibleNumberPattern>\d{10,14}</possibleNumberPattern>
17237 <exampleNumber>7001234567</exampleNumber>
17242 <territory id="NI" countryCode="505" internationalPrefix="00">
17244 <sourceUrl>http://www.itu.int/oth/T020200009A/en</sourceUrl>
17247 <numberFormat pattern="(\d{4})(\d{4})">
17248 <format>$1 $2</format>
17250 </availableFormats>
17252 <nationalNumberPattern>[12578]\d{7}</nationalNumberPattern>
17253 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17256 <nationalNumberPattern>2\d{7}</nationalNumberPattern>
17257 <exampleNumber>21234567</exampleNumber>
17260 <!-- 55[0-7], 57, 58 and 7[5-8] were added from bug reports/numbers found online. -->
17261 <nationalNumberPattern>
17268 </nationalNumberPattern>
17269 <exampleNumber>81234567</exampleNumber>
17272 <nationalNumberPattern>1800\d{4}</nationalNumberPattern>
17273 <exampleNumber>18001234</exampleNumber>
17277 <!-- Netherlands -->
17278 <territory id="NL" countryCode="31" internationalPrefix="00"
17279 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
17280 mobileNumberPortableRegion="true">
17282 <sourceUrl>http://en.wikipedia.org/wiki/%2B31</sourceUrl>
17283 <sourceUrl>http://wetten.overheid.nl/BWBR0010198</sourceUrl>
17286 <numberFormat pattern="([1-578]\d)(\d{3})(\d{4})">
17296 <format>$1 $2 $3</format>
17298 <numberFormat pattern="([1-5]\d{2})(\d{3})(\d{3})">
17306 <format>$1 $2 $3</format>
17308 <numberFormat pattern="(6)(\d{8})">
17309 <leadingDigits>6[0-57-9]</leadingDigits>
17310 <format>$1 $2</format>
17312 <numberFormat pattern="(66)(\d{7})">
17313 <leadingDigits>66</leadingDigits>
17314 <format>$1 $2</format>
17316 <numberFormat pattern="(14)(\d{3,4})" nationalPrefixFormattingRule="$FG">
17317 <leadingDigits>14</leadingDigits>
17318 <format>$1 $2</format>
17320 <numberFormat pattern="([89]0\d)(\d{4,7})">
17325 <format>$1 $2</format>
17327 </availableFormats>
17329 <nationalNumberPattern>
17333 </nationalNumberPattern>
17334 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
17336 <noInternationalDialling>
17337 <nationalNumberPattern>14\d{3,4}</nationalNumberPattern>
17338 <possibleNumberPattern>\d{5,6}</possibleNumberPattern>
17339 </noInternationalDialling>
17341 <nationalNumberPattern>
17350 </nationalNumberPattern>
17351 <possibleNumberPattern>\d{9}</possibleNumberPattern>
17352 <exampleNumber>101234567</exampleNumber>
17355 <nationalNumberPattern>6[1-58]\d{7}</nationalNumberPattern>
17356 <possibleNumberPattern>\d{9}</possibleNumberPattern>
17357 <exampleNumber>612345678</exampleNumber>
17360 <nationalNumberPattern>66\d{7}</nationalNumberPattern>
17361 <possibleNumberPattern>\d{9}</possibleNumberPattern>
17362 <exampleNumber>662345678</exampleNumber>
17365 <nationalNumberPattern>800\d{4,7}</nationalNumberPattern>
17366 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
17367 <exampleNumber>8001234</exampleNumber>
17370 <nationalNumberPattern>90[069]\d{4,7}</nationalNumberPattern>
17371 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
17372 <exampleNumber>9061234</exampleNumber>
17375 <nationalNumberPattern>85\d{7}</nationalNumberPattern>
17376 <possibleNumberPattern>\d{9}</possibleNumberPattern>
17377 <exampleNumber>851234567</exampleNumber>
17380 <!-- These numbers are used for local government. They are formed by the appending the local
17381 dialling code (including the national prefix 0) after the leading digits "14". -->
17382 <nationalNumberPattern>
17407 </nationalNumberPattern>
17408 <possibleNumberPattern>\d{5,6}</possibleNumberPattern>
17409 <exampleNumber>14020</exampleNumber>
17414 <!-- Metadata (excluding fixed-line) shared with Svalbard. -->
17415 <territory id="NO" countryCode="47" internationalPrefix="00" leadingZeroPossible="true"
17416 mainCountryForCode="true" mobileNumberPortableRegion="true">
17418 <sourceUrl>http://www.npt.no/npt/numsys/E.164.pdf</sourceUrl>
17421 <numberFormat pattern="([489]\d{2})(\d{2})(\d{3})">
17422 <leadingDigits>[489]</leadingDigits>
17423 <format>$1 $2 $3</format>
17425 <numberFormat pattern="([235-7]\d)(\d{2})(\d{2})(\d{2})">
17426 <leadingDigits>[235-7]</leadingDigits>
17427 <format>$1 $2 $3 $4</format>
17429 </availableFormats>
17431 <nationalNumberPattern>
17434 </nationalNumberPattern>
17435 <possibleNumberPattern>\d{5}(?:\d{3})?</possibleNumberPattern>
17438 <!-- Excludes Svalbard fixed-line numbers. -->
17439 <nationalNumberPattern>
17447 </nationalNumberPattern>
17448 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17449 <exampleNumber>21234567</exampleNumber>
17452 <nationalNumberPattern>
17458 </nationalNumberPattern>
17459 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17460 <exampleNumber>40612345</exampleNumber>
17463 <nationalNumberPattern>80[01]\d{5}</nationalNumberPattern>
17464 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17465 <exampleNumber>80012345</exampleNumber>
17468 <nationalNumberPattern>82[09]\d{5}</nationalNumberPattern>
17469 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17470 <exampleNumber>82012345</exampleNumber>
17473 <nationalNumberPattern>
17478 </nationalNumberPattern>
17479 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17480 <exampleNumber>81021234</exampleNumber>
17483 <nationalNumberPattern>880\d{5}</nationalNumberPattern>
17484 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17485 <exampleNumber>88012345</exampleNumber>
17488 <nationalNumberPattern>85[0-5]\d{5}</nationalNumberPattern>
17489 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17490 <exampleNumber>85012345</exampleNumber>
17493 <!-- Includes some 810 local-rate numbers, and long-distance rate numbers. -->
17494 <nationalNumberPattern>
17503 </nationalNumberPattern>
17504 <exampleNumber>01234</exampleNumber>
17507 <nationalNumberPattern>81[23]\d{5}</nationalNumberPattern>
17508 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17509 <exampleNumber>81212345</exampleNumber>
17514 <territory id="NP" countryCode="977" internationalPrefix="00"
17515 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
17517 <sourceUrl>http://www.itu.int/oth/T0202000095/en</sourceUrl>
17518 <sourceUrl>http://www.ntc.net.np/mobile/mob_postpaid_number_scheme.php</sourceUrl>
17519 <sourceUrl>http://www.nta.gov.np/en/2012-06-01-11-45-17/2012-06-04-04-26-59/numbering-plan</sourceUrl>
17522 <!-- Formatting patterns taken from pages like http://www.nepalgov.gov.np -->
17523 <numberFormat pattern="(1)(\d{7})">
17524 <leadingDigits>1[2-6]</leadingDigits>
17525 <format>$1-$2</format>
17527 <numberFormat pattern="(\d{2})(\d{6})">
17536 <format>$1-$2</format>
17538 <numberFormat pattern="(9\d{2})(\d{7})">
17546 <format>$1-$2</format>
17548 </availableFormats>
17550 <!-- This is complex, in order to try and distinguish between numbers that start with 97 and
17551 numbers that have the country code prefixed. -->
17552 <nationalNumberPattern>
17559 </nationalNumberPattern>
17560 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
17562 <!-- We don't support Rural Telecommunication Service at the moment since
17563 we are not sure what type it is. -->
17565 <nationalNumberPattern>
17577 </nationalNumberPattern>
17578 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
17579 <exampleNumber>14567890</exampleNumber>
17582 <nationalNumberPattern>
17588 </nationalNumberPattern>
17589 <possibleNumberPattern>\d{10}</possibleNumberPattern>
17590 <exampleNumber>9841234567</exampleNumber>
17592 <!-- No information on other types of phone numbers for Nepal has been found. -->
17596 <territory id="NR" countryCode="674" internationalPrefix="00">
17598 <sourceUrl>http://www.itu.int/oth/T0202000094/en</sourceUrl>
17599 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Nauru</sourceUrl>
17602 <numberFormat pattern="(\d{3})(\d{4})">
17603 <format>$1 $2</format>
17605 </availableFormats>
17607 <nationalNumberPattern>[458]\d{6}</nationalNumberPattern>
17608 <possibleNumberPattern>\d{7}</possibleNumberPattern>
17611 <nationalNumberPattern>
17616 </nationalNumberPattern>
17617 <exampleNumber>4441234</exampleNumber>
17620 <nationalNumberPattern>55[5-9]\d{4}</nationalNumberPattern>
17621 <exampleNumber>5551234</exampleNumber>
17626 <territory id="NU" countryCode="683" internationalPrefix="00">
17628 <sourceUrl>http://www.itu.int/oth/T02020000EC/en</sourceUrl>
17629 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Niue</sourceUrl>
17631 <!-- Numbers are always formatted as a block. -->
17633 <nationalNumberPattern>[1-5]\d{3}</nationalNumberPattern>
17634 <possibleNumberPattern>\d{4}</possibleNumberPattern>
17637 <!-- Putting FWT (fixed-wireless-terminals) numbers here too. -->
17638 <nationalNumberPattern>[34]\d{3}</nationalNumberPattern>
17639 <exampleNumber>4002</exampleNumber>
17642 <nationalNumberPattern>[125]\d{3}</nationalNumberPattern>
17643 <exampleNumber>1234</exampleNumber>
17647 <!-- New Zealand -->
17648 <!-- Includes Ross Dependency, Antarctica -->
17649 <!-- Does not currently support 083 "Enhanced voice services", New Zealand direct service
17650 numbers and 050 "Nation-Wide Service". -->
17651 <territory id="NZ" countryCode="64" internationalPrefix="0(?:0|161)"
17652 preferredInternationalPrefix="00" nationalPrefix="0"
17653 nationalPrefixFormattingRule="$NP$FG" mobileNumberPortableRegion="true">
17655 <sourceUrl>http://www.itu.int/oth/T0202000099/en</sourceUrl>
17658 <!-- Pattern for fixed-line formats. -->
17659 <numberFormat pattern="([34679])(\d{3})(\d{4})">
17665 <format>$1-$2 $3</format>
17667 <!-- Area code for NZ's Scott Base, in Antarctica. -->
17668 <numberFormat pattern="(24099)(\d{3})">
17669 <leadingDigits>240</leadingDigits>
17670 <leadingDigits>2409</leadingDigits>
17671 <leadingDigits>24099</leadingDigits>
17672 <format>$1 $2</format>
17674 <!-- Mobile numbers do not have exclusive leading digits - formatting depends on number
17676 <!-- Vodafone numbers can be 8 digits (without leading 0). -->
17677 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
17678 <leadingDigits>21</leadingDigits>
17679 <format>$1 $2 $3</format>
17681 <!-- Paging numbers and some mobile numbers (Telecom/Vodafone/TelstraClear). -->
17682 <numberFormat pattern="(\d{2})(\d{3})(\d{3,5})">
17692 <format>$1 $2 $3</format>
17694 <!-- 2Degrees numbers are formatted with 022 separated, since this seems to be more common
17695 than writing the first group as 022X based on Google web searches, and is used by
17696 2Degrees themselves. See formatting on http://www.2degreesmobile.co.nz for an example
17697 of the latter. We follow the same pattern for 020 (Orcon) and 028 (mixed) numbers. -->
17698 <numberFormat pattern="(2\d)(\d{3,4})(\d{4})">
17699 <leadingDigits>2[028]</leadingDigits>
17700 <format>$1 $2 $3</format>
17702 <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})">
17703 <!-- 0274, 0210 and toll-free/premium-rate prefixes 0508/0800/0900. -->
17712 <format>$1 $2 $3</format>
17714 </availableFormats>
17716 <nationalNumberPattern>
17719 </nationalNumberPattern>
17720 <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
17723 <nationalNumberPattern>
17731 </nationalNumberPattern>
17732 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
17733 <exampleNumber>32345678</exampleNumber>
17736 <!-- Includes mobile radio service numbers (e.g. TeamTalk). The lengths of numbers with
17737 prefix 21 are different from what's specified in the ITU doc, because of numbers found
17739 <nationalNumberPattern>
17749 </nationalNumberPattern>
17750 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
17751 <exampleNumber>211234567</exampleNumber>
17754 <nationalNumberPattern>[28]6\d{6,7}</nationalNumberPattern>
17755 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
17756 <exampleNumber>26123456</exampleNumber>
17758 <!-- These are the toll free patterns used, by Telecom and Telstra/Clear, but they are
17759 referred to as 'Value-added service' in the phone plan for some reason. 85 numbers are
17760 not covered, as telecom companies don't seem to support them yet. -->
17762 <nationalNumberPattern>
17765 </nationalNumberPattern>
17766 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
17767 <exampleNumber>800123456</exampleNumber>
17770 <nationalNumberPattern>90\d{7,9}</nationalNumberPattern>
17771 <possibleNumberPattern>\d{9,11}</possibleNumberPattern>
17772 <exampleNumber>900123456</exampleNumber>
17775 <nationalNumberPattern>70\d{7}</nationalNumberPattern>
17776 <possibleNumberPattern>\d{9}</possibleNumberPattern>
17777 <exampleNumber>701234567</exampleNumber>
17782 <territory id="OM" countryCode="968" internationalPrefix="00" mobileNumberPortableRegion="true">
17784 <sourceUrl>http://www.itu.int/oth/T020200009F/en</sourceUrl>
17787 <numberFormat pattern="(2\d)(\d{6})">
17788 <leadingDigits>2</leadingDigits>
17789 <format>$1 $2</format>
17791 <numberFormat pattern="(9\d{3})(\d{4})">
17792 <leadingDigits>9</leadingDigits>
17793 <format>$1 $2</format>
17795 <numberFormat pattern="([58]00)(\d{4,6})">
17796 <leadingDigits>[58]</leadingDigits>
17797 <format>$1 $2</format>
17799 </availableFormats>
17801 <nationalNumberPattern>
17808 </nationalNumberPattern>
17809 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
17812 <nationalNumberPattern>2[2-6]\d{6}</nationalNumberPattern>
17813 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17814 <exampleNumber>23123456</exampleNumber>
17817 <nationalNumberPattern>9[1-9]\d{6}</nationalNumberPattern>
17818 <possibleNumberPattern>\d{8}</possibleNumberPattern>
17819 <exampleNumber>92123456</exampleNumber>
17822 <!-- Link to document about toll-free numbers on http://www.tra.gov.om, which suggests they
17823 should be 8007 followed by 4 digits. However, the only examples I can find, including
17824 the customer help line for the main telephony company there (omantel), is 8007 followed
17825 by 5 digits, so am allowing both for now to be on the safe side. 500 numbers seem to
17826 offer international toll-free dialing numbers - +968 500 1300 for international help
17827 desk for omantel, for example. -->
17828 <nationalNumberPattern>
17831 </nationalNumberPattern>
17832 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
17833 <exampleNumber>80071234</exampleNumber>
17835 <!-- No premiumRate information can be found. -->
17839 <territory id="PA" countryCode="507" internationalPrefix="00" mobileNumberPortableRegion="true">
17841 <!-- Last read July 9, 2014. -->
17842 <sourceUrl>http://www.asep.gob.pa/telecom/pnn/default.asp</sourceUrl>
17843 <!-- Omits the fact that mobile phones are 8 digits long. -->
17844 <sourceUrl>http://en.wikipedia.org/wiki/%2B507</sourceUrl>
17847 <numberFormat pattern="(\d{3})(\d{4})">
17848 <leadingDigits>[1-57-9]</leadingDigits>
17849 <format>$1-$2</format>
17851 <numberFormat pattern="(\d{4})(\d{4})">
17852 <leadingDigits>6</leadingDigits>
17853 <format>$1-$2</format>
17855 </availableFormats>
17857 <nationalNumberPattern>[1-9]\d{6,7}</nationalNumberPattern>
17858 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
17860 <!-- Note that numbers starting with 101, 106, 131, 151, 156 and 168 have not been assigned to
17861 any rule below since we are not sure what the "servicios 102/103" refer to here. -->
17863 <!-- Note that "servicios 101/104" in the plan refer to "Local Basic Communications Service"
17864 and "Public and Semipublic Terminal Service", represented here as fixed-line. -->
17865 <!-- The range 194-XXXX has been added since a number was found online with this prefix and
17866 proved to be diallable. -->
17867 <nationalNumberPattern>
17936 </nationalNumberPattern>
17937 <possibleNumberPattern>\d{7}</possibleNumberPattern>
17938 <exampleNumber>2001234</exampleNumber>
17941 <!-- Note that "servicios 106/107" in the plan refer to mobile services. We also include
17942 service "210", "Servicio de Busca Personas". -->
17943 <nationalNumberPattern>
17957 </nationalNumberPattern>
17958 <exampleNumber>60012345</exampleNumber>
17961 <nationalNumberPattern>80[09]\d{4}</nationalNumberPattern>
17962 <possibleNumberPattern>\d{7}</possibleNumberPattern>
17963 <exampleNumber>8001234</exampleNumber>
17966 <!-- Value-added services are represented as "400" in the plan. -->
17967 <nationalNumberPattern>
17983 </nationalNumberPattern>
17984 <possibleNumberPattern>\d{7}</possibleNumberPattern>
17985 <exampleNumber>8601234</exampleNumber>
17990 <territory id="PE" countryCode="51" internationalPrefix="19(?:1[124]|77|90)00"
17991 nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
17992 preferredExtnPrefix=" Anexo " mobileNumberPortableRegion="true">
17994 <sourceUrl>http://www.itu.int/oth/T02020000A6/en</sourceUrl>
17995 <sourceUrl>http://en.wikipedia.org/wiki/+51</sourceUrl>
17996 <sourceUrl>http://www.assistbook.com/South%20America/Peru/widecodes</sourceUrl>
17999 <numberFormat pattern="(1)(\d{7})">
18000 <leadingDigits>1</leadingDigits>
18001 <format>$1 $2</format>
18003 <numberFormat pattern="([4-8]\d)(\d{6})">
18008 <format>$1 $2</format>
18010 <numberFormat pattern="(\d{3})(\d{5})">
18011 <leadingDigits>80</leadingDigits>
18012 <format>$1 $2</format>
18014 <!-- Formatting from common usage found on the internet, supported by ITU doc. -->
18015 <numberFormat pattern="(9\d{2})(\d{3})(\d{3})"
18016 nationalPrefixFormattingRule="$FG">
18017 <leadingDigits>9</leadingDigits>
18018 <format>$1 $2 $3</format>
18020 </availableFormats>
18022 <nationalNumberPattern>[14-9]\d{7,8}</nationalNumberPattern>
18023 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
18026 <nationalNumberPattern>
18035 </nationalNumberPattern>
18036 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
18037 <exampleNumber>11234567</exampleNumber>
18040 <nationalNumberPattern>9\d{8}</nationalNumberPattern>
18041 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18042 <exampleNumber>912345678</exampleNumber>
18045 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
18046 <possibleNumberPattern>\d{8}</possibleNumberPattern>
18047 <exampleNumber>80012345</exampleNumber>
18050 <nationalNumberPattern>805\d{5}</nationalNumberPattern>
18051 <possibleNumberPattern>\d{8}</possibleNumberPattern>
18052 <exampleNumber>80512345</exampleNumber>
18055 <nationalNumberPattern>801\d{5}</nationalNumberPattern>
18056 <possibleNumberPattern>\d{8}</possibleNumberPattern>
18057 <exampleNumber>80112345</exampleNumber>
18060 <nationalNumberPattern>80[24]\d{5}</nationalNumberPattern>
18061 <possibleNumberPattern>\d{8}</possibleNumberPattern>
18062 <exampleNumber>80212345</exampleNumber>
18066 <!-- French Polynesia (Tahiti) (Territoire français d'outre-mer) -->
18067 <territory id="PF" countryCode="689" internationalPrefix="00">
18069 <sourceUrl>http://www.itu.int/oth/T020200004D/en</sourceUrl>
18072 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
18077 <format>$1 $2 $3 $4</format>
18079 <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
18080 <leadingDigits>44</leadingDigits>
18081 <format>$1 $2 $3</format>
18083 </availableFormats>
18085 <nationalNumberPattern>
18088 </nationalNumberPattern>
18089 <possibleNumberPattern>\d{6}(?:\d{2})?</possibleNumberPattern>
18091 <noInternationalDialling>
18092 <nationalNumberPattern>44\d{4}</nationalNumberPattern>
18093 <possibleNumberPattern>\d{6}</possibleNumberPattern>
18094 <exampleNumber>441234</exampleNumber>
18095 </noInternationalDialling>
18097 <!-- Includes payphone prefixes. -->
18098 <nationalNumberPattern>
18103 </nationalNumberPattern>
18104 <exampleNumber>40412345</exampleNumber>
18107 <nationalNumberPattern>8[79]\d{6}</nationalNumberPattern>
18108 <possibleNumberPattern>\d{8}</possibleNumberPattern>
18109 <exampleNumber>87123456</exampleNumber>
18113 <!-- Papua New Guinea -->
18114 <territory id="PG" countryCode="675" internationalPrefix="00">
18116 <sourceUrl>http://www.itu.int/oth/T02020000A4/en</sourceUrl>
18117 <sourceUrl>http://en.wikipedia.org/wiki/%2B675</sourceUrl>
18120 <numberFormat pattern="(\d{3})(\d{4})">
18125 <format>$1 $2</format>
18127 <numberFormat pattern="(\d{4})(\d{4})">
18132 <format>$1 $2</format>
18134 </availableFormats>
18136 <nationalNumberPattern>[1-9]\d{6,7}</nationalNumberPattern>
18137 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
18140 <nationalNumberPattern>
18153 </nationalNumberPattern>
18154 <possibleNumberPattern>\d{7}</possibleNumberPattern>
18155 <exampleNumber>3123456</exampleNumber>
18158 <!-- Mobile number patterns from the numbering plan are included here, as well as 68X from
18160 As per ITU doc, prefix 20150 will expire at the end of 2015. -->
18161 <nationalNumberPattern>
18170 </nationalNumberPattern>
18171 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
18172 <exampleNumber>6812345</exampleNumber>
18175 <nationalNumberPattern>180\d{4}</nationalNumberPattern>
18176 <possibleNumberPattern>\d{7}</possibleNumberPattern>
18177 <exampleNumber>1801234</exampleNumber>
18180 <!-- VSAT prefixes are here. -->
18181 <nationalNumberPattern>275\d{4}</nationalNumberPattern>
18182 <possibleNumberPattern>\d{7}</possibleNumberPattern>
18183 <exampleNumber>2751234</exampleNumber>
18187 <!-- Philippines -->
18188 <territory id="PH" countryCode="63" internationalPrefix="00" nationalPrefix="0">
18190 <sourceUrl>http://en.wikipedia.org/wiki/%2B63</sourceUrl>
18193 <!-- Area code separated from number. Area codes found here:
18194 http://en.wikipedia.org/wiki/Telecommunications_in_the_Philippines#Area_Codes -->
18195 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
18196 pattern="(2)(\d{3})(\d{4})">
18197 <leadingDigits>2</leadingDigits>
18198 <format>$1 $2 $3</format>
18200 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
18201 pattern="(2)(\d{5})">
18202 <leadingDigits>2</leadingDigits>
18203 <format>$1 $2</format>
18205 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
18206 pattern="(\d{4})(\d{4,6})">
18262 <format>$1 $2</format>
18264 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
18265 pattern="(\d{5})(\d{4})">
18285 <format>$1 $2</format>
18287 <!-- This rule is a fallback for the more specific area codes. -->
18288 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
18289 pattern="([3-8]\d)(\d{3})(\d{4})">
18290 <leadingDigits>[3-8]</leadingDigits>
18291 <format>$1 $2 $3</format>
18293 <numberFormat nationalPrefixFormattingRule="$NP$FG"
18294 pattern="(\d{3})(\d{3})(\d{4})">
18299 <format>$1 $2 $3</format>
18301 <!-- Formatting from http://www.uniontelecard.com/calling-guides/philippines/guide1.aspx -->
18302 <numberFormat pattern="(1800)(\d{3})(\d{4})">
18303 <leadingDigits>1</leadingDigits>
18304 <format>$1 $2 $3</format>
18306 <numberFormat pattern="(1800)(\d{1,2})(\d{3})(\d{4})">
18307 <leadingDigits>1</leadingDigits>
18308 <format>$1 $2 $3 $4</format>
18310 </availableFormats>
18312 <nationalNumberPattern>
18316 </nationalNumberPattern>
18317 <possibleNumberPattern>\d{5,13}</possibleNumberPattern>
18320 <!-- Evidence on number length is hard to come by. We have found diallable numbers in Manila
18321 that have only 5 digits after the area code; plus it seems the 8822 area code is
18322 followed by 6 digits, and 8842 by only 4. -->
18323 <nationalNumberPattern>
18337 </nationalNumberPattern>
18338 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
18339 <exampleNumber>21234567</exampleNumber>
18342 <nationalNumberPattern>
18356 </nationalNumberPattern>
18357 <possibleNumberPattern>\d{10}</possibleNumberPattern>
18358 <exampleNumber>9051234567</exampleNumber>
18360 <!-- Information on toll-free numbers collected from searching the internet -->
18362 <nationalNumberPattern>1800\d{7,9}</nationalNumberPattern>
18363 <possibleNumberPattern>\d{11,13}</possibleNumberPattern>
18364 <exampleNumber>180012345678</exampleNumber>
18366 <!-- No information can be found about other types of numbers (such as premium rate) in the
18371 <territory id="PK" countryCode="92" internationalPrefix="00"
18372 nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
18373 mobileNumberPortableRegion="true">
18375 <sourceUrl>http://www.itu.int/oth/T02020000A1/en</sourceUrl>
18376 <sourceUrl>http://en.wikipedia.org/wiki/%2B92</sourceUrl>
18379 <!-- Universal Access Numbers (UAN) number format patterns first, so that these numbers are
18380 formatted nicely by the AYTF. -->
18381 <numberFormat pattern="(\d{2})(111)(\d{3})(\d{3})">
18415 <format>$1 $2 $3 $4</format>
18417 <numberFormat pattern="(\d{3})(111)(\d{3})(\d{3})">
18460 <format>$1 $2 $3 $4</format>
18462 <numberFormat pattern="(\d{2})(\d{7,8})">
18474 <format>$1 $2</format>
18476 <numberFormat pattern="(\d{3})(\d{6,7})">
18497 <format>$1 $2</format>
18499 <numberFormat pattern="(3\d{2})(\d{7})" nationalPrefixFormattingRule="$NP$FG">
18500 <leadingDigits>3</leadingDigits>
18501 <format>$1 $2</format>
18503 <numberFormat pattern="([15]\d{3})(\d{5,6})">
18508 <format>$1 $2</format>
18510 <!-- This is from online examples. -->
18511 <numberFormat pattern="(586\d{2})(\d{5})">
18512 <leadingDigits>586</leadingDigits>
18513 <format>$1 $2</format>
18515 <numberFormat pattern="([89]00)(\d{3})(\d{2})" nationalPrefixFormattingRule="$NP$FG">
18516 <leadingDigits>[89]00</leadingDigits>
18517 <format>$1 $2 $3</format>
18519 </availableFormats>
18521 <!-- This is horribly complex because the country code is 92, and several area codes start
18522 with 92, and the number length is widely variable. -->
18523 <nationalNumberPattern>
18533 </nationalNumberPattern>
18534 <possibleNumberPattern>\d{6,12}</possibleNumberPattern>
18537 <!-- The subscriber number length is not well defined for some area codes. From online
18538 examples, we have come up with a heuristic that for 3-digit area codes, the subscriber
18539 number will be 6 or 7 digits - for 2-digit area codes it will be 7, with the exceptions
18540 of Karachi and Lahore (both 8). -->
18541 <nationalNumberPattern>
18581 </nationalNumberPattern>
18582 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
18583 <exampleNumber>2123456789</exampleNumber>
18586 <!-- Adding 311, 325 and 320 as SMSs have been successfully sent to these numbers and numbers
18587 can be found online with these prefixes. Added 310 based on information from Zong, and
18588 316 based on information found online. -->
18589 <nationalNumberPattern>
18598 </nationalNumberPattern>
18599 <possibleNumberPattern>\d{10}</possibleNumberPattern>
18600 <exampleNumber>3012345678</exampleNumber>
18603 <nationalNumberPattern>800\d{5}</nationalNumberPattern>
18604 <possibleNumberPattern>\d{8}</possibleNumberPattern>
18605 <exampleNumber>80012345</exampleNumber>
18608 <nationalNumberPattern>900\d{5}</nationalNumberPattern>
18609 <possibleNumberPattern>\d{8}</possibleNumberPattern>
18610 <exampleNumber>90012345</exampleNumber>
18612 <!-- These are referred to as UPT numbers in the plan. -->
18614 <nationalNumberPattern>122\d{6}</nationalNumberPattern>
18615 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18616 <!-- The example number here is the test number from the plan. -->
18617 <exampleNumber>122044444</exampleNumber>
18620 <!-- Data on what a UAN is is hard to come by. http://www.ptcl.com.pk has information under
18621 http://www.ptcl.com.pk/contentb.php?NID=143#uan - which defines their format - but not
18622 what type of number they are. We exclude Azad Jammu, Kashmir and Northern Areas here
18623 since no online example UANs can be found, and they have an "access code" at the start,
18624 making it difficult to guess what a UAN in these areas would look like. -->
18625 <nationalNumberPattern>
18665 </nationalNumberPattern>
18666 <possibleNumberPattern>\d{11,12}</possibleNumberPattern>
18667 <exampleNumber>21111825888</exampleNumber>
18672 <territory id="PL" countryCode="48" internationalPrefix="00" mobileNumberPortableRegion="true">
18674 <sourceUrl>http://en.wikipedia.org/wiki/%2B48</sourceUrl>
18675 <sourceUrl>http://www.itu.int/oth/T02020000A8/en</sourceUrl>
18676 <!-- Source is in Polish. -->
18677 <sourceUrl>http://www.uke.gov.pl/uke/index.jsp?place=Lead24&news_cat_id=277&news_id=3791&layout=9&page=text</sourceUrl>
18678 <sourceUrl>http://www.sgwp.wp.mil.pl/pl/1_1225.html</sourceUrl>
18681 <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
18692 <format>$1 $2 $3 $4</format>
18694 <numberFormat pattern="(\d{2})(\d{1})(\d{4})">
18695 <leadingDigits>[12]2</leadingDigits>
18696 <format>$1 $2 $3</format>
18698 <!-- We are formatting 70 numbers as per mobile numbers, based on information from some
18699 Poles that this is more usual. -->
18700 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
18709 <format>$1 $2 $3</format>
18711 <!-- Additional patterns for shorter pager numbers. -->
18712 <numberFormat pattern="(\d{3})(\d{2})(\d{2,3})">
18713 <leadingDigits>64</leadingDigits>
18714 <format>$1 $2 $3</format>
18716 <numberFormat pattern="(\d{3})(\d{3})">
18717 <leadingDigits>64</leadingDigits>
18718 <format>$1 $2</format>
18720 </availableFormats>
18722 <nationalNumberPattern>
18726 </nationalNumberPattern>
18727 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
18730 <!-- The plan says all geographical numbers are 9 digits; but in at least Warsaw (22) and
18731 Krakow (12) we have found internationally diallable numbers that are 7 digits instead,
18732 so we support those too. Numbers which start with 261 are allocated for the militrary,
18733 see: http://www.sgwp.wp.mil.pl/pl/1_1225.html. -->
18734 <nationalNumberPattern>
18748 </nationalNumberPattern>
18749 <exampleNumber>123456789</exampleNumber>
18752 <nationalNumberPattern>
18759 </nationalNumberPattern>
18760 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18761 <exampleNumber>512345678</exampleNumber>
18764 <nationalNumberPattern>64\d{4,7}</nationalNumberPattern>
18765 <exampleNumber>641234567</exampleNumber>
18768 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
18769 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18770 <exampleNumber>800123456</exampleNumber>
18773 <nationalNumberPattern>70\d{7}</nationalNumberPattern>
18774 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18775 <exampleNumber>701234567</exampleNumber>
18778 <nationalNumberPattern>801\d{6}</nationalNumberPattern>
18779 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18780 <exampleNumber>801234567</exampleNumber>
18783 <nationalNumberPattern>39\d{7}</nationalNumberPattern>
18784 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18785 <exampleNumber>391234567</exampleNumber>
18789 <!-- Saint Pierre and Miquelon (Collectivité territoriale de la République française) -->
18790 <territory id="PM" countryCode="508" internationalPrefix="00"
18791 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
18793 <sourceUrl>http://www.itu.int/oth/T02020000B2/en</sourceUrl>
18796 <numberFormat pattern="([45]\d)(\d{2})(\d{2})">
18797 <format>$1 $2 $3</format>
18799 </availableFormats>
18801 <nationalNumberPattern>[45]\d{5}</nationalNumberPattern>
18802 <possibleNumberPattern>\d{6}</possibleNumberPattern>
18805 <nationalNumberPattern>41\d{4} </nationalNumberPattern>
18806 <exampleNumber>411234</exampleNumber>
18809 <nationalNumberPattern>55\d{4} </nationalNumberPattern>
18810 <exampleNumber>551234</exampleNumber>
18814 <!-- Pitcairn Island -->
18816 <!-- This island is not supported since evidence seems to be that the 50 inhabitants use
18817 satellite phones. -->
18819 <!-- Puerto Rico -->
18820 <territory id="PR" countryCode="1" leadingDigits="787|939" nationalPrefix="1"
18821 internationalPrefix="011">
18823 <sourceUrl>http://www.itu.int/oth/T02020000AA/en</sourceUrl>
18826 <!-- NANPA country - uses US formatting rules -->
18827 <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
18828 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
18831 <nationalNumberPattern>
18836 </nationalNumberPattern>
18837 <exampleNumber>7872345678</exampleNumber>
18840 <nationalNumberPattern>
18845 </nationalNumberPattern>
18846 <exampleNumber>7872345678</exampleNumber>
18849 <nationalNumberPattern>
18858 </nationalNumberPattern>
18859 <possibleNumberPattern>\d{10}</possibleNumberPattern>
18860 <exampleNumber>8002345678</exampleNumber>
18863 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
18864 <possibleNumberPattern>\d{10}</possibleNumberPattern>
18865 <exampleNumber>9002345678</exampleNumber>
18868 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
18869 <nationalNumberPattern>
18877 </nationalNumberPattern>
18878 <possibleNumberPattern>\d{10}</possibleNumberPattern>
18879 <exampleNumber>5002345678</exampleNumber>
18883 <!-- Palestinian Authority -->
18884 <!-- Palestinian phone numbers can be reached through the Israeli country code (972) in addition
18885 to the Palestinian country code (970) and so Palestinian landlines and mobile lines are a
18886 subset of the Israeli formats. -->
18887 <territory id="PS" countryCode="970" internationalPrefix="00"
18888 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
18890 <sourceUrl>http://en.wikipedia.org/wiki/%2B970</sourceUrl>
18891 <sourceUrl>http://www.wtng.info/wtng-970-ps.html</sourceUrl>
18892 <sourceUrl>http://www.paltel.ps</sourceUrl>
18895 <numberFormat pattern="([2489])(2\d{2})(\d{4})">
18896 <leadingDigits>[2489]</leadingDigits>
18897 <format>$1 $2 $3</format>
18899 <numberFormat pattern="(5[69]\d)(\d{3})(\d{3})">
18900 <leadingDigits>5</leadingDigits>
18901 <format>$1 $2 $3</format>
18903 <numberFormat nationalPrefixFormattingRule="$FG"
18904 pattern="(1[78]00)(\d{3})(\d{3})">
18905 <leadingDigits>1[78]</leadingDigits>
18906 <format>$1 $2 $3</format>
18908 <!-- 4 and 5 digit premium numbers will be formatted as one block by default. -->
18909 </availableFormats>
18911 <nationalNumberPattern>
18917 </nationalNumberPattern>
18918 <possibleNumberPattern>\d{4,10}</possibleNumberPattern>
18921 <nationalNumberPattern>
18928 </nationalNumberPattern>
18929 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
18930 <exampleNumber>22234567</exampleNumber>
18933 <nationalNumberPattern>5[69]\d{7}</nationalNumberPattern>
18934 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18935 <exampleNumber>599123456</exampleNumber>
18938 <nationalNumberPattern>1800\d{6}</nationalNumberPattern>
18939 <possibleNumberPattern>\d{10}</possibleNumberPattern>
18940 <exampleNumber>1800123456</exampleNumber>
18943 <!-- According to Paltel, premium numbers are 14xx and 19xxx -->
18944 <nationalNumberPattern>
18949 </nationalNumberPattern>
18950 <possibleNumberPattern>\d{4,5}</possibleNumberPattern>
18951 <exampleNumber>19123</exampleNumber>
18954 <nationalNumberPattern>1700\d{6}</nationalNumberPattern>
18955 <possibleNumberPattern>\d{10}</possibleNumberPattern>
18956 <exampleNumber>1700123456</exampleNumber>
18961 <territory id="PT" countryCode="351" internationalPrefix="00" mobileNumberPortableRegion="true">
18963 <sourceUrl>http://www.anacom.pt/render.jsp?categoryId=279098</sourceUrl>
18966 <!-- Note: the wikipedia page suggests that mobile numbers may also be formatted with only
18967 two digits in the first group; however, this doesn't seem to be majority usage based on
18968 searches online. -->
18969 <numberFormat pattern="(2\d)(\d{3})(\d{4})">
18970 <leadingDigits>2[12]</leadingDigits>
18971 <format>$1 $2 $3</format>
18973 <numberFormat pattern="([2-46-9]\d{2})(\d{3})(\d{3})">
18978 <format>$1 $2 $3</format>
18980 </availableFormats>
18982 <nationalNumberPattern>[2-46-9]\d{8}</nationalNumberPattern>
18983 <possibleNumberPattern>\d{9}</possibleNumberPattern>
18986 <nationalNumberPattern>
18996 </nationalNumberPattern>
18997 <exampleNumber>212345678</exampleNumber>
19000 <nationalNumberPattern>
19006 </nationalNumberPattern>
19007 <exampleNumber>912345678</exampleNumber>
19010 <nationalNumberPattern>80[02]\d{6}</nationalNumberPattern>
19011 <exampleNumber>800123456</exampleNumber>
19014 <!-- Fixed maximum cost numbers: 761=0.60€, 761=1€, 762=2€. -->
19015 <nationalNumberPattern>
19021 </nationalNumberPattern>
19022 <exampleNumber>760123456</exampleNumber>
19025 <!-- 808 are priced as local calls, 809 are national calls. -->
19026 <nationalNumberPattern>
19031 </nationalNumberPattern>
19032 <exampleNumber>808123456</exampleNumber>
19035 <nationalNumberPattern>884[128]\d{5}</nationalNumberPattern>
19036 <exampleNumber>884123456</exampleNumber>
19039 <nationalNumberPattern>30\d{7}</nationalNumberPattern>
19040 <exampleNumber>301234567</exampleNumber>
19043 <nationalNumberPattern>
19048 </nationalNumberPattern>
19049 <exampleNumber>707123456</exampleNumber>
19054 <territory id="PW" countryCode="680" internationalPrefix="01[12]">
19056 <sourceUrl>http://www.itu.int/oth/T02020000A2/en</sourceUrl>
19059 <numberFormat pattern="(\d{3})(\d{4})">
19060 <format>$1 $2</format>
19062 </availableFormats>
19064 <nationalNumberPattern>[2-8]\d{6}</nationalNumberPattern>
19065 <possibleNumberPattern>\d{7}</possibleNumberPattern>
19068 <nationalNumberPattern>
19094 </nationalNumberPattern>
19095 <exampleNumber>2771234</exampleNumber>
19098 <nationalNumberPattern>
19103 </nationalNumberPattern>
19104 <exampleNumber>6201234</exampleNumber>
19109 <territory id="PY" countryCode="595" internationalPrefix="00" nationalPrefix="0"
19110 mobileNumberPortableRegion="true">
19112 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Paraguay</sourceUrl>
19113 <sourceUrl>http://www.itu.int/oth/T02020000A5/en</sourceUrl>
19114 <sourceUrl>http://www.copaco.com.py/portal/index.php/component/content/article/8-empresa/74-codigos-de-area.html</sourceUrl>
19117 <!-- CONATEL plan. -->
19118 <numberFormat pattern="(\d{2})(\d{5,7})" nationalPrefixFormattingRule="($FG)">
19128 <format>$1 $2</format>
19130 <numberFormat pattern="(\d{3})(\d{3,6})" nationalPrefixFormattingRule="$NP$FG">
19131 <leadingDigits>[2-9]0</leadingDigits>
19132 <format>$1 $2</format>
19134 <numberFormat pattern="(\d{3})(\d{6})" nationalPrefixFormattingRule="$NP$FG">
19135 <leadingDigits>9[1-9]</leadingDigits>
19136 <format>$1 $2</format>
19138 <!-- Format seen in examples found online. -->
19139 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
19140 <leadingDigits>8700</leadingDigits>
19141 <format>$1 $2 $3</format>
19143 <!-- "Fall-back" rule for the rest of the fixed-line numbers that have 3-digit area codes.
19145 <numberFormat pattern="(\d{3})(\d{4,6})" nationalPrefixFormattingRule="($FG)">
19146 <leadingDigits>[2-8][1-9]</leadingDigits>
19147 <format>$1 $2</format>
19149 </availableFormats>
19151 <nationalNumberPattern>
19154 </nationalNumberPattern>
19155 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
19158 <nationalNumberPattern>
19205 </nationalNumberPattern>
19206 <exampleNumber>212345678</exampleNumber>
19209 <!-- 962 was added for Tigo. -->
19210 <nationalNumberPattern>
19216 </nationalNumberPattern>
19217 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19218 <exampleNumber>961456789</exampleNumber>
19221 <nationalNumberPattern>8700[0-4]\d{4}</nationalNumberPattern>
19222 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19223 <exampleNumber>870012345</exampleNumber>
19226 <nationalNumberPattern>[2-9]0\d{4,7}</nationalNumberPattern>
19227 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
19228 <exampleNumber>201234567</exampleNumber>
19233 <territory id="QA" countryCode="974" internationalPrefix="00" mobileNumberPortableRegion="true">
19235 <sourceUrl>http://www.itu.int/oth/T02020000AB/en</sourceUrl>
19236 <sourceUrl>http://wtng.info/wtng-qq.html</sourceUrl>
19239 <numberFormat pattern="([28]\d{2})(\d{4})">
19240 <leadingDigits>[28]</leadingDigits>
19241 <format>$1 $2</format>
19243 <numberFormat pattern="([3-7]\d{3})(\d{4})">
19244 <leadingDigits>[3-7]</leadingDigits>
19245 <format>$1 $2</format>
19247 </availableFormats>
19249 <nationalNumberPattern>[2-8]\d{6,7}</nationalNumberPattern>
19250 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
19253 <!-- The prefix 40 has now been allocated, based on numbers seen online. -->
19254 <nationalNumberPattern>4[04]\d{6}</nationalNumberPattern>
19255 <exampleNumber>44123456</exampleNumber>
19258 <nationalNumberPattern>[3567]\d{7}</nationalNumberPattern>
19259 <exampleNumber>33123456</exampleNumber>
19262 <nationalNumberPattern>
19267 </nationalNumberPattern>
19268 <possibleNumberPattern>\d{7}</possibleNumberPattern>
19269 <exampleNumber>2123456</exampleNumber>
19272 <nationalNumberPattern>800\d{4}</nationalNumberPattern>
19273 <exampleNumber>8001234</exampleNumber>
19275 <!-- No premiumRate information can be found. -->
19278 <!-- Réunion (French Departments and Territories in the Indian Ocean) -->
19279 <!-- Note this shares the same country code as La Mayotte and the formatting patterns here are
19280 used by both of them. -->
19281 <territory id="RE" countryCode="262" internationalPrefix="00"
19282 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19283 leadingDigits="262|6[49]|8" mainCountryForCode="true" >
19285 <sourceUrl>http://www.itu.int/oth/T020200004B/en</sourceUrl>
19288 <numberFormat pattern="([268]\d{2})(\d{2})(\d{2})(\d{2})">
19289 <format>$1 $2 $3 $4</format>
19291 </availableFormats>
19293 <nationalNumberPattern>[268]\d{8}</nationalNumberPattern>
19294 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19297 <!-- 0876 numbers are mentioned in the plan, but none in use can be found. -->
19298 <nationalNumberPattern>262\d{6}</nationalNumberPattern>
19299 <exampleNumber>262161234</exampleNumber>
19302 <nationalNumberPattern>
19307 </nationalNumberPattern>
19308 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19309 <exampleNumber>692123456</exampleNumber>
19311 <!-- 08* Numbers in Réunion are the same as those valid in France. -->
19313 <nationalNumberPattern>80\d{7}</nationalNumberPattern>
19314 <exampleNumber>801234567</exampleNumber>
19317 <nationalNumberPattern>89[1-37-9]\d{6}</nationalNumberPattern>
19318 <exampleNumber>891123456</exampleNumber>
19321 <nationalNumberPattern>
19328 </nationalNumberPattern>
19329 <exampleNumber>810123456</exampleNumber>
19334 <!-- Extension prefix found online, confirmed by a Romanian. -->
19335 <territory id="RO" countryCode="40" internationalPrefix="00"
19336 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19337 preferredExtnPrefix=" int " mobileNumberPortableRegion="true">
19339 <sourceUrl>http://www.itu.int/oth/T02020000AC/en</sourceUrl>
19340 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Romania</sourceUrl>
19343 <numberFormat pattern="([237]\d)(\d{3})(\d{4})">
19344 <leadingDigits>[23]1</leadingDigits>
19345 <format>$1 $2 $3</format>
19347 <numberFormat pattern="(21)(\d{4})">
19348 <leadingDigits>21</leadingDigits>
19349 <format>$1 $2</format>
19351 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
19352 <!-- We format mobile numbers like this, even though ITU and wikipedia hint at
19353 \d{2}\d{3}\d{4} grouping, since the yellow pages (http://en.paginiaurii.ro/) and the
19354 majority of numbers found online follow this convention. -->
19359 <format>$1 $2 $3</format>
19361 <numberFormat pattern="(2\d{2})(\d{3})">
19362 <leadingDigits>2[3-6]</leadingDigits>
19363 <format>$1 $2</format>
19365 </availableFormats>
19367 <nationalNumberPattern>
19370 </nationalNumberPattern>
19371 <!-- Although the ITU plan says the number plan is open, this was changed in 2008 according
19372 to wikipedia and people must dial the full number. However, there are still short
19373 numbers that total 6 digits long, so the possible number pattern should take these into
19375 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
19378 <!-- We exclude three-digit short numbers for Bucharest (219\d{2}) and four-digit short
19379 numbers outside Bucharest (2[36]\d9\d{3}) even though ITU suggests these exist. We do
19380 this based on numbers found online and the wikipedia article which indicate that these
19381 are four digits long in Bucharest only, and three digits elsewhere. -->
19382 <nationalNumberPattern>
19394 </nationalNumberPattern>
19395 <exampleNumber>211234567</exampleNumber>
19398 <!-- http://www.enigma-system.net/business/customized-phone-number.html confirms that the
19399 numbers are restricted to those starting with 07000. Mobile prefix 0799 added based on
19400 open-source report and confirmation by existence of such numbers online. -->
19401 <nationalNumberPattern>
19407 </nationalNumberPattern>
19408 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19409 <exampleNumber>712345678</exampleNumber>
19412 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
19413 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19414 <exampleNumber>800123456</exampleNumber>
19417 <nationalNumberPattern>90[036]\d{6}</nationalNumberPattern>
19418 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19419 <exampleNumber>900123456</exampleNumber>
19422 <nationalNumberPattern>801\d{6}</nationalNumberPattern>
19423 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19424 <exampleNumber>801123456</exampleNumber>
19427 <nationalNumberPattern>802\d{6}</nationalNumberPattern>
19428 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19429 <exampleNumber>802123456</exampleNumber>
19432 <!-- http://www.ancom.org.ro/pnn_1300 refers to numbers beginning with 37, 38 or 39 as
19433 location-independent national numbers. Only numbers beginning with 37 have been seen so
19434 these are the only ones supported for now. -->
19435 <nationalNumberPattern>37\d{7}</nationalNumberPattern>
19436 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19437 <exampleNumber>372123456</exampleNumber>
19442 <territory id="RS" countryCode="381" internationalPrefix="00"
19443 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19444 mobileNumberPortableRegion="true">
19446 <sourceUrl>http://www.itu.int/oth/T02020000B9/en</sourceUrl>
19447 <sourceUrl>http://registar.ratel.rs/en/reg202</sourceUrl>
19450 <numberFormat pattern="([23]\d{2})(\d{4,9})">
19457 <format>$1 $2</format>
19459 <numberFormat pattern="([1-3]\d)(\d{5,10})">
19471 <format>$1 $2</format>
19473 <numberFormat pattern="(6\d)(\d{6,8})">
19474 <leadingDigits>6</leadingDigits>
19475 <format>$1 $2</format>
19477 <numberFormat pattern="([89]\d{2})(\d{3,9})">
19478 <leadingDigits>[89]</leadingDigits>
19479 <format>$1 $2</format>
19481 <numberFormat pattern="(7[26])(\d{4,9})">
19482 <leadingDigits>7[26]</leadingDigits>
19483 <format>$1 $2</format>
19485 <numberFormat pattern="(7[08]\d)(\d{4,9})">
19486 <leadingDigits>7[08]</leadingDigits>
19487 <format>$1 $2</format>
19489 </availableFormats>
19491 <!-- The complicated pattern here is to distinguish between Pristina (area code 38, followed
19492 by 2-9) and the country calling code (381). -->
19493 <nationalNumberPattern>
19499 </nationalNumberPattern>
19500 <possibleNumberPattern>\d{5,12}</possibleNumberPattern>
19503 <!-- Most subscriber numbers may not start with 0 or 1. Exceptionally, the prefix 11 1[5-7]
19504 has been issused, so we allow 11 1X here. -->
19505 <nationalNumberPattern>
19526 </nationalNumberPattern>
19527 <possibleNumberPattern>\d{5,12}</possibleNumberPattern>
19528 <exampleNumber>10234567</exampleNumber>
19531 <nationalNumberPattern>
19536 </nationalNumberPattern>
19537 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
19538 <exampleNumber>601234567</exampleNumber>
19541 <nationalNumberPattern>800\d{3,9}</nationalNumberPattern>
19542 <possibleNumberPattern>\d{6,12}</possibleNumberPattern>
19543 <exampleNumber>80012345</exampleNumber>
19546 <nationalNumberPattern>
19551 </nationalNumberPattern>
19552 <possibleNumberPattern>\d{6,12}</possibleNumberPattern>
19553 <exampleNumber>90012345</exampleNumber>
19556 <nationalNumberPattern>7[06]\d{4,10}</nationalNumberPattern>
19557 <possibleNumberPattern>\d{6,12}</possibleNumberPattern>
19558 <exampleNumber>700123456</exampleNumber>
19562 <!-- Russian Federation -->
19563 <territory id="RU" countryCode="7" mainCountryForCode="true" preferredInternationalPrefix="8~10"
19564 internationalPrefix="810" nationalPrefix="8"
19565 nationalPrefixFormattingRule="$NP ($FG)"
19566 nationalPrefixOptionalWhenFormatting="true" >
19568 <sourceUrl>http://www.itu.int/oth/T02020000AD/en</sourceUrl>
19569 <sourceUrl>http://en.wikipedia.org/wiki/%2B7</sourceUrl>
19572 <!-- Formatting from wikipedia, confirmed on Goverment websites such as
19573 http://www.minjust.ru/ru/structure/contact/. Contains formatting instructions for
19574 Kazakhstan as well. -->
19575 <numberFormat pattern="(\d{3})(\d{2})(\d{2})" nationalPrefixFormattingRule="$FG">
19576 <!-- Local numbers only - these do not start with the national prefix. -->
19577 <leadingDigits>[1-79]</leadingDigits>
19578 <format>$1-$2-$3</format>
19579 <intlFormat>NA</intlFormat>
19581 <numberFormat pattern="([3489]\d{2})(\d{3})(\d{2})(\d{2})">
19582 <leadingDigits>[34689]</leadingDigits>
19583 <format>$1 $2-$3-$4</format>
19585 <numberFormat pattern="(7\d{2})(\d{3})(\d{4})">
19586 <leadingDigits>7</leadingDigits>
19587 <format>$1 $2 $3</format>
19589 </availableFormats>
19591 <nationalNumberPattern>[3489]\d{9}</nationalNumberPattern>
19592 <possibleNumberPattern>\d{10}</possibleNumberPattern>
19595 <!-- The Ivanovo area code 493 was omitted on the official document, but this is still used
19596 in the yellow pages, and on their own website and is listed on wikipedia. This applies
19597 also to 395 (Irkutsk). Also including the 840 prefix for Abkhazia. -->
19598 <nationalNumberPattern>
19625 </nationalNumberPattern>
19626 <exampleNumber>3011234567</exampleNumber>
19629 <nationalNumberPattern>9\d{9}</nationalNumberPattern>
19630 <exampleNumber>9123456789</exampleNumber>
19633 <!-- The metadata states that 804 numbers are UAN numbers, but
19634 teleum.ru/numbers/toll_free_804 states that they are now being offered as toll-free
19636 <nationalNumberPattern>80[04]\d{7}</nationalNumberPattern>
19637 <exampleNumber>8001234567</exampleNumber>
19640 <!-- Covers tele-voting numbers as well. -->
19641 <nationalNumberPattern>80[39]\d{7}</nationalNumberPattern>
19642 <exampleNumber>8091234567</exampleNumber>
19647 <!-- According to ITU, there is no national prefix. However, this is still used. As of June 3rd
19648 2011, this was confirmed by a Rwandan local. It is also shown in this format on pages such
19649 as http://www.tigo.co.rw "Choose Your Number" service. -->
19650 <territory id="RW" countryCode="250" internationalPrefix="00"
19651 nationalPrefix="0" leadingZeroPossible="true">
19653 <sourceUrl>http://www.rura.gov.rw/docs/RWANDA_NATIONAL_NUMBERING_PLAN.pdf</sourceUrl>
19654 <sourceUrl>http://en.wikipedia.org/wiki/+250</sourceUrl>
19657 <numberFormat nationalPrefixFormattingRule="$FG"
19658 pattern="(2\d{2})(\d{3})(\d{3})">
19659 <leadingDigits>2</leadingDigits>
19660 <format>$1 $2 $3</format>
19662 <numberFormat pattern="([7-9]\d{2})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
19663 <leadingDigits>[7-9]</leadingDigits>
19664 <format>$1 $2 $3</format>
19666 <numberFormat pattern="(0\d)(\d{2})(\d{2})(\d{2})">
19667 <leadingDigits>0</leadingDigits>
19668 <format>$1 $2 $3 $4</format>
19670 </availableFormats>
19672 <nationalNumberPattern>[027-9]\d{7,8}</nationalNumberPattern>
19673 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
19676 <!-- We support satellite numbers here, since they are in the plan, although no recent
19677 online examples can be found. We also support fixed-line ranges that have been reserved
19678 and paid for, even where no online numbers can be found. -->
19679 <nationalNumberPattern>
19682 </nationalNumberPattern>
19683 <exampleNumber>250123456</exampleNumber>
19686 <!-- Adding 73X for Airtel - this is on the wikipedia page, but not yet in the Rwanda
19687 telecommunications numbering plan. Removing 75 - that was Rwandatel but they had their
19688 license revoked. -->
19689 <nationalNumberPattern>7[238]\d{7}</nationalNumberPattern>
19690 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19691 <exampleNumber>720123456</exampleNumber>
19694 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
19695 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19696 <exampleNumber>800123456</exampleNumber>
19699 <nationalNumberPattern>900\d{6}</nationalNumberPattern>
19700 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19701 <exampleNumber>900123456</exampleNumber>
19705 <!-- Saudi Arabia -->
19706 <territory id="SA" countryCode="966" internationalPrefix="00"
19707 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19708 mobileNumberPortableRegion="true">
19710 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Saudi_Arabia</sourceUrl>
19711 <sourceUrl>http://www.itu.int/oth/T02020000B7/en</sourceUrl>
19714 <numberFormat pattern="([1-467])(\d{3})(\d{4})">
19715 <leadingDigits>[1-467]</leadingDigits>
19716 <format>$1 $2 $3</format>
19718 <numberFormat pattern="(1\d)(\d{3})(\d{4})">
19719 <leadingDigits>1[1-467]</leadingDigits>
19720 <format>$1 $2 $3</format>
19722 <numberFormat pattern="(5\d)(\d{3})(\d{4})">
19723 <leadingDigits>5</leadingDigits>
19724 <format>$1 $2 $3</format>
19726 <!-- It seems that the trunk prefix is not used for these numbers, based on wikipedia and on
19727 the fact that no numbers of this form found online have a trunk prefix added. -->
19728 <numberFormat pattern="(92\d{2})(\d{5})" nationalPrefixFormattingRule="$FG">
19729 <leadingDigits>92</leadingDigits>
19730 <format>$1 $2</format>
19732 <numberFormat pattern="(800)(\d{3})(\d{4})" nationalPrefixFormattingRule="$FG">
19733 <leadingDigits>80</leadingDigits>
19734 <format>$1 $2 $3</format>
19736 <numberFormat pattern="(811)(\d{3})(\d{3,4})">
19737 <leadingDigits>81</leadingDigits>
19738 <format>$1 $2 $3</format>
19740 </availableFormats>
19742 <!-- The more detailed pattern here is to allow the country-code to be stripped off for
19743 fixed-line numbers. -->
19744 <nationalNumberPattern>
19752 </nationalNumberPattern>
19753 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
19756 <!-- Saudi Arabia is in the process of adding a leading 1 to their fixed-line numbers. This
19757 happened in May for area code 1 (parallel running ended July 13th, 2013) and then in
19758 August for the other fixed-line numbers (parallel running ends October 18th, 2013). -->
19759 <nationalNumberPattern>
19768 </nationalNumberPattern>
19769 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
19770 <exampleNumber>112345678</exampleNumber>
19773 <!-- Including "Nomadic" numbers from the Telecom Company "Go". The ITU document now says
19774 they are 11 digits long; however all online numbers are 10, and it used to say 10, so
19775 until we find evidence that this is an error, leaving them at 10 for now. -->
19776 <nationalNumberPattern>
19784 </nationalNumberPattern>
19785 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
19786 <exampleNumber>512345678</exampleNumber>
19789 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
19790 <possibleNumberPattern>\d{10}</possibleNumberPattern>
19791 <exampleNumber>8001234567</exampleNumber>
19794 <!-- Including shared revenue with shared cost here. -->
19795 <nationalNumberPattern>92[05]\d{6}</nationalNumberPattern>
19796 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19797 <exampleNumber>920012345</exampleNumber>
19801 <!-- Solomon Islands -->
19802 <territory id="SB" countryCode="677" internationalPrefix="0[01]">
19804 <sourceUrl>http://www.itu.int/oth/T02020000BF/en</sourceUrl>
19806 <!-- A single group is used to format 5-digit numbers. This formatting pattern follows
19807 the guidelines in the ITU document. -->
19809 <numberFormat pattern="(\d{2})(\d{5})">
19810 <leadingDigits>[7-9]</leadingDigits>
19811 <format>$1 $2</format>
19813 </availableFormats>
19815 <nationalNumberPattern>[1-9]\d{4,6}</nationalNumberPattern>
19816 <possibleNumberPattern>\d{5,7}</possibleNumberPattern>
19819 <!-- Although not mentioned in the 2011 update, it seems likely that the range 67300-67699
19820 is still used for Sasamunga, Shortland, Poitete and Ringgi as per the 2010 plan. -->
19821 <nationalNumberPattern>
19829 </nationalNumberPattern>
19830 <possibleNumberPattern>\d{5}</possibleNumberPattern>
19831 <exampleNumber>40123</exampleNumber>
19834 <!-- The 795 prefix is not in the ITU plan (5.XII.2014), but was added because such a number
19835 was dialed successfully. -->
19836 <nationalNumberPattern>
19855 </nationalNumberPattern>
19856 <exampleNumber>7421234</exampleNumber>
19859 <nationalNumberPattern>1[38]\d{3}</nationalNumberPattern>
19860 <possibleNumberPattern>\d{5}</possibleNumberPattern>
19861 <exampleNumber>18123</exampleNumber>
19864 <nationalNumberPattern>5[12]\d{3}</nationalNumberPattern>
19865 <possibleNumberPattern>\d{5}</possibleNumberPattern>
19866 <exampleNumber>51123</exampleNumber>
19870 <!-- Seychelles -->
19871 <territory id="SC" countryCode="248" internationalPrefix="0[0-2]"
19872 preferredInternationalPrefix="00">
19874 <sourceUrl>http://www.itu.int/oth/T02020000BA/en</sourceUrl>
19875 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Seychelles</sourceUrl>
19878 <numberFormat pattern="(\d{3})(\d{3})">
19879 <leadingDigits>[89]</leadingDigits>
19880 <format>$1 $2</format>
19882 <numberFormat pattern="(\d)(\d{3})(\d{3})">
19883 <leadingDigits>[246]</leadingDigits>
19884 <format>$1 $2 $3</format>
19886 </availableFormats>
19888 <nationalNumberPattern>[24689]\d{5,6}</nationalNumberPattern>
19889 <possibleNumberPattern>\d{6,7}</possibleNumberPattern>
19892 <!-- We are putting Fixed Services numbers here for now, as we cannot find any evidence that
19893 they are more expensive to call than other Fixed Line services. ISDN and DID services
19894 are here too, since they seem to be also fixed-line phone numbers. -->
19895 <nationalNumberPattern>4[2-46]\d{5}</nationalNumberPattern>
19896 <possibleNumberPattern>\d{7}</possibleNumberPattern>
19897 <exampleNumber>4217123</exampleNumber>
19900 <!-- Includes Fixed Cellular. -->
19901 <nationalNumberPattern>2[5-8]\d{5}</nationalNumberPattern>
19902 <possibleNumberPattern>\d{7}</possibleNumberPattern>
19903 <exampleNumber>2510123</exampleNumber>
19906 <nationalNumberPattern>8000\d{2}</nationalNumberPattern>
19907 <possibleNumberPattern>\d{6}</possibleNumberPattern>
19908 <exampleNumber>800000</exampleNumber>
19911 <!-- Using this to represent Value Added Service in the plan. -->
19912 <nationalNumberPattern>98\d{4}</nationalNumberPattern>
19913 <possibleNumberPattern>\d{6}</possibleNumberPattern>
19914 <exampleNumber>981234</exampleNumber>
19917 <nationalNumberPattern>64\d{5}</nationalNumberPattern>
19918 <possibleNumberPattern>\d{7}</possibleNumberPattern>
19919 <exampleNumber>6412345</exampleNumber>
19924 <territory id="SD" countryCode="249" internationalPrefix="00"
19925 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
19927 <sourceUrl>http://www.itu.int/oth/T02020000C4/en</sourceUrl>
19930 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
19931 <format>$1 $2 $3</format>
19933 </availableFormats>
19935 <nationalNumberPattern>[19]\d{8}</nationalNumberPattern>
19936 <possibleNumberPattern>\d{9}</possibleNumberPattern>
19939 <!-- Retaining previous prefix as 18 since it seems still to be used. Adding 11 from numbers
19941 <nationalNumberPattern>
19946 </nationalNumberPattern>
19947 <exampleNumber>121231234</exampleNumber>
19950 <!-- Adding 90X as online numbers have been found with this prefix. -->
19951 <nationalNumberPattern>9[012569]\d{7}</nationalNumberPattern>
19952 <exampleNumber>911231234</exampleNumber>
19957 <territory id="SE" countryCode="46" internationalPrefix="00"
19958 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19959 mobileNumberPortableRegion="true">
19961 <sourceUrl>http://www.pts.se/upload/Ovrigt/Tele/Nummerfragor/Sv_nrplan_telefoni_enl_TU-T_rek_E.164.pdf</sourceUrl>
19962 <sourceUrl>http://www.pts.se/upload/Ovrigt/Tele/Nummerfragor/Nrplansammanst%C3%A4llning-2013-07-05.pdf</sourceUrl>
19965 <!-- Formatting patterns are from the numbering plan and from the Swedish yellow pages
19966 http://gulasidorna.eniro.se -->
19967 <numberFormat pattern="(8)(\d{2,3})(\d{2,3})(\d{2})">
19968 <leadingDigits>8</leadingDigits>
19969 <format>$1-$2 $3 $4</format>
19970 <intlFormat>$1 $2 $3 $4</intlFormat>
19972 <numberFormat pattern="([1-69]\d)(\d{2,3})(\d{2})(\d{2})">
19982 <format>$1-$2 $3 $4</format>
19983 <intlFormat>$1 $2 $3 $4</intlFormat>
19985 <numberFormat pattern="([1-69]\d)(\d{3})(\d{2})">
19995 <format>$1-$2 $3</format>
19996 <intlFormat>$1 $2 $3</intlFormat>
19998 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
20012 <format>$1-$2 $3 $4</format>
20013 <intlFormat>$1 $2 $3 $4</intlFormat>
20015 <numberFormat pattern="(\d{3})(\d{2,3})(\d{2})">
20029 <format>$1-$2 $3</format>
20030 <intlFormat>$1 $2 $3</intlFormat>
20032 <numberFormat pattern="(7\d)(\d{3})(\d{2})(\d{2})">
20033 <leadingDigits>7</leadingDigits>
20034 <format>$1-$2 $3 $4</format>
20035 <intlFormat>$1 $2 $3 $4</intlFormat>
20037 <numberFormat pattern="(77)(\d{2})(\d{2})">
20038 <leadingDigits>7</leadingDigits>
20039 <format>$1-$2$3</format>
20040 <intlFormat>$1 $2 $3</intlFormat>
20042 <numberFormat pattern="(20)(\d{2,3})(\d{2})">
20043 <leadingDigits>20</leadingDigits>
20044 <format>$1-$2 $3</format>
20045 <intlFormat>$1 $2 $3</intlFormat>
20047 <numberFormat pattern="(9[034]\d)(\d{2})(\d{2})(\d{3})">
20048 <leadingDigits>9[034]</leadingDigits>
20049 <format>$1-$2 $3 $4</format>
20050 <intlFormat>$1 $2 $3 $4</intlFormat>
20052 <numberFormat pattern="(9[034]\d)(\d{4})">
20053 <leadingDigits>9[034]</leadingDigits>
20054 <format>$1-$2</format>
20055 <intlFormat>$1 $2</intlFormat>
20057 </availableFormats>
20059 <nationalNumberPattern>[1-9]\d{5,9}</nationalNumberPattern>
20060 <possibleNumberPattern>\d{5,10}</possibleNumberPattern>
20063 <nationalNumberPattern>
20148 </nationalNumberPattern>
20149 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
20150 <exampleNumber>8123456</exampleNumber>
20153 <nationalNumberPattern>7[0236]\d{7}</nationalNumberPattern>
20154 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20155 <exampleNumber>701234567</exampleNumber>
20158 <nationalNumberPattern>74[02-9]\d{6}</nationalNumberPattern>
20159 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20160 <exampleNumber>740123456</exampleNumber>
20163 <nationalNumberPattern>
20178 </nationalNumberPattern>
20179 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
20180 <exampleNumber>20123456</exampleNumber>
20183 <nationalNumberPattern>
20222 </nationalNumberPattern>
20223 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
20224 <exampleNumber>9001234567</exampleNumber>
20227 <nationalNumberPattern>
20238 </nationalNumberPattern>
20239 <possibleNumberPattern>\d{6}(?:\d{3})?</possibleNumberPattern>
20240 <exampleNumber>771234567</exampleNumber>
20243 <nationalNumberPattern>75[1-8]\d{6}</nationalNumberPattern>
20244 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20245 <exampleNumber>751234567</exampleNumber>
20250 <territory id="SG" countryCode="65" internationalPrefix="0[0-3]\d"
20251 mobileNumberPortableRegion="true">
20253 <sourceUrl>http://www.ida.gov.sg/Policies-and-Regulations/Industry-and-Licensees/Numbering/National-Numbering-Plan-and-Allocation-Process.aspx</sourceUrl>
20256 <numberFormat pattern="([3689]\d{3})(\d{4})">
20261 <format>$1 $2</format>
20263 <numberFormat pattern="(1[89]00)(\d{3})(\d{4})">
20264 <leadingDigits>1[89]</leadingDigits>
20265 <format>$1 $2 $3</format>
20267 <numberFormat pattern="(7000)(\d{4})(\d{3})">
20268 <leadingDigits>70</leadingDigits>
20269 <format>$1 $2 $3</format>
20271 <numberFormat pattern="(800)(\d{3})(\d{4})">
20272 <leadingDigits>80</leadingDigits>
20273 <format>$1 $2 $3</format>
20275 </availableFormats>
20277 <!-- We have a stricter national number pattern for numbers beginning with 6 to enable us to
20278 easily strip off leading "65" country codes. -->
20279 <nationalNumberPattern>
20282 </nationalNumberPattern>
20283 <possibleNumberPattern>\d{8,11}</possibleNumberPattern>
20286 <nationalNumberPattern>6[1-9]\d{6}</nationalNumberPattern>
20287 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20288 <exampleNumber>61234567</exampleNumber>
20291 <nationalNumberPattern>
20296 </nationalNumberPattern>
20297 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20298 <exampleNumber>81234567</exampleNumber>
20301 <nationalNumberPattern>1?800\d{7}</nationalNumberPattern>
20302 <possibleNumberPattern>\d{10,11}</possibleNumberPattern>
20303 <exampleNumber>18001234567</exampleNumber>
20306 <nationalNumberPattern>1900\d{7}</nationalNumberPattern>
20307 <possibleNumberPattern>\d{11}</possibleNumberPattern>
20308 <exampleNumber>19001234567</exampleNumber>
20311 <nationalNumberPattern>3[12]\d{6}</nationalNumberPattern>
20312 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20313 <exampleNumber>31234567</exampleNumber>
20316 <!-- Although not detailed in the plan beyond mentioning their existence, it seems 7000
20317 numbers are used for companies. Most of the online examples are in fact alpha-numbers.
20319 <nationalNumberPattern>7000\d{7}</nationalNumberPattern>
20320 <possibleNumberPattern>\d{11}</possibleNumberPattern>
20321 <exampleNumber>70001234567</exampleNumber>
20325 <!-- Saint Helena -->
20326 <territory id="SH" countryCode="290" internationalPrefix="00" mainCountryForCode="true">
20328 <sourceUrl>http://www.itu.int/oth/T02020000AF/en</sourceUrl>
20330 <!-- Numbers are formatted as a block. -->
20332 <nationalNumberPattern>[2-79]\d{3,4}</nationalNumberPattern>
20333 <possibleNumberPattern>\d{4,5}</possibleNumberPattern>
20336 <!-- St Helena is changing to 5 digits on October 1. 2013 -> we support both patterns here.
20337 The new pattern is first, followed by the old (hence the repetition of the leading 2).
20339 <nationalNumberPattern>
20348 </nationalNumberPattern>
20349 <!-- Using St Helena Tourism as the example number. -->
20350 <exampleNumber>2158</exampleNumber>
20353 <nationalNumberPattern>NA</nationalNumberPattern>
20354 <possibleNumberPattern>NA</possibleNumberPattern>
20357 <nationalNumberPattern>
20362 </nationalNumberPattern>
20363 <exampleNumber>5012</exampleNumber>
20368 <territory id="SI" countryCode="386" internationalPrefix="00"
20369 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
20370 mobileNumberPortableRegion="true">
20372 <sourceUrl>http://www.itu.int/oth/T02020000BE/en</sourceUrl>
20375 <numberFormat nationalPrefixFormattingRule="($NP$FG)"
20376 pattern="(\d)(\d{3})(\d{2})(\d{2})">
20384 <format>$1 $2 $3 $4</format>
20386 <numberFormat pattern="([3-7]\d)(\d{3})(\d{3})">
20393 <format>$1 $2 $3</format>
20395 <numberFormat pattern="([89][09])(\d{3,6})">
20396 <leadingDigits>[89][09]</leadingDigits>
20397 <format>$1 $2</format>
20399 <numberFormat pattern="([58]\d{2})(\d{5})">
20404 <format>$1 $2</format>
20406 </availableFormats>
20408 <nationalNumberPattern>
20411 </nationalNumberPattern>
20412 <possibleNumberPattern>\d{5,8}</possibleNumberPattern>
20415 <nationalNumberPattern>
20423 </nationalNumberPattern>
20424 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
20425 <exampleNumber>11234567</exampleNumber>
20428 <!-- We include 043 and 049 here - it is VoIP in the plan, but is actually used to provide
20429 mobile coverage to Kosovo. Also added 068, which is used by the mobile operator bob.si
20431 <nationalNumberPattern>
20438 </nationalNumberPattern>
20439 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20440 <exampleNumber>31234567</exampleNumber>
20443 <nationalNumberPattern>80\d{4,6}</nationalNumberPattern>
20444 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
20445 <exampleNumber>80123456</exampleNumber>
20448 <!-- Includes televoting, mass calling -->
20449 <nationalNumberPattern>
20452 </nationalNumberPattern>
20453 <possibleNumberPattern>\d{5,8}</possibleNumberPattern>
20454 <exampleNumber>90123456</exampleNumber>
20457 <nationalNumberPattern>
20462 </nationalNumberPattern>
20463 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20464 <exampleNumber>59012345</exampleNumber>
20469 <!-- Metadata shared with Norway. -->
20470 <territory id="SJ" countryCode="47" internationalPrefix="00" leadingZeroPossible="true">
20472 <sourceUrl>http://www.npt.no/pt_internet/numsys/E.164.pdf</sourceUrl>
20475 <nationalNumberPattern>
20478 </nationalNumberPattern>
20479 <possibleNumberPattern>\d{5}(?:\d{3})?</possibleNumberPattern>
20482 <nationalNumberPattern>79\d{6}</nationalNumberPattern>
20483 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20484 <exampleNumber>79123456</exampleNumber>
20486 <!-- Copied from Norway metadata. -->
20488 <nationalNumberPattern>
20494 </nationalNumberPattern>
20495 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20496 <exampleNumber>41234567</exampleNumber>
20499 <nationalNumberPattern>80[01]\d{5}</nationalNumberPattern>
20500 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20501 <exampleNumber>80012345</exampleNumber>
20504 <nationalNumberPattern>82[09]\d{5}</nationalNumberPattern>
20505 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20506 <exampleNumber>82012345</exampleNumber>
20509 <nationalNumberPattern>
20514 </nationalNumberPattern>
20515 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20516 <exampleNumber>81021234</exampleNumber>
20519 <nationalNumberPattern>880\d{5}</nationalNumberPattern>
20520 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20521 <exampleNumber>88012345</exampleNumber>
20524 <nationalNumberPattern>85[0-5]\d{5}</nationalNumberPattern>
20525 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20526 <exampleNumber>85012345</exampleNumber>
20529 <!-- Includes some 810 local-rate numbers, and long-distance rate numbers. -->
20530 <nationalNumberPattern>
20539 </nationalNumberPattern>
20540 <exampleNumber>01234</exampleNumber>
20543 <nationalNumberPattern>81[23]\d{5}</nationalNumberPattern>
20544 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20545 <exampleNumber>81212345</exampleNumber>
20550 <territory id="SK" countryCode="421" internationalPrefix="00"
20551 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
20552 mobileNumberPortableRegion="true">
20554 <sourceUrl>http://www.itu.int/oth/T02020000BD/en</sourceUrl>
20557 <numberFormat pattern="(2)(\d{3})(\d{3})(\d{2})">
20558 <leadingDigits>2</leadingDigits>
20559 <format>$1/$2 $3 $4</format>
20561 <numberFormat pattern="([3-5]\d)(\d{3})(\d{2})(\d{2})">
20562 <leadingDigits>[3-5]</leadingDigits>
20563 <format>$1/$2 $3 $4</format>
20565 <numberFormat pattern="([689]\d{2})(\d{3})(\d{3})">
20566 <leadingDigits>[689]</leadingDigits>
20567 <format>$1 $2 $3</format>
20569 </availableFormats>
20571 <nationalNumberPattern>[2-689]\d{8}</nationalNumberPattern>
20572 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20574 <noInternationalDialling>
20575 <nationalNumberPattern>
20586 </nationalNumberPattern>
20587 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20588 <exampleNumber>800123456</exampleNumber>
20589 </noInternationalDialling>
20591 <nationalNumberPattern>[2-5]\d{8}</nationalNumberPattern>
20592 <exampleNumber>212345678</exampleNumber>
20595 <!-- 948 isn't in the number pattern, but many examples using this have been found, so
20596 deeming it valid for now. -->
20597 <nationalNumberPattern>
20603 </nationalNumberPattern>
20604 <exampleNumber>912123456</exampleNumber>
20607 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
20608 <exampleNumber>800123456</exampleNumber>
20611 <nationalNumberPattern>
20616 </nationalNumberPattern>
20617 <exampleNumber>900123456</exampleNumber>
20620 <nationalNumberPattern>8[5-9]\d{7}</nationalNumberPattern>
20621 <exampleNumber>850123456</exampleNumber>
20624 <nationalNumberPattern>
20629 </nationalNumberPattern>
20630 <exampleNumber>690123456</exampleNumber>
20633 <nationalNumberPattern>96\d{7}</nationalNumberPattern>
20634 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20635 <exampleNumber>961234567</exampleNumber>
20639 <!-- Sierra Leone -->
20640 <territory id="SL" countryCode="232" internationalPrefix="00"
20641 nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)">
20643 <sourceUrl>http://www.itu.int/oth/T02020000BB/en</sourceUrl>
20646 <!-- Following formatting of online yellow pages http://www.leonedirect.com -->
20647 <numberFormat pattern="(\d{2})(\d{6})">
20648 <format>$1 $2</format>
20650 </availableFormats>
20652 <nationalNumberPattern>[2-57-9]\d{7}</nationalNumberPattern>
20653 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
20656 <nationalNumberPattern>[235]2[2-4][2-9]\d{4}</nationalNumberPattern>
20657 <exampleNumber>22221234</exampleNumber>
20660 <nationalNumberPattern>
20670 </nationalNumberPattern>
20671 <exampleNumber>25123456</exampleNumber>
20675 <!-- San Marino -->
20676 <!-- San Marino fixed-line numbers have an area code of "0549". However, this seems to be
20677 optional when dialling from outside the country; the phone number can be reached both with
20678 and without this area code. The nationalPrefixForParsing and nationalPrefixTransformRule
20679 are used to ensure that if the 0549 is not present, it will be added. -->
20680 <territory id="SM" countryCode="378" internationalPrefix="00"
20681 nationalPrefixForParsing="(?:0549)?([89]\d{5})" nationalPrefixTransformRule="0549$1"
20682 leadingZeroPossible="true">
20684 <sourceUrl>http://www.itu.int/oth/T02020000B5/en</sourceUrl>
20685 <!-- Information about Italy. -->
20686 <sourceUrl>http://en.wikipedia.org/wiki/%2B39</sourceUrl>
20687 <sourceUrl>http://en.wikipedia.org/wiki/%2B378</sourceUrl>
20690 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
20691 <leadingDigits>[5-7]</leadingDigits>
20692 <format>$1 $2 $3 $4</format>
20694 <!-- We follow the guidelines of the yellow-pages when formatting in national format. -->
20695 <numberFormat pattern="(0549)(\d{6})">
20696 <leadingDigits>0</leadingDigits>
20697 <format>$1 $2</format>
20698 <!-- We follow the guidelines of the Telecommunications Document published on ITU when
20699 formatting in international format. -->
20700 <intlFormat>($1) $2</intlFormat>
20702 <!-- A rule in case the number has been stored without the leading 0549 necessary for
20704 <numberFormat pattern="(\d{6})">
20705 <leadingDigits>[89]</leadingDigits>
20706 <format>0549 $1</format>
20707 <intlFormat>(0549) $1</intlFormat>
20709 </availableFormats>
20711 <nationalNumberPattern>[05-7]\d{7,9}</nationalNumberPattern>
20712 <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
20714 <!-- Example numbers provided by the Telecommunications Services. -->
20716 <nationalNumberPattern>
20721 </nationalNumberPattern>
20722 <exampleNumber>0549886377</exampleNumber>
20725 <nationalNumberPattern>6[16]\d{6}</nationalNumberPattern>
20726 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20727 <exampleNumber>66661212</exampleNumber>
20730 <!-- Includes Video Call numbers. -->
20731 <nationalNumberPattern>7[178]\d{6}</nationalNumberPattern>
20732 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20733 <exampleNumber>71123456</exampleNumber>
20736 <nationalNumberPattern>5[158]\d{6}</nationalNumberPattern>
20737 <possibleNumberPattern>\d{8}</possibleNumberPattern>
20738 <exampleNumber>58001110</exampleNumber>
20743 <territory id="SN" countryCode="221" internationalPrefix="00">
20745 <sourceUrl>http://www.itu.int/oth/T02020000B8/en</sourceUrl>
20746 <sourceUrl>http://www.artpsenegal.net</sourceUrl>
20749 <!-- Using yellow pages and online telecom company formatting, rather than that implied in
20750 the national numbering plan. -->
20751 <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
20752 <leadingDigits>[379]</leadingDigits>
20753 <format>$1 $2 $3 $4</format>
20755 <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
20756 <leadingDigits>8</leadingDigits>
20757 <format>$1 $2 $3 $4</format>
20759 </availableFormats>
20761 <nationalNumberPattern>[3789]\d{8}</nationalNumberPattern>
20762 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20765 <nationalNumberPattern>
20779 </nationalNumberPattern>
20780 <exampleNumber>301012345</exampleNumber>
20783 <nationalNumberPattern>
20790 </nationalNumberPattern>
20791 <exampleNumber>701234567</exampleNumber>
20794 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
20795 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20796 <exampleNumber>800123456</exampleNumber>
20799 <!-- Revenu Partagé in the plan. -->
20800 <nationalNumberPattern>88[4689]\d{6}</nationalNumberPattern>
20801 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20802 <exampleNumber>884123456</exampleNumber>
20805 <nationalNumberPattern>81[02468]\d{6}</nationalNumberPattern>
20806 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20807 <exampleNumber>810123456</exampleNumber>
20810 <!-- Also covers satellite telephony ranges. -->
20811 <nationalNumberPattern>
20814 </nationalNumberPattern>
20815 <exampleNumber>933301234</exampleNumber>
20820 <!-- This document seems to cover only a small set of prefixes in Somalia. Somalia has limited
20821 information available, and the numerous telecom carriers were previously working under an
20822 unregulated environment. The extra prefixes were added from the contact phone numbers of
20823 the countries main telecom operators. We also have received information that a national
20824 prefix of "0" is required when dialling from different regions (e.g. Puntland, Somaliland)
20825 for some operators, so that is included here although we do not use it when formatting. -->
20826 <territory id="SO" countryCode="252" internationalPrefix="00" nationalPrefix="0">
20828 <sourceUrl>http://www.itu.int/oth/T02020000C0/en</sourceUrl>
20829 <sourceUrl>http://en.wikipedia.org/wiki/+252</sourceUrl>
20832 <!-- These follow formats online, such as http://www.hortel.net/contact_us.html -->
20833 <numberFormat pattern="(\d)(\d{6})">
20838 <format>$1 $2</format>
20840 <numberFormat pattern="(\d)(\d{7})">
20845 <format>$1 $2</format>
20847 <numberFormat pattern="(\d{2})(\d{5,7})">
20853 <format>$1 $2</format>
20855 <numberFormat pattern="(69\d)(\d{6})">
20856 <leadingDigits>69</leadingDigits>
20857 <format>$1 $2</format>
20859 <numberFormat pattern="(90\d)(\d{3})(\d{3})">
20860 <leadingDigits>90</leadingDigits>
20861 <format>$1 $2 $3</format>
20863 </availableFormats>
20865 <nationalNumberPattern>[1-79]\d{6,8}</nationalNumberPattern>
20866 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
20869 <!-- Apparently Telesom and Nationlink (Somaliland) both use the prefix 2. We exclude 28
20870 here since that is apparently used for mobile. -->
20871 <nationalNumberPattern>
20879 </nationalNumberPattern>
20880 <possibleNumberPattern>\d{7}</possibleNumberPattern>
20881 <exampleNumber>4012345</exampleNumber>
20884 <!-- 24 is used by the carrier Telesom. 28 is used by Nationlink. 6[89] are apparently used
20885 by Nationlink Somalia, 67 by Nationlink Puntland, and 61 by Hormuud. 7X is used by
20886 Somtel. 6 followed by only 7 digits is used by Telecom. Note that in June 2014 many
20887 ranges were suspended by the government. 90\d{6} was listed as one of the ranges to be
20888 suspended, but open-source contributors confirm that 907\d{6} is still in use, even if
20889 the shorter 90 ranges are no longer. -->
20890 <nationalNumberPattern>
20901 </nationalNumberPattern>
20902 <exampleNumber>71123456</exampleNumber>
20907 <territory id="SR" countryCode="597" internationalPrefix="00">
20909 <sourceUrl>http://www.itu.int/oth/T02020000C5/en</sourceUrl>
20912 <!-- Following conventions used in the Suriname Yellow Pages. -->
20913 <numberFormat pattern="(\d{3})(\d{3})">
20918 <format>$1-$2</format>
20920 <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
20921 <leadingDigits>56</leadingDigits>
20922 <format>$1-$2-$3</format>
20924 <numberFormat pattern="(\d{3})(\d{4})">
20929 <format>$1-$2</format>
20931 </availableFormats>
20933 <nationalNumberPattern>[2-8]\d{5,6}</nationalNumberPattern>
20934 <possibleNumberPattern>\d{6,7}</possibleNumberPattern>
20937 <!-- Includes non-geographic WLL-CDMA Fixed Lines. -->
20938 <nationalNumberPattern>
20946 </nationalNumberPattern>
20947 <exampleNumber>211234</exampleNumber>
20950 <nationalNumberPattern>
20955 </nationalNumberPattern>
20956 <possibleNumberPattern>\d{7}</possibleNumberPattern>
20957 <exampleNumber>7412345</exampleNumber>
20960 <nationalNumberPattern>
20965 </nationalNumberPattern>
20966 <possibleNumberPattern>\d{6,7}</possibleNumberPattern>
20967 <exampleNumber>561234</exampleNumber>
20971 <!-- South Sudan -->
20972 <territory id="SS" countryCode="211" internationalPrefix="00" nationalPrefix="0">
20974 <sourceUrl>http://www.itu.int/oth/T02020000F9/en</sourceUrl>
20975 <sourceUrl>http://en.wikipedia.org/wiki/+211</sourceUrl>
20978 <numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
20979 <format>$1 $2 $3</format>
20981 </availableFormats>
20983 <nationalNumberPattern>[19]\d{8}</nationalNumberPattern>
20984 <possibleNumberPattern>\d{9}</possibleNumberPattern>
20987 <nationalNumberPattern>18\d{7}</nationalNumberPattern>
20988 <exampleNumber>181234567</exampleNumber>
20991 <nationalNumberPattern>
20996 </nationalNumberPattern>
20997 <exampleNumber>977123456</exampleNumber>
21001 <!-- Sao Tome and Principe -->
21002 <territory id="ST" countryCode="239" internationalPrefix="00">
21004 <sourceUrl>http://www.itu.int/oth/T02020000B6/en</sourceUrl>
21007 <numberFormat pattern="(\d{3})(\d{4})">
21008 <format>$1 $2</format>
21010 </availableFormats>
21012 <nationalNumberPattern>[29]\d{6}</nationalNumberPattern>
21013 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21016 <nationalNumberPattern>22\d{5}</nationalNumberPattern>
21017 <exampleNumber>2221234</exampleNumber>
21020 <nationalNumberPattern>9[89]\d{5}</nationalNumberPattern>
21021 <exampleNumber>9812345</exampleNumber>
21025 <!-- El Salvador -->
21026 <territory id="SV" countryCode="503" internationalPrefix="00">
21028 <sourceUrl>http://www.itu.int/oth/T020200003F/en</sourceUrl>
21029 <sourceUrl>http://www.siget.gob.sv/BusquedaPublica.aspx?pagina=3&tipo=27&titulo=t8&sector=2&ordenar=&dir=DESC</sourceUrl>
21032 <numberFormat pattern="(\d{4})(\d{4})">
21033 <leadingDigits>[267]</leadingDigits>
21034 <format>$1 $2</format>
21036 <numberFormat pattern="(\d{3})(\d{4})">
21037 <leadingDigits>[89]</leadingDigits>
21038 <format>$1 $2</format>
21040 <numberFormat pattern="(\d{3})(\d{4})(\d{4})">
21041 <leadingDigits>[89]</leadingDigits>
21042 <format>$1 $2 $3</format>
21044 </availableFormats>
21046 <nationalNumberPattern>
21048 [89]\d{6}(?:\d{4})?
21049 </nationalNumberPattern>
21050 <possibleNumberPattern>
21053 </possibleNumberPattern>
21056 <!-- Numbers starting with 20, 27, 28 and 29 are reserved but not yet used. -->
21057 <nationalNumberPattern>2[1-6]\d{6}</nationalNumberPattern>
21058 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21059 <exampleNumber>21234567</exampleNumber>
21062 <nationalNumberPattern>[67]\d{7}</nationalNumberPattern>
21063 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21064 <exampleNumber>70123456</exampleNumber>
21067 <!-- Toll free numbers are either 800 NNNN or 800 NNNN NNNN. -->
21068 <nationalNumberPattern>800\d{4}(?:\d{4})?</nationalNumberPattern>
21069 <possibleNumberPattern>\d{7}(?:\d{4})?</possibleNumberPattern>
21070 <exampleNumber>8001234</exampleNumber>
21073 <!-- Premium rate numbers are either 900 NNNN or 900 NNNN NNNN. -->
21074 <nationalNumberPattern>900\d{4}(?:\d{4})?</nationalNumberPattern>
21075 <possibleNumberPattern>\d{7}(?:\d{4})?</possibleNumberPattern>
21076 <exampleNumber>9001234</exampleNumber>
21080 <!-- Sint Maarten -->
21081 <territory id="SX" countryCode="1" leadingDigits="721" nationalPrefix="1"
21082 internationalPrefix="011">
21084 <sourceUrl>http://www.nanpa.com/pdf/PL_429.pdf</sourceUrl>
21085 <sourceUrl>http://www.itu.int/oth/T02020000F7/en</sourceUrl>
21088 <!-- NANPA country - uses US formatting rules -->
21089 <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
21090 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
21093 <nationalNumberPattern>
21099 </nationalNumberPattern>
21100 <exampleNumber>7215425678</exampleNumber>
21103 <!-- We assume we can send SMSs to the Fixed GSM numbers mentioned in the plan and hence
21104 include these as mobile numbers. -->
21105 <nationalNumberPattern>
21112 </nationalNumberPattern>
21113 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21114 <exampleNumber>7215205678</exampleNumber>
21117 <nationalNumberPattern>
21126 </nationalNumberPattern>
21127 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21128 <exampleNumber>8002123456</exampleNumber>
21131 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
21132 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21133 <exampleNumber>9002123456</exampleNumber>
21136 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
21137 <nationalNumberPattern>
21145 </nationalNumberPattern>
21146 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21147 <exampleNumber>5002345678</exampleNumber>
21151 <!-- Syrian Arab Republic -->
21152 <territory id="SY" countryCode="963" internationalPrefix="00"
21153 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
21154 nationalPrefixOptionalWhenFormatting="true">
21156 <sourceUrl>http://www.itu.int/oth/T02020000C9/en</sourceUrl>
21157 <sourceUrl>http://en.wikipedia.org/wiki/%2B963</sourceUrl>
21160 <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})">
21161 <leadingDigits>[1-5]</leadingDigits>
21162 <format>$1 $2 $3</format>
21164 <numberFormat pattern="(9\d{2})(\d{3})(\d{3})">
21165 <leadingDigits>9</leadingDigits>
21166 <format>$1 $2 $3</format>
21168 </availableFormats>
21170 <nationalNumberPattern>[1-59]\d{7,8}</nationalNumberPattern>
21171 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
21174 <!-- Numbers with the 21 prefix are made optionally 1-digit longer based on numbers found on
21176 <nationalNumberPattern>
21194 </nationalNumberPattern>
21195 <exampleNumber>112345678</exampleNumber>
21198 <!-- Numbers have been found on the Internet for the prefixes 922, 93[046-8],
21199 95[138], and 96[05]. -->
21200 <nationalNumberPattern>
21209 </nationalNumberPattern>
21210 <possibleNumberPattern>\d{9}</possibleNumberPattern>
21211 <exampleNumber>944567890</exampleNumber>
21213 <!-- No tollFree or premiumRate information can be found. -->
21217 <territory id="SZ" countryCode="268" internationalPrefix="00" leadingZeroPossible="true">
21219 <sourceUrl>http://www.itu.int/oth/T02020000C6/en</sourceUrl>
21222 <numberFormat pattern="(\d{4})(\d{4})">
21223 <leadingDigits>[027]</leadingDigits>
21224 <format>$1 $2</format>
21226 </availableFormats>
21228 <nationalNumberPattern>[027]\d{7}</nationalNumberPattern>
21229 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21231 <noInternationalDialling>
21232 <nationalNumberPattern>0800\d{4}</nationalNumberPattern>
21233 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21234 <exampleNumber>08001234</exampleNumber>
21235 </noInternationalDialling>
21237 <nationalNumberPattern>
21262 </nationalNumberPattern>
21263 <exampleNumber>22171234</exampleNumber>
21266 <nationalNumberPattern>7[6-8]\d{6}</nationalNumberPattern>
21267 <exampleNumber>76123456</exampleNumber>
21270 <nationalNumberPattern>0800\d{4}</nationalNumberPattern>
21271 <exampleNumber>08001234</exampleNumber>
21275 <!-- Tristan da Cunha -->
21276 <territory id="TA" countryCode="290" internationalPrefix="00">
21278 <sourceUrl>http://www.itu.int/oth/T02020000AF/en</sourceUrl>
21280 <!-- Numbers are formatted as a block. Shares a country code with Saint Helena. -->
21282 <nationalNumberPattern>8\d{3}</nationalNumberPattern>
21283 <possibleNumberPattern>\d{4}</possibleNumberPattern>
21286 <nationalNumberPattern>8\d{3}</nationalNumberPattern>
21287 <exampleNumber>8999</exampleNumber>
21290 <nationalNumberPattern>NA</nationalNumberPattern>
21291 <possibleNumberPattern>NA</possibleNumberPattern>
21295 <!-- Turks and Caicos Islands -->
21296 <territory id="TC" countryCode="1" leadingDigits="649" nationalPrefix="1"
21297 internationalPrefix="011">
21299 <sourceUrl>http://www.itu.int/oth/T02020000D8/en</sourceUrl>
21302 <!-- NANPA country - uses US formatting rules -->
21303 <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
21304 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
21307 <nationalNumberPattern>
21315 </nationalNumberPattern>
21316 <exampleNumber>6497121234</exampleNumber>
21319 <!-- Extra prefixes 246, 247, 346 found online and in the yellow pages. -->
21320 <nationalNumberPattern>
21332 </nationalNumberPattern>
21333 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21334 <exampleNumber>6492311234</exampleNumber>
21337 <nationalNumberPattern>
21346 </nationalNumberPattern>
21347 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21348 <exampleNumber>8002345678</exampleNumber>
21351 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
21352 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21353 <exampleNumber>9002345678</exampleNumber>
21356 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
21357 <nationalNumberPattern>
21365 </nationalNumberPattern>
21366 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21367 <exampleNumber>5002345678</exampleNumber>
21370 <nationalNumberPattern>64971[01]\d{4}</nationalNumberPattern>
21371 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21372 <exampleNumber>6497101234</exampleNumber>
21377 <!-- The international prefix includes 16 as the international manual exchange. -->
21378 <territory id="TD" countryCode="235" preferredInternationalPrefix="00"
21379 internationalPrefix="00|16">
21381 <sourceUrl>http://www.itu.int/oth/T0202000029/en</sourceUrl>
21385 pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
21386 <format>$1 $2 $3 $4</format>
21388 </availableFormats>
21390 <nationalNumberPattern>[2679]\d{7}</nationalNumberPattern>
21391 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21394 <nationalNumberPattern>
21400 </nationalNumberPattern>
21401 <exampleNumber>22501234</exampleNumber>
21404 <!-- Sotel Tchad "SALAM" (77 XX XX XX) is classified as a fixed operator in the plan, but it
21405 also says numbers starting with 7 are mobile numbers. Putting under mobile for now.
21406 Also adding 6[028] and 63[5-9] which are operated by Airtel. -->
21407 <nationalNumberPattern>
21416 </nationalNumberPattern>
21417 <exampleNumber>63012345</exampleNumber>
21421 <!-- French Southern Territories -->
21422 <!-- id="TF" countryCode="262" internationalPrefix="00" nationalPrefix="0" -->
21423 <!-- This country is not covered due to lack of information about its numbering plan. It has 140
21424 temporary inhabitants. -->
21427 <territory id="TG" countryCode="228" internationalPrefix="00">
21429 <sourceUrl>http://www.itu.int/oth/T02020000D1/en</sourceUrl>
21432 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
21433 <format>$1 $2 $3 $4</format>
21435 </availableFormats>
21437 <nationalNumberPattern>[29]\d{7}</nationalNumberPattern>
21438 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21441 <nationalNumberPattern>
21450 </nationalNumberPattern>
21451 <exampleNumber>22212345</exampleNumber>
21454 <!-- Prefix 93 is from an open-source bug report -->
21455 <nationalNumberPattern>9[0-389]\d{6}</nationalNumberPattern>
21456 <exampleNumber>90112345</exampleNumber>
21461 <territory id="TH" countryCode="66" internationalPrefix="00"
21462 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
21463 mobileNumberPortableRegion="true">
21465 <sourceUrl>http://www.itu.int/oth/T02020000CD/en</sourceUrl>
21466 <sourceUrl>http://www.barascientific.com/bscnews/variety/emergency/Tel-4Digi.pdf</sourceUrl>
21469 <!-- Formatting patterns from wikipedia and the document itself -
21470 http://en.wikipedia.org/wiki/%2B66 -->
21471 <numberFormat pattern="(2)(\d{3})(\d{4})">
21472 <leadingDigits>2</leadingDigits>
21473 <format>$1 $2 $3</format>
21475 <numberFormat pattern="([13-9]\d)(\d{3})(\d{3,4})">
21480 <format>$1 $2 $3</format>
21482 <numberFormat nationalPrefixFormattingRule="$FG"
21483 pattern="(1[89]00)(\d{3})(\d{3})">
21484 <leadingDigits>1</leadingDigits>
21485 <format>$1 $2 $3</format>
21487 </availableFormats>
21489 <nationalNumberPattern>
21492 </nationalNumberPattern>
21493 <possibleNumberPattern>\d{4}|\d{8,10}</possibleNumberPattern>
21495 <noInternationalDialling>
21496 <nationalNumberPattern>1\d{3}</nationalNumberPattern>
21497 <possibleNumberPattern>\d{4}</possibleNumberPattern>
21498 <exampleNumber>1100</exampleNumber>
21499 </noInternationalDialling>
21501 <!-- Numbers online have been found that start with 20, despite the ITU doc not covering
21503 <nationalNumberPattern>
21511 </nationalNumberPattern>
21512 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21513 <exampleNumber>21234567</exampleNumber>
21516 <!-- Numbers found online starting with 62. 14 and 63 are from an open-source bug report,
21517 we couldn't find evidence of these specifically being in use but this article
21518 http://www.prachachat.net/news_detail.php?newsid=1395732787&grpid=03&catid=06&subcatid=0600
21519 talks about prefix 6 and 1 being cleared for mobile use. -->
21520 <nationalNumberPattern>
21526 </nationalNumberPattern>
21527 <possibleNumberPattern>\d{9}</possibleNumberPattern>
21528 <exampleNumber>812345678</exampleNumber>
21530 <!-- http://en.wikipedia.org/wiki/Toll-free_telephone_number -->
21532 <nationalNumberPattern>1800\d{6}</nationalNumberPattern>
21533 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21534 <exampleNumber>1800123456</exampleNumber>
21537 <nationalNumberPattern>1900\d{6}</nationalNumberPattern>
21538 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21539 <exampleNumber>1900123456</exampleNumber>
21542 <!-- The ITU document says that the 89 prefix is also VOIP but there are lots of numbers
21543 online to suggest they are actually used as mobile numbers. -->
21544 <nationalNumberPattern>6[08]\d{7}</nationalNumberPattern>
21545 <possibleNumberPattern>\d{9}</possibleNumberPattern>
21546 <exampleNumber>601234567</exampleNumber>
21549 <!-- 4-digit numbers are classified under UAN. Most of these are commercial numbers, and
21550 their costs range from free to 6 Baht/min. -->
21551 <nationalNumberPattern>1\d{3}</nationalNumberPattern>
21552 <possibleNumberPattern>\d{4}</possibleNumberPattern>
21553 <exampleNumber>1100</exampleNumber>
21557 <!-- Tajikistan -->
21558 <territory id="TJ" countryCode="992" preferredInternationalPrefix="8~10"
21559 internationalPrefix="810" nationalPrefix="8"
21560 nationalPrefixFormattingRule="($NP) $FG"
21561 nationalPrefixOptionalWhenFormatting="true">
21563 <sourceUrl>http://www.itu.int/oth/T02020000CA/en</sourceUrl>
21566 <numberFormat pattern="([349]\d{2})(\d{2})(\d{4})">
21571 <format>$1 $2 $3</format>
21573 <numberFormat pattern="([459]\d)(\d{3})(\d{4})">
21582 <format>$1 $2 $3</format>
21584 <numberFormat pattern="(331700)(\d)(\d{2})">
21585 <leadingDigits>331</leadingDigits>
21586 <leadingDigits>3317</leadingDigits>
21587 <leadingDigits>33170</leadingDigits>
21588 <leadingDigits>331700</leadingDigits>
21589 <format>$1 $2 $3</format>
21591 <numberFormat pattern="(\d{4})(\d)(\d{4})">
21592 <leadingDigits>3[1-5]</leadingDigits>
21602 <format>$1 $2 $3</format>
21604 </availableFormats>
21606 <nationalNumberPattern>[3-59]\d{8}</nationalNumberPattern>
21607 <possibleNumberPattern>\d{3,9}</possibleNumberPattern>
21610 <nationalNumberPattern>
21626 </nationalNumberPattern>
21627 <exampleNumber>372123456</exampleNumber>
21630 <!-- Adding 90 prefix as SMS messages could be successfully delivered to these mobile
21631 numbers, and 50[12] for TCell from bug reports. -->
21632 <nationalNumberPattern>
21637 </nationalNumberPattern>
21638 <possibleNumberPattern>\d{9}</possibleNumberPattern>
21639 <exampleNumber>917123456</exampleNumber>
21641 <!-- No tollFree or premiumRate information can be found. -->
21645 <territory id="TK" countryCode="690" internationalPrefix="00">
21647 <sourceUrl>http://www.itu.int/oth/T02020000D2/en</sourceUrl>
21650 <nationalNumberPattern>[2-9]\d{3}</nationalNumberPattern>
21651 <possibleNumberPattern>\d{4}</possibleNumberPattern>
21654 <nationalNumberPattern>[2-4]\d{3}</nationalNumberPattern>
21655 <!-- The example number is the contact number from the ITU document. -->
21656 <exampleNumber>3010</exampleNumber>
21659 <nationalNumberPattern>[5-9]\d{3}</nationalNumberPattern>
21660 <exampleNumber>5190</exampleNumber>
21664 <!-- Timor-Leste (East Timor) -->
21665 <territory id="TL" countryCode="670" internationalPrefix="00">
21667 <sourceUrl>http://www.itu.int/oth/T02020000D0/en</sourceUrl>
21670 <numberFormat pattern="(\d{3})(\d{4})">
21671 <leadingDigits>[2-489]</leadingDigits>
21672 <format>$1 $2</format>
21674 <!-- Since numbers grew an extra digit, we have no indication of how people are formatting
21675 them. If we see another pattern being used, we should change this later. -->
21676 <numberFormat pattern="(\d{4})(\d{4})">
21677 <leadingDigits>7</leadingDigits>
21678 <format>$1 $2</format>
21680 </availableFormats>
21682 <nationalNumberPattern>
21685 </nationalNumberPattern>
21686 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
21689 <nationalNumberPattern>
21695 </nationalNumberPattern>
21696 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21697 <exampleNumber>2112345</exampleNumber>
21700 <nationalNumberPattern>7[3-8]\d{6}</nationalNumberPattern>
21701 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21702 <exampleNumber>77212345</exampleNumber>
21705 <nationalNumberPattern>80\d{5}</nationalNumberPattern>
21706 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21707 <exampleNumber>8012345</exampleNumber>
21710 <nationalNumberPattern>90\d{5}</nationalNumberPattern>
21711 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21712 <exampleNumber>9012345</exampleNumber>
21714 <!-- We don't include paging or voicemail because the identified paging range was used by
21715 mobile previously, and for voicemail, it is unclear if the 2012 change affected these
21716 numbers, or if the range was indeed previously used for voicemail at all. -->
21718 <!-- We presume this wasn't affected by the numbering plan update. -->
21719 <nationalNumberPattern>70\d{5}</nationalNumberPattern>
21720 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21721 <exampleNumber>7012345</exampleNumber>
21725 <!-- Turkmenistan -->
21726 <territory id="TM" countryCode="993" preferredInternationalPrefix="8~10"
21727 internationalPrefix="810" nationalPrefix="8"
21728 nationalPrefixFormattingRule="($NP $FG)">
21730 <sourceUrl>http://www.itu.int/oth/T02020000D7/en</sourceUrl>
21731 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Turkmenistan</sourceUrl>
21734 <!-- There doesn't seem to be a standardized format. The format below is based on the
21735 Turkmenistan embassy at
21736 http://www.turkmenistanembassy.org/turkmen/info/contact.html -->
21737 <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
21738 <leadingDigits>12</leadingDigits>
21739 <format>$1 $2-$3-$4</format>
21741 <numberFormat pattern="(\d{2})(\d{6})" nationalPrefixFormattingRule="$NP $FG">
21742 <leadingDigits>6</leadingDigits>
21743 <format>$1 $2</format>
21745 <numberFormat pattern="(\d{3})(\d)(\d{2})(\d{2})">
21750 <format>$1 $2-$3-$4</format>
21752 </availableFormats>
21754 <nationalNumberPattern>[1-6]\d{7}</nationalNumberPattern>
21755 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21758 <!-- Additional prefixes from the wikipedia page. -->
21759 <nationalNumberPattern>
21785 </nationalNumberPattern>
21786 <exampleNumber>12345678</exampleNumber>
21789 <!-- According to feedback from users, the carrier Altyn Asyr is the only one currently
21790 operating, with the numbers 6[3-5]\d{6}. MTS used to operate the ranges 6[6-8] but this
21791 has been suspended. It is unclear whether it will resume. We support both ranges in the
21792 meantime. The range 62 seems also now to be in use, according to numbers found online.
21794 <nationalNumberPattern>6[2-8]\d{6}</nationalNumberPattern>
21795 <exampleNumber>66123456</exampleNumber>
21797 <!-- No tollFree or premiumRate information can be found. -->
21801 <territory id="TN" countryCode="216" internationalPrefix="00">
21803 <sourceUrl>http://www.itu.int/oth/T02020000D5/en</sourceUrl>
21804 <sourceUrl>http://www.tunisietelecom.tn/tt/wcm/connect/?MOD=PDMProxy&TYPE=personalization&ID=NONE&KEY=NONE&LIBRARY=%2FcontentRoot%2Ficm%3Alibraries%5B16%5D&FOLDER=%2F&DOC_NAME=%2FcontentRoot%2Ficm%3Alibraries%5B16%5D%2FOTTI+2011.pdf</sourceUrl>
21805 <sourceUrl>http://www.tunisietelecom.tn/tt/internet/fr/pme/fixe/numeros_acceuil</sourceUrl>
21808 <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
21809 <format>$1 $2 $3</format>
21811 </availableFormats>
21813 <nationalNumberPattern>[2-57-9]\d{7}</nationalNumberPattern>
21814 <possibleNumberPattern>\d{8}</possibleNumberPattern>
21817 <!-- 3[012] numbers are no longer listed in the ITU doc, but we support them based on
21818 online searches. -->
21819 <nationalNumberPattern>
21823 </nationalNumberPattern>
21824 <exampleNumber>71234567</exampleNumber>
21827 <!-- Numbers starting with 5 are no longer listed in the ITU doc, but we support them based
21828 on online searches and Wikipedia. -->
21829 <nationalNumberPattern>
21834 </nationalNumberPattern>
21835 <exampleNumber>20123456</exampleNumber>
21838 <!-- ITU lists 80 xx xx xx, but the document published by Tunisie Telecom has more specific
21839 information which is followed here. -->
21840 <nationalNumberPattern>8010\d{4}</nationalNumberPattern>
21841 <exampleNumber>80101234</exampleNumber>
21844 <nationalNumberPattern>88\d{6}</nationalNumberPattern>
21845 <exampleNumber>88123456</exampleNumber>
21848 <!-- 8110xxxx numbers are listed as being "discounted non-geographical numbers" and are put
21849 here for now. In the future we might consider them as UAN.
21850 ITU lists 82 xx xx xx, but the document published by Tunisie Telecom has more specific
21851 information which is followed here. -->
21852 <nationalNumberPattern>8[12]10\d{4}</nationalNumberPattern>
21853 <exampleNumber>81101234</exampleNumber>
21858 <territory id="TO" countryCode="676" internationalPrefix="00" leadingZeroPossible="true">
21860 <sourceUrl>http://www.itu.int/oth/T02020000D3/en</sourceUrl>
21861 <sourceUrl>http://www.wtng.info/wtng-676-to.html</sourceUrl>
21864 <numberFormat pattern="(\d{2})(\d{3})">
21870 <format>$1-$2</format>
21872 <numberFormat pattern="(\d{3})(\d{4})">
21877 <format>$1 $2</format>
21879 <numberFormat pattern="(\d{4})(\d{3})">
21880 <leadingDigits>0</leadingDigits>
21881 <format>$1 $2</format>
21883 </availableFormats>
21885 <nationalNumberPattern>[02-8]\d{4,6}</nationalNumberPattern>
21886 <possibleNumberPattern>\d{5,7}</possibleNumberPattern>
21889 <nationalNumberPattern>
21898 </nationalNumberPattern>
21899 <possibleNumberPattern>\d{5}</possibleNumberPattern>
21900 <exampleNumber>20123</exampleNumber>
21903 <!-- TCC mobile numbers were given a prefix of "77" in 2009, although this is not mentioned
21904 in their ITU document. Numbers with a prefix of "75" and "84" have also been found. -->
21905 <nationalNumberPattern>
21910 </nationalNumberPattern>
21911 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21912 <exampleNumber>7715123</exampleNumber>
21915 <nationalNumberPattern>0800\d{3}</nationalNumberPattern>
21916 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21917 <exampleNumber>0800222</exampleNumber>
21922 <territory id="TR" countryCode="90" internationalPrefix="00" nationalPrefix="0"
21923 mobileNumberPortableRegion="true">
21925 <sourceUrl>http://en.wikipedia.org/wiki/%2B90</sourceUrl>
21926 <sourceUrl>http://www.itu.int/oth/T02020000D6/en</sourceUrl>
21929 <numberFormat nationalPrefixFormattingRule="($NP$FG)" pattern="(\d{3})(\d{3})(\d{4})"
21930 nationalPrefixOptionalWhenFormatting="true">
21938 <format>$1 $2 $3</format>
21940 <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(\d{3})(\d{3})(\d{4})"
21941 nationalPrefixOptionalWhenFormatting="true">
21942 <leadingDigits>[589]</leadingDigits>
21943 <format>$1 $2 $3</format>
21945 <numberFormat pattern="(444)(\d{1})(\d{3})">
21946 <leadingDigits>444</leadingDigits>
21947 <format>$1 $2 $3</format>
21949 </availableFormats>
21951 <nationalNumberPattern>
21954 </nationalNumberPattern>
21955 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
21957 <noInternationalDialling>
21958 <nationalNumberPattern>444\d{4}</nationalNumberPattern>
21959 <possibleNumberPattern>\d{7}</possibleNumberPattern>
21960 <exampleNumber>4441444</exampleNumber>
21961 </noInternationalDialling>
21963 <!-- Includes numbers starting with 392 for Northern Cyprus. -->
21964 <nationalNumberPattern>
21984 </nationalNumberPattern>
21985 <possibleNumberPattern>\d{10}</possibleNumberPattern>
21986 <exampleNumber>2123456789</exampleNumber>
21989 <!-- There are some differences between the Turkish and English wikipedia pages here, and
21990 some number prefixes do not seem to be able to be found online. Omitting 500, 508 and
21991 509 from the English page because of this. -->
21992 <nationalNumberPattern>
22000 </nationalNumberPattern>
22001 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22002 <exampleNumber>5012345678</exampleNumber>
22005 <nationalNumberPattern>512\d{7}</nationalNumberPattern>
22006 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22007 <exampleNumber>5123456789</exampleNumber>
22010 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
22011 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22012 <exampleNumber>8001234567</exampleNumber>
22015 <nationalNumberPattern>900\d{7}</nationalNumberPattern>
22016 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22017 <exampleNumber>9001234567</exampleNumber>
22020 <!-- http://www.turktelekom.com.tr/tt/portal/News/Archive/7-digit-special-service-number-starting-with-444 -->
22021 <nationalNumberPattern>
22024 </nationalNumberPattern>
22025 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
22026 <exampleNumber>4441444</exampleNumber>
22030 <!-- Trinidad and Tobago -->
22031 <territory id="TT" countryCode="1" leadingDigits="868" nationalPrefix="1"
22032 internationalPrefix="011">
22034 <sourceUrl>http://www.itu.int/oth/T02020000D4/en</sourceUrl>
22037 <!-- NANPA country - uses US formatting rules -->
22038 <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
22039 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
22042 <nationalNumberPattern>
22057 </nationalNumberPattern>
22058 <exampleNumber>8682211234</exampleNumber>
22061 <nationalNumberPattern>
22083 </nationalNumberPattern>
22084 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22085 <exampleNumber>8682911234</exampleNumber>
22088 <nationalNumberPattern>
22097 </nationalNumberPattern>
22098 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22099 <exampleNumber>8002345678</exampleNumber>
22102 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
22103 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22104 <exampleNumber>9002345678</exampleNumber>
22107 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
22108 <nationalNumberPattern>
22116 </nationalNumberPattern>
22117 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22118 <exampleNumber>5002345678</exampleNumber>
22123 <territory id="TV" countryCode="688" internationalPrefix="00">
22125 <sourceUrl>http://www.itu.int/oth/T02020000D9/en</sourceUrl>
22126 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Tuvalu</sourceUrl>
22128 <!-- Numbers are formatted as a block. -->
22130 <nationalNumberPattern>[29]\d{4,5}</nationalNumberPattern>
22131 <possibleNumberPattern>\d{5,6}</possibleNumberPattern>
22134 <nationalNumberPattern>2[02-9]\d{3}</nationalNumberPattern>
22135 <possibleNumberPattern>\d{5}</possibleNumberPattern>
22136 <exampleNumber>20123</exampleNumber>
22139 <!-- Some numbers online can be found that are 5-digits long, and start with 90 or 91. We
22140 don't know if these are valid or not - the ITU document excludes them - so are not
22141 covering these for now. -->
22142 <nationalNumberPattern>90\d{4}</nationalNumberPattern>
22143 <possibleNumberPattern>\d{6}</possibleNumberPattern>
22144 <exampleNumber>901234</exampleNumber>
22148 <!-- Taiwan, China -->
22149 <!-- Extension symbols found on the internet so far have been #, X and Ext - so # has been
22150 chosen as the preferred extension prefix. -->
22151 <territory id="TW" countryCode="886" internationalPrefix="0(?:0[25679]|19)"
22152 nationalPrefix="0" preferredExtnPrefix="#" nationalPrefixFormattingRule="$NP$FG"
22153 mobileNumberPortableRegion="true">
22155 <sourceUrl>http://www.itu.int/oth/T02020000EB/en</sourceUrl>
22158 <numberFormat pattern="([2-8])(\d{3,4})(\d{4})">
22163 <format>$1 $2 $3</format>
22165 <numberFormat pattern="([89]\d{2})(\d{3})(\d{3})">
22170 <format>$1 $2 $3</format>
22172 <numberFormat pattern="(70)(\d{4})(\d{4})">
22173 <leadingDigits>70</leadingDigits>
22174 <format>$1 $2 $3</format>
22176 </availableFormats>
22178 <nationalNumberPattern>
22181 </nationalNumberPattern>
22182 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
22185 <nationalNumberPattern>[2-8]\d{7,8}</nationalNumberPattern>
22186 <possibleNumberPattern>\d{8,9}</possibleNumberPattern>
22187 <exampleNumber>21234567</exampleNumber>
22190 <nationalNumberPattern>9\d{8}</nationalNumberPattern>
22191 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22192 <exampleNumber>912345678</exampleNumber>
22195 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
22196 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22197 <exampleNumber>800123456</exampleNumber>
22200 <nationalNumberPattern>900\d{6}</nationalNumberPattern>
22201 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22202 <exampleNumber>900123456</exampleNumber>
22204 <!-- http://www.chief.com.tw/telecom_eng/front/bin/ptlist.phtml?Category=107 -->
22206 <nationalNumberPattern>70\d{8}</nationalNumberPattern>
22207 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22208 <exampleNumber>7012345678</exampleNumber>
22213 <territory id="TZ" countryCode="255" internationalPrefix="00[056]"
22214 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
22216 <sourceUrl>http://www.itu.int/oth/T02020000CB/en</sourceUrl>
22219 <numberFormat pattern="([24]\d)(\d{3})(\d{4})">
22220 <leadingDigits>[24]</leadingDigits>
22221 <format>$1 $2 $3</format>
22223 <numberFormat pattern="([67]\d{2})(\d{3})(\d{3})">
22224 <leadingDigits>[67]</leadingDigits>
22225 <format>$1 $2 $3</format>
22227 <!-- Formatting for special numbers from http://www.tcra.go.tz -->
22228 <numberFormat pattern="([89]\d{2})(\d{2})(\d{4})">
22229 <leadingDigits>[89]</leadingDigits>
22230 <format>$1 $2 $3</format>
22232 </availableFormats>
22234 <nationalNumberPattern>\d{9}</nationalNumberPattern>
22235 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
22238 <nationalNumberPattern>2[2-8]\d{7}</nationalNumberPattern>
22239 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
22240 <exampleNumber>222345678</exampleNumber>
22243 <nationalNumberPattern>
22248 </nationalNumberPattern>
22249 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22250 <exampleNumber>612345678</exampleNumber>
22253 <nationalNumberPattern>80[08]\d{6}</nationalNumberPattern>
22254 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22255 <exampleNumber>800123456</exampleNumber>
22258 <nationalNumberPattern>90\d{7}</nationalNumberPattern>
22259 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22260 <exampleNumber>900123456</exampleNumber>
22263 <nationalNumberPattern>
22268 </nationalNumberPattern>
22269 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22270 <exampleNumber>840123456</exampleNumber>
22273 <nationalNumberPattern>41\d{7}</nationalNumberPattern>
22274 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22275 <exampleNumber>412345678</exampleNumber>
22280 <territory id="UA" countryCode="380" preferredInternationalPrefix="0~0"
22281 internationalPrefix="00"
22282 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
22284 <sourceUrl>http://www.itu.int/oth/T02020000DB/en</sourceUrl>
22285 <sourceUrl>http://en.wikipedia.org/wiki/%2B380</sourceUrl>
22288 <!-- City codes separated out. No definitive list has been found of what constitutes the
22289 area code - http://www.ua.all-biz.info/guide/phonecodes is useful but not error-free.
22290 Have used local yellow pages guidelines, Google searches and regression tests to
22291 reverse-engineer these rules as well as bugs. -->
22292 <numberFormat pattern="([3-689]\d)(\d{3})(\d{4})">
22324 <format>$1 $2 $3</format>
22326 <numberFormat pattern="([3-689]\d{2})(\d{3})(\d{3})">
22363 <format>$1 $2 $3</format>
22365 <numberFormat pattern="([3-6]\d{3})(\d{5})">
22421 <format>$1 $2</format>
22423 </availableFormats>
22425 <nationalNumberPattern>[3-689]\d{8}</nationalNumberPattern>
22426 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
22429 <nationalNumberPattern>
22436 </nationalNumberPattern>
22437 <exampleNumber>311234567</exampleNumber>
22440 <nationalNumberPattern>
22447 </nationalNumberPattern>
22448 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22449 <exampleNumber>391234567</exampleNumber>
22452 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
22453 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22454 <exampleNumber>800123456</exampleNumber>
22457 <nationalNumberPattern>900\d{6}</nationalNumberPattern>
22458 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22459 <exampleNumber>900123456</exampleNumber>
22461 <!-- Added based on: http://www.didx.net/did/ShowCountry/Country/AreaDesc/Area/9442 -->
22463 <nationalNumberPattern>89\d{7}</nationalNumberPattern>
22464 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22465 <exampleNumber>891234567</exampleNumber>
22470 <territory id="UG" countryCode="256" internationalPrefix="00[057]"
22471 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
22473 <sourceUrl>http://www.itu.int/oth/T02020000F1/en</sourceUrl>
22474 <sourceUrl>http://www.ucc.co.ug/licensing/ugandaNumberingPlan.pdf</sourceUrl>
22477 <numberFormat pattern="(\d{3})(\d{6})">
22489 <format>$1 $2</format>
22491 <numberFormat pattern="(\d{2})(\d{7})">
22499 <format>$1 $2</format>
22501 <numberFormat pattern="(2024)(\d{5})">
22502 <leadingDigits>2024</leadingDigits>
22503 <format>$1 $2</format>
22505 </availableFormats>
22507 <nationalNumberPattern>\d{9}</nationalNumberPattern>
22508 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
22511 <!-- Ranges with prefixes 20[5-8] are "not yet operational" as of Feb. 2013. -->
22512 <nationalNumberPattern>
22525 </nationalNumberPattern>
22526 <!-- The ITU plan calls for all numbers to be exactly 9 digits. However, it's not clear if
22527 local dialing is still possible. We assume it is for now. -->
22528 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
22529 <exampleNumber>312345678</exampleNumber>
22532 <!-- Added 79[5-9] and 707 from online numbers found with this prefix. -->
22533 <!-- Ranges with prefixes 7[46] are "not yet operational" as of Jun. 2013. -->
22534 <!-- Ranges with prefixes 2030 or 723 are "not yet operational" as of Oct. 2014. -->
22535 <nationalNumberPattern>
22544 </nationalNumberPattern>
22545 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22546 <exampleNumber>712345678</exampleNumber>
22549 <nationalNumberPattern>800[123]\d{5}</nationalNumberPattern>
22550 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22551 <exampleNumber>800123456</exampleNumber>
22554 <nationalNumberPattern>90[123]\d{6}</nationalNumberPattern>
22555 <possibleNumberPattern>\d{9}</possibleNumberPattern>
22556 <exampleNumber>901123456</exampleNumber>
22560 <!-- United States -->
22561 <!-- Note the national prefix of US is the same as its country code, and when formatting phone
22562 numbers in the national format, it is not included. Therefore, we omit it here to make
22563 formatting consistent with the rest of the world. The same applies to all the
22564 countries/regions under NANPA -->
22565 <!-- The national prefix of "1" here is the same as the country code. It is not used by default
22566 when formatting, but is set here so that users who are calling formatByPattern can specify
22567 NationalPrefixFormattingRule if they want to. -->
22568 <territory id="US" countryCode="1" internationalPrefix="011" mainCountryForCode="true"
22569 nationalPrefix="1" nationalPrefixOptionalWhenFormatting="true"
22570 mobileNumberPortableRegion="true">
22572 <sourceUrl>http://www.nanpa.com/reports/reports_npa.html</sourceUrl>
22573 <sourceUrl>http://en.wikipedia.org/wiki/North_American_Numbering_Plan</sourceUrl>
22576 <numberFormat pattern="(\d{3})(\d{4})">
22577 <format>$1-$2</format>
22578 <intlFormat>NA</intlFormat>
22580 <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
22581 <format>($1) $2-$3</format>
22582 <!-- A different pattern is used when formatting internationally, as the area code is no
22583 longer optional and should not be in brackets. -->
22584 <intlFormat>$1-$2-$3</intlFormat>
22586 </availableFormats>
22588 <nationalNumberPattern>[2-9]\d{9}</nationalNumberPattern>
22589 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
22592 <nationalNumberPattern>
22680 </nationalNumberPattern>
22681 <exampleNumber>2015555555</exampleNumber>
22684 <nationalNumberPattern>
22772 </nationalNumberPattern>
22773 <exampleNumber>2015555555</exampleNumber>
22776 <nationalNumberPattern>
22785 </nationalNumberPattern>
22786 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22787 <exampleNumber>8002345678</exampleNumber>
22790 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
22791 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22792 <exampleNumber>9002345678</exampleNumber>
22795 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
22796 <nationalNumberPattern>
22804 </nationalNumberPattern>
22805 <possibleNumberPattern>\d{10}</possibleNumberPattern>
22806 <exampleNumber>5002345678</exampleNumber>
22811 <!-- International long-distance providers can be dialled by dialling 01 followed by a carrier
22812 code JK, where J = [3-9] and K is any digit. -->
22813 <territory id="UY" countryCode="598" internationalPrefix="0(?:1[3-9]\d|0)"
22814 preferredInternationalPrefix="00" nationalPrefix="0" preferredExtnPrefix=" int. ">
22816 <sourceUrl>http://www.itu.int/oth/T02020000E0/en</sourceUrl>
22817 <sourceUrl>http://www.ursec.gub.uy</sourceUrl>
22818 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Uruguay</sourceUrl>
22821 <!-- Following paginasamarillas.com.uy formatting. -->
22822 <numberFormat pattern="(\d{4})(\d{4})">
22823 <leadingDigits>[24]</leadingDigits>
22824 <format>$1 $2</format>
22826 <!-- Including the national prefix here since URSEC does when formatting these. -->
22827 <numberFormat pattern="(\d{2})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
22828 <leadingDigits>9[1-9]</leadingDigits>
22829 <format>$1 $2 $3</format>
22831 <numberFormat pattern="(\d{3})(\d{4})" nationalPrefixFormattingRule="$NP$FG">
22832 <leadingDigits>[89]0</leadingDigits>
22833 <format>$1 $2</format>
22835 </availableFormats>
22837 <nationalNumberPattern>[2489]\d{6,7}</nationalNumberPattern>
22838 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
22841 <nationalNumberPattern>
22844 </nationalNumberPattern>
22845 <exampleNumber>21231234</exampleNumber>
22848 <nationalNumberPattern>9[1-9]\d{6}</nationalNumberPattern>
22849 <possibleNumberPattern>\d{8}</possibleNumberPattern>
22850 <exampleNumber>94231234</exampleNumber>
22853 <nationalNumberPattern>80[05]\d{4}</nationalNumberPattern>
22854 <possibleNumberPattern>\d{7}</possibleNumberPattern>
22855 <exampleNumber>8001234</exampleNumber>
22858 <nationalNumberPattern>90[0-8]\d{4}</nationalNumberPattern>
22859 <possibleNumberPattern>\d{7}</possibleNumberPattern>
22860 <exampleNumber>9001234</exampleNumber>
22864 <!-- Uzbekistan -->
22865 <territory id="UZ" countryCode="998" preferredInternationalPrefix="8~10"
22866 internationalPrefix="810" nationalPrefix="8"
22867 nationalPrefixFormattingRule="$NP $FG">
22869 <sourceUrl>http://www.ttts.uz/eng/telephone_codes/codes_uzb_eng</sourceUrl>
22870 <sourceUrl>http://www.itu.int/oth/T02020000E1/en</sourceUrl>
22873 <numberFormat pattern="([679]\d)(\d{3})(\d{2})(\d{2})">
22874 <format>$1 $2 $3 $4</format>
22876 </availableFormats>
22878 <nationalNumberPattern>[679]\d{8}</nationalNumberPattern>
22879 <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
22882 <!-- Adding 711 from numbers found online, such as the US embassy, and 6922, which seems to
22883 be used in Namangan. -->
22884 <nationalNumberPattern>
22957 </nationalNumberPattern>
22958 <exampleNumber>662345678</exampleNumber>
22961 <!-- Adding 9[45] as suggested by http://www.ucell.uz/en/for_subscribers/how_to_call.html
22962 Adding other prefixes from http://www.weltvorwahlen.de/99861353.html, and any other
22963 prefixes Tyntec has a carrier mapped to. -->
22964 <nationalNumberPattern>
23204 </nationalNumberPattern>
23205 <exampleNumber>912345678</exampleNumber>
23207 <!-- No tollFree or premiumRate information can be found. -->
23210 <!-- Vatican City -->
23211 <!-- Note that numbers here are also accessible via Italy (+39 and prefix of 06 698) but can
23212 also be dialled with the Vatican City country code. -->
23213 <territory id="VA" countryCode="379" internationalPrefix="00" leadingZeroPossible="true">
23215 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Vatican_City</sourceUrl>
23218 <numberFormat pattern="(06)(\d{4})(\d{4})">
23219 <format>$1 $2 $3</format>
23221 </availableFormats>
23223 <nationalNumberPattern>06\d{8}</nationalNumberPattern>
23224 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23227 <nationalNumberPattern>06698\d{5}</nationalNumberPattern>
23228 <exampleNumber>0669812345</exampleNumber>
23231 <!-- We have no information on mobile numbers from the Vatican. It is probable that they use
23232 Italian mobile contracts. -->
23233 <nationalNumberPattern>NA</nationalNumberPattern>
23234 <possibleNumberPattern>NA</possibleNumberPattern>
23236 <!-- No information exists about other types of numbers. -->
23239 <!-- Saint Vincent and the Grenadines -->
23240 <territory id="VC" countryCode="1" leadingDigits="784" nationalPrefix="1"
23241 internationalPrefix="011">
23243 <sourceUrl>http://www.itu.int/oth/T02020000B3/en</sourceUrl>
23246 <!-- NANPA country - uses US formatting rules -->
23247 <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
23248 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
23250 <!-- For 570, 571 and 572 prefixes, we believe the ITU doc incorrectly listed them to be under
23251 area code 758, which should be 784. -->
23253 <nationalNumberPattern>
23274 </nationalNumberPattern>
23275 <exampleNumber>7842661234</exampleNumber>
23278 <nationalNumberPattern>
23291 </nationalNumberPattern>
23292 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23293 <exampleNumber>7844301234</exampleNumber>
23296 <nationalNumberPattern>
23305 </nationalNumberPattern>
23306 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23307 <exampleNumber>8002345678</exampleNumber>
23310 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
23311 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23312 <exampleNumber>9002345678</exampleNumber>
23315 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
23316 <nationalNumberPattern>
23324 </nationalNumberPattern>
23325 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23326 <exampleNumber>5002345678</exampleNumber>
23331 <!-- 1XX specifies a particular carrier to route a call to, but none of these have been
23333 <territory id="VE" countryCode="58" internationalPrefix="00"
23334 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
23335 carrierCodeFormattingRule="$CC $FG">
23337 <sourceUrl>http://www.itu.int/oth/T02020000E3/en</sourceUrl>
23338 <sourceUrl>http://en.wikipedia.org/wiki/+58</sourceUrl>
23341 <numberFormat pattern="(\d{3})(\d{7})">
23342 <format>$1-$2</format>
23344 </availableFormats>
23346 <nationalNumberPattern>[24589]\d{9}</nationalNumberPattern>
23347 <!-- Open numbering plan. -->
23348 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
23351 <!-- Including region-free 500 calls here, since these are treated as local calls. Wikipedia
23352 mentions these as 5XX, but online examples that can be found are seemingly restricted
23354 <nationalNumberPattern>
23365 </nationalNumberPattern>
23366 <exampleNumber>2121234567</exampleNumber>
23369 <nationalNumberPattern>
23374 </nationalNumberPattern>
23375 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23376 <exampleNumber>4121234567</exampleNumber>
23379 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
23380 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23381 <exampleNumber>8001234567</exampleNumber>
23384 <nationalNumberPattern>900\d{7}</nationalNumberPattern>
23385 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23386 <exampleNumber>9001234567</exampleNumber>
23390 <!-- Virgin Islands, British -->
23391 <territory id="VG" countryCode="1" leadingDigits="284" nationalPrefix="1"
23392 internationalPrefix="011">
23394 <sourceUrl>http://www.itu.int/oth/T020200001E/en</sourceUrl>
23397 <!-- NANPA country - uses US formatting rules -->
23398 <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
23399 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
23402 <!-- No data on central office codes can be found on the nanpa.com website. The codes 422
23403 and 774 have been added from numbers found in the white pages. -->
23404 <nationalNumberPattern>
23420 </nationalNumberPattern>
23421 <exampleNumber>2842291234</exampleNumber>
23424 <!-- No data on central office codes can be found on the nanpa.com website. The codes
23425 34[0-367], 446 and 54[57] have been added from numbers found in the white pages. -->
23426 <nationalNumberPattern>
23442 </nationalNumberPattern>
23443 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23444 <exampleNumber>2843001234</exampleNumber>
23447 <nationalNumberPattern>
23456 </nationalNumberPattern>
23457 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23458 <exampleNumber>8002345678</exampleNumber>
23461 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
23462 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23463 <exampleNumber>9002345678</exampleNumber>
23466 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
23467 <nationalNumberPattern>
23475 </nationalNumberPattern>
23476 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23477 <exampleNumber>5002345678</exampleNumber>
23481 <!-- Virgin Islands, United States -->
23482 <territory id="VI" countryCode="1" leadingDigits="340" nationalPrefix="1"
23483 internationalPrefix="011">
23485 <sourceUrl>http://www.itu.int/oth/T02020000DF/en</sourceUrl>
23488 <!-- NANPA country - uses US formatting rules -->
23489 <nationalNumberPattern>[3589]\d{9}</nationalNumberPattern>
23490 <possibleNumberPattern>\d{7}(?:\d{3})?</possibleNumberPattern>
23493 <!-- The ITU document seems a bit out-of-date so extra prefixes based on numbers in the
23494 yellow pages have been added, and the list of exchanges found on
23495 http://www.allareacodes.com/340 -->
23496 <nationalNumberPattern>
23530 </nationalNumberPattern>
23531 <exampleNumber>3406421234</exampleNumber>
23534 <nationalNumberPattern>
23568 </nationalNumberPattern>
23569 <exampleNumber>3406421234</exampleNumber>
23572 <nationalNumberPattern>
23581 </nationalNumberPattern>
23582 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23583 <exampleNumber>8002345678</exampleNumber>
23586 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern>
23587 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23588 <exampleNumber>9002345678</exampleNumber>
23591 <!-- http://www.nanpa.com/pdf/PL_466.pdf -->
23592 <nationalNumberPattern>
23600 </nationalNumberPattern>
23601 <possibleNumberPattern>\d{10}</possibleNumberPattern>
23602 <exampleNumber>5002345678</exampleNumber>
23606 <!-- Viet Nam (Vietnam) -->
23607 <territory id="VN" countryCode="84" internationalPrefix="00"
23608 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
23609 nationalPrefixOptionalWhenFormatting="true">
23611 <sourceUrl>http://www.itu.int/oth/T02020000E4/en</sourceUrl>
23612 <sourceUrl>http://en.wikipedia.org/wiki/%2B84</sourceUrl>
23615 <numberFormat pattern="([17]99)(\d{4})">
23616 <leadingDigits>[17]99</leadingDigits>
23617 <format>$1 $2</format>
23619 <numberFormat pattern="([48])(\d{4})(\d{4})">
23620 <leadingDigits>[48]</leadingDigits>
23621 <format>$1 $2 $3</format>
23623 <numberFormat pattern="([235-7]\d)(\d{4})(\d{3})">
23631 <format>$1 $2 $3</format>
23633 <numberFormat pattern="(80)(\d{5})">
23634 <leadingDigits>80</leadingDigits>
23635 <format>$1 $2</format>
23637 <numberFormat pattern="(69\d)(\d{4,5})">
23638 <leadingDigits>69</leadingDigits>
23639 <format>$1 $2</format>
23641 <numberFormat pattern="([235-7]\d{2})(\d{4})(\d{3})">
23649 <format>$1 $2 $3</format>
23651 <numberFormat pattern="(9\d)(\d{3})(\d{2})(\d{2})">
23652 <leadingDigits>9</leadingDigits>
23653 <format>$1 $2 $3 $4</format>
23655 <numberFormat pattern="(1[2689]\d)(\d{3})(\d{4})">
23663 <format>$1 $2 $3</format>
23665 <numberFormat nationalPrefixFormattingRule="$FG"
23666 pattern="(1[89]00)(\d{4,6})">
23667 <leadingDigits>1[89]0</leadingDigits>
23668 <format>$1 $2</format>
23670 </availableFormats>
23672 <nationalNumberPattern>
23676 </nationalNumberPattern>
23677 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
23679 <noInternationalDialling>
23680 <nationalNumberPattern>
23683 </nationalNumberPattern>
23684 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
23685 <exampleNumber>1992000</exampleNumber>
23686 </noInternationalDialling>
23688 <nationalNumberPattern>
23714 </nationalNumberPattern>
23715 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
23716 <exampleNumber>2101234567</exampleNumber>
23719 <nationalNumberPattern>
23729 </nationalNumberPattern>
23730 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
23731 <exampleNumber>912345678</exampleNumber>
23734 <nationalNumberPattern>1800\d{4,6}</nationalNumberPattern>
23735 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
23736 <exampleNumber>1800123456</exampleNumber>
23739 <nationalNumberPattern>1900\d{4,6}</nationalNumberPattern>
23740 <possibleNumberPattern>\d{8,10}</possibleNumberPattern>
23741 <exampleNumber>1900123456</exampleNumber>
23744 <!-- These include non-geographic fixed numbers, such as for government ministries. While
23745 listed as "private networks", they may actually be callable from within Vietnam. (They are
23746 "private" in the sense that ordinary people could not be assigned these numbers.) -->
23747 <nationalNumberPattern>
23751 </nationalNumberPattern>
23752 <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
23753 <exampleNumber>1992000</exampleNumber>
23758 <territory id="VU" countryCode="678" internationalPrefix="00">
23760 <sourceUrl>http://www.itu.int/oth/T02020000E2/en</sourceUrl>
23762 <!-- Should be formatted in one block, apart from the mobile numbers. -->
23764 <numberFormat pattern="(\d{3})(\d{4})">
23765 <leadingDigits>[579]</leadingDigits>
23766 <format>$1 $2</format>
23768 </availableFormats>
23770 <nationalNumberPattern>[2-57-9]\d{4,6}</nationalNumberPattern>
23771 <possibleNumberPattern>\d{5,7}</possibleNumberPattern>
23774 <nationalNumberPattern>
23784 </nationalNumberPattern>
23785 <possibleNumberPattern>\d{5}</possibleNumberPattern>
23786 <exampleNumber>22123</exampleNumber>
23789 <nationalNumberPattern>
23797 </nationalNumberPattern>
23798 <possibleNumberPattern>\d{7}</possibleNumberPattern>
23799 <exampleNumber>5912345</exampleNumber>
23801 <!-- Using this for non-geographical numbers, since they have not been clearly defined, and
23802 for government fixed-line numbers. -->
23804 <nationalNumberPattern>
23807 </nationalNumberPattern>
23808 <possibleNumberPattern>\d{5,7}</possibleNumberPattern>
23809 <exampleNumber>30123</exampleNumber>
23813 <!-- Wallis and Futuna (Territoire français d'outre-mer) -->
23814 <territory id="WF" countryCode="681" internationalPrefix="00">
23816 <sourceUrl>http://www.itu.int/oth/T02020000E6/en</sourceUrl>
23819 <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
23820 <format>$1 $2 $3</format>
23822 </availableFormats>
23824 <nationalNumberPattern>[5-7]\d{5}</nationalNumberPattern>
23825 <possibleNumberPattern>\d{6}</possibleNumberPattern>
23828 <!-- Web searching only finds examples with the 72 prefix but the ITU document states that
23829 50 and 68 are possible, so they are included here. -->
23830 <nationalNumberPattern>
23836 </nationalNumberPattern>
23837 <exampleNumber>501234</exampleNumber>
23840 <nationalNumberPattern>
23846 </nationalNumberPattern>
23847 <exampleNumber>501234</exampleNumber>
23852 <territory id="WS" countryCode="685" internationalPrefix="0">
23854 <sourceUrl>http://www.itu.int/oth/T02020000B4/en</sourceUrl>
23857 <numberFormat pattern="(8\d{2})(\d{3,4})">
23858 <leadingDigits>8</leadingDigits>
23859 <format>$1 $2</format>
23861 <numberFormat pattern="(7\d)(\d{5})">
23862 <leadingDigits>7</leadingDigits>
23863 <format>$1 $2</format>
23865 <numberFormat pattern="(\d{5})">
23866 <leadingDigits>[2-6]</leadingDigits>
23867 <format>$1</format>
23869 </availableFormats>
23871 <nationalNumberPattern>[2-8]\d{4,6}</nationalNumberPattern>
23872 <possibleNumberPattern>\d{5,7}</possibleNumberPattern>
23875 <nationalNumberPattern>
23881 </nationalNumberPattern>
23882 <possibleNumberPattern>\d{5,7}</possibleNumberPattern>
23883 <exampleNumber>22123</exampleNumber>
23886 <nationalNumberPattern>
23891 </nationalNumberPattern>
23892 <possibleNumberPattern>\d{6,7}</possibleNumberPattern>
23893 <exampleNumber>601234</exampleNumber>
23896 <!-- The 800 number series is new, and is used by companies such as the ANZ bank in Samoa to
23897 provide 24 hour eMerchant support. It is marked as "Customized Services" in the plan
23898 for now, so may be also used for other purposes than toll free, but until we have
23899 further evidence of these we will keep it as toll free. -->
23900 <nationalNumberPattern>800\d{3}</nationalNumberPattern>
23901 <possibleNumberPattern>\d{6}</possibleNumberPattern>
23902 <exampleNumber>800123</exampleNumber>
23904 <!-- Current research suggests other types of numbers are not used in Samoa. -->
23908 <territory id="YE" countryCode="967" internationalPrefix="00"
23909 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
23911 <sourceUrl>http://www.itu.int/oth/T02020000E7/en</sourceUrl>
23914 <numberFormat pattern="([1-7])(\d{3})(\d{3,4})">
23919 <format>$1 $2 $3</format>
23921 <numberFormat pattern="(7\d{2})(\d{3})(\d{3})">
23922 <leadingDigits>7[0137]</leadingDigits>
23923 <format>$1 $2 $3</format>
23925 </availableFormats>
23927 <nationalNumberPattern>[1-7]\d{6,8}</nationalNumberPattern>
23928 <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
23931 <nationalNumberPattern>
23944 </nationalNumberPattern>
23945 <possibleNumberPattern>\d{6,8}</possibleNumberPattern>
23946 <exampleNumber>1234567</exampleNumber>
23949 <!-- Adding 70 from numbers found online. -->
23950 <nationalNumberPattern>7[0137]\d{7}</nationalNumberPattern>
23951 <possibleNumberPattern>\d{9}</possibleNumberPattern>
23952 <exampleNumber>712345678</exampleNumber>
23954 <!-- No tollFree or premiumRate information can be found. -->
23958 <territory id="YT" countryCode="262" internationalPrefix="00" nationalPrefix="0"
23959 nationalPrefixFormattingRule="$NP$FG" leadingDigits="269|63">
23961 <!-- Some information at the following source, but most from collection of internet data.
23963 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_France</sourceUrl>
23964 <!-- Verifies the fixed-line prefixes, but the mobile prefixes listed here seem out of date.
23966 <sourceUrl>http://www.comores-online.com/mwezinet/internet/262</sourceUrl>
23968 <!-- Formatting as per La Réunion. -->
23970 <nationalNumberPattern>[268]\d{8}</nationalNumberPattern>
23971 <possibleNumberPattern>\d{9}</possibleNumberPattern>
23974 <nationalNumberPattern>2696[0-4]\d{4}</nationalNumberPattern>
23975 <exampleNumber>269601234</exampleNumber>
23978 <nationalNumberPattern>639\d{6}</nationalNumberPattern>
23979 <exampleNumber>639123456</exampleNumber>
23981 <!-- Same as in France. -->
23983 <nationalNumberPattern>80\d{7}</nationalNumberPattern>
23984 <exampleNumber>801234567</exampleNumber>
23988 <!-- South Africa -->
23989 <territory id="ZA" countryCode="27" internationalPrefix="00"
23990 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
23991 mobileNumberPortableRegion="true">
23993 <sourceUrl>http://www.itu.int/oth/T02020000C1/en</sourceUrl>
23994 <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_South_Africa</sourceUrl>
23997 <numberFormat pattern="(860)(\d{3})(\d{3})">
23998 <leadingDigits>860</leadingDigits>
23999 <format>$1 $2 $3</format>
24001 <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
24009 <format>$1 $2 $3</format>
24011 <numberFormat pattern="(\d{2})(\d{3,4})">
24012 <leadingDigits>8[1-4]</leadingDigits>
24013 <format>$1 $2</format>
24015 <numberFormat pattern="(\d{2})(\d{3})(\d{2,3})">
24016 <leadingDigits>8[1-4]</leadingDigits>
24017 <format>$1 $2 $3</format>
24019 </availableFormats>
24021 <nationalNumberPattern>
24027 </nationalNumberPattern>
24028 <possibleNumberPattern>\d{5,9}</possibleNumberPattern>
24031 <!-- Wikipedia is missing 020, and the 024 code it lists for Somerset West stopped being
24033 <nationalNumberPattern>
24041 </nationalNumberPattern>
24042 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24043 <exampleNumber>101234567</exampleNumber>
24046 <!-- Wikipedia says 085 is for cellular: ITU says it is protected. Also note that we are
24047 still supporting numbers beginning with 8 that are fewer than 9 digits since they are
24048 in prominent places online, even though the ITU document says numbers must be 10 digits
24049 long (including the national prefix). -->
24050 <nationalNumberPattern>
24056 </nationalNumberPattern>
24057 <exampleNumber>711234567</exampleNumber>
24060 <nationalNumberPattern>80\d{7}</nationalNumberPattern>
24061 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24062 <exampleNumber>801234567</exampleNumber>
24065 <nationalNumberPattern>
24068 </nationalNumberPattern>
24069 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24070 <exampleNumber>862345678</exampleNumber>
24073 <nationalNumberPattern>860\d{6}</nationalNumberPattern>
24074 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24075 <exampleNumber>860123456</exampleNumber>
24078 <nationalNumberPattern>87\d{7}</nationalNumberPattern>
24079 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24080 <exampleNumber>871234567</exampleNumber>
24083 <!-- MaxiCall numbers cost as much as national long distance, so they are classified as UAN
24085 <nationalNumberPattern>861\d{6}</nationalNumberPattern>
24086 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24087 <exampleNumber>861123456</exampleNumber>
24092 <territory id="ZM" countryCode="260" internationalPrefix="00"
24093 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
24095 <sourceUrl>http://www.itu.int/oth/T02020000E8/en</sourceUrl>
24098 <numberFormat pattern="([29]\d)(\d{7})">
24099 <leadingDigits>[29]</leadingDigits>
24100 <format>$1 $2</format>
24102 <numberFormat pattern="(800)(\d{3})(\d{3})">
24103 <leadingDigits>8</leadingDigits>
24104 <format>$1 $2 $3</format>
24106 </availableFormats>
24108 <nationalNumberPattern>[289]\d{8}</nationalNumberPattern>
24109 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24112 <nationalNumberPattern>21[1-8]\d{6}</nationalNumberPattern>
24113 <exampleNumber>211234567</exampleNumber>
24116 <!-- Adding extra prefixes 50 and 6[1-57-9] since SMS messages have been successfully
24117 delivered to these numbers, and numbers like this can be found on the Internet. Adding
24118 prefix 960 based on information received from MTN Zambia. The 97 range has been
24119 expanded based on their IR21 document, which states the range 97[1-9] is used. -->
24120 <nationalNumberPattern>
24126 </nationalNumberPattern>
24127 <exampleNumber>955123456</exampleNumber>
24130 <nationalNumberPattern>800\d{6}</nationalNumberPattern>
24131 <exampleNumber>800123456</exampleNumber>
24136 <territory id="ZW" countryCode="263" internationalPrefix="00"
24137 nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
24139 <sourceUrl>http://www.itu.int/oth/T02020000E9/en</sourceUrl>
24142 <!-- One-digit area codes -->
24143 <numberFormat pattern="([49])(\d{3})(\d{2,5})">
24148 <format>$1 $2 $3</format>
24150 <!-- Mobile numbers -->
24151 <numberFormat pattern="([179]\d)(\d{3})(\d{3,4})">
24156 <format>$1 $2 $3</format>
24158 <numberFormat pattern="(86\d{2})(\d{3})(\d{3})">
24159 <leadingDigits>86[24]</leadingDigits>
24160 <format>$1 $2 $3</format>
24162 <!-- Three-digit area codes (listed before the two-digit ones since some overlap) -->
24163 <numberFormat pattern="([2356]\d{2})(\d{3,5})">
24183 <format>$1 $2</format>
24185 <numberFormat pattern="(\d{3})(\d{3})(\d{3,4})">
24206 <format>$1 $2 $3</format>
24208 <!-- Two-digit area codes -->
24209 <numberFormat pattern="([1-356]\d)(\d{3,5})">
24234 <format>$1 $2</format>
24236 <numberFormat pattern="([1-356]\d)(\d{3})(\d{3})">
24261 <format>$1 $2 $3</format>
24263 <!-- Four-digit area codes -->
24264 <numberFormat pattern="([25]\d{3})(\d{3,5})">
24275 <format>$1 $2</format>
24277 <numberFormat pattern="([25]\d{3})(\d{3})(\d{3})">
24288 <format>$1 $2 $3</format>
24290 <!-- VOIP numbers -->
24291 <numberFormat pattern="(8\d{3})(\d{6})">
24292 <leadingDigits>86</leadingDigits>
24293 <format>$1 $2</format>
24295 </availableFormats>
24297 <!-- A complicated nationalNumberPattern is necessary here, since the numbers are extremely
24298 variable in length and the possible prefixes clash with the country code. -->
24299 <nationalNumberPattern>
24306 </nationalNumberPattern>
24307 <possibleNumberPattern>\d{3,10}</possibleNumberPattern>
24310 <!-- Numbering is grouped by subscriber-number length. -->
24311 <nationalNumberPattern>
24371 </nationalNumberPattern>
24372 <exampleNumber>1312345</exampleNumber>
24374 <!-- The ITU document list 8622 and 8644 as VoIP, but an online search reveals that they are
24375 also being used by the carriers as mobile prefixes. -->
24377 <nationalNumberPattern>
24383 </nationalNumberPattern>
24384 <possibleNumberPattern>\d{9,10}</possibleNumberPattern>
24385 <exampleNumber>711234567</exampleNumber>
24388 <nationalNumberPattern>800\d{7}</nationalNumberPattern>
24389 <possibleNumberPattern>\d{10}</possibleNumberPattern>
24390 <exampleNumber>8001234567</exampleNumber>
24392 <!-- No premiumRate information can be found. -->
24394 <nationalNumberPattern>
24403 </nationalNumberPattern>
24404 <possibleNumberPattern>\d{10}</possibleNumberPattern>
24405 <exampleNumber>8686123456</exampleNumber>
24409 <!-- Universal International Toll Free Number -->
24410 <territory id="001" countryCode="800" leadingZeroPossible="true">
24412 <sourceUrl>http://www.itu.int/en/ITU-T/inr/unum/Pages/uifn.aspx</sourceUrl>
24415 <numberFormat pattern="(\d{4})(\d{4})">
24416 <format>$1 $2</format>
24418 </availableFormats>
24420 <nationalNumberPattern>\d{8}</nationalNumberPattern>
24421 <possibleNumberPattern>\d{8}</possibleNumberPattern>
24422 <exampleNumber>12345678</exampleNumber>
24425 <nationalNumberPattern>NA</nationalNumberPattern>
24426 <possibleNumberPattern>NA</possibleNumberPattern>
24429 <nationalNumberPattern>NA</nationalNumberPattern>
24430 <possibleNumberPattern>NA</possibleNumberPattern>
24433 <nationalNumberPattern>\d{8}</nationalNumberPattern>
24437 <!-- Universal International Shared Cost Number -->
24438 <territory id="001" countryCode="808" leadingZeroPossible="true">
24440 <sourceUrl>http://www.itu.int/rec/T-REC-E.169-200205-I/en</sourceUrl>
24443 <numberFormat pattern="(\d{4})(\d{4})">
24444 <format>$1 $2</format>
24446 </availableFormats>
24448 <nationalNumberPattern>\d{8}</nationalNumberPattern>
24449 <possibleNumberPattern>\d{8}</possibleNumberPattern>
24450 <exampleNumber>12345678</exampleNumber>
24453 <nationalNumberPattern>NA</nationalNumberPattern>
24454 <possibleNumberPattern>NA</possibleNumberPattern>
24457 <nationalNumberPattern>NA</nationalNumberPattern>
24458 <possibleNumberPattern>NA</possibleNumberPattern>
24461 <nationalNumberPattern>\d{8}</nationalNumberPattern>
24465 <!-- Inmarsat Global Limited -->
24466 <territory id="001" countryCode="870">
24468 <sourceUrl>http://www.itu.int/oth/T0202000065/en</sourceUrl>
24469 <sourceUrl>http://www.inmarsat.com</sourceUrl>
24472 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
24473 <format>$1 $2 $3</format>
24475 </availableFormats>
24477 <nationalNumberPattern>[35-7]\d{8}</nationalNumberPattern>
24478 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24479 <exampleNumber>301234567</exampleNumber>
24482 <nationalNumberPattern>NA</nationalNumberPattern>
24483 <possibleNumberPattern>NA</possibleNumberPattern>
24486 <!-- Assigning these to mobile since Inmarsat considers them to be mobile numbers. -->
24487 <nationalNumberPattern>
24492 </nationalNumberPattern>
24497 <!-- Number length has been derived from examples found online. -->
24498 <territory id="001" countryCode="878">
24500 <sourceUrl>http://www.itu.int/oth/T02020000E5/en</sourceUrl>
24503 <!-- Formatting chosen based on online examples. -->
24504 <numberFormat pattern="(\d{2})(\d{5})(\d{5})">
24505 <format>$1 $2 $3</format>
24507 </availableFormats>
24509 <nationalNumberPattern>1\d{11}</nationalNumberPattern>
24510 <possibleNumberPattern>\d{12}</possibleNumberPattern>
24511 <exampleNumber>101234567890</exampleNumber>
24514 <nationalNumberPattern>NA</nationalNumberPattern>
24515 <possibleNumberPattern>NA</possibleNumberPattern>
24518 <nationalNumberPattern>NA</nationalNumberPattern>
24519 <possibleNumberPattern>NA</possibleNumberPattern>
24522 <nationalNumberPattern>10\d{10}</nationalNumberPattern>
24527 <!-- Globalstar also reports using this prefix, but we cannot find any online numbers with the
24528 Globalstar prefixes, so are not sure how exactly these work, and what length the numbers
24529 are. For this reason, we only support Iridium numbers at the moment. -->
24530 <territory id="001" countryCode="881">
24532 <sourceUrl>http://www.iridium.com</sourceUrl>
24533 <sourceUrl>http://www.itu.int/oth/T0202000069/en</sourceUrl>
24536 <!-- Formatting chosen based on ITU document and Iridium website FAQ. -->
24537 <numberFormat pattern="(\d)(\d{3})(\d{5})">
24538 <leadingDigits>[67]</leadingDigits>
24539 <format>$1 $2 $3</format>
24541 </availableFormats>
24543 <nationalNumberPattern>[67]\d{8}</nationalNumberPattern>
24544 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24545 <exampleNumber>612345678</exampleNumber>
24548 <nationalNumberPattern>NA</nationalNumberPattern>
24549 <possibleNumberPattern>NA</possibleNumberPattern>
24552 <nationalNumberPattern>[67]\d{8}</nationalNumberPattern>
24556 <territory id="001" countryCode="882">
24558 <!-- BebbiCell (Formerly Global Networks Switzerland AG) +88234 -->
24559 <sourceUrl>http://www.itu.int/oth/T0202000054/en</sourceUrl>
24560 <sourceUrl>http://www.gsm.aq/numberplan.php</sourceUrl>
24561 <sourceUrl>http://www.global.aq</sourceUrl>
24562 <!-- Maritime Communications Partner (MCP) +88232 -->
24563 <sourceUrl>http://www.itu.int/oth/T02020000F4/en</sourceUrl>
24564 <!-- Oration Technologies +88237 -->
24565 <sourceUrl>http://www.itu.int/oth/T02020000A0/en</sourceUrl>
24566 <!-- Telespazio S.p.A. +88213 -->
24567 <sourceUrl>http://www.itu.int/oth/T02020000CC/en</sourceUrl>
24568 <!-- Thuraya +88216 -->
24569 <sourceUrl>http://www.itu.int/oth/T02020000CF/en</sourceUrl>
24572 <numberFormat pattern="(\d{2})(\d{4})(\d{3})">
24573 <leadingDigits>3[23]</leadingDigits>
24574 <format>$1 $2 $3</format>
24576 <numberFormat pattern="(\d{2})(\d{5})">
24581 <format>$1 $2</format>
24583 <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
24584 <leadingDigits>34[57]</leadingDigits>
24585 <format>$1 $2 $3</format>
24587 <numberFormat pattern="(\d{3})(\d{4})(\d{4})">
24588 <leadingDigits>348</leadingDigits>
24589 <format>$1 $2 $3</format>
24591 <numberFormat pattern="(\d{2})(\d{2})(\d{4})">
24592 <leadingDigits>1</leadingDigits>
24593 <format>$1 $2 $3</format>
24595 <numberFormat pattern="(\d{2})(\d{3,4})(\d{4})">
24596 <leadingDigits>16</leadingDigits>
24597 <format>$1 $2 $3</format>
24599 <numberFormat pattern="(\d{2})(\d{4,5})(\d{5})">
24600 <leadingDigits>16</leadingDigits>
24601 <format>$1 $2 $3</format>
24603 </availableFormats>
24605 <nationalNumberPattern>[13]\d{6,11}</nationalNumberPattern>
24606 <possibleNumberPattern>\d{7,12}</possibleNumberPattern>
24607 <exampleNumber>3451234567</exampleNumber>
24610 <nationalNumberPattern>NA</nationalNumberPattern>
24611 <possibleNumberPattern>NA</possibleNumberPattern>
24614 <!-- Bebbicell Mobile numbers, MCP & Oration. We are guessing the number length for
24615 Oration based on numbers found online. -->
24616 <nationalNumberPattern>
24625 </nationalNumberPattern>
24626 <possibleNumberPattern>\d{7,10}</possibleNumberPattern>
24629 <!-- Telespazio S.p.A., Thuraya and Bebbicell VOIP numbers. -->
24630 <nationalNumberPattern>
24645 </nationalNumberPattern>
24646 <possibleNumberPattern>\d{7,12}</possibleNumberPattern>
24649 <nationalNumberPattern>348[57]\d{7}</nationalNumberPattern>
24650 <possibleNumberPattern>\d{11}</possibleNumberPattern>
24654 <territory id="001" countryCode="883">
24656 <!-- bandwidth.com -->
24657 <sourceUrl>http://www.itu.int/oth/T02020000FB/en</sourceUrl>
24659 <sourceUrl>http://www.itu.int/oth/T02020000FC/en</sourceUrl>
24661 <sourceUrl>http://www.itu.int/oth/T02020000F3/en</sourceUrl>
24664 <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
24665 <leadingDigits>510</leadingDigits>
24666 <format>$1 $2 $3</format>
24668 <numberFormat pattern="(\d{3})(\d{3})(\d{3})(\d{3})">
24669 <leadingDigits>510</leadingDigits>
24670 <format>$1 $2 $3 $4</format>
24672 <!-- When only 8 digits follow the "area code" formatting as XXXX XXXX
24673 seems preferred (see Bandwidth.com and SipMe). -->
24674 <numberFormat pattern="(\d{4})(\d{4})(\d{4})">
24675 <leadingDigits>51[13]</leadingDigits>
24676 <format>$1 $2 $3</format>
24678 </availableFormats>
24680 <!-- Wikipedia also listed a few other +883 ranges, but no information on their lengths and
24681 costs can be found online, so we don't include them here for now. -->
24682 <nationalNumberPattern>51\d{7}(?:\d{3})?</nationalNumberPattern>
24683 <possibleNumberPattern>\d{9}(?:\d{3})?</possibleNumberPattern>
24684 <exampleNumber>510012345</exampleNumber>
24687 <nationalNumberPattern>NA</nationalNumberPattern>
24688 <possibleNumberPattern>NA</possibleNumberPattern>
24691 <nationalNumberPattern>NA</nationalNumberPattern>
24692 <possibleNumberPattern>NA</possibleNumberPattern>
24695 <nationalNumberPattern>
24700 </nationalNumberPattern>
24704 <!-- United Nations- OCHA -->
24705 <!-- Numbers here are classified as UAN, as they are non-geographical and universally
24706 accessible. In addition, the end-user tariff to reach these numbers is lower or similar to
24707 the tariff of a national call. -->
24708 <territory id="001" countryCode="888" leadingZeroPossible="true">
24710 <sourceUrl>http://www.itu.int/oth/T02020000FA/en</sourceUrl>
24713 <numberFormat pattern="(\d{3})(\d{3})(\d{5})">
24714 <format>$1 $2 $3</format>
24716 </availableFormats>
24718 <nationalNumberPattern>\d{11}</nationalNumberPattern>
24719 <possibleNumberPattern>\d{11}</possibleNumberPattern>
24720 <exampleNumber>12345678901</exampleNumber>
24723 <nationalNumberPattern>NA</nationalNumberPattern>
24724 <possibleNumberPattern>NA</possibleNumberPattern>
24727 <nationalNumberPattern>NA</nationalNumberPattern>
24728 <possibleNumberPattern>NA</possibleNumberPattern>
24731 <nationalNumberPattern>\d{11}</nationalNumberPattern>
24735 <!-- Universal International Premium Rate Number -->
24736 <territory id="001" countryCode="979" leadingZeroPossible="true">
24738 <sourceUrl>http://www.itu.int/rec/T-REC-E.169-200205-I/en</sourceUrl>
24741 <numberFormat pattern="(\d)(\d{4})(\d{4})">
24742 <format>$1 $2 $3</format>
24744 </availableFormats>
24746 <nationalNumberPattern>\d{9}</nationalNumberPattern>
24747 <possibleNumberPattern>\d{9}</possibleNumberPattern>
24748 <exampleNumber>123456789</exampleNumber>
24751 <nationalNumberPattern>NA</nationalNumberPattern>
24752 <possibleNumberPattern>NA</possibleNumberPattern>
24755 <nationalNumberPattern>NA</nationalNumberPattern>
24756 <possibleNumberPattern>NA</possibleNumberPattern>
24759 <nationalNumberPattern>\d{9}</nationalNumberPattern>
24763 </phoneNumberMetadata>