phonelib 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,9 +39,10 @@
39
39
  <!DOCTYPE phoneNumberMetadata [
40
40
  <!ELEMENT phoneNumberMetadata (territories)>
41
41
  <!ELEMENT territories (territory+)>
42
- <!ELEMENT territory (availableFormats?, generalDesc?, noInternationalDialling?,
42
+ <!ELEMENT territory (references?, availableFormats?, generalDesc?, noInternationalDialling?,
43
43
  areaCodeOptional?, fixedLine?, mobile?, pager?, tollFree?, premiumRate?,
44
44
  sharedCost?, personalNumber?, voip?, uan?, voicemail?)>
45
+ <!ELEMENT references (sourceUrl+)>
45
46
  <!ELEMENT generalDesc (nationalNumberPattern, possibleNumberPattern, exampleNumber?)>
46
47
  <!ELEMENT noInternationalDialling (nationalNumberPattern, possibleNumberPattern?,
47
48
  exampleNumber?)>
@@ -56,6 +57,7 @@
56
57
  <!ELEMENT voip (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
57
58
  <!ELEMENT uan (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
58
59
  <!ELEMENT voicemail (nationalNumberPattern?, possibleNumberPattern?, exampleNumber?)>
60
+ <!ELEMENT sourceUrl (#PCDATA)>
59
61
  <!ELEMENT availableFormats (numberFormat+)>
60
62
  <!ELEMENT nationalNumberPattern (#PCDATA)>
61
63
  <!ELEMENT possibleNumberPattern (#PCDATA)>
@@ -89,8 +91,10 @@
89
91
  <phoneNumberMetadata>
90
92
  <territories>
91
93
  <!-- Ascension Island -->
92
- <!-- www.itu.int/oth/T02020000AF -->
93
94
  <territory id="AC" countryCode="247" internationalPrefix="00">
95
+ <references>
96
+ <sourceUrl>http://www.itu.int/oth/T02020000AF/en</sourceUrl>
97
+ </references>
94
98
  <!-- Formatted as a block. -->
95
99
  <generalDesc>
96
100
  <nationalNumberPattern>[2-467]\d{3}</nationalNumberPattern>
@@ -114,8 +118,10 @@
114
118
  </territory>
115
119
 
116
120
  <!-- Andorra -->
117
- <!-- http://www.itu.int/oth/T0202000005/en -->
118
121
  <territory id="AD" countryCode="376" internationalPrefix="00">
122
+ <references>
123
+ <sourceUrl>http://www.itu.int/oth/T0202000005/en</sourceUrl>
124
+ </references>
119
125
  <availableFormats>
120
126
  <numberFormat pattern="(\d{3})(\d{3})">
121
127
  <leadingDigits>[346-9]</leadingDigits>
@@ -147,7 +153,7 @@
147
153
  </mobile>
148
154
  <tollFree>
149
155
  <!-- Note that the definitions of 1800 and 1802 numbers differ in the plan and on the
150
- Andorran www.sta.ad website, but we consider both to be freephone here. -->
156
+ Andorran http://www.sta.ad website, but we consider both to be freephone here. -->
151
157
  <nationalNumberPattern>180[02]\d{4}</nationalNumberPattern>
152
158
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
153
159
  <exampleNumber>18001234</exampleNumber>
@@ -163,9 +169,11 @@
163
169
  </territory>
164
170
 
165
171
  <!-- United Arab Emirates -->
166
- <!-- http://www.itu.int/oth/T02020000DC/en -->
167
172
  <territory id="AE" countryCode="971" internationalPrefix="00"
168
173
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
174
+ <references>
175
+ <sourceUrl>http://www.itu.int/oth/T02020000DC/en</sourceUrl>
176
+ </references>
169
177
  <availableFormats>
170
178
  <numberFormat pattern="([2-4679])(\d{3})(\d{4})">
171
179
  <leadingDigits>[2-4679][2-8]</leadingDigits>
@@ -230,9 +238,11 @@
230
238
  </territory>
231
239
 
232
240
  <!-- Afghanistan -->
233
- <!-- http://www.itu.int/oth/T0202000001/en -->
234
241
  <territory id="AF" countryCode="93" internationalPrefix="00"
235
242
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
243
+ <references>
244
+ <sourceUrl>http://www.itu.int/oth/T0202000001/en</sourceUrl>
245
+ </references>
236
246
  <availableFormats>
237
247
  <!-- Formatting based primarily on ITU document. -->
238
248
  <numberFormat pattern="([2-7]\d)(\d{3})(\d{4})">
@@ -275,9 +285,11 @@
275
285
  </territory>
276
286
 
277
287
  <!-- Antigua and Barbuda -->
278
- <!-- http://www.itu.int/oth/T0202000008/en -->
279
288
  <territory id="AG" countryCode="1" leadingDigits="268" nationalPrefix="1"
280
289
  internationalPrefix="011">
290
+ <references>
291
+ <sourceUrl>http://www.itu.int/oth/T0202000008/en</sourceUrl>
292
+ </references>
281
293
  <generalDesc>
282
294
  <!-- NANPA country - uses US formatting rules -->
283
295
  <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
@@ -361,9 +373,11 @@
361
373
  </territory>
362
374
 
363
375
  <!-- Anguilla -->
364
- <!-- http://www.itu.int/oth/T0202000007/en -->
365
376
  <territory id="AI" countryCode="1" leadingDigits="264" nationalPrefix="1"
366
377
  internationalPrefix="011">
378
+ <references>
379
+ <sourceUrl>http://www.itu.int/oth/T0202000007/en</sourceUrl>
380
+ </references>
367
381
  <generalDesc>
368
382
  <!-- NANPA country - uses US formatting rules -->
369
383
  <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
@@ -432,10 +446,12 @@
432
446
  </territory>
433
447
 
434
448
  <!-- Albania -->
435
- <!-- http://www.itu.int/oth/T0202000002/en -->
436
449
  <territory id="AL" countryCode="355" internationalPrefix="00"
437
450
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
438
451
  mobileNumberPortableRegion="true">
452
+ <references>
453
+ <sourceUrl>http://www.itu.int/oth/T0202000002/en</sourceUrl>
454
+ </references>
439
455
  <availableFormats>
440
456
  <!-- Formats mostly follow http://tirana.usembassy.gov/list_of_doctors.html -->
441
457
  <numberFormat pattern="(4)(\d{3})(\d{4})">
@@ -533,14 +549,16 @@
533
549
  </territory>
534
550
 
535
551
  <!-- Armenia -->
536
- <!-- http://www.itu.int/oth/T020200000A/en -->
537
- <!-- http://en.wikipedia.org/wiki/%2B374 -->
538
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Nagorno-Karabakh_Republic -->
539
552
  <!-- We think the national dialling prefix is 0 - it seems this was a change in 2005 (or 2008)
540
553
  along with the new city codes. However, their official document makes no mention of it,
541
554
  websites disagree, and we are not sure if the change has actually been made. -->
542
555
  <territory id="AM" countryCode="374" internationalPrefix="00"
543
556
  nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)">
557
+ <references>
558
+ <sourceUrl>http://www.itu.int/oth/T020200000A/en</sourceUrl>
559
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B374</sourceUrl>
560
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Nagorno-Karabakh_Republic</sourceUrl>
561
+ </references>
544
562
  <availableFormats>
545
563
  <numberFormat pattern="(\d{2})(\d{6})">
546
564
  <leadingDigits>
@@ -627,8 +645,10 @@
627
645
  </territory>
628
646
 
629
647
  <!-- Angola -->
630
- <!-- http://www.itu.int/oth/T0202000006/en -->
631
648
  <territory id="AO" countryCode="244" internationalPrefix="00">
649
+ <references>
650
+ <sourceUrl>http://www.itu.int/oth/T0202000006/en</sourceUrl>
651
+ </references>
632
652
  <availableFormats>
633
653
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
634
654
  <format>$1 $2 $3</format>
@@ -656,10 +676,6 @@
656
676
  </territory>
657
677
 
658
678
  <!-- Argentina -->
659
- <!-- http://www.itu.int/oth/T0202000009/en -->
660
- <!-- http://www.cnc.gov.ar/infotecnica/numeracion/Index.asp - click on Indicativos Interurbanos.
661
- -->
662
- <!-- http://en.wikipedia.org/wiki/+54 -->
663
679
  <territory id="AR" countryCode="54" internationalPrefix="00" nationalPrefix="0"
664
680
  nationalPrefixForParsing="
665
681
  0?(?:
@@ -761,6 +777,13 @@
761
777
  )?"
762
778
  nationalPrefixTransformRule="9$1" nationalPrefixFormattingRule="$NP$FG"
763
779
  mobileNumberPortableRegion="true">
780
+ <references>
781
+ <sourceUrl>http://www.itu.int/oth/T0202000009/en</sourceUrl>
782
+ <!-- On the following link, click on Indicativos Interurbanos to access detailed
783
+ information. -->
784
+ <sourceUrl>http://www.cnc.gov.ar/infotecnica/numeracion/Index.asp</sourceUrl>
785
+ <sourceUrl>http://en.wikipedia.org/wiki/+54</sourceUrl>
786
+ </references>
764
787
  <availableFormats>
765
788
  <numberFormat pattern="([68]\d{2})(\d{3})(\d{4})">
766
789
  <leadingDigits>[68]</leadingDigits>
@@ -1109,9 +1132,11 @@
1109
1132
  </territory>
1110
1133
 
1111
1134
  <!-- American Samoa -->
1112
- <!-- http://www.itu.int/oth/T0202000004/en -->
1113
1135
  <territory id="AS" countryCode="1" leadingDigits="684" nationalPrefix="1"
1114
1136
  internationalPrefix="011">
1137
+ <references>
1138
+ <sourceUrl>http://www.itu.int/oth/T0202000004/en</sourceUrl>
1139
+ </references>
1115
1140
  <generalDesc>
1116
1141
  <!-- NANPA country - uses US formatting rules -->
1117
1142
  <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
@@ -1181,10 +1206,12 @@
1181
1206
  </territory>
1182
1207
 
1183
1208
  <!-- Austria -->
1184
- <!-- http://www.rtr.at/en/tk/E129 -->
1185
1209
  <territory id="AT" countryCode="43" internationalPrefix="00"
1186
1210
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
1187
1211
  mobileNumberPortableRegion="true">
1212
+ <references>
1213
+ <sourceUrl>http://www.rtr.at/en/tk/E129</sourceUrl>
1214
+ </references>
1188
1215
  <availableFormats>
1189
1216
  <numberFormat pattern="(1)(\d{3,12})">
1190
1217
  <leadingDigits>1</leadingDigits>
@@ -1374,12 +1401,14 @@
1374
1401
 
1375
1402
  <!-- Australia -->
1376
1403
  <!-- Metadata shared with Cocos Islands (CC) and Christmas Islands (CX) -->
1377
- <!-- http://www.itu.int/oth/T020200000D/en -->
1378
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia -->
1379
1404
  <territory id="AU" countryCode="61" mainCountryForCode="true"
1380
1405
  internationalPrefix="(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]"
1381
1406
  preferredInternationalPrefix="0011" nationalPrefix="0"
1382
1407
  mobileNumberPortableRegion="true">
1408
+ <references>
1409
+ <sourceUrl>http://www.itu.int/oth/T020200000D/en</sourceUrl>
1410
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia</sourceUrl>
1411
+ </references>
1383
1412
  <availableFormats>
1384
1413
  <numberFormat nationalPrefixFormattingRule="($NP$FG)"
1385
1414
  pattern="([2378])(\d{4})(\d{4})">
@@ -1546,8 +1575,10 @@
1546
1575
  </territory>
1547
1576
 
1548
1577
  <!-- Aruba -->
1549
- <!-- http://www.itu.int/oth/T020200000B/en -->
1550
1578
  <territory id="AW" countryCode="297" internationalPrefix="00">
1579
+ <references>
1580
+ <sourceUrl>http://www.itu.int/oth/T020200000B/en</sourceUrl>
1581
+ </references>
1551
1582
  <availableFormats>
1552
1583
  <numberFormat pattern="(\d{3})(\d{4})">
1553
1584
  <format>$1 $2</format>
@@ -1609,9 +1640,11 @@
1609
1640
 
1610
1641
  <!-- Åland Islands. -->
1611
1642
  <!-- Metadata shared with Finland. -->
1612
- <!-- http://www.ficora.fi/en/index/palvelut/palvelutaiheittain/numerointi/numerotyypitjaalueet.html -->
1613
1643
  <territory id="AX" countryCode="358" internationalPrefix="00|99[049]" nationalPrefix="0"
1614
1644
  nationalPrefixFormattingRule="$NP$FG">
1645
+ <references>
1646
+ <sourceUrl>http://www.ficora.fi/en/index/palvelut/palvelutaiheittain/numerointi/numerotyypitjaalueet.html</sourceUrl>
1647
+ </references>
1615
1648
  <!-- The general desc and fixed line are numbers different from Finland metadata. -->
1616
1649
  <generalDesc>
1617
1650
  <nationalNumberPattern>
@@ -1701,9 +1734,11 @@
1701
1734
  </territory>
1702
1735
 
1703
1736
  <!-- Azerbaijan -->
1704
- <!-- http://www.itu.int/oth/T020200000F/en -->
1705
1737
  <territory id="AZ" countryCode="994" internationalPrefix="00" nationalPrefix="0"
1706
1738
  nationalPrefixFormattingRule="($NP$FG)" mobileNumberPortableRegion="true">
1739
+ <references>
1740
+ <sourceUrl>http://www.itu.int/oth/T020200000F/en</sourceUrl>
1741
+ </references>
1707
1742
  <availableFormats>
1708
1743
  <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
1709
1744
  <leadingDigits>
@@ -1777,12 +1812,14 @@
1777
1812
  </territory>
1778
1813
 
1779
1814
  <!-- Bosnia and Herzegovina -->
1780
- <!-- http://www.rak.ba/eng/index.php?uid=1272016657 (accessible from
1781
- http://www.cra.ba/en/telecom/numbering/) -->
1782
- <!-- http://en.wikipedia.org/wiki/+387 -->
1783
1815
  <territory id="BA" countryCode="387" internationalPrefix="00"
1784
1816
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
1785
1817
  mobileNumberPortableRegion="true">
1818
+ <references>
1819
+ <!-- accessible from http://www.cra.ba/en/telecom/numbering/ -->
1820
+ <sourceUrl>http://www.rak.ba/eng/index.php?uid=1272016657</sourceUrl>
1821
+ <sourceUrl>http://en.wikipedia.org/wiki/+387</sourceUrl>
1822
+ </references>
1786
1823
  <availableFormats>
1787
1824
  <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
1788
1825
  <leadingDigits>[3-5]</leadingDigits>
@@ -1852,9 +1889,11 @@
1852
1889
  </territory>
1853
1890
 
1854
1891
  <!-- Barbados -->
1855
- <!-- http://www.itu.int/oth/T0202000013/en -->
1856
1892
  <territory id="BB" countryCode="1" leadingDigits="246" nationalPrefix="1"
1857
1893
  internationalPrefix="011">
1894
+ <references>
1895
+ <sourceUrl>http://www.itu.int/oth/T0202000013/en</sourceUrl>
1896
+ </references>
1858
1897
  <generalDesc>
1859
1898
  <!-- NANPA country - uses US formatting rules -->
1860
1899
  <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
@@ -1914,12 +1953,14 @@
1914
1953
  </territory>
1915
1954
 
1916
1955
  <!-- Bangladesh -->
1917
- <!-- http://www.itu.int/oth/T0202000012/en -->
1918
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Bangladesh -->
1919
- <!-- http://www.btrc.gov.bd/engineering/national_numbering_plan_2005.pdf -->
1920
1956
  <territory id="BD" countryCode="880" internationalPrefix="00[12]?"
1921
1957
  preferredInternationalPrefix="00"
1922
1958
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
1959
+ <references>
1960
+ <sourceUrl>http://www.itu.int/oth/T0202000012/en</sourceUrl>
1961
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Bangladesh</sourceUrl>
1962
+ <sourceUrl>http://www.btrc.gov.bd/engineering/national_numbering_plan_2005.pdf</sourceUrl>
1963
+ </references>
1923
1964
  <availableFormats>
1924
1965
  <numberFormat pattern="(2)(\d{7})">
1925
1966
  <leadingDigits>2</leadingDigits>
@@ -2309,11 +2350,13 @@
2309
2350
  </territory>
2310
2351
 
2311
2352
  <!-- Belgium -->
2312
- <!-- http://www.bipt.be/en/161/ShowContent/502/Database/Databases.aspx -->
2313
- <!-- http://www.telefoonzones.be/ -->
2314
2353
  <territory id="BE" countryCode="32" internationalPrefix="00"
2315
2354
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
2316
2355
  mobileNumberPortableRegion="true">
2356
+ <references>
2357
+ <sourceUrl>http://www.bipt.be/en/161/ShowContent/502/Database/Databases.aspx</sourceUrl>
2358
+ <sourceUrl>http://www.telefoonzones.be/</sourceUrl>
2359
+ </references>
2317
2360
  <availableFormats>
2318
2361
  <numberFormat pattern="(4[6-9]\d)(\d{2})(\d{2})(\d{2})">
2319
2362
  <leadingDigits>4[6-9]</leadingDigits>
@@ -2405,9 +2448,11 @@
2405
2448
  </territory>
2406
2449
 
2407
2450
  <!-- Burkina Faso -->
2408
- <!-- http://www.itu.int/oth/T0202000021/en -->
2409
- <!-- http://www.onatel.bf/onatelsa/plandenumerotation_burkina.pdf -->
2410
2451
  <territory id="BF" countryCode="226" internationalPrefix="00">
2452
+ <references>
2453
+ <sourceUrl>http://www.itu.int/oth/T0202000021/en</sourceUrl>
2454
+ <sourceUrl>http://www.onatel.bf/onatelsa/plandenumerotation_burkina.pdf</sourceUrl>
2455
+ </references>
2411
2456
  <availableFormats>
2412
2457
  <!-- The national numbering plan from ITU suggests grouping of 2, 2 and 4, but we have
2413
2458
  chosen to use the standard from numbers found on the internet instead. -->
@@ -2453,10 +2498,12 @@
2453
2498
  </territory>
2454
2499
 
2455
2500
  <!-- Bulgaria -->
2456
- <!-- http://www.itu.int/oth/T0202000020/en -->
2457
2501
  <territory id="BG" countryCode="359" internationalPrefix="00"
2458
2502
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
2459
2503
  mobileNumberPortableRegion="true">
2504
+ <references>
2505
+ <sourceUrl>http://www.itu.int/oth/T0202000020/en</sourceUrl>
2506
+ </references>
2460
2507
  <availableFormats>
2461
2508
  <!-- Formatting rules follow the conventions seen in web-search results. A space has been
2462
2509
  used to separate the area code from the rest of the number, based on sites like
@@ -2572,10 +2619,12 @@
2572
2619
  </territory>
2573
2620
 
2574
2621
  <!-- Bahrain -->
2575
- <!-- http://www.itu.int/oth/T0202000011/en -->
2576
- <!-- http://www.tra.org.bh/en/marketNumbering.aspx -->
2577
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Bahrain -->
2578
2622
  <territory id="BH" countryCode="973" internationalPrefix="00" mobileNumberPortableRegion="true">
2623
+ <references>
2624
+ <sourceUrl>http://www.itu.int/oth/T0202000011/en</sourceUrl>
2625
+ <sourceUrl>http://www.tra.org.bh/en/marketNumbering.aspx</sourceUrl>
2626
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Bahrain</sourceUrl>
2627
+ </references>
2579
2628
  <availableFormats>
2580
2629
  <numberFormat pattern="(\d{4})(\d{4})">
2581
2630
  <format>$1 $2</format>
@@ -2665,8 +2714,10 @@
2665
2714
  </territory>
2666
2715
 
2667
2716
  <!-- Burundi -->
2668
- <!-- http://www.itu.int/oth/T0202000022/en -->
2669
2717
  <territory id="BI" countryCode="257" internationalPrefix="00">
2718
+ <references>
2719
+ <sourceUrl>http://www.itu.int/oth/T0202000022/en</sourceUrl>
2720
+ </references>
2670
2721
  <availableFormats>
2671
2722
  <numberFormat
2672
2723
  pattern="([27]\d)(\d{2})(\d{2})(\d{2})">
@@ -2702,8 +2753,10 @@
2702
2753
  </territory>
2703
2754
 
2704
2755
  <!-- Benin -->
2705
- <!-- http://www.itu.int/oth/T0202000017/en -->
2706
2756
  <territory id="BJ" countryCode="229" internationalPrefix="00">
2757
+ <references>
2758
+ <sourceUrl>http://www.itu.int/oth/T0202000017/en</sourceUrl>
2759
+ </references>
2707
2760
  <availableFormats>
2708
2761
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
2709
2762
  <format>$1 $2 $3 $4</format>
@@ -2771,8 +2824,10 @@
2771
2824
  available in these regions are used. In these cases, if getRegionCodeForNumber is used, one
2772
2825
  of these region codes will be returned, although numbers will be valid for both regions.
2773
2826
  -->
2774
- <!-- http://www.itu.int/oth/T0202000058/en -->
2775
2827
  <territory id="BL" countryCode="590" internationalPrefix="00" nationalPrefix="0">
2828
+ <references>
2829
+ <sourceUrl>http://www.itu.int/oth/T0202000058/en</sourceUrl>
2830
+ </references>
2776
2831
  <!-- Formatting rules borrowed from Guadeloupe. -->
2777
2832
  <generalDesc>
2778
2833
  <nationalNumberPattern>[56]\d{8}</nationalNumberPattern>
@@ -2804,9 +2859,11 @@
2804
2859
  </territory>
2805
2860
 
2806
2861
  <!-- Bermuda -->
2807
- <!-- http://www.itu.int/oth/T0202000018/en -->
2808
2862
  <territory id="BM" countryCode="1" leadingDigits="441" nationalPrefix="1"
2809
2863
  internationalPrefix="011">
2864
+ <references>
2865
+ <sourceUrl>http://www.itu.int/oth/T0202000018/en</sourceUrl>
2866
+ </references>
2810
2867
  <generalDesc>
2811
2868
  <!-- NANPA country - uses US formatting rules -->
2812
2869
  <nationalNumberPattern>[4589]\d{9}</nationalNumberPattern>
@@ -2878,8 +2935,10 @@
2878
2935
  </territory>
2879
2936
 
2880
2937
  <!-- Brunei Darussalam -->
2881
- <!-- http://www.itu.int/oth/T020200001F/en -->
2882
2938
  <territory id="BN" countryCode="673" internationalPrefix="00">
2939
+ <references>
2940
+ <sourceUrl>http://www.itu.int/oth/T020200001F/en</sourceUrl>
2941
+ </references>
2883
2942
  <!-- Format is from http://aiti.gov.bn/contact.html -->
2884
2943
  <availableFormats>
2885
2944
  <numberFormat pattern="([2-578]\d{2})(\d{4})">
@@ -2891,20 +2950,31 @@
2891
2950
  <possibleNumberPattern>\d{7}</possibleNumberPattern>
2892
2951
  </generalDesc>
2893
2952
  <fixedLine>
2894
- <nationalNumberPattern>[2-5]\d{6}</nationalNumberPattern>
2953
+ <nationalNumberPattern>
2954
+ 2(?:
2955
+ [013-9]\d|
2956
+ 2[0-7]
2957
+ )\d{4}|
2958
+ [3-5]\d{6}
2959
+ </nationalNumberPattern>
2895
2960
  <exampleNumber>2345678</exampleNumber>
2896
2961
  </fixedLine>
2897
2962
  <mobile>
2898
- <nationalNumberPattern>[78]\d{6}</nationalNumberPattern>
2963
+ <nationalNumberPattern>
2964
+ 22[89]\d{4}|
2965
+ [78]\d{6}
2966
+ </nationalNumberPattern>
2899
2967
  <exampleNumber>7123456</exampleNumber>
2900
2968
  </mobile>
2901
2969
  </territory>
2902
2970
 
2903
2971
  <!-- Bolivia -->
2904
- <!-- http://www.itu.int/oth/T020200001A/en -->
2905
- <!-- http://www.bolivia.com/Servicios/Plandenumeracion.pdf -->
2906
2972
  <territory id="BO" countryCode="591" internationalPrefix="00(1\d)?" nationalPrefix="0"
2907
2973
  nationalPrefixForParsing="0(1\d)?" carrierCodeFormattingRule="$NP$CC $FG">
2974
+ <references>
2975
+ <sourceUrl>http://www.itu.int/oth/T020200001A/en</sourceUrl>
2976
+ <sourceUrl>http://www.bolivia.com/Servicios/Plandenumeracion.pdf</sourceUrl>
2977
+ </references>
2908
2978
  <availableFormats>
2909
2979
  <numberFormat pattern="([234])(\d{7})">
2910
2980
  <leadingDigits>[234]</leadingDigits>
@@ -2951,8 +3021,10 @@
2951
3021
  </territory>
2952
3022
 
2953
3023
  <!-- Bonaire, Sint Eustatius and Saba -->
2954
- <!-- http://www.itu.int/oth/T02020000F8/en -->
2955
3024
  <territory id="BQ" countryCode="599" internationalPrefix="00">
3025
+ <references>
3026
+ <sourceUrl>http://www.itu.int/oth/T02020000F8/en</sourceUrl>
3027
+ </references>
2956
3028
  <!-- Shares formatting patterns with CW. -->
2957
3029
  <generalDesc>
2958
3030
  <nationalNumberPattern>[347]\d{6}</nationalNumberPattern>
@@ -2988,13 +3060,15 @@
2988
3060
  </territory>
2989
3061
 
2990
3062
  <!-- Brazil -->
2991
- <!-- http://en.wikipedia.org/wiki/%2B55 -->
2992
- <!-- http://www.itu.int/oth/T020200001D/en -->
2993
3063
  <territory id="BR" countryCode="55"
2994
3064
  internationalPrefix="00(?:1[45]|2[135]|31|4[13])"
2995
3065
  nationalPrefix="0"
2996
3066
  nationalPrefixForParsing="0(?:(1[245]|2[135]|31|4[13])(\d{10,11}))?"
2997
3067
  nationalPrefixTransformRule="$2" mobileNumberPortableRegion="true">
3068
+ <references>
3069
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B55</sourceUrl>
3070
+ <sourceUrl>http://www.itu.int/oth/T020200001D/en</sourceUrl>
3071
+ </references>
2998
3072
  <!-- The national prefix for parsing here also contains a capturing group for the main number,
2999
3073
  since the carrier codes here may also be area codes, so we want to check the length of
3000
3074
  the number after capturing. We also need a nationalTransformRule to repopulate with the
@@ -3125,9 +3199,11 @@
3125
3199
  </territory>
3126
3200
 
3127
3201
  <!-- Bahamas -->
3128
- <!-- http://www.itu.int/oth/T0202000010/en -->
3129
3202
  <territory id="BS" countryCode="1" leadingDigits="242" nationalPrefix="1"
3130
3203
  internationalPrefix="011">
3204
+ <references>
3205
+ <sourceUrl>http://www.itu.int/oth/T0202000010/en</sourceUrl>
3206
+ </references>
3131
3207
  <generalDesc>
3132
3208
  <!-- NANPA country - uses US formatting rules -->
3133
3209
  <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
@@ -3226,8 +3302,10 @@
3226
3302
  </territory>
3227
3303
 
3228
3304
  <!-- Bhutan -->
3229
- <!-- http://www.itu.int/oth/T0202000019/en -->
3230
3305
  <territory id="BT" countryCode="975" internationalPrefix="00">
3306
+ <references>
3307
+ <sourceUrl>http://www.itu.int/oth/T0202000019/en</sourceUrl>
3308
+ </references>
3231
3309
  <availableFormats>
3232
3310
  <!-- Format is from
3233
3311
  http://www.tourism.gov.bt/tour-operators/bhutan-abbot-tours-and-travels.html -->
@@ -3275,8 +3353,10 @@
3275
3353
  </territory>
3276
3354
 
3277
3355
  <!-- Botswana -->
3278
- <!-- http://www.itu.int/oth/T020200001C/en -->
3279
3356
  <territory id="BW" countryCode="267" internationalPrefix="00">
3357
+ <references>
3358
+ <sourceUrl>http://www.itu.int/oth/T020200001C/en</sourceUrl>
3359
+ </references>
3280
3360
  <availableFormats>
3281
3361
  <numberFormat pattern="(\d{3})(\d{4})">
3282
3362
  <leadingDigits>[2-6]</leadingDigits>
@@ -3333,13 +3413,12 @@
3333
3413
  <exampleNumber>2401234</exampleNumber>
3334
3414
  </fixedLine>
3335
3415
  <mobile>
3336
- <!-- 77[01467] has been added after numbers in use have been seen online. -->
3337
3416
  <nationalNumberPattern>
3338
3417
  7(?:
3339
- [1-35]\d{6}|
3340
- [46][0-7]\d{5}|
3341
- 7[01467]\d{5}
3342
- )
3418
+ [1-356]\d|
3419
+ 4[0-7]|
3420
+ 7[014-7]
3421
+ )\d{5}
3343
3422
  </nationalNumberPattern>
3344
3423
  <possibleNumberPattern>\d{8}</possibleNumberPattern>
3345
3424
  <exampleNumber>71123456</exampleNumber>
@@ -3360,11 +3439,13 @@
3360
3439
  </territory>
3361
3440
 
3362
3441
  <!-- Belarus -->
3363
- <!-- http://www.eng.beltelecom.by/en/subscribers/phone-codes -->
3364
3442
  <!-- Information on national prefix provided by a Belarussian person. -->
3365
3443
  <territory id="BY" countryCode="375" preferredInternationalPrefix="8~10"
3366
3444
  internationalPrefix="810" nationalPrefixForParsing="8?0?"
3367
3445
  nationalPrefix="8" mobileNumberPortableRegion="true">
3446
+ <references>
3447
+ <sourceUrl>http://www.eng.beltelecom.by/en/subscribers/phone-codes</sourceUrl>
3448
+ </references>
3368
3449
  <availableFormats>
3369
3450
  <numberFormat nationalPrefixFormattingRule="$NP 0$FG"
3370
3451
  pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
@@ -3568,10 +3649,12 @@
3568
3649
  </territory>
3569
3650
 
3570
3651
  <!-- Belize -->
3571
- <!-- http://www.itu.int/oth/T0202000016/en -->
3572
3652
  <!-- The trunk prefix, formally 0, was dropped in the last reorganisation of the numbering plan.
3573
3653
  -->
3574
3654
  <territory id="BZ" countryCode="501" internationalPrefix="00" leadingZeroPossible="true">
3655
+ <references>
3656
+ <sourceUrl>http://www.itu.int/oth/T0202000016/en</sourceUrl>
3657
+ </references>
3575
3658
  <availableFormats>
3576
3659
  <numberFormat pattern="(\d{3})(\d{4})">
3577
3660
  <leadingDigits>[2-8]</leadingDigits>
@@ -3604,7 +3687,7 @@
3604
3687
  </mobile>
3605
3688
  <!-- We don't know how these would be dialled internationally - it is possible that they can't
3606
3689
  be dialled internationally at all - so we represent the leading 0 as part of the number.
3607
- Information from www.belizetelemedia.net. -->
3690
+ Information from http://www.belizetelemedia.net. -->
3608
3691
  <tollFree>
3609
3692
  <nationalNumberPattern>0800\d{7}</nationalNumberPattern>
3610
3693
  <possibleNumberPattern>\d{11}</possibleNumberPattern>
@@ -3613,9 +3696,11 @@
3613
3696
  </territory>
3614
3697
 
3615
3698
  <!-- Canada -->
3616
- <!-- http://www.cnac.ca/canadian_dial_plan/canadian_dial_plan.htm -->
3617
3699
  <territory id="CA" countryCode="1" internationalPrefix="011" nationalPrefix="1"
3618
3700
  mobileNumberPortableRegion="true">
3701
+ <references>
3702
+ <sourceUrl>http://www.cnac.ca/canadian_dial_plan/canadian_dial_plan.htm</sourceUrl>
3703
+ </references>
3619
3704
  <generalDesc>
3620
3705
  <!-- NANPA country - uses US formatting rules -->
3621
3706
  <nationalNumberPattern>
@@ -3757,11 +3842,13 @@
3757
3842
  <!-- Cocos Islands -->
3758
3843
  <!-- Metadata shared with Australia. -->
3759
3844
  <!-- References state Cocos Islands have fixed line numbers starting +61 8 9162. -->
3760
- <!-- http://en.wikipedia.org/wiki/List_of_country_calling_codes -->
3761
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia -->
3762
3845
  <territory id="CC" countryCode="61" preferredInternationalPrefix="0011"
3763
3846
  internationalPrefix="(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]"
3764
3847
  nationalPrefix="0">
3848
+ <references>
3849
+ <sourceUrl>http://en.wikipedia.org/wiki/List_of_country_calling_codes</sourceUrl>
3850
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia</sourceUrl>
3851
+ </references>
3765
3852
  <!-- Uses AU formatting rules. -->
3766
3853
  <!-- General desc and fixed line rules different from Australia. -->
3767
3854
  <generalDesc>
@@ -3821,9 +3908,11 @@
3821
3908
  </territory>
3822
3909
 
3823
3910
  <!-- Congo, Dem. Rep. of the (formerly Zaire) -->
3824
- <!-- http://www.itu.int/oth/T0202000037/en -->
3825
3911
  <territory id="CD" countryCode="243" internationalPrefix="00"
3826
3912
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
3913
+ <references>
3914
+ <sourceUrl>http://www.itu.int/oth/T0202000037/en</sourceUrl>
3915
+ </references>
3827
3916
  <availableFormats>
3828
3917
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
3829
3918
  <leadingDigits>12</leadingDigits>
@@ -3882,8 +3971,10 @@
3882
3971
  </territory>
3883
3972
 
3884
3973
  <!-- Central African Republic -->
3885
- <!-- http://www.itu.int/oth/T0202000028/en -->
3886
3974
  <territory id="CF" countryCode="236" internationalPrefix="00">
3975
+ <references>
3976
+ <sourceUrl>http://www.itu.int/oth/T0202000028/en</sourceUrl>
3977
+ </references>
3887
3978
  <availableFormats>
3888
3979
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
3889
3980
  <format>$1 $2 $3 $4</format>
@@ -3908,8 +3999,10 @@
3908
3999
  </territory>
3909
4000
 
3910
4001
  <!-- Congo (Rep. of the) (Brazzaville) -->
3911
- <!-- http://www.itu.int/oth/T020200002E/en -->
3912
4002
  <territory id="CG" countryCode="242" internationalPrefix="00" leadingZeroPossible="true">
4003
+ <references>
4004
+ <sourceUrl>http://www.itu.int/oth/T020200002E/en</sourceUrl>
4005
+ </references>
3913
4006
  <availableFormats>
3914
4007
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
3915
4008
  <leadingDigits>[02]</leadingDigits>
@@ -3940,11 +4033,13 @@
3940
4033
  </territory>
3941
4034
 
3942
4035
  <!-- Switzerland -->
3943
- <!-- http://www.bakom.admin.ch/themen/telekom/00479/00604/index.html?lang=en
3944
- under Technical prescriptions: Numbering plan for international carriers -->
3945
4036
  <territory id="CH" countryCode="41" internationalPrefix="00"
3946
4037
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
3947
4038
  mobileNumberPortableRegion="true">
4039
+ <references>
4040
+ <!-- Under Technical prescriptions: Numbering plan for international carriers. -->
4041
+ <sourceUrl>http://www.bakom.admin.ch/themen/telekom/00479/00604/index.html?lang=en</sourceUrl>
4042
+ </references>
3948
4043
  <availableFormats>
3949
4044
  <numberFormat pattern="([2-9]\d)(\d{3})(\d{2})(\d{2})">
3950
4045
  <leadingDigits>
@@ -4031,8 +4126,10 @@
4031
4126
  </territory>
4032
4127
 
4033
4128
  <!-- Côte d'Ivoire -->
4034
- <!-- http://www.itu.int/oth/T0202000031/en -->
4035
4129
  <territory id="CI" countryCode="225" internationalPrefix="00" leadingZeroPossible="true">
4130
+ <references>
4131
+ <sourceUrl>http://www.itu.int/oth/T0202000031/en</sourceUrl>
4132
+ </references>
4036
4133
  <availableFormats>
4037
4134
  <!-- Using format from online yellow pages over format implied in national numbering plan.
4038
4135
  -->
@@ -4084,8 +4181,10 @@
4084
4181
  </territory>
4085
4182
 
4086
4183
  <!-- Cook Islands -->
4087
- <!-- http://www.itu.int/oth/T020200002F/en -->
4088
4184
  <territory id="CK" countryCode="682" internationalPrefix="00">
4185
+ <references>
4186
+ <sourceUrl>http://www.itu.int/oth/T020200002F/en</sourceUrl>
4187
+ </references>
4089
4188
  <availableFormats>
4090
4189
  <numberFormat pattern="(\d{2})(\d{3})">
4091
4190
  <format>$1 $2</format>
@@ -4117,14 +4216,16 @@
4117
4216
  </territory>
4118
4217
 
4119
4218
  <!-- Chile -->
4120
- <!-- http://www.itu.int/oth/T020200002A/en -->
4121
- <!-- http://en.wikipedia.org/wiki/%2B56 -->
4122
4219
  <!-- Carriers listed here: http://www.turismochile.com/datos/carrier.php -->
4123
4220
  <territory id="CL" countryCode="56"
4124
4221
  internationalPrefix="(?:0|1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))0"
4125
4222
  nationalPrefix="0"
4126
4223
  nationalPrefixForParsing="0|(1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))"
4127
4224
  nationalPrefixFormattingRule="$NP$FG" mobileNumberPortableRegion="true">
4225
+ <references>
4226
+ <sourceUrl>http://www.itu.int/oth/T020200002A/en</sourceUrl>
4227
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B56</sourceUrl>
4228
+ </references>
4128
4229
  <!-- When dialling mobile numbers from landlines, or vice versa, you need a prefix of 0, which
4129
4230
  we strip here. National destinations may be dialled with a carrier if they are not local so
4130
4231
  we extract these carrier codes as well. -->
@@ -4145,13 +4246,6 @@
4145
4246
  </leadingDigits>
4146
4247
  <format>$1 $2 $3</format>
4147
4248
  </numberFormat>
4148
- <!-- 65 is the only remaining prefix using the old fixed-line format. -->
4149
- <numberFormat pattern="(\d{2})(\d{2})(\d{4})"
4150
- nationalPrefixFormattingRule="($FG)"
4151
- carrierCodeFormattingRule="$CC ($FG)">
4152
- <leadingDigits>65</leadingDigits>
4153
- <format>$1 $2 $3</format>
4154
- </numberFormat>
4155
4249
  <numberFormat pattern="(9)([5-9]\d{3})(\d{4})">
4156
4250
  <leadingDigits>9</leadingDigits>
4157
4251
  <format>$1 $2 $3</format>
@@ -4200,7 +4294,7 @@
4200
4294
  123
4201
4295
  )\d{7,8}
4202
4296
  </nationalNumberPattern>
4203
- <possibleNumberPattern>\d{6,11}</possibleNumberPattern>
4297
+ <possibleNumberPattern>\d{7,11}</possibleNumberPattern>
4204
4298
  </generalDesc>
4205
4299
  <noInternationalDialling>
4206
4300
  <nationalNumberPattern>600\d{7,8}</nationalNumberPattern>
@@ -4210,8 +4304,7 @@
4210
4304
  <fixedLine>
4211
4305
  <!-- In mid-2013, Chile switched from 8 digits to 9 digits for fixed-line numbers, by
4212
4306
  inserting a '2' after the area code (which are 2 digits, with the exception of '2').
4213
- As of Feb. 2014, all of the prefixes have been switched over to the new plan, except
4214
- for 65 (which according to the schedule should have been switched over by July 2013).
4307
+ As of Aug. 2014, all of the prefixes have been switched over to the new plan.
4215
4308
  IMPORTANT: The fact that Santiago numbers have a prefix of "22", and that numbers in
4216
4309
  other areas have '2' as their third digit, is likely to change in the future. At some
4217
4310
  stage, Santiago numbers will probably switch to prefix "2\d", and the third digit in
@@ -4228,16 +4321,12 @@
4228
4321
  3[2-5]|
4229
4322
  [47][1-35]|
4230
4323
  5[1-3578]|
4231
- 6[1347]
4232
- )\d{7}|
4233
- 65\d{6,7}
4324
+ 6[13-57]
4325
+ )\d{7}
4234
4326
  </nationalNumberPattern>
4235
4327
  <!-- Area codes do not need to be dialled when dialling within the same area, so the
4236
- smallest possible number is length 6. -->
4237
- <!-- Nov 2012: The prefixing of '2' to all 6-digit fixed line numbers means that while
4238
- the maximum possible number length stays as 9, the minimum length will become '7'
4239
- when all area codes are migrated. -->
4240
- <possibleNumberPattern>\d{6,9}</possibleNumberPattern>
4328
+ smallest possible number is length 7. -->
4329
+ <possibleNumberPattern>\d{7,9}</possibleNumberPattern>
4241
4330
  <exampleNumber>221234567</exampleNumber>
4242
4331
  </fixedLine>
4243
4332
  <mobile>
@@ -4270,8 +4359,10 @@
4270
4359
  </territory>
4271
4360
 
4272
4361
  <!-- Cameroon -->
4273
- <!-- http://www.itu.int/oth/T0202000024/en -->
4274
4362
  <territory id="CM" countryCode="237" internationalPrefix="00">
4363
+ <references>
4364
+ <sourceUrl>http://www.itu.int/oth/T0202000024/en</sourceUrl>
4365
+ </references>
4275
4366
  <availableFormats>
4276
4367
  <!-- Formatting on the internet is consistently with the first 2 extracted, and usually in
4277
4368
  the same format as France (all 2 digit groups) so we use this instead of the guidance
@@ -4325,10 +4416,12 @@
4325
4416
  </territory>
4326
4417
 
4327
4418
  <!-- China -->
4328
- <!-- http://www.itu.int/oth/T020200002B/en -->
4329
4419
  <territory id="CN" countryCode="86" internationalPrefix="(1[1279]\d{3})?00"
4330
4420
  preferredInternationalPrefix="00" nationalPrefix="0"
4331
4421
  nationalPrefixForParsing="(1[1279]\d{3})|0">
4422
+ <references>
4423
+ <sourceUrl>http://www.itu.int/oth/T020200002B/en</sourceUrl>
4424
+ </references>
4332
4425
  <availableFormats>
4333
4426
  <numberFormat nationalPrefixFormattingRule="$NP$FG" pattern="(80\d{2})(\d{4})"
4334
4427
  nationalPrefixOptionalWhenFormatting="true"
@@ -4782,13 +4875,16 @@
4782
4875
  </territory>
4783
4876
 
4784
4877
  <!-- Colombia -->
4785
- <!-- http://www.itu.int/oth/T020200002C/en -->
4786
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Colombia -->
4787
- <!-- Extra international dialling prefixes from www.claro.com.co and www.tigo.com.co. -->
4878
+ <!-- Extra international dialling prefixes from http://www.claro.com.co and
4879
+ http://www.tigo.com.co. -->
4788
4880
  <!-- 05 and 005 are for Orbitel: co.orbitel.com -->
4789
4881
  <territory id="CO" countryCode="57" internationalPrefix="00(?:4(?:[14]4|56)|[579])"
4790
4882
  nationalPrefix="0" nationalPrefixForParsing="0([3579]|4(?:44|56))?"
4791
4883
  mobileNumberPortableRegion="true">
4884
+ <references>
4885
+ <sourceUrl>http://www.itu.int/oth/T020200002C/en</sourceUrl>
4886
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Colombia</sourceUrl>
4887
+ </references>
4792
4888
  <availableFormats>
4793
4889
  <numberFormat pattern="(\d)(\d{7})" carrierCodeFormattingRule="$NP$CC $FG"
4794
4890
  nationalPrefixFormattingRule="($FG)">
@@ -4856,7 +4952,8 @@
4856
4952
  3(?:
4857
4953
  0[0-5]|
4858
4954
  1\d|
4859
- [25][01]
4955
+ 2[0-2]|
4956
+ 5[01]
4860
4957
  )\d{7}
4861
4958
  </nationalNumberPattern>
4862
4959
  <possibleNumberPattern>\d{10}</possibleNumberPattern>
@@ -4880,10 +4977,12 @@
4880
4977
  </territory>
4881
4978
 
4882
4979
  <!-- Costa Rica -->
4883
- <!-- http://www.itu.int/oth/T0202000030/en -->
4884
4980
  <territory id="CR" countryCode="506" internationalPrefix="00"
4885
4981
  nationalPrefixForParsing="(19(?:0[01468]|19|20|66|77))"
4886
4982
  carrierCodeFormattingRule="$CC $FG">
4983
+ <references>
4984
+ <sourceUrl>http://www.itu.int/oth/T0202000030/en</sourceUrl>
4985
+ </references>
4887
4986
  <availableFormats>
4888
4987
  <numberFormat pattern="(\d{4})(\d{4})">
4889
4988
  <leadingDigits>
@@ -4959,9 +5058,11 @@
4959
5058
  </territory>
4960
5059
 
4961
5060
  <!-- Cuba -->
4962
- <!-- www.itu.int/oth/T0202000033/en -->
4963
5061
  <territory id="CU" countryCode="53" internationalPrefix="119"
4964
5062
  nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)">
5063
+ <references>
5064
+ <sourceUrl>http://www.itu.int/oth/T0202000033/en</sourceUrl>
5065
+ </references>
4965
5066
  <availableFormats>
4966
5067
  <numberFormat pattern="(\d)(\d{6,7})">
4967
5068
  <leadingDigits>7</leadingDigits>
@@ -5004,8 +5105,10 @@
5004
5105
  </territory>
5005
5106
 
5006
5107
  <!-- Cape Verde -->
5007
- <!-- http://www.itu.int/oth/T0202000026/en -->
5008
5108
  <territory id="CV" countryCode="238" internationalPrefix="0">
5109
+ <references>
5110
+ <sourceUrl>http://www.itu.int/oth/T0202000026/en</sourceUrl>
5111
+ </references>
5009
5112
  <availableFormats>
5010
5113
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})">
5011
5114
  <format>$1 $2 $3</format>
@@ -5045,8 +5148,10 @@
5045
5148
  </territory>
5046
5149
 
5047
5150
  <!-- Curaçao -->
5048
- <!-- http://www.itu.int/oth/T02020000F5/en -->
5049
5151
  <territory id="CW" countryCode="599" internationalPrefix="00" mainCountryForCode="true">
5152
+ <references>
5153
+ <sourceUrl>http://www.itu.int/oth/T02020000F5/en</sourceUrl>
5154
+ </references>
5050
5155
  <!-- All the formatting patterns for country-code 599 are here. -->
5051
5156
  <availableFormats>
5052
5157
  <numberFormat pattern="(\d{3})(\d{4})">
@@ -5114,11 +5219,13 @@
5114
5219
  <!-- Christmas Islands -->
5115
5220
  <!-- Metadata shared with Australia. -->
5116
5221
  <!-- References state Christmas Islands have fixed line numbers starting +61 8 9164. -->
5117
- <!-- http://en.wikipedia.org/wiki/List_of_country_calling_codes -->
5118
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia -->
5119
5222
  <territory id="CX" countryCode="61" preferredInternationalPrefix="0011"
5120
5223
  internationalPrefix="(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]"
5121
5224
  nationalPrefix="0">
5225
+ <references>
5226
+ <sourceUrl>http://en.wikipedia.org/wiki/List_of_country_calling_codes</sourceUrl>
5227
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Australia</sourceUrl>
5228
+ </references>
5122
5229
  <!-- Uses AU formatting rules. -->
5123
5230
  <!-- General desc and fixed line rules different from Australia. -->
5124
5231
  <generalDesc>
@@ -5178,10 +5285,12 @@
5178
5285
  </territory>
5179
5286
 
5180
5287
  <!-- Cyprus -->
5181
- <!-- http://www.itu.int/oth/T0202000034/en -->
5182
5288
  <territory id="CY" countryCode="357" internationalPrefix="00" mobileNumberPortableRegion="true">
5289
+ <references>
5290
+ <sourceUrl>http://www.itu.int/oth/T0202000034/en</sourceUrl>
5291
+ </references>
5183
5292
  <availableFormats>
5184
- <!-- Format from http://www.cyprusyellowpages.com/-->
5293
+ <!-- Format from http://www.cyprusyellowpages.com -->
5185
5294
  <numberFormat pattern="(\d{2})(\d{6})">
5186
5295
  <format>$1 $2</format>
5187
5296
  </numberFormat>
@@ -5228,9 +5337,11 @@
5228
5337
  </territory>
5229
5338
 
5230
5339
  <!-- Czech Rep. -->
5231
- <!-- http://www.itu.int/oth/T0202000035/en -->
5232
- <!-- http://en.wikipedia.org/wiki/%2B420 -->
5233
5340
  <territory id="CZ" countryCode="420" internationalPrefix="00" mobileNumberPortableRegion="true">
5341
+ <references>
5342
+ <sourceUrl>http://www.itu.int/oth/T0202000035/en</sourceUrl>
5343
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B420</sourceUrl>
5344
+ </references>
5234
5345
  <availableFormats>
5235
5346
  <numberFormat pattern="([2-9]\d{2})(\d{3})(\d{3})">
5236
5347
  <leadingDigits>
@@ -5330,11 +5441,13 @@
5330
5441
  </territory>
5331
5442
 
5332
5443
  <!-- Germany -->
5333
- <!-- http://www.itu.int/oth/T0202000051/en -->
5334
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_germany -->
5335
5444
  <territory id="DE" countryCode="49" internationalPrefix="00"
5336
5445
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
5337
5446
  mobileNumberPortableRegion="true">
5447
+ <references>
5448
+ <sourceUrl>http://www.itu.int/oth/T0202000051/en</sourceUrl>
5449
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_germany</sourceUrl>
5450
+ </references>
5338
5451
  <availableFormats>
5339
5452
  <!-- Mobile number formatting rules. We follow the ITU document here for guidance on how
5340
5453
  these should best be formatted, even though actual usage varies. -->
@@ -5680,8 +5793,10 @@
5680
5793
  </territory>
5681
5794
 
5682
5795
  <!-- Djibouti -->
5683
- <!-- http://www.itu.int/oth/T020200003A/en -->
5684
5796
  <territory id="DJ" countryCode="253" internationalPrefix="00">
5797
+ <references>
5798
+ <sourceUrl>http://www.itu.int/oth/T020200003A/en</sourceUrl>
5799
+ </references>
5685
5800
  <availableFormats>
5686
5801
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
5687
5802
  <format>$1 $2 $3 $4</format>
@@ -5708,8 +5823,10 @@
5708
5823
  </territory>
5709
5824
 
5710
5825
  <!-- Denmark -->
5711
- <!-- http://www.dba.erhvervsstyrelsen.dk/numbering-lists -->
5712
5826
  <territory id="DK" countryCode="45" internationalPrefix="00" mobileNumberPortableRegion="true">
5827
+ <references>
5828
+ <sourceUrl>http://www.dba.erhvervsstyrelsen.dk/numbering-lists</sourceUrl>
5829
+ </references>
5713
5830
  <availableFormats>
5714
5831
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
5715
5832
  <format>$1 $2 $3 $4</format>
@@ -5726,7 +5843,7 @@
5726
5843
  (?:
5727
5844
  [2-7]\d|
5728
5845
  8[126-9]|
5729
- 9[126-9]
5846
+ 9[1-36-9]
5730
5847
  )\d{6}
5731
5848
  </nationalNumberPattern>
5732
5849
  <exampleNumber>32123456</exampleNumber>
@@ -5736,7 +5853,7 @@
5736
5853
  (?:
5737
5854
  [2-7]\d|
5738
5855
  8[126-9]|
5739
- 9[126-9]
5856
+ 9[1-36-9]
5740
5857
  )\d{6}
5741
5858
  </nationalNumberPattern>
5742
5859
  <exampleNumber>20123456</exampleNumber>
@@ -5752,9 +5869,11 @@
5752
5869
  </territory>
5753
5870
 
5754
5871
  <!-- Dominica -->
5755
- <!-- http://www.itu.int/oth/T020200003B/en -->
5756
5872
  <territory id="DM" countryCode="1" leadingDigits="767" nationalPrefix="1"
5757
5873
  internationalPrefix="011">
5874
+ <references>
5875
+ <sourceUrl>http://www.itu.int/oth/T020200003B/en</sourceUrl>
5876
+ </references>
5758
5877
  <generalDesc>
5759
5878
  <!-- NANPA country - uses US formatting rules -->
5760
5879
  <nationalNumberPattern>[57-9]\d{9}</nationalNumberPattern>
@@ -5828,9 +5947,11 @@
5828
5947
  </territory>
5829
5948
 
5830
5949
  <!-- Dominican Rep. -->
5831
- <!-- http://www.itu.int/oth/T020200003C/en -->
5832
5950
  <territory id="DO" countryCode="1" leadingDigits="8[024]9" nationalPrefix="1"
5833
5951
  internationalPrefix="011" mobileNumberPortableRegion="true">
5952
+ <references>
5953
+ <sourceUrl>http://www.itu.int/oth/T020200003C/en</sourceUrl>
5954
+ </references>
5834
5955
  <generalDesc>
5835
5956
  <!-- NANPA country - uses US formatting rules -->
5836
5957
  <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
@@ -5933,12 +6054,14 @@
5933
6054
  </territory>
5934
6055
 
5935
6056
  <!-- Algeria -->
5936
- <!-- http://www.itu.int/oth/T0202000003/en -->
5937
- <!-- www.arpt.dz -->
5938
6057
  <territory id="DZ" countryCode="213" internationalPrefix="00"
5939
6058
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6059
+ <references>
6060
+ <sourceUrl>http://www.itu.int/oth/T0202000003/en</sourceUrl>
6061
+ <sourceUrl>http://www.arpt.dz</sourceUrl>
6062
+ </references>
5940
6063
  <availableFormats>
5941
- <!-- Formatting from www.pagesjaunes-dz.com. -->
6064
+ <!-- Formatting from http://www.pagesjaunes-dz.com. -->
5942
6065
  <numberFormat pattern="([1-4]\d)(\d{2})(\d{2})(\d{2})">
5943
6066
  <leadingDigits>[1-4]</leadingDigits>
5944
6067
  <format>$1 $2 $3 $4</format>
@@ -6017,13 +6140,14 @@
6017
6140
  </territory>
6018
6141
 
6019
6142
  <!-- Ecuador -->
6020
- <!-- http://en.wikipedia.org/wiki/+593 -->
6021
- <!-- http://www.conatel.gob.ec/site_conatel/index.php?option=com_content&view=category&layout=blog&id=52&Itemid=153
6022
- -->
6023
- <!-- http://www.itu.int/oth/T020200003D/en -->
6024
6143
  <territory id="EC" countryCode="593" internationalPrefix="00"
6025
6144
  nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
6026
6145
  mobileNumberPortableRegion="true">
6146
+ <references>
6147
+ <sourceUrl>http://en.wikipedia.org/wiki/+593</sourceUrl>
6148
+ <sourceUrl>http://www.conatel.gob.ec/site_conatel/index.php?option=com_content&amp;view=category&amp;layout=blog&amp;id=52&amp;Itemid=153</sourceUrl>
6149
+ <sourceUrl>http://www.itu.int/oth/T020200003D/en</sourceUrl>
6150
+ </references>
6027
6151
  <availableFormats>
6028
6152
  <numberFormat pattern="(\d)(\d{3})(\d{4})">
6029
6153
  <leadingDigits>
@@ -6034,7 +6158,7 @@
6034
6158
  <intlFormat>$1-$2-$3</intlFormat>
6035
6159
  </numberFormat>
6036
6160
  <!-- Formatting for the new longer mobile numbers comes from the advertisements about the
6037
- change on the www.conatel.gob.ec site. -->
6161
+ change on the http://www.conatel.gob.ec site. -->
6038
6162
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})" nationalPrefixFormattingRule="$NP$FG">
6039
6163
  <leadingDigits>9</leadingDigits>
6040
6164
  <format>$1 $2 $3</format>
@@ -6082,9 +6206,11 @@
6082
6206
  </territory>
6083
6207
 
6084
6208
  <!-- Estonia -->
6085
- <!-- http://www.itu.int/oth/T0202000043/en -->
6086
- <!-- http://www.tja.ee/public/Legislation_side/Numbering_/Estonian_NP_eng.htm -->
6087
6209
  <territory id="EE" countryCode="372" internationalPrefix="00" mobileNumberPortableRegion="true">
6210
+ <references>
6211
+ <sourceUrl>http://www.itu.int/oth/T0202000043/en</sourceUrl>
6212
+ <sourceUrl>http://www.tja.ee/public/Legislation_side/Numbering_/Estonian_NP_eng.htm</sourceUrl>
6213
+ </references>
6088
6214
  <availableFormats>
6089
6215
  <numberFormat pattern="([3-79]\d{2})(\d{4})">
6090
6216
  <leadingDigits>
@@ -6242,10 +6368,12 @@
6242
6368
  </territory>
6243
6369
 
6244
6370
  <!-- Egypt -->
6245
- <!-- http://www.itu.int/oth/T020200003E/en -->
6246
6371
  <territory id="EG" countryCode="20" internationalPrefix="00"
6247
6372
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
6248
6373
  mobileNumberPortableRegion="true">
6374
+ <references>
6375
+ <sourceUrl>http://www.itu.int/oth/T020200003E/en</sourceUrl>
6376
+ </references>
6249
6377
  <availableFormats>
6250
6378
  <!-- Note that no explicit formatting rule is here for 5-digit numbers starting with a 16
6251
6379
  or 19. These are formatted without national prefix, as a block, so do not need to be
@@ -6355,9 +6483,11 @@
6355
6483
  <!-- Western Sahara -->
6356
6484
  <!-- Country calling code shared with Morocco (MA). -->
6357
6485
  <!-- Two area codes are defined in the Morocco ITU document; 05288 XXXXX and 05289 XXXXX -->
6358
- <!-- http://www.itu.int/oth/T0202000090/en -->
6359
6486
  <territory id="EH" countryCode="212" leadingDigits="528[89]" internationalPrefix="00"
6360
6487
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6488
+ <references>
6489
+ <sourceUrl>http://www.itu.int/oth/T0202000090/en</sourceUrl>
6490
+ </references>
6361
6491
  <!-- Uses MA formatting rules and shares general description
6362
6492
  (non-geographical numbers for Morocco are still valid). -->
6363
6493
  <generalDesc>
@@ -6393,9 +6523,11 @@
6393
6523
  </territory>
6394
6524
 
6395
6525
  <!-- Eritrea -->
6396
- <!-- http://www.itu.int/oth/T0202000042/en -->
6397
6526
  <territory id="ER" countryCode="291" internationalPrefix="00"
6398
6527
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6528
+ <references>
6529
+ <sourceUrl>http://www.itu.int/oth/T0202000042/en</sourceUrl>
6530
+ </references>
6399
6531
  <availableFormats>
6400
6532
  <numberFormat pattern="(\d)(\d{3})(\d{3})">
6401
6533
  <format>$1 $2 $3</format>
@@ -6431,8 +6563,10 @@
6431
6563
  </territory>
6432
6564
 
6433
6565
  <!-- Spain -->
6434
- <!-- http://www.mityc.es/telecomunicaciones/es-ES/Servicios/Numeracion/Paginas/Plan.aspx -->
6435
6566
  <territory id="ES" countryCode="34" internationalPrefix="00" mobileNumberPortableRegion="true">
6567
+ <references>
6568
+ <sourceUrl>http://www.mityc.es/telecomunicaciones/es-ES/Servicios/Numeracion/Paginas/Plan.aspx</sourceUrl>
6569
+ </references>
6436
6570
  <availableFormats>
6437
6571
  <numberFormat pattern="([5-9]\d{2})(\d{2})(\d{2})(\d{2})">
6438
6572
  <leadingDigits>
@@ -6528,9 +6662,11 @@
6528
6662
  </territory>
6529
6663
 
6530
6664
  <!-- Ethiopia -->
6531
- <!-- http://www.itu.int/oth/T0202000044/en -->
6532
6665
  <territory id="ET" countryCode="251" internationalPrefix="00"
6533
6666
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
6667
+ <references>
6668
+ <sourceUrl>http://www.itu.int/oth/T0202000044/en</sourceUrl>
6669
+ </references>
6534
6670
  <availableFormats>
6535
6671
  <numberFormat pattern="([1-59]\d)(\d{3})(\d{4})">
6536
6672
  <format>$1 $2 $3</format>
@@ -6677,10 +6813,12 @@
6677
6813
 
6678
6814
  <!-- Finland -->
6679
6815
  <!-- Metadata shared with Åland (AX) -->
6680
- <!-- http://www.ficora.fi/en/index/palvelut/palvelutaiheittain/numerointi/numerotyypitjaalueet.html -->
6681
6816
  <territory id="FI" countryCode="358" internationalPrefix="00|99[049]" nationalPrefix="0"
6682
6817
  nationalPrefixFormattingRule="$NP$FG" mainCountryForCode="true"
6683
6818
  mobileNumberPortableRegion="true">
6819
+ <references>
6820
+ <sourceUrl>http://www.ficora.fi/en/index/palvelut/palvelutaiheittain/numerointi/numerotyypitjaalueet.html</sourceUrl>
6821
+ </references>
6684
6822
  <availableFormats>
6685
6823
  <numberFormat pattern="(\d{3})(\d{3,7})">
6686
6824
  <leadingDigits>
@@ -6804,10 +6942,12 @@
6804
6942
  </territory>
6805
6943
 
6806
6944
  <!-- Fiji -->
6807
- <!-- http://www.itu.int/oth/T0202000048/en -->
6808
- <!-- www.tfl.com.fj -->
6809
6945
  <territory id="FJ" countryCode="679" internationalPrefix="0(?:0|52)"
6810
6946
  preferredInternationalPrefix="00" leadingZeroPossible="true">
6947
+ <references>
6948
+ <sourceUrl>http://www.itu.int/oth/T0202000048/en</sourceUrl>
6949
+ <sourceUrl>http://www.tfl.com.fj</sourceUrl>
6950
+ </references>
6811
6951
  <availableFormats>
6812
6952
  <numberFormat pattern="(\d{3})(\d{4})">
6813
6953
  <leadingDigits>[36-9]</leadingDigits>
@@ -6828,7 +6968,7 @@
6828
6968
  <fixedLine>
6829
6969
  <!-- Adding the prefixes 30X, 31X and 62X, since numbers with these prefixes have been found
6830
6970
  online, including in the white pages. 35X and 85X were found in the exchanges listed on
6831
- www.tfl.com.fj. -->
6971
+ http://www.tfl.com.fj. -->
6832
6972
  <nationalNumberPattern>
6833
6973
  (?:
6834
6974
  3[0-5]|
@@ -6853,8 +6993,8 @@
6853
6993
  <exampleNumber>7012345</exampleNumber>
6854
6994
  </mobile>
6855
6995
  <tollFree>
6856
- <!-- Information found on www.tfl.com.fj. It is not clear if these are internationally
6857
- diallable, or if so, how. -->
6996
+ <!-- Information found on http://www.tfl.com.fj. It is not clear if these are
6997
+ internationally diallable, or if so, how. -->
6858
6998
  <nationalNumberPattern>0800\d{7}</nationalNumberPattern>
6859
6999
  <possibleNumberPattern>\d{11}</possibleNumberPattern>
6860
7000
  <exampleNumber>08001234567</exampleNumber>
@@ -6862,8 +7002,10 @@
6862
7002
  </territory>
6863
7003
 
6864
7004
  <!-- Falkland Islands (Malvinas) -->
6865
- <!-- http://www.itu.int/oth/T0202000046/en -->
6866
7005
  <territory id="FK" countryCode="500" internationalPrefix="00">
7006
+ <references>
7007
+ <sourceUrl>http://www.itu.int/oth/T0202000046/en</sourceUrl>
7008
+ </references>
6867
7009
  <!-- All numbers are formatted together, as a block. -->
6868
7010
  <generalDesc>
6869
7011
  <nationalNumberPattern>[2-7]\d{4}</nationalNumberPattern>
@@ -6880,8 +7022,10 @@
6880
7022
  </territory>
6881
7023
 
6882
7024
  <!-- Micronesia, Federated States of -->
6883
- <!-- http://www.itu.int/oth/T020200008B/en -->
6884
7025
  <territory id="FM" countryCode="691" internationalPrefix="00">
7026
+ <references>
7027
+ <sourceUrl>http://www.itu.int/oth/T020200008B/en</sourceUrl>
7028
+ </references>
6885
7029
  <availableFormats>
6886
7030
  <numberFormat pattern="(\d{3})(\d{4})">
6887
7031
  <format>$1 $2</format>
@@ -6910,10 +7054,12 @@
6910
7054
  </territory>
6911
7055
 
6912
7056
  <!-- Faroe Islands -->
6913
- <!-- http://www.itu.int/oth/T0202000047/en -->
6914
7057
  <territory id="FO" countryCode="298" internationalPrefix="00"
6915
7058
  nationalPrefixForParsing="(10(?:01|[12]0|88))"
6916
7059
  carrierCodeFormattingRule="$CC $FG">
7060
+ <references>
7061
+ <sourceUrl>http://www.itu.int/oth/T0202000047/en</sourceUrl>
7062
+ </references>
6917
7063
  <!-- All numbers are formatted together, as a block. -->
6918
7064
  <availableFormats>
6919
7065
  <numberFormat pattern="(\d{6})">
@@ -6970,11 +7116,13 @@
6970
7116
  </territory>
6971
7117
 
6972
7118
  <!-- France -->
6973
- <!-- http://www.itu.int/oth/T020200004A/en -->
6974
- <!-- http://www.arcep.fr/index.php?id=8146 -->
6975
- <!-- http://en.wikipedia.org/wiki/%2B33 -->
6976
7119
  <territory id="FR" countryCode="33" internationalPrefix="00" nationalPrefix="0"
6977
7120
  nationalPrefixFormattingRule="$NP$FG" mobileNumberPortableRegion="true">
7121
+ <references>
7122
+ <sourceUrl>http://www.itu.int/oth/T020200004A/en</sourceUrl>
7123
+ <sourceUrl>http://www.arcep.fr/index.php?id=8146</sourceUrl>
7124
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B33</sourceUrl>
7125
+ </references>
6978
7126
  <!-- Short numbers will be formatted as a block without a national prefix. -->
6979
7127
  <availableFormats>
6980
7128
  <numberFormat pattern="([1-79])(\d{2})(\d{2})(\d{2})(\d{2})">
@@ -7034,11 +7182,13 @@
7034
7182
  </territory>
7035
7183
 
7036
7184
  <!-- Gabon -->
7037
- <!-- http://www.itu.int/oth/T020200004E/en -->
7038
- <!-- www.arcep.ga -->
7039
7185
  <!-- Note: We cannot set nationalPrefix="0" while fixed line numbers can start with a zero
7040
7186
  as this breaks parsing (it treats all leading zeros as national prefixes. -->
7041
7187
  <territory id="GA" countryCode="241" internationalPrefix="00" leadingZeroPossible="true" >
7188
+ <references>
7189
+ <sourceUrl>http://www.itu.int/oth/T020200004E/en</sourceUrl>
7190
+ <sourceUrl>http://www.arcep.ga</sourceUrl>
7191
+ </references>
7042
7192
  <availableFormats>
7043
7193
  <!-- If no leading zero was supplied, format with the national prefix. -->
7044
7194
  <numberFormat pattern="(\d)(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="0$FG">
@@ -7073,14 +7223,16 @@
7073
7223
  </territory>
7074
7224
 
7075
7225
  <!-- United Kingdom -->
7076
- <!-- http://stakeholders.ofcom.org.uk/telecoms/numbering/ -->
7077
- <!-- http://en.wikipedia.org/wiki/List_of_United_Kingdom_dialling_codes -->
7078
- <!-- http://www.numberingplans.com/?page=dialling&sub=areacodes&ac=GB -->
7079
7226
  <!-- Note that this excludes Isle of Man, Jersey and Guernsey prefixes for the purposes of
7080
7227
  validation, although the formatting rules are shared. -->
7081
7228
  <territory id="GB" countryCode="44" internationalPrefix="00"
7082
7229
  nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG"
7083
7230
  mainCountryForCode="true" mobileNumberPortableRegion="true">
7231
+ <references>
7232
+ <sourceUrl>http://stakeholders.ofcom.org.uk/telecoms/numbering/</sourceUrl>
7233
+ <sourceUrl>http://en.wikipedia.org/wiki/List_of_United_Kingdom_dialling_codes</sourceUrl>
7234
+ <sourceUrl>http://www.numberingplans.com/?page=dialling&amp;sub=areacodes&amp;ac=GB</sourceUrl>
7235
+ </references>
7084
7236
  <availableFormats>
7085
7237
  <!-- 2d, 55, 56, 70 and 76 pager numbers (excludes 7624) with 10 digits. -->
7086
7238
  <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
@@ -7662,9 +7814,11 @@
7662
7814
  </territory>
7663
7815
 
7664
7816
  <!-- Grenada -->
7665
- <!-- http://www.itu.int/oth/T0202000057/en -->
7666
7817
  <territory id="GD" countryCode="1" leadingDigits="473" nationalPrefix="1"
7667
7818
  internationalPrefix="011">
7819
+ <references>
7820
+ <sourceUrl>http://www.itu.int/oth/T0202000057/en</sourceUrl>
7821
+ </references>
7668
7822
  <generalDesc>
7669
7823
  <!-- NANPA country - uses US formatting rules -->
7670
7824
  <nationalNumberPattern>[4589]\d{9}</nationalNumberPattern>
@@ -7756,10 +7910,12 @@
7756
7910
  </territory>
7757
7911
 
7758
7912
  <!-- Georgia -->
7759
- <!-- http://www.itu.int/oth/T0202000050/en -->
7760
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Georgia. -->
7761
7913
  <territory id="GE" countryCode="995" internationalPrefix="00" nationalPrefix="0"
7762
7914
  mobileNumberPortableRegion="true">
7915
+ <references>
7916
+ <sourceUrl>http://www.itu.int/oth/T0202000050/en</sourceUrl>
7917
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Georgia.</sourceUrl>
7918
+ </references>
7763
7919
  <availableFormats>
7764
7920
  <!-- Format isn't very strictly defined - the yellow pages omits area code and does 2 2 2,
7765
7921
  the communications commission uses 2 3 3. Wikipedia says 3 2 3. Some use 2 6. -->
@@ -7822,7 +7978,8 @@
7822
7978
  <possibleNumberPattern>\d{9}</possibleNumberPattern>
7823
7979
  <exampleNumber>555123456</exampleNumber>
7824
7980
  </mobile>
7825
- <!-- Information from www.yell.ge, examples such as Wissol Petroleum Georgia hotline. -->
7981
+ <!-- Information from http://www.yell.ge, examples such as Wissol Petroleum Georgia
7982
+ hotline. -->
7826
7983
  <tollFree>
7827
7984
  <nationalNumberPattern>800\d{6}</nationalNumberPattern>
7828
7985
  <possibleNumberPattern>\d{9}</possibleNumberPattern>
@@ -7839,12 +7996,14 @@
7839
7996
  </territory>
7840
7997
 
7841
7998
  <!-- French Guiana (French Dept. of) -->
7842
- <!-- http://www.itu.int/oth/T020200004C/en -->
7843
- <!-- http://www.arcep.fr/index.php?id=2137&bloc=0594&CMD=RESULTS_NUMEROTATION -->
7844
- <!-- http://www.arcep.fr/uploads/tx_gsavis/11-1297.pdf -->
7845
7999
  <!-- Using a national prefix here as online numbers are formatted with it. -->
7846
8000
  <territory id="GF" countryCode="594" internationalPrefix="00"
7847
8001
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
8002
+ <references>
8003
+ <sourceUrl>http://www.itu.int/oth/T020200004C/en</sourceUrl>
8004
+ <sourceUrl>http://www.arcep.fr/index.php?id=2137&amp;bloc=0594&amp;CMD=RESULTS_NUMEROTATION</sourceUrl>
8005
+ <sourceUrl>http://www.arcep.fr/uploads/tx_gsavis/11-1297.pdf</sourceUrl>
8006
+ </references>
7848
8007
  <availableFormats>
7849
8008
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
7850
8009
  <format>$1 $2 $3 $4</format>
@@ -7886,9 +8045,11 @@
7886
8045
 
7887
8046
  <!-- Guernsey -->
7888
8047
  <!-- Inherits formatting rules from the UK. -->
7889
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom -->
7890
8048
  <territory id="GG" countryCode="44" internationalPrefix="00"
7891
8049
  nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG">
8050
+ <references>
8051
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom</sourceUrl>
8052
+ </references>
7892
8053
  <generalDesc>
7893
8054
  <nationalNumberPattern>[135789]\d{6,9}</nationalNumberPattern>
7894
8055
  <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
@@ -7996,11 +8157,13 @@
7996
8157
  </territory>
7997
8158
 
7998
8159
  <!-- Ghana -->
7999
- <!-- http://www.itu.int/oth/T0202000052/en -->
8000
- <!-- http://www.nca.org.gh/index.php?option=com_content&view=article&id=90&Itemid=65 -->
8001
8160
  <territory id="GH" countryCode="233" internationalPrefix="00"
8002
8161
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
8003
8162
  mobileNumberPortableRegion="true">
8163
+ <references>
8164
+ <sourceUrl>http://www.itu.int/oth/T0202000052/en</sourceUrl>
8165
+ <sourceUrl>http://www.nca.org.gh/index.php?option=com_content&amp;view=article&amp;id=90&amp;Itemid=65</sourceUrl>
8166
+ </references>
8004
8167
  <availableFormats>
8005
8168
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
8006
8169
  <leadingDigits>[235]</leadingDigits>
@@ -8085,8 +8248,10 @@
8085
8248
  </territory>
8086
8249
 
8087
8250
  <!-- Gibraltar -->
8088
- <!-- http://www.gra.gi/index.php?topic=numbering+plan&section=legislation&site=communications -->
8089
8251
  <territory id="GI" countryCode="350" internationalPrefix="00">
8252
+ <references>
8253
+ <sourceUrl>http://www.gra.gi/index.php?topic=numbering+plan&amp;section=legislation&amp;site=communications</sourceUrl>
8254
+ </references>
8090
8255
  <availableFormats>
8091
8256
  <!-- Most numbers are formatted as a block -->
8092
8257
  <numberFormat pattern="(\d{3})(\d{5})">
@@ -8138,8 +8303,10 @@
8138
8303
  </territory>
8139
8304
 
8140
8305
  <!-- Greenland -->
8141
- <!-- http://www.itu.int/oth/T0202000056/en -->
8142
8306
  <territory id="GL" countryCode="299" internationalPrefix="00">
8307
+ <references>
8308
+ <sourceUrl>http://www.itu.int/oth/T0202000056/en</sourceUrl>
8309
+ </references>
8143
8310
  <availableFormats>
8144
8311
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
8145
8312
  <format>$1 $2 $3</format>
@@ -8177,8 +8344,10 @@
8177
8344
  </territory>
8178
8345
 
8179
8346
  <!-- Gambia -->
8180
- <!-- http://www.itu.int/oth/T020200004F/en -->
8181
8347
  <territory id="GM" countryCode="220" internationalPrefix="00">
8348
+ <references>
8349
+ <sourceUrl>http://www.itu.int/oth/T020200004F/en</sourceUrl>
8350
+ </references>
8182
8351
  <availableFormats>
8183
8352
  <numberFormat pattern="(\d{3})(\d{4})">
8184
8353
  <format>$1 $2</format>
@@ -8227,8 +8396,10 @@
8227
8396
  </territory>
8228
8397
 
8229
8398
  <!-- Guinea -->
8230
- <!-- http://www.itu.int/oth/T020200005B/en -->
8231
8399
  <territory id="GN" countryCode="224" internationalPrefix="00">
8400
+ <references>
8401
+ <sourceUrl>http://www.itu.int/oth/T020200005B/en</sourceUrl>
8402
+ </references>
8232
8403
  <availableFormats>
8233
8404
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
8234
8405
  <leadingDigits>3</leadingDigits>
@@ -8275,11 +8446,14 @@
8275
8446
  </territory>
8276
8447
 
8277
8448
  <!-- Guadeloupe -->
8278
- <!-- http://www.itu.int/oth/T0202000058/en -->
8279
- <!-- http://www.arcep.fr/index.php?id=interactivenumeros - ZABPQ-ZNE.xls -->
8280
8449
  <territory id="GP" countryCode="590" internationalPrefix="00"
8281
8450
  mainCountryForCode="true" nationalPrefix="0"
8282
8451
  nationalPrefixFormattingRule="$NP$FG">
8452
+ <references>
8453
+ <sourceUrl>http://www.itu.int/oth/T0202000058/en</sourceUrl>
8454
+ <!-- Linked from http://www.arcep.fr/index.php?id=interactivenumeros -->
8455
+ <sourceUrl>http://www.arcep.fr/fileadmin/reprise/dossiers/numero/ZABPQ-ZNE.xls</sourceUrl>
8456
+ </references>
8283
8457
  <availableFormats>
8284
8458
  <numberFormat pattern="([56]90)(\d{2})(\d{4})">
8285
8459
  <format>$1 $2-$3</format>
@@ -8322,8 +8496,10 @@
8322
8496
  </territory>
8323
8497
 
8324
8498
  <!-- Equatorial Guinea -->
8325
- <!-- http://www.itu.int/oth/T0202000041/en -->
8326
8499
  <territory id="GQ" countryCode="240" internationalPrefix="00">
8500
+ <references>
8501
+ <sourceUrl>http://www.itu.int/oth/T0202000041/en</sourceUrl>
8502
+ </references>
8327
8503
  <availableFormats>
8328
8504
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
8329
8505
  <leadingDigits>[235]</leadingDigits>
@@ -8373,9 +8549,11 @@
8373
8549
  </territory>
8374
8550
 
8375
8551
  <!-- Greece -->
8376
- <!-- http://www.itu.int/oth/T0202000055/en -->
8377
- <!-- http://en.wikipedia.org/wiki/%2B30 -->
8378
8552
  <territory id="GR" countryCode="30" internationalPrefix="00" mobileNumberPortableRegion="true">
8553
+ <references>
8554
+ <sourceUrl>http://www.itu.int/oth/T0202000055/en</sourceUrl>
8555
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B30</sourceUrl>
8556
+ </references>
8379
8557
  <availableFormats>
8380
8558
  <numberFormat pattern="([27]\d)(\d{4})(\d{4})">
8381
8559
  <leadingDigits>
@@ -8496,10 +8674,12 @@
8496
8674
  </territory>
8497
8675
 
8498
8676
  <!-- Guatemala -->
8499
- <!-- http://www.itu.int/oth/T020200005A/en -->
8500
- <!-- http://www.sit.gob.gt/index.php?page=plan-de-numeracion -->
8501
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Guatemala -->
8502
8677
  <territory id="GT" countryCode="502" internationalPrefix="00">
8678
+ <references>
8679
+ <sourceUrl>http://www.itu.int/oth/T020200005A/en</sourceUrl>
8680
+ <sourceUrl>http://www.sit.gob.gt/index.php?page=plan-de-numeracion</sourceUrl>
8681
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Guatemala</sourceUrl>
8682
+ </references>
8503
8683
  <availableFormats>
8504
8684
  <numberFormat pattern="(\d{4})(\d{4})">
8505
8685
  <leadingDigits>[2-7]</leadingDigits>
@@ -8542,9 +8722,11 @@
8542
8722
  </territory>
8543
8723
 
8544
8724
  <!-- Guam -->
8545
- <!-- http://www.nationalnanpa.com/nas/public/assigned_code_query_step1.do?method=resetCodeQueryModel -->
8546
8725
  <territory id="GU" countryCode="1" leadingDigits="671" nationalPrefix="1"
8547
8726
  internationalPrefix="011">
8727
+ <references>
8728
+ <sourceUrl>http://www.nationalnanpa.com/nas/public/assigned_code_query_step1.do?method=resetCodeQueryModel</sourceUrl>
8729
+ </references>
8548
8730
  <generalDesc>
8549
8731
  <!-- NANPA country - uses US formatting rules -->
8550
8732
  <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
@@ -8686,8 +8868,10 @@
8686
8868
  </territory>
8687
8869
 
8688
8870
  <!-- Guinea-Bissau -->
8689
- <!-- http://www.itu.int/oth/T020200005C/en -->
8690
8871
  <territory id="GW" countryCode="245" internationalPrefix="00">
8872
+ <references>
8873
+ <sourceUrl>http://www.itu.int/oth/T020200005C/en</sourceUrl>
8874
+ </references>
8691
8875
  <availableFormats>
8692
8876
  <numberFormat pattern="(\d{3})(\d{4})">
8693
8877
  <format>$1 $2</format>
@@ -8726,8 +8910,10 @@
8726
8910
  </territory>
8727
8911
 
8728
8912
  <!-- Guyana -->
8729
- <!-- http://www.itu.int/oth/T020200005D/en -->
8730
8913
  <territory id="GY" countryCode="592" internationalPrefix="001">
8914
+ <references>
8915
+ <sourceUrl>http://www.itu.int/oth/T020200005D/en</sourceUrl>
8916
+ </references>
8731
8917
  <availableFormats>
8732
8918
  <numberFormat pattern="(\d{3})(\d{4})">
8733
8919
  <format>$1 $2</format>
@@ -8784,8 +8970,10 @@
8784
8970
  </territory>
8785
8971
 
8786
8972
  <!-- Hong Kong -->
8787
- <!-- http://www.ofca.gov.hk/en/industry_focus/telecommunications/portability/index.html -->
8788
8973
  <territory id="HK" countryCode="852" internationalPrefix="00" mobileNumberPortableRegion="true">
8974
+ <references>
8975
+ <sourceUrl>http://www.ofca.gov.hk/en/industry_focus/telecommunications/portability/index.html</sourceUrl>
8976
+ </references>
8789
8977
  <availableFormats>
8790
8978
  <numberFormat pattern="(\d{4})(\d{4})">
8791
8979
  <leadingDigits>
@@ -8872,11 +9060,13 @@
8872
9060
  </territory>
8873
9061
 
8874
9062
  <!-- Honduras -->
8875
- <!-- http://www.itu.int/oth/T020200005F/en -->
8876
9063
  <!-- It seems there is no longer a trunk prefix in use, based on websites like
8877
9064
  http://www.howtocallabroad.com/codes.html and on seeing how locals write their numbers in
8878
9065
  national format. -->
8879
9066
  <territory id="HN" countryCode="504" internationalPrefix="00" >
9067
+ <references>
9068
+ <sourceUrl>http://www.itu.int/oth/T020200005F/en</sourceUrl>
9069
+ </references>
8880
9070
  <availableFormats>
8881
9071
  <numberFormat pattern="(\d{4})(\d{4})">
8882
9072
  <format>$1-$2</format>
@@ -8939,11 +9129,13 @@
8939
9129
  </territory>
8940
9130
 
8941
9131
  <!-- Croatia -->
8942
- <!-- http://www.itu.int/oth/T0202000032/en -->
8943
- <!-- http://en.wikipedia.org/wiki/%2B385 -->
8944
9132
  <territory id="HR" countryCode="385" internationalPrefix="00"
8945
9133
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
8946
9134
  mobileNumberPortableRegion="true">
9135
+ <references>
9136
+ <sourceUrl>http://www.itu.int/oth/T0202000032/en</sourceUrl>
9137
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B385</sourceUrl>
9138
+ </references>
8947
9139
  <availableFormats>
8948
9140
  <!-- The plan says 1 XXX XXXX but the government and local telecom websites are formatted 1
8949
9141
  XXXX XXX, so we prefer that formatting here. These same sources prefer XXX XXX to XX
@@ -9057,9 +9249,11 @@
9057
9249
  </territory>
9058
9250
 
9059
9251
  <!-- Haiti -->
9060
- <!-- http://www.itu.int/oth/T020200005E/en -->
9061
- <!-- http://www.numberingplans.com/ -->
9062
9252
  <territory id="HT" countryCode="509" internationalPrefix="00">
9253
+ <references>
9254
+ <sourceUrl>http://www.itu.int/oth/T020200005E/en</sourceUrl>
9255
+ <sourceUrl>http://www.numberingplans.com/</sourceUrl>
9256
+ </references>
9063
9257
  <availableFormats>
9064
9258
  <numberFormat pattern="(\d{2})(\d{2})(\d{4})">
9065
9259
  <format>$1 $2 $3</format>
@@ -9108,13 +9302,15 @@
9108
9302
  </territory>
9109
9303
 
9110
9304
  <!-- Hungary -->
9111
- <!-- http://www.itu.int/oth/T0202000061/en -->
9112
9305
  <territory id="HU" countryCode="36" internationalPrefix="00"
9113
9306
  nationalPrefix="06" nationalPrefixFormattingRule="($FG)"
9114
9307
  mobileNumberPortableRegion="true">
9308
+ <references>
9309
+ <sourceUrl>http://www.itu.int/oth/T0202000061/en</sourceUrl>
9310
+ </references>
9115
9311
  <!-- Although the national prefix is necessary for dialling, the preferred format (confirmed
9116
9312
  by a Hungarian person and following the yellow pages) is to omit this when formatting.
9117
- Yellow pages: www.aranyoldalak.hu -->
9313
+ Yellow pages: http://www.aranyoldalak.hu -->
9118
9314
  <availableFormats>
9119
9315
  <numberFormat pattern="(1)(\d{3})(\d{4})">
9120
9316
  <leadingDigits>1</leadingDigits>
@@ -9185,10 +9381,13 @@
9185
9381
  </territory>
9186
9382
 
9187
9383
  <!-- Indonesia -->
9188
- <!-- http://www.itu.int/oth/T0202000064/en (from 2001, very out-of-date) -->
9189
- <!-- http://en.wikipedia.org/wiki/%2B62 -->
9190
9384
  <territory id="ID" countryCode="62" internationalPrefix="0(?:0[1789]|10(?:00|1[67]))"
9191
9385
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
9386
+ <references>
9387
+ <!-- From 2001, very out of date. -->
9388
+ <sourceUrl>http://www.itu.int/oth/T0202000064/en</sourceUrl>
9389
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B62</sourceUrl>
9390
+ </references>
9192
9391
  <availableFormats>
9193
9392
  <numberFormat nationalPrefixFormattingRule="($NP$FG)"
9194
9393
  pattern="(\d{2})(\d{5,8})">
@@ -9424,11 +9623,13 @@
9424
9623
  </territory>
9425
9624
 
9426
9625
  <!-- Ireland -->
9427
- <!-- http://www.comreg.ie/licensing_and_services/numbering_plan_for_ireland.552.440.html -->
9428
- <!-- http://www.comreg.ie/_fileupload/publications/ComReg1119.pdf -->
9429
9626
  <territory id="IE" countryCode="353" internationalPrefix="00"
9430
9627
  nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
9431
9628
  mobileNumberPortableRegion="true">
9629
+ <references>
9630
+ <sourceUrl>http://www.comreg.ie/licensing_and_services/numbering_plan_for_ireland.552.440.html</sourceUrl>
9631
+ <sourceUrl>http://www.comreg.ie/_fileupload/publications/ComReg1119.pdf</sourceUrl>
9632
+ </references>
9432
9633
  <availableFormats>
9433
9634
  <numberFormat pattern="(1)(\d{3,4})(\d{4})">
9434
9635
  <leadingDigits>1</leadingDigits>
@@ -9599,14 +9800,16 @@
9599
9800
  </territory>
9600
9801
 
9601
9802
  <!-- Israel -->
9602
- <!-- http://www.itu.int/oth/T020200006A/en -->
9603
- <!-- http://en.wikipedia.org/wiki/%2B972 -->
9604
- <!-- 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
9605
- (in Hebrew) -->
9606
9803
  <!-- Formatting practice following wikipedia, and government sites. -->
9607
9804
  <territory id="IL" countryCode="972" internationalPrefix="0(?:0|1[2-9])"
9608
9805
  nationalPrefix="0" nationalPrefixFormattingRule="$FG"
9609
9806
  mobileNumberPortableRegion="true">
9807
+ <references>
9808
+ <sourceUrl>http://www.itu.int/oth/T020200006A/en</sourceUrl>
9809
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B972</sourceUrl>
9810
+ <!-- in Hebrew -->
9811
+ <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>
9812
+ </references>
9610
9813
  <availableFormats>
9611
9814
  <numberFormat nationalPrefixFormattingRule="$NP$FG"
9612
9815
  pattern="([2-489])(\d{3})(\d{4})">
@@ -9766,9 +9969,11 @@
9766
9969
 
9767
9970
  <!-- Isle of Man -->
9768
9971
  <!-- Inherits formatting rules from the UK. -->
9769
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom -->
9770
9972
  <territory id="IM" countryCode="44" internationalPrefix="00"
9771
9973
  nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG">
9974
+ <references>
9975
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom</sourceUrl>
9976
+ </references>
9772
9977
  <generalDesc>
9773
9978
  <nationalNumberPattern>[135789]\d{6,9}</nationalNumberPattern>
9774
9979
  <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
@@ -9855,15 +10060,17 @@
9855
10060
  </territory>
9856
10061
 
9857
10062
  <!-- India -->
9858
- <!-- http://www.itu.int/oth/T0202000063/en -->
9859
- <!-- http://en.wikipedia.org/wiki/%2B91 -->
9860
- <!-- http://www.coai.in/msccodes.php -->
9861
10063
  <!-- Note that several changes in area codes have occurred since the numbering plan was released
9862
- - fixed line changes are notified on the www.bsnl.co.in website. Area codes can be verified
9863
- here at http://dq.ndc.bsnl.co.in/bsnl-web/stdSearch.seam. -->
10064
+ - fixed line changes are notified on the http://www.bsnl.co.in website. Area codes can be
10065
+ verified here at http://dq.ndc.bsnl.co.in/bsnl-web/stdSearch.seam. -->
9864
10066
  <territory id="IN" countryCode="91" internationalPrefix="00" nationalPrefix="0"
9865
10067
  nationalPrefixFormattingRule="$NP$FG" nationalPrefixOptionalWhenFormatting="true"
9866
10068
  mobileNumberPortableRegion="true">
10069
+ <references>
10070
+ <sourceUrl>http://www.itu.int/oth/T0202000063/en</sourceUrl>
10071
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B91</sourceUrl>
10072
+ <sourceUrl>http://www.coai.in/msccodes.php</sourceUrl>
10073
+ </references>
9867
10074
  <availableFormats>
9868
10075
  <!-- Mobile numbers. -->
9869
10076
  <numberFormat pattern="(\d{2})(\d{2})(\d{6})">
@@ -9895,7 +10102,7 @@
9895
10102
  0(?:
9896
10103
  2[2-9]|
9897
10104
  [3-6]|
9898
- 7[01]
10105
+ 7[0-8]
9899
10106
  )|
9900
10107
  2(?:
9901
10108
  0[04-9]|
@@ -10364,7 +10571,7 @@
10364
10571
  0(?:
10365
10572
  2[2-9]|
10366
10573
  [3-6]\d|
10367
- 7[01]
10574
+ 7[0-8]
10368
10575
  )|
10369
10576
  2(?:
10370
10577
  0[04-9]|
@@ -10488,8 +10695,10 @@
10488
10695
  </territory>
10489
10696
 
10490
10697
  <!-- British Indian Ocean Territory / Diego Garcia -->
10491
- <!-- http://www.itu.int/oth/T0202000039/en -->
10492
10698
  <territory id="IO" countryCode="246" internationalPrefix="00">
10699
+ <references>
10700
+ <sourceUrl>http://www.itu.int/oth/T0202000039/en</sourceUrl>
10701
+ </references>
10493
10702
  <availableFormats>
10494
10703
  <numberFormat pattern="(\d{3})(\d{4})">
10495
10704
  <format>$1 $2</format>
@@ -10510,10 +10719,12 @@
10510
10719
  </territory>
10511
10720
 
10512
10721
  <!-- Iraq -->
10513
- <!-- http://en.wikipedia.org/wiki/%2B964 -->
10514
- <!-- http://wtng.info/wtng-964-ik.html -->
10515
10722
  <territory id="IQ" countryCode="964" internationalPrefix="00"
10516
10723
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
10724
+ <references>
10725
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B964</sourceUrl>
10726
+ <sourceUrl>http://wtng.info/wtng-964-ik.html</sourceUrl>
10727
+ </references>
10517
10728
  <availableFormats>
10518
10729
  <numberFormat pattern="(1)(\d{3})(\d{4})">
10519
10730
  <leadingDigits>1</leadingDigits>
@@ -10555,12 +10766,14 @@
10555
10766
  </territory>
10556
10767
 
10557
10768
  <!-- Iran, Islamic Republic of -->
10558
- <!-- http://en.wikipedia.org/wiki/%2B98 -->
10559
- <!-- http://www.itu.int/oth/T0202000066/en -->
10560
- <!-- http://www.tct.ir/?siteid=1&pageid=195 -->
10561
- <!-- http://118.tct.ir/citycode.htm -->
10562
10769
  <territory id="IR" countryCode="98" internationalPrefix="00"
10563
10770
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
10771
+ <references>
10772
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B98</sourceUrl>
10773
+ <sourceUrl>http://www.itu.int/oth/T0202000066/en</sourceUrl>
10774
+ <sourceUrl>http://www.tct.ir/?siteid=1&amp;pageid=195</sourceUrl>
10775
+ <sourceUrl>http://118.tct.ir/citycode.htm</sourceUrl>
10776
+ </references>
10564
10777
  <availableFormats>
10565
10778
  <!-- Formatting follows wikipedia. -->
10566
10779
  <numberFormat pattern="(2[15])(\d{3,5})">
@@ -10629,7 +10842,7 @@
10629
10842
  doc of 26.VIII.2012, rather than the brief summary lengths (which actually contradict).
10630
10843
  The prefixes have been verified by looking at the Persian telecommunications site.
10631
10844
  22[189], 29[12] have become 21, as part of the shift to unify prefixes. 746 was also
10632
- found on the website at http://www.tct.ir/?siteid=1&pageid=410&siteid=1 but this seems
10845
+ found on the website http://www.tct.ir/?siteid=1&pageid=410&siteid=1 but this seems
10633
10846
  to be a typo. It seems Qom is moving to 025, but 0255 and 0256 have not yet been
10634
10847
  migrated away from under this prefix - in the meantime, support for 253 has been added
10635
10848
  since this has been found in numbers online. -->
@@ -10754,9 +10967,11 @@
10754
10967
  </territory>
10755
10968
 
10756
10969
  <!-- Iceland -->
10757
- <!-- http://www.pta.is/default.aspx?cat_id=85 -->
10758
- <!-- http://www.pfs.is/default.aspx?cat_id=14&module_id=210&element_id=4 -->
10759
10970
  <territory id="IS" countryCode="354" internationalPrefix="00" mobileNumberPortableRegion="true">
10971
+ <references>
10972
+ <sourceUrl>http://www.pta.is/default.aspx?cat_id=85</sourceUrl>
10973
+ <sourceUrl>http://www.pfs.is/default.aspx?cat_id=14&amp;module_id=210&amp;element_id=4</sourceUrl>
10974
+ </references>
10760
10975
  <availableFormats>
10761
10976
  <numberFormat pattern="(\d{3})(\d{4})">
10762
10977
  <leadingDigits>[4-9]</leadingDigits>
@@ -10870,9 +11085,11 @@
10870
11085
  </territory>
10871
11086
 
10872
11087
  <!-- Italy -->
10873
- <!-- http://en.wikipedia.org/wiki/%2B39 -->
10874
11088
  <territory id="IT" countryCode="39" internationalPrefix="00" leadingZeroPossible="true"
10875
11089
  mobileNumberPortableRegion="true">
11090
+ <references>
11091
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B39</sourceUrl>
11092
+ </references>
10876
11093
  <availableFormats>
10877
11094
  <!-- The leading zero for fixed numbers will be prepended before the matching of these
10878
11095
  regular expressions. -->
@@ -11122,10 +11339,12 @@
11122
11339
 
11123
11340
  <!-- Jersey -->
11124
11341
  <!-- Inherits formatting rules from the UK. -->
11125
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom -->
11126
- <!-- http://www.jcra.je/cms3/v2/public/cmsChild.asp?pageID=1024&childID=1036 -->
11127
11342
  <territory id="JE" countryCode="44" internationalPrefix="00"
11128
11343
  nationalPrefix="0" preferredExtnPrefix=" x" nationalPrefixFormattingRule="$NP$FG">
11344
+ <references>
11345
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_the_United_Kingdom</sourceUrl>
11346
+ <sourceUrl>http://www.jcra.je/cms3/v2/public/cmsChild.asp?pageID=1024&amp;childID=1036</sourceUrl>
11347
+ </references>
11129
11348
  <generalDesc>
11130
11349
  <nationalNumberPattern>[135789]\d{6,9}</nationalNumberPattern>
11131
11350
  <possibleNumberPattern>\d{6,10}</possibleNumberPattern>
@@ -11283,9 +11502,11 @@
11283
11502
  </territory>
11284
11503
 
11285
11504
  <!-- Jamaica -->
11286
- <!-- http://www.itu.int/oth/T020200006C/en -->
11287
11505
  <territory id="JM" countryCode="1" leadingDigits="876" nationalPrefix="1"
11288
11506
  internationalPrefix="011">
11507
+ <references>
11508
+ <sourceUrl>http://www.itu.int/oth/T020200006C/en</sourceUrl>
11509
+ </references>
11289
11510
  <generalDesc>
11290
11511
  <!-- NANPA country - uses US formatting rules -->
11291
11512
  <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
@@ -11396,12 +11617,14 @@
11396
11617
  </territory>
11397
11618
 
11398
11619
  <!-- Jordan -->
11399
- <!-- http://www.trc.gov.jo/images/stories/pdf/NNP_ver200[1].pdf?lang=english -->
11400
- <!-- http://www.itu.int/oth/T020200006E/en -->
11401
- <!-- http://en.wikipedia.org/wiki/%2B962 -->
11402
11620
  <territory id="JO" countryCode="962" internationalPrefix="00"
11403
11621
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
11404
11622
  mobileNumberPortableRegion="true">
11623
+ <references>
11624
+ <sourceUrl>http://www.trc.gov.jo/images/stories/pdf/NNP_ver200[1].pdf?lang=english</sourceUrl>
11625
+ <sourceUrl>http://www.itu.int/oth/T020200006E/en</sourceUrl>
11626
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B962</sourceUrl>
11627
+ </references>
11405
11628
  <availableFormats>
11406
11629
  <numberFormat nationalPrefixFormattingRule="($NP$FG)"
11407
11630
  pattern="(\d)(\d{3})(\d{4})">
@@ -11561,11 +11784,13 @@
11561
11784
  </territory>
11562
11785
 
11563
11786
  <!-- Japan -->
11564
- <!-- http://www.soumu.go.jp/main_sosiki/joho_tsusin/top/tel_number/number_shitei.html -->
11565
- <!-- http://www.numberingplans.com/?page=dialling&sub=areacodes&ac=JP -->
11566
11787
  <territory id="JP" countryCode="81" internationalPrefix="010" nationalPrefix="0"
11567
11788
  nationalPrefixFormattingRule="$NP$FG" leadingZeroPossible="true"
11568
11789
  mobileNumberPortableRegion="true">
11790
+ <references>
11791
+ <sourceUrl>http://www.soumu.go.jp/main_sosiki/joho_tsusin/top/tel_number/number_shitei.html</sourceUrl>
11792
+ <sourceUrl>http://www.numberingplans.com/?page=dialling&amp;sub=areacodes&amp;ac=JP</sourceUrl>
11793
+ </references>
11569
11794
  <availableFormats>
11570
11795
  <!-- Toll-free, premium-rate and UAN numbers -->
11571
11796
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
@@ -12535,11 +12760,13 @@
12535
12760
  </territory>
12536
12761
 
12537
12762
  <!-- Kenya -->
12538
- <!-- http://www.cck.go.ke/licensing/numbering/plan.html -->
12539
- <!-- http://en.wikipedia.org/wiki/+254 -->
12540
12763
  <territory id="KE" countryCode="254" internationalPrefix="000"
12541
12764
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
12542
12765
  mobileNumberPortableRegion="true">
12766
+ <references>
12767
+ <sourceUrl>http://www.cck.go.ke/licensing/numbering/plan.html</sourceUrl>
12768
+ <sourceUrl>http://en.wikipedia.org/wiki/+254</sourceUrl>
12769
+ </references>
12543
12770
  <availableFormats>
12544
12771
  <numberFormat pattern="(\d{2})(\d{5,7})">
12545
12772
  <leadingDigits>[24-6]</leadingDigits>
@@ -12614,9 +12841,11 @@
12614
12841
  </territory>
12615
12842
 
12616
12843
  <!-- Kyrgyzstan -->
12617
- <!-- http://www.itu.int/oth/T0202000074/en -->
12618
12844
  <territory id="KG" countryCode="996" internationalPrefix="00"
12619
12845
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
12846
+ <references>
12847
+ <sourceUrl>http://www.itu.int/oth/T0202000074/en</sourceUrl>
12848
+ </references>
12620
12849
  <availableFormats>
12621
12850
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
12622
12851
  <leadingDigits>
@@ -12719,10 +12948,12 @@
12719
12948
  </territory>
12720
12949
 
12721
12950
  <!-- Cambodia -->
12722
- <!-- http://www.itu.int/oth/T0202000023/en -->
12723
- <!-- http://en.wikipedia.org/wiki/+855 -->
12724
12951
  <territory id="KH" countryCode="855" internationalPrefix="00[14-9]"
12725
12952
  nationalPrefix="0">
12953
+ <references>
12954
+ <sourceUrl>http://www.itu.int/oth/T0202000023/en</sourceUrl>
12955
+ <sourceUrl>http://en.wikipedia.org/wiki/+855</sourceUrl>
12956
+ </references>
12726
12957
  <availableFormats>
12727
12958
  <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})" nationalPrefixFormattingRule="$NP$FG">
12728
12959
  <leadingDigits>
@@ -12825,12 +13056,14 @@
12825
13056
  </territory>
12826
13057
 
12827
13058
  <!-- Kiribati -->
12828
- <!-- http://www.itu.int/oth/T0202000071/en -->
12829
13059
  <!-- We include the national prefix for parsing here just in case numbers can be dialled with a
12830
13060
  leading 0 - no numbers online have been found formatted this way, but the ITU document
12831
13061
  lists it as a national dialling prefix. -->
12832
13062
  <territory id="KI" countryCode="686" internationalPrefix="00"
12833
13063
  nationalPrefixForParsing="0">
13064
+ <references>
13065
+ <sourceUrl>http://www.itu.int/oth/T0202000071/en</sourceUrl>
13066
+ </references>
12834
13067
  <!-- Numbers should be formatted as a block." -->
12835
13068
  <generalDesc>
12836
13069
  <nationalNumberPattern>
@@ -12873,8 +13106,10 @@
12873
13106
  </territory>
12874
13107
 
12875
13108
  <!-- Comoros -->
12876
- <!-- http://www.itu.int/oth/T020200002D/en -->
12877
13109
  <territory id="KM" countryCode="269" internationalPrefix="00">
13110
+ <references>
13111
+ <sourceUrl>http://www.itu.int/oth/T020200002D/en</sourceUrl>
13112
+ </references>
12878
13113
  <availableFormats>
12879
13114
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})">
12880
13115
  <format>$1 $2 $3</format>
@@ -12913,9 +13148,11 @@
12913
13148
  </territory>
12914
13149
 
12915
13150
  <!-- Saint Kitts and Nevis -->
12916
- <!-- http://www.itu.int/oth/T02020000B0/en -->
12917
13151
  <territory id="KN" countryCode="1" leadingDigits="869" nationalPrefix="1"
12918
13152
  internationalPrefix="011">
13153
+ <references>
13154
+ <sourceUrl>http://www.itu.int/oth/T02020000B0/en</sourceUrl>
13155
+ </references>
12919
13156
  <generalDesc>
12920
13157
  <!-- NANPA country - uses US formatting rules -->
12921
13158
  <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
@@ -12991,9 +13228,11 @@
12991
13228
  </territory>
12992
13229
 
12993
13230
  <!-- Korea, Dem. People's Rep. of -->
12994
- <!-- http://en.wikipedia.org/wiki/%2B850 -->
12995
13231
  <territory id="KP" countryCode="850" internationalPrefix="00|99"
12996
13232
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
13233
+ <references>
13234
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B850</sourceUrl>
13235
+ </references>
12997
13236
  <availableFormats>
12998
13237
  <numberFormat pattern="(\d{3})(\d{3})(\d{4})">
12999
13238
  <leadingDigits>1</leadingDigits>
@@ -13052,11 +13291,6 @@
13052
13291
  </territory>
13053
13292
 
13054
13293
  <!-- Korea (Rep. of) -->
13055
- <!-- http://www.itu.int/oth/T0202000072/en -->
13056
- <!-- http://en.wikipedia.org/wiki/%2B82 -->
13057
- <!-- http://www.kcc.go.kr/user.do?mode=view&page=P02030300&dc=K02030300&boardId=1074&boardSeq=2349 -->
13058
- <!-- http://www.kcc.go.kr/user.do?mode=view&page=P02030300&dc=K02030300&boardId=1074&boardSeq=2240 -->
13059
- <!-- http://www.telecentro.co.kr/sub/index.php?job=detail&ebcf_id=faq&page=1&mid=0503&eb_seq=36 -->
13060
13294
  <!-- Exceptions :
13061
13295
  internationalPrefix
13062
13296
  0031, 0033, 0071, 0073 - Special services of KT and DACOM, ignorable
@@ -13066,6 +13300,13 @@
13066
13300
  nationalPrefix="0" nationalPrefixForParsing="0(8[1-46-8]|85\d{2})?"
13067
13301
  nationalPrefixFormattingRule="$NP$FG" carrierCodeFormattingRule="$NP$CC-$FG"
13068
13302
  mobileNumberPortableRegion="true">
13303
+ <references>
13304
+ <sourceUrl>http://www.itu.int/oth/T0202000072/en</sourceUrl>
13305
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B82</sourceUrl>
13306
+ <sourceUrl>http://www.kcc.go.kr/user.do?mode=view&amp;page=P02030300&amp;dc=K02030300&amp;boardId=1074&amp;boardSeq=2349</sourceUrl>
13307
+ <sourceUrl>http://www.kcc.go.kr/user.do?mode=view&amp;page=P02030300&amp;dc=K02030300&amp;boardId=1074&amp;boardSeq=2240</sourceUrl>
13308
+ <sourceUrl>http://www.telecentro.co.kr/sub/index.php?job=detail&amp;ebcf_id=faq&amp;page=1&amp;mid=0503&amp;eb_seq=36</sourceUrl>
13309
+ </references>
13069
13310
  <availableFormats>
13070
13311
  <numberFormat pattern="(\d{2})(\d{4})(\d{4})">
13071
13312
  <leadingDigits>
@@ -13267,8 +13508,10 @@
13267
13508
  </territory>
13268
13509
 
13269
13510
  <!-- Kuwait -->
13270
- <!-- http://www.itu.int/oth/T0202000073/en -->
13271
13511
  <territory id="KW" countryCode="965" internationalPrefix="00" mobileNumberPortableRegion="true">
13512
+ <references>
13513
+ <sourceUrl>http://www.itu.int/oth/T0202000073/en</sourceUrl>
13514
+ </references>
13272
13515
  <availableFormats>
13273
13516
  <!-- Format is from ITU. -->
13274
13517
  <numberFormat pattern="(\d{4})(\d{3,4})">
@@ -13337,9 +13580,11 @@
13337
13580
  </territory>
13338
13581
 
13339
13582
  <!-- Cayman Islands -->
13340
- <!-- http://www.itu.int/oth/T0202000027/en -->
13341
13583
  <territory id="KY" countryCode="1" leadingDigits="345" nationalPrefix="1"
13342
13584
  internationalPrefix="011">
13585
+ <references>
13586
+ <sourceUrl>http://www.itu.int/oth/T0202000027/en</sourceUrl>
13587
+ </references>
13343
13588
  <generalDesc>
13344
13589
  <!-- NANPA country - uses US formatting rules -->
13345
13590
  <nationalNumberPattern>[3589]\d{9}</nationalNumberPattern>
@@ -13349,7 +13594,7 @@
13349
13594
  from Switzerland with this prefix so do not list it as noInternationalDialling. -->
13350
13595
  <fixedLine>
13351
13596
  <!-- The Westtel numbers in the plan seem now to be live and assigned to fixed-line phones,
13352
- as per numbers found online and their website www.logic.ky. -->
13597
+ as per numbers found online and their website http://www.logic.ky. -->
13353
13598
  <nationalNumberPattern>
13354
13599
  345(?:
13355
13600
  2(?:
@@ -13448,9 +13693,11 @@
13448
13693
  </territory>
13449
13694
 
13450
13695
  <!-- Kazakhstan -->
13451
- <!-- http://www.itu.int/oth/T020200006F/en -->
13452
13696
  <territory id="KZ" countryCode="7" preferredInternationalPrefix="8~10"
13453
13697
  internationalPrefix="810" nationalPrefix="8">
13698
+ <references>
13699
+ <sourceUrl>http://www.itu.int/oth/T020200006F/en</sourceUrl>
13700
+ </references>
13454
13701
  <!-- Formatting rules obtained from Russia. -->
13455
13702
  <generalDesc>
13456
13703
  <!-- We make this as specific as possible to overlap as little as possible with Russia, so
@@ -13603,10 +13850,13 @@
13603
13850
  </territory>
13604
13851
 
13605
13852
  <!-- Lao People's Dem. Rep. -->
13606
- <!-- http://www.itu.int/oth/T0202000075/en (Seems incomplete) -->
13607
- <!-- http://en.wikipedia.org/wiki/+856 -->
13608
13853
  <territory id="LA" countryCode="856" internationalPrefix="00"
13609
13854
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
13855
+ <references>
13856
+ <!-- Seems incomplete -->
13857
+ <sourceUrl>http://www.itu.int/oth/T0202000075/en</sourceUrl>
13858
+ <sourceUrl>http://en.wikipedia.org/wiki/+856</sourceUrl>
13859
+ </references>
13610
13860
  <availableFormats>
13611
13861
  <numberFormat pattern="(20)(\d{2})(\d{3})(\d{3})">
13612
13862
  <leadingDigits>20</leadingDigits>
@@ -13664,9 +13914,11 @@
13664
13914
  </territory>
13665
13915
 
13666
13916
  <!-- Lebanon -->
13667
- <!-- http://www.itu.int/oth/T0202000077/en -->
13668
- <!-- http://en.wikipedia.org/wiki/%2B961 -->
13669
13917
  <territory id="LB" countryCode="961" internationalPrefix="00" nationalPrefix="0">
13918
+ <references>
13919
+ <sourceUrl>http://www.itu.int/oth/T0202000077/en</sourceUrl>
13920
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B961</sourceUrl>
13921
+ </references>
13670
13922
  <availableFormats>
13671
13923
  <numberFormat pattern="(\d)(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
13672
13924
  <leadingDigits>
@@ -13684,10 +13936,9 @@
13684
13936
  <leadingDigits>
13685
13937
  [89][01]|
13686
13938
  7(?:
13687
- [01]|
13939
+ [019]|
13688
13940
  6[013-9]|
13689
- 8[89]|
13690
- 91
13941
+ 8[89]
13691
13942
  )
13692
13943
  </leadingDigits>
13693
13944
  <format>$1 $2 $3</format>
@@ -13698,6 +13949,9 @@
13698
13949
  <possibleNumberPattern>\d{7,8}</possibleNumberPattern>
13699
13950
  </generalDesc>
13700
13951
  <fixedLine>
13952
+ <!-- The ITU document from October 2012 seems to have accidentally dropped the 79 prefix for
13953
+ fixed-line numbers, which had been in the version from July 2012. We consider these
13954
+ valid since we successfully dialed such a number in July 2014. -->
13701
13955
  <nationalNumberPattern>
13702
13956
  (?:
13703
13957
  [14-6]\d{2}|
@@ -13713,15 +13967,15 @@
13713
13967
  <exampleNumber>1123456</exampleNumber>
13714
13968
  </fixedLine>
13715
13969
  <mobile>
13716
- <!-- We only validate the first three digits here, since the ranges are growing rapidly. -->
13970
+ <!-- We only validate the first three digits here, since the ranges are growing rapidly.
13971
+ The 79[02-9] prefixes were added from bug reports and numbers found online. -->
13717
13972
  <nationalNumberPattern>
13718
13973
  (?:
13719
13974
  3\d|
13720
13975
  7(?:
13721
- [01]\d|
13976
+ [019]\d|
13722
13977
  6[013-9]|
13723
- 8[89]|
13724
- 91
13978
+ 8[89]
13725
13979
  )
13726
13980
  )\d{5}
13727
13981
  </nationalNumberPattern>
@@ -13741,9 +13995,11 @@
13741
13995
  </territory>
13742
13996
 
13743
13997
  <!-- Saint Lucia -->
13744
- <!-- http://www.itu.int/oth/T02020000B1/en -->
13745
13998
  <territory id="LC" countryCode="1" leadingDigits="758" nationalPrefix="1"
13746
13999
  internationalPrefix="011">
14000
+ <references>
14001
+ <sourceUrl>http://www.itu.int/oth/T02020000B1/en</sourceUrl>
14002
+ </references>
13747
14003
  <generalDesc>
13748
14004
  <!-- NANPA country - uses US formatting rules -->
13749
14005
  <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
@@ -13824,12 +14080,14 @@
13824
14080
  </territory>
13825
14081
 
13826
14082
  <!-- Liechtenstein -->
13827
- <!-- http://www.llv.li/amtsstellen/llv-ak-nummerierung.htm -->
13828
- <!-- http://www.telecom.li has some different patterns for tollfree and shared cost numbers -
13829
- look at "Mehrwertnummer". -->
13830
14083
  <!-- The national prefix of "0" is only used for 0800 and 0900 numbers. -->
13831
14084
  <territory id="LI" countryCode="423" internationalPrefix="00" nationalPrefix="0">
14085
+ <references>
14086
+ <sourceUrl>http://www.llv.li/amtsstellen/llv-ak-nummerierung.htm</sourceUrl>
14087
+ </references>
13832
14088
  <availableFormats>
14089
+ <!-- Some different patterns for tollfree and shared cost numbers may be found by searching
14090
+ for "Mehrwertnummer" at http://www.telecom.li. -->
13833
14091
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})">
13834
14092
  <leadingDigits>
13835
14093
  [23]|
@@ -13972,10 +14230,12 @@
13972
14230
  </territory>
13973
14231
 
13974
14232
  <!-- Sri Lanka -->
13975
- <!-- http://en.wikipedia.org/wiki/%2B94 -->
13976
- <!-- http://www.itu.int/oth/T02020000C3/en -->
13977
14233
  <territory id="LK" countryCode="94" internationalPrefix="00"
13978
14234
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14235
+ <references>
14236
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B94</sourceUrl>
14237
+ <sourceUrl>http://www.itu.int/oth/T02020000C3/en</sourceUrl>
14238
+ </references>
13979
14239
  <availableFormats>
13980
14240
  <numberFormat pattern="(\d{2})(\d{1})(\d{6})">
13981
14241
  <leadingDigits>[1-689]</leadingDigits>
@@ -14012,9 +14272,11 @@
14012
14272
  </territory>
14013
14273
 
14014
14274
  <!-- Liberia -->
14015
- <!-- http://www.itu.int/oth/T0202000079/en -->
14016
14275
  <territory id="LR" countryCode="231" internationalPrefix="00"
14017
14276
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14277
+ <references>
14278
+ <sourceUrl>http://www.itu.int/oth/T0202000079/en</sourceUrl>
14279
+ </references>
14018
14280
  <availableFormats>
14019
14281
  <!-- Formatting from Ministry of Agriculture,
14020
14282
  http://www.moa.gov.lr/content.php?sub=Email&?related=Contacts -->
@@ -14087,10 +14349,12 @@
14087
14349
  </territory>
14088
14350
 
14089
14351
  <!-- Lesotho -->
14090
- <!-- http://www.itu.int/oth/T0202000078/en -->
14091
14352
  <territory id="LS" countryCode="266" internationalPrefix="00">
14353
+ <references>
14354
+ <sourceUrl>http://www.itu.int/oth/T0202000078/en</sourceUrl>
14355
+ </references>
14092
14356
  <availableFormats>
14093
- <!-- Formatting following yellow pages: www.yellowpages.co.ls -->
14357
+ <!-- Formatting following yellow pages: http://www.yellowpages.co.ls -->
14094
14358
  <numberFormat pattern="(\d{4})(\d{4})">
14095
14359
  <format>$1 $2</format>
14096
14360
  </numberFormat>
@@ -14114,14 +14378,16 @@
14114
14378
  </territory>
14115
14379
 
14116
14380
  <!-- Lithuania -->
14117
- <!-- http://www.itu.int/oth/T020200007C/en -->
14118
14381
  <!-- Note that Lithuania is switching to a national prefix of 0. We support
14119
14382
  both 0 and 8 when parsing until this switch is complete. -->
14120
14383
  <territory id="LT" countryCode="370" internationalPrefix="00"
14121
14384
  nationalPrefix="8" nationalPrefixForParsing="[08]"
14122
14385
  nationalPrefixFormattingRule="($NP-$FG)"
14123
14386
  nationalPrefixOptionalWhenFormatting="true" mobileNumberPortableRegion="true">
14124
- <!-- National Prefix formatting rule from www.yellowpages.lt -->
14387
+ <references>
14388
+ <sourceUrl>http://www.itu.int/oth/T020200007C/en</sourceUrl>
14389
+ </references>
14390
+ <!-- National Prefix formatting rule from http://www.yellowpages.lt -->
14125
14391
  <availableFormats>
14126
14392
  <!-- Two-digit area codes -->
14127
14393
  <numberFormat pattern="([34]\d)(\d{6})">
@@ -14205,11 +14471,12 @@
14205
14471
  </territory>
14206
14472
 
14207
14473
  <!-- Luxembourg -->
14208
- <!-- http://www.ilr.public.lu/communications_electroniques/numerotation/index.html
14209
- -->
14210
14474
  <territory id="LU" countryCode="352" internationalPrefix="00"
14211
14475
  nationalPrefixForParsing="(15(?:0[06]|1[12]|35|4[04]|55|6[26]|77|88|99)\d)"
14212
14476
  carrierCodeFormattingRule="$CC $FG" mobileNumberPortableRegion="true">
14477
+ <references>
14478
+ <sourceUrl>http://www.ilr.public.lu/communications_electroniques/numerotation/index.html</sourceUrl>
14479
+ </references>
14213
14480
  <availableFormats>
14214
14481
  <!-- Patterns overlap because of variable number length. -->
14215
14482
  <numberFormat pattern="(\d{2})(\d{3})">
@@ -14410,9 +14677,11 @@
14410
14677
  </territory>
14411
14678
 
14412
14679
  <!-- Latvia -->
14413
- <!-- http://www.itu.int/oth/T0202000076/en -->
14414
- <!-- http://en.wikipedia.org/wiki/+371 -->
14415
14680
  <territory id="LV" countryCode="371" internationalPrefix="00" mobileNumberPortableRegion="true">
14681
+ <references>
14682
+ <sourceUrl>http://www.itu.int/oth/T0202000076/en</sourceUrl>
14683
+ <sourceUrl>http://en.wikipedia.org/wiki/+371</sourceUrl>
14684
+ </references>
14416
14685
  <availableFormats>
14417
14686
  <numberFormat pattern="([2689]\d)(\d{3})(\d{3})">
14418
14687
  <format>$1 $2 $3</format>
@@ -14450,9 +14719,11 @@
14450
14719
  operator (Hatef Libya). A new mobile operator Aljeel Aljadeed for Technology will start
14451
14720
  using 096 (they are allowing customers to register numbers currently), so their code has
14452
14721
  also been added. -->
14453
- <!-- http://hlc.ly/price.php -->
14454
14722
  <territory id="LY" countryCode="218" internationalPrefix="00"
14455
14723
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14724
+ <references>
14725
+ <sourceUrl>http://hlc.ly/price.php</sourceUrl>
14726
+ </references>
14456
14727
  <availableFormats>
14457
14728
  <numberFormat pattern="([25679]\d)(\d{7})">
14458
14729
  <format>$1-$2</format>
@@ -14484,11 +14755,13 @@
14484
14755
 
14485
14756
  <!-- Morocco -->
14486
14757
  <!-- Shares formatting and some metadata with Western Sahara. -->
14487
- <!-- http://www.itu.int/oth/T0202000090/en -->
14488
- <!-- http://en.wikipedia.org/wiki/+212 -->
14489
14758
  <territory id="MA" countryCode="212" internationalPrefix="00" nationalPrefix="0"
14490
14759
  nationalPrefixFormattingRule="$NP$FG" mainCountryForCode="true"
14491
14760
  mobileNumberPortableRegion="true">
14761
+ <references>
14762
+ <sourceUrl>http://www.itu.int/oth/T0202000090/en</sourceUrl>
14763
+ <sourceUrl>http://en.wikipedia.org/wiki/+212</sourceUrl>
14764
+ </references>
14492
14765
  <availableFormats>
14493
14766
  <numberFormat pattern="([56]\d{2})(\d{6})">
14494
14767
  <leadingDigits>
@@ -14609,12 +14882,14 @@
14609
14882
  </territory>
14610
14883
 
14611
14884
  <!-- Monaco -->
14612
- <!-- http://www.itu.int/oth/T020200008D/en -->
14613
14885
  <!-- We support Kosovo mobile numbers (044, 045) with a Monaco country-code here, as we do not
14614
14886
  support Kosovo at the moment. Kosovo seems to use a variety of country codes currently. It
14615
14887
  also seems that the national prefix is only used for mobile numbers, not fixed-line. -->
14616
14888
  <territory id="MC" countryCode="377" internationalPrefix="00"
14617
14889
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
14890
+ <references>
14891
+ <sourceUrl>http://www.itu.int/oth/T020200008D/en</sourceUrl>
14892
+ </references>
14618
14893
  <availableFormats>
14619
14894
  <!-- Following formatting found online rather than in the ITU document example. -->
14620
14895
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})" nationalPrefixFormattingRule="$FG">
@@ -14665,11 +14940,16 @@
14665
14940
  </territory>
14666
14941
 
14667
14942
  <!-- Moldova, Rep. of -->
14668
- <!-- http://www.itu.int/oth/T020200008C/en -->
14669
- <!-- http://en.anrceti.md -->
14670
14943
  <territory id="MD" countryCode="373" internationalPrefix="00"
14671
14944
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
14672
14945
  mobileNumberPortableRegion="true">
14946
+ <references>
14947
+ <sourceUrl>http://www.itu.int/oth/T020200008C/en</sourceUrl>
14948
+ <!-- Announcements -->
14949
+ <sourceUrl>http://anrceti.md/fileupload/58</sourceUrl>
14950
+ <!-- Mobile ranges -->
14951
+ <sourceUrl>http://en.anrceti.md/resurse_numerotare_tel_mobila</sourceUrl>
14952
+ </references>
14673
14953
  <availableFormats>
14674
14954
  <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
14675
14955
  <leadingDigits>
@@ -14719,18 +14999,23 @@
14719
14999
  <!-- Includes prefixes for Interdnestrcom, http://www.idknet.com/. -->
14720
15000
  <nationalNumberPattern>
14721
15001
  (?:
14722
- 562|
15002
+ 562\d|
14723
15003
  6(?:
14724
- 50|
14725
- 7[1-6]|
14726
- [089]\d
15004
+ [089]\d{2}|
15005
+ 1[01]\d|
15006
+ 21\d|
15007
+ 50\d|
15008
+ 7(?:
15009
+ [1-6]\d|
15010
+ 7[0-4]
15011
+ )
14727
15012
  )|
14728
15013
  7(?:
14729
- 67|
15014
+ 6[07]|
14730
15015
  7[457-9]|
14731
15016
  [89]\d
14732
- )
14733
- )\d{5}
15017
+ )\d
15018
+ )\d{4}
14734
15019
  </nationalNumberPattern>
14735
15020
  <exampleNumber>65012345</exampleNumber>
14736
15021
  </mobile>
@@ -14766,11 +15051,13 @@
14766
15051
  </territory>
14767
15052
 
14768
15053
  <!-- Montenegro -->
14769
- <!-- http://www.itu.int/oth/T02020000DA/en -->
14770
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Montenegro -->
14771
- <!-- http://www.ekip.me/numeracija/dodijeljena.php -->
14772
15054
  <territory id="ME" countryCode="382" internationalPrefix="00" nationalPrefix="0"
14773
15055
  nationalPrefixFormattingRule="$NP$FG">
15056
+ <references>
15057
+ <sourceUrl>http://www.itu.int/oth/T02020000DA/en</sourceUrl>
15058
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Montenegro</sourceUrl>
15059
+ <sourceUrl>http://www.ekip.me/numeracija/dodijeljena.php</sourceUrl>
15060
+ </references>
14774
15061
  <availableFormats>
14775
15062
  <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
14776
15063
  <leadingDigits>[2-57-9]|6[3789]</leadingDigits>
@@ -14879,9 +15166,12 @@
14879
15166
  </territory>
14880
15167
 
14881
15168
  <!-- Saint-Martin, French Antilles -->
14882
- <!-- http://www.itu.int/oth/T0202000058/en -->
14883
- <!-- http://www.arcep.fr/index.php?id=interactivenumeros - ZABPQ-ZNE.xls -->
14884
15169
  <territory id="MF" countryCode="590" internationalPrefix="00" nationalPrefix="0">
15170
+ <references>
15171
+ <sourceUrl>http://www.itu.int/oth/T0202000058/en</sourceUrl>
15172
+ <!-- Linked from http://www.arcep.fr/index.php?id=interactivenumeros -->
15173
+ <sourceUrl>http://www.arcep.fr/fileadmin/reprise/dossiers/numero/ZABPQ-ZNE.xls</sourceUrl>
15174
+ </references>
14885
15175
  <!-- Formatting rules borrowed from Guadeloupe. -->
14886
15176
  <generalDesc>
14887
15177
  <nationalNumberPattern>[56]\d{8}</nationalNumberPattern>
@@ -14914,9 +15204,11 @@
14914
15204
  </territory>
14915
15205
 
14916
15206
  <!-- Madagascar -->
14917
- <!-- http://www.itu.int/oth/T020200007F/en -->
14918
15207
  <territory id="MG" countryCode="261" internationalPrefix="00"
14919
15208
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
15209
+ <references>
15210
+ <sourceUrl>http://www.itu.int/oth/T020200007F/en</sourceUrl>
15211
+ </references>
14920
15212
  <availableFormats>
14921
15213
  <numberFormat pattern="([23]\d)(\d{2})(\d{3})(\d{2})">
14922
15214
  <format>$1 $2 $3 $4</format>
@@ -14962,8 +15254,10 @@
14962
15254
  </territory>
14963
15255
 
14964
15256
  <!-- Marshall Islands -->
14965
- <!-- http://www.itu.int/oth/T0202000085/en -->
14966
15257
  <territory id="MH" countryCode="692" internationalPrefix="011" nationalPrefix="1">
15258
+ <references>
15259
+ <sourceUrl>http://www.itu.int/oth/T0202000085/en</sourceUrl>
15260
+ </references>
14967
15261
  <availableFormats>
14968
15262
  <numberFormat pattern="(\d{3})(\d{4})">
14969
15263
  <format>$1-$2</format>
@@ -15002,10 +15296,12 @@
15002
15296
  </territory>
15003
15297
 
15004
15298
  <!-- Macedonia, Former Yugoslav Rep. of -->
15005
- <!-- http://www.itu.int/oth/T02020000CE/en -->
15006
15299
  <territory id="MK" countryCode="389" internationalPrefix="00"
15007
15300
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
15008
15301
  mobileNumberPortableRegion="true">
15302
+ <references>
15303
+ <sourceUrl>http://www.itu.int/oth/T02020000CE/en</sourceUrl>
15304
+ </references>
15009
15305
  <availableFormats>
15010
15306
  <!-- Formats follow wikipedia. -->
15011
15307
  <numberFormat pattern="(2)(\d{3})(\d{4})">
@@ -15081,9 +15377,11 @@
15081
15377
  </territory>
15082
15378
 
15083
15379
  <!-- Mali -->
15084
- <!-- http://www.itu.int/oth/T0202000083/en -->
15085
- <!-- http://crt-mali.org/pdf/plan_num -->
15086
15380
  <territory id="ML" countryCode="223" internationalPrefix="00">
15381
+ <references>
15382
+ <sourceUrl>http://www.itu.int/oth/T0202000083/en</sourceUrl>
15383
+ <sourceUrl>http://crt-mali.org/pdf/plan_num</sourceUrl>
15384
+ </references>
15087
15385
  <availableFormats>
15088
15386
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
15089
15387
  <leadingDigits>[246-9]</leadingDigits>
@@ -15145,9 +15443,11 @@
15145
15443
  </territory>
15146
15444
 
15147
15445
  <!-- Myanmar -->
15148
- <!-- http://www.itu.int/oth/T0202000092/en -->
15149
15446
  <territory id="MM" countryCode="95" internationalPrefix="00" nationalPrefix="0"
15150
15447
  nationalPrefixFormattingRule="$NP$FG">
15448
+ <references>
15449
+ <sourceUrl>http://www.itu.int/oth/T0202000092/en</sourceUrl>
15450
+ </references>
15151
15451
  <availableFormats>
15152
15452
  <numberFormat pattern="(\d)(\d{3})(\d{3,4})">
15153
15453
  <leadingDigits>
@@ -15334,9 +15634,11 @@
15334
15634
  </territory>
15335
15635
 
15336
15636
  <!-- Mongolia -->
15337
- <!-- http://www.itu.int/oth/T020200008E/en -->
15338
15637
  <territory id="MN" countryCode="976" internationalPrefix="001"
15339
15638
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
15639
+ <references>
15640
+ <sourceUrl>http://www.itu.int/oth/T020200008E/en</sourceUrl>
15641
+ </references>
15340
15642
  <availableFormats>
15341
15643
  <numberFormat pattern="([12]\d)(\d{2})(\d{4})">
15342
15644
  <leadingDigits>[12]1</leadingDigits>
@@ -15434,8 +15736,10 @@
15434
15736
  </territory>
15435
15737
 
15436
15738
  <!-- Macao, China -->
15437
- <!-- http://www.itu.int/oth/T020200007E/en -->
15438
15739
  <territory id="MO" countryCode="853" internationalPrefix="00">
15740
+ <references>
15741
+ <sourceUrl>http://www.itu.int/oth/T020200007E/en</sourceUrl>
15742
+ </references>
15439
15743
  <availableFormats>
15440
15744
  <numberFormat pattern="([268]\d{3})(\d{4})">
15441
15745
  <format>$1 $2</format>
@@ -15464,10 +15768,12 @@
15464
15768
  </territory>
15465
15769
 
15466
15770
  <!-- Northern Mariana Islands -->
15467
- <!-- http://www.itu.int/oth/T02020000EE/en -->
15468
- <!-- www.cnmiphonebook.com/ -->
15469
15771
  <territory id="MP" countryCode="1" leadingDigits="670" nationalPrefix="1"
15470
15772
  internationalPrefix="011">
15773
+ <references>
15774
+ <sourceUrl>http://www.itu.int/oth/T02020000EE/en</sourceUrl>
15775
+ <sourceUrl>http://www.cnmiphonebook.com/</sourceUrl>
15776
+ </references>
15471
15777
  <generalDesc>
15472
15778
  <!-- NANPA country - uses US formatting rules -->
15473
15779
  <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
@@ -15572,10 +15878,12 @@
15572
15878
  </territory>
15573
15879
 
15574
15880
  <!-- Martinique (French Dept. of) -->
15575
- <!-- http://www.itu.int/oth/T0202000086/en -->
15576
- <!-- http://www.arcep.fr/index.php?id=2137&bloc=0596&CMD=RESULTS_NUMEROTATION -->
15577
15881
  <territory id="MQ" countryCode="596" internationalPrefix="00"
15578
15882
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
15883
+ <references>
15884
+ <sourceUrl>http://www.itu.int/oth/T0202000086/en</sourceUrl>
15885
+ <sourceUrl>http://www.arcep.fr/index.php?id=2137&amp;bloc=0596&amp;CMD=RESULTS_NUMEROTATION</sourceUrl>
15886
+ </references>
15579
15887
  <availableFormats>
15580
15888
  <numberFormat pattern="(\d{3})(\d{2})(\d{2})(\d{2})">
15581
15889
  <format>$1 $2 $3 $4</format>
@@ -15615,9 +15923,11 @@
15615
15923
  </territory>
15616
15924
 
15617
15925
  <!-- Mauritania -->
15618
- <!-- http://www.itu.int/oth/T0202000087/en -->
15619
- <!-- http://www.are.mr/com-1-4-1.html -->
15620
15926
  <territory id="MR" countryCode="222" internationalPrefix="00" >
15927
+ <references>
15928
+ <sourceUrl>http://www.itu.int/oth/T0202000087/en</sourceUrl>
15929
+ <sourceUrl>http://www.are.mr/com-1-4-1.html</sourceUrl>
15930
+ </references>
15621
15931
  <availableFormats>
15622
15932
  <numberFormat pattern="([2-48]\d)(\d{2})(\d{2})(\d{2})">
15623
15933
  <format>$1 $2 $3 $4</format>
@@ -15664,9 +15974,11 @@
15664
15974
  </territory>
15665
15975
 
15666
15976
  <!-- Montserrat -->
15667
- <!-- http://www.itu.int/oth/T020200008F/en -->
15668
15977
  <territory id="MS" countryCode="1" leadingDigits="664" nationalPrefix="1"
15669
15978
  internationalPrefix="011">
15979
+ <references>
15980
+ <sourceUrl>http://www.itu.int/oth/T020200008F/en</sourceUrl>
15981
+ </references>
15670
15982
  <generalDesc>
15671
15983
  <!-- NANPA country - uses US formatting rules -->
15672
15984
  <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
@@ -15717,9 +16029,12 @@
15717
16029
  </territory>
15718
16030
 
15719
16031
  <!-- Malta -->
15720
- <!-- www.itu.int/oth/T0202000084/en -->
15721
- <!-- www.mca.org.mt (Numbering link in the LHS menu - has more up-to-date allocations) -->
15722
16032
  <territory id="MT" countryCode="356" internationalPrefix="00" mobileNumberPortableRegion="true">
16033
+ <references>
16034
+ <sourceUrl>http://www.itu.int/oth/T0202000084/en</sourceUrl>
16035
+ <!-- Numbering link in the LHS menu - has more up-to-date allocations -->
16036
+ <sourceUrl>http://www.mca.org.mt</sourceUrl>
16037
+ </references>
15723
16038
  <availableFormats>
15724
16039
  <numberFormat pattern="(\d{4})(\d{4})">
15725
16040
  <format>$1 $2</format>
@@ -15743,8 +16058,8 @@
15743
16058
  <exampleNumber>21001234</exampleNumber>
15744
16059
  </fixedLine>
15745
16060
  <mobile>
15746
- <!-- 7210 and 92XX come from the allocations listed on www.mca.org.mt, but they are not
15747
- listed in the latest ITU document. -->
16061
+ <!-- 7210 and 92XX come from the allocations listed on http://www.mca.org.mt, but they are
16062
+ not listed in the latest ITU document. -->
15748
16063
  <nationalNumberPattern>
15749
16064
  (?:
15750
16065
  7(?:
@@ -15806,10 +16121,12 @@
15806
16121
  </territory>
15807
16122
 
15808
16123
  <!-- Mauritius -->
15809
- <!-- http://www.icta.mu/telecommunications/numbering.htm -->
15810
16124
  <!-- Preferred international prefix is expected to standardize on just '00' -->
15811
16125
  <territory id="MU" countryCode="230" internationalPrefix="0(?:0|[2-7]0|33)"
15812
16126
  preferredInternationalPrefix="020">
16127
+ <references>
16128
+ <sourceUrl>http://www.icta.mu/telecommunications/numbering.htm</sourceUrl>
16129
+ </references>
15813
16130
  <availableFormats>
15814
16131
  <numberFormat pattern="([2-46-9]\d{2})(\d{4})">
15815
16132
  <leadingDigits>[2-46-9]</leadingDigits>
@@ -15894,10 +16211,12 @@
15894
16211
  </territory>
15895
16212
 
15896
16213
  <!-- Maldives -->
15897
- <!-- http://www.itu.int/oth/T0202000082/en -->
15898
- <!-- www.dhiraagu.com.mv -->
15899
16214
  <territory id="MV" countryCode="960" internationalPrefix="0(?:0|19)"
15900
16215
  preferredInternationalPrefix="00">
16216
+ <references>
16217
+ <sourceUrl>http://www.itu.int/oth/T0202000082/en</sourceUrl>
16218
+ <sourceUrl>http://www.dhiraagu.com.mv</sourceUrl>
16219
+ </references>
15901
16220
  <availableFormats>
15902
16221
  <numberFormat pattern="(\d{3})(\d{4})">
15903
16222
  <leadingDigits>
@@ -15970,11 +16289,13 @@
15970
16289
  </territory>
15971
16290
 
15972
16291
  <!-- Malawi -->
15973
- <!-- http://www.itu.int/oth/T0202000080/en -->
15974
16292
  <!-- The plan doesn't state that a national prefix exists, but numbers found on the internet are
15975
16293
  consistent in having one. -->
15976
16294
  <territory id="MW" countryCode="265" internationalPrefix="00"
15977
16295
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
16296
+ <references>
16297
+ <sourceUrl>http://www.itu.int/oth/T0202000080/en</sourceUrl>
16298
+ </references>
15978
16299
  <availableFormats>
15979
16300
  <numberFormat pattern="(\d)(\d{3})(\d{3})">
15980
16301
  <leadingDigits>1</leadingDigits>
@@ -16027,10 +16348,6 @@
16027
16348
  </territory>
16028
16349
 
16029
16350
  <!-- Mexico -->
16030
- <!-- http://www.itu.int/oth/T020200008A/en -->
16031
- <!-- http://en.wikipedia.org/wiki/%2B52 -->
16032
- <!-- http://en.wikipedia.org/wiki/Premium-rate_telephone_number#Mexico -->
16033
- <!-- http://en.wikipedia.org/wiki/Toll-free_telephone_number -->
16034
16351
  <territory id="MX" countryCode="52" internationalPrefix="0[09]"
16035
16352
  nationalPrefix="01"
16036
16353
  nationalPrefixForParsing="0[12]|04[45](\d{10})"
@@ -16038,6 +16355,12 @@
16038
16355
  nationalPrefixFormattingRule="$NP $FG"
16039
16356
  nationalPrefixOptionalWhenFormatting="true"
16040
16357
  leadingZeroPossible="true" mobileNumberPortableRegion="true">
16358
+ <references>
16359
+ <sourceUrl>http://www.itu.int/oth/T020200008A/en</sourceUrl>
16360
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B52</sourceUrl>
16361
+ <sourceUrl>http://en.wikipedia.org/wiki/Premium-rate_telephone_number#Mexico</sourceUrl>
16362
+ <sourceUrl>http://en.wikipedia.org/wiki/Toll-free_telephone_number</sourceUrl>
16363
+ </references>
16041
16364
  <!-- When a number starts with 01 or 02, we remove the prefixes; when a number starts with 044
16042
16365
  or 045 followed by 10 digits, we replace the prefixes with 1. This way all the mobile
16043
16366
  numbers, regardless of whether they are written in international format (leading 1) or
@@ -16248,10 +16571,12 @@
16248
16571
  </territory>
16249
16572
 
16250
16573
  <!-- Malaysia -->
16251
- <!-- http://en.wikipedia.org/wiki/%2B60 -->
16252
- <!-- http://www.skmm.gov.my -->
16253
16574
  <territory id="MY" countryCode="60" internationalPrefix="00"
16254
16575
  nationalPrefix="0" mobileNumberPortableRegion="true">
16576
+ <references>
16577
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B60</sourceUrl>
16578
+ <sourceUrl>http://www.skmm.gov.my</sourceUrl>
16579
+ </references>
16255
16580
  <availableFormats>
16256
16581
  <numberFormat nationalPrefixFormattingRule="$NP$FG"
16257
16582
  pattern="([4-79])(\d{3})(\d{4})">
@@ -16337,8 +16662,10 @@
16337
16662
  </territory>
16338
16663
 
16339
16664
  <!-- Mozambique -->
16340
- <!-- http://www.itu.int/oth/T0202000091/en -->
16341
16665
  <territory id="MZ" countryCode="258" internationalPrefix="00">
16666
+ <references>
16667
+ <sourceUrl>http://www.itu.int/oth/T0202000091/en</sourceUrl>
16668
+ </references>
16342
16669
  <availableFormats>
16343
16670
  <numberFormat pattern="([28]\d)(\d{3})(\d{3,4})">
16344
16671
  <leadingDigits>
@@ -16386,9 +16713,11 @@
16386
16713
  </territory>
16387
16714
 
16388
16715
  <!-- Namibia -->
16389
- <!-- http://www.itu.int/oth/T0202000093/en -->
16390
16716
  <territory id="NA" countryCode="264" internationalPrefix="00"
16391
16717
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
16718
+ <references>
16719
+ <sourceUrl>http://www.itu.int/oth/T0202000093/en</sourceUrl>
16720
+ </references>
16392
16721
  <availableFormats>
16393
16722
  <numberFormat pattern="(8\d)(\d{3})(\d{4})">
16394
16723
  <leadingDigits>8[1235]</leadingDigits>
@@ -16533,11 +16862,13 @@
16533
16862
  </territory>
16534
16863
 
16535
16864
  <!-- New Caledonia (Territoire français d'outre-mer) -->
16536
- <!-- http://www.itu.int/oth/T0202000098/en -->
16537
- <!-- http://www.opt.nc -->
16538
16865
  <territory id="NC" countryCode="687" internationalPrefix="00">
16866
+ <references>
16867
+ <sourceUrl>http://www.itu.int/oth/T0202000098/en</sourceUrl>
16868
+ <sourceUrl>http://www.opt.nc</sourceUrl>
16869
+ </references>
16539
16870
  <availableFormats>
16540
- <!-- From www.1012.nc, the local yellow pages. -->
16871
+ <!-- From http://www.1012.nc, the local yellow pages. -->
16541
16872
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
16542
16873
  <!-- We exclude short-codes here so they are formatted as a block -->
16543
16874
  <leadingDigits>
@@ -16583,8 +16914,10 @@
16583
16914
  </territory>
16584
16915
 
16585
16916
  <!-- Niger -->
16586
- <!-- http://www.itu.int/oth/T020200009B/en -->
16587
16917
  <territory id="NE" countryCode="227" internationalPrefix="00" leadingZeroPossible="true">
16918
+ <references>
16919
+ <sourceUrl>http://www.itu.int/oth/T020200009B/en</sourceUrl>
16920
+ </references>
16588
16921
  <availableFormats>
16589
16922
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
16590
16923
  <leadingDigits>
@@ -16647,9 +16980,11 @@
16647
16980
  </territory>
16648
16981
 
16649
16982
  <!-- Norfolk Island -->
16650
- <!-- http://www.itu.int/oth/T020200009D/en -->
16651
16983
  <!-- Including numbers for Australian Antarctic stations. -->
16652
16984
  <territory id="NF" countryCode="672" internationalPrefix="00">
16985
+ <references>
16986
+ <sourceUrl>http://www.itu.int/oth/T020200009D/en</sourceUrl>
16987
+ </references>
16653
16988
  <availableFormats>
16654
16989
  <numberFormat pattern="(\d{2})(\d{4})">
16655
16990
  <leadingDigits>1</leadingDigits>
@@ -16687,10 +17022,12 @@
16687
17022
  </territory>
16688
17023
 
16689
17024
  <!-- Nigeria -->
16690
- <!-- http://www.itu.int/oth/T020200009C/en -->
16691
17025
  <territory id="NG" countryCode="234" internationalPrefix="009"
16692
17026
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
16693
17027
  mobileNumberPortableRegion="true">
17028
+ <references>
17029
+ <sourceUrl>http://www.itu.int/oth/T020200009C/en</sourceUrl>
17030
+ </references>
16694
17031
  <availableFormats>
16695
17032
  <numberFormat pattern="([129])(\d{3})(\d{3,4})">
16696
17033
  <leadingDigits>[129]</leadingDigits>
@@ -16873,8 +17210,10 @@
16873
17210
  </territory>
16874
17211
 
16875
17212
  <!-- Nicaragua -->
16876
- <!-- http://www.itu.int/oth/T020200009A/en -->
16877
17213
  <territory id="NI" countryCode="505" internationalPrefix="00">
17214
+ <references>
17215
+ <sourceUrl>http://www.itu.int/oth/T020200009A/en</sourceUrl>
17216
+ </references>
16878
17217
  <availableFormats>
16879
17218
  <numberFormat pattern="(\d{4})(\d{4})">
16880
17219
  <format>$1 $2</format>
@@ -16909,11 +17248,13 @@
16909
17248
  </territory>
16910
17249
 
16911
17250
  <!-- Netherlands -->
16912
- <!-- http://en.wikipedia.org/wiki/%2B31 -->
16913
- <!-- http://www.opta.nl/en/numbers/search-for-numbers -->
16914
17251
  <territory id="NL" countryCode="31" internationalPrefix="00"
16915
17252
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
16916
17253
  mobileNumberPortableRegion="true">
17254
+ <references>
17255
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B31</sourceUrl>
17256
+ <sourceUrl>http://www.opta.nl/en/numbers/search-for-numbers</sourceUrl>
17257
+ </references>
16917
17258
  <availableFormats>
16918
17259
  <numberFormat pattern="([1-578]\d)(\d{3})(\d{4})">
16919
17260
  <leadingDigits>
@@ -17044,9 +17385,11 @@
17044
17385
 
17045
17386
  <!-- Norway -->
17046
17387
  <!-- Metadata (excluding fixed-line) shared with Svalbard. -->
17047
- <!-- http://www.npt.no/npt/numsys/E.164.pdf -->
17048
17388
  <territory id="NO" countryCode="47" internationalPrefix="00" leadingZeroPossible="true"
17049
17389
  mainCountryForCode="true" mobileNumberPortableRegion="true">
17390
+ <references>
17391
+ <sourceUrl>http://www.npt.no/npt/numsys/E.164.pdf</sourceUrl>
17392
+ </references>
17050
17393
  <availableFormats>
17051
17394
  <numberFormat pattern="([489]\d{2})(\d{2})(\d{3})">
17052
17395
  <leadingDigits>[489]</leadingDigits>
@@ -17141,12 +17484,14 @@
17141
17484
  </territory>
17142
17485
 
17143
17486
  <!-- Nepal -->
17144
- <!-- http://www.itu.int/oth/T0202000095/en -->
17145
- <!-- http://www.ntc.net.np/mobile/mob_postpaid_number_scheme.php -->
17146
17487
  <territory id="NP" countryCode="977" internationalPrefix="00"
17147
17488
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
17489
+ <references>
17490
+ <sourceUrl>http://www.itu.int/oth/T0202000095/en</sourceUrl>
17491
+ <sourceUrl>http://www.ntc.net.np/mobile/mob_postpaid_number_scheme.php</sourceUrl>
17492
+ </references>
17148
17493
  <availableFormats>
17149
- <!-- Formatting patterns taken from pages like www.nepalgov.gov.np -->
17494
+ <!-- Formatting patterns taken from pages like http://www.nepalgov.gov.np -->
17150
17495
  <numberFormat pattern="(1)(\d{7})">
17151
17496
  <leadingDigits>1[2-6]</leadingDigits>
17152
17497
  <format>$1-$2</format>
@@ -17219,9 +17564,11 @@
17219
17564
  </territory>
17220
17565
 
17221
17566
  <!-- Nauru -->
17222
- <!-- http://www.itu.int/oth/T0202000094/en -->
17223
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Nauru -->
17224
17567
  <territory id="NR" countryCode="674" internationalPrefix="00">
17568
+ <references>
17569
+ <sourceUrl>http://www.itu.int/oth/T0202000094/en</sourceUrl>
17570
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Nauru</sourceUrl>
17571
+ </references>
17225
17572
  <availableFormats>
17226
17573
  <numberFormat pattern="(\d{3})(\d{4})">
17227
17574
  <format>$1 $2</format>
@@ -17247,9 +17594,11 @@
17247
17594
  </territory>
17248
17595
 
17249
17596
  <!-- Niue -->
17250
- <!-- http://www.itu.int/oth/T02020000EC/en -->
17251
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Niue -->
17252
17597
  <territory id="NU" countryCode="683" internationalPrefix="00">
17598
+ <references>
17599
+ <sourceUrl>http://www.itu.int/oth/T02020000EC/en</sourceUrl>
17600
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Niue</sourceUrl>
17601
+ </references>
17253
17602
  <!-- Numbers are always formatted as a block. -->
17254
17603
  <generalDesc>
17255
17604
  <nationalNumberPattern>[1-5]\d{3}</nationalNumberPattern>
@@ -17267,13 +17616,15 @@
17267
17616
  </territory>
17268
17617
 
17269
17618
  <!-- New Zealand -->
17270
- <!-- http://www.itu.int/oth/T0202000099/en -->
17271
17619
  <!-- Includes Ross Dependency, Antarctica -->
17272
17620
  <!-- Does not currently support 083 "Enhanced voice services", New Zealand direct service
17273
17621
  numbers and 050 "Nation-Wide Service". -->
17274
17622
  <territory id="NZ" countryCode="64" internationalPrefix="0(?:0|161)"
17275
17623
  preferredInternationalPrefix="00" nationalPrefix="0"
17276
17624
  nationalPrefixFormattingRule="$NP$FG" mobileNumberPortableRegion="true">
17625
+ <references>
17626
+ <sourceUrl>http://www.itu.int/oth/T0202000099/en</sourceUrl>
17627
+ </references>
17277
17628
  <availableFormats>
17278
17629
  <!-- Pattern for fixed-line formats. -->
17279
17630
  <numberFormat pattern="([34679])(\d{3})(\d{4})">
@@ -17311,8 +17662,8 @@
17311
17662
  </numberFormat>
17312
17663
  <!-- 2Degrees numbers are formatted with 022 separated, since this seems to be more common
17313
17664
  than writing the first group as 022X based on Google web searches, and is used by
17314
- 2Degrees themselves. See formatting on www.2degreesmobile.co.nz for an example of the
17315
- latter. We follow the same pattern for 020 (Orcon) and 028 (mixed) numbers. -->
17665
+ 2Degrees themselves. See formatting on http://www.2degreesmobile.co.nz for an example
17666
+ of the latter. We follow the same pattern for 020 (Orcon) and 028 (mixed) numbers. -->
17316
17667
  <numberFormat pattern="(2\d)(\d{3,4})(\d{4})">
17317
17668
  <leadingDigits>2[028]</leadingDigits>
17318
17669
  <format>$1 $2 $3</format>
@@ -17394,8 +17745,10 @@
17394
17745
  </territory>
17395
17746
 
17396
17747
  <!-- Oman -->
17397
- <!-- http://www.itu.int/oth/T020200009F/en -->
17398
17748
  <territory id="OM" countryCode="968" internationalPrefix="00" mobileNumberPortableRegion="true">
17749
+ <references>
17750
+ <sourceUrl>http://www.itu.int/oth/T020200009F/en</sourceUrl>
17751
+ </references>
17399
17752
  <availableFormats>
17400
17753
  <numberFormat pattern="(2\d)(\d{6})">
17401
17754
  <leadingDigits>2</leadingDigits>
@@ -17432,12 +17785,12 @@
17432
17785
  <exampleNumber>92123456</exampleNumber>
17433
17786
  </mobile>
17434
17787
  <tollFree>
17435
- <!-- Link to document about toll-free numbers on www.tra.gov.om, which suggests they should
17436
- be 8007 followed by 4 digits. However, the only examples I can find, including the
17437
- customer help line for the main telephony company there (omantel), is 8007 followed by
17438
- 5 digits, so am allowing both for now to be on the safe side. 500 numbers seem to offer
17439
- international toll-free dialing numbers - +968 500 1300 for international help desk for
17440
- omantel, for example. -->
17788
+ <!-- Link to document about toll-free numbers on http://www.tra.gov.om, which suggests they
17789
+ should be 8007 followed by 4 digits. However, the only examples I can find, including
17790
+ the customer help line for the main telephony company there (omantel), is 8007 followed
17791
+ by 5 digits, so am allowing both for now to be on the safe side. 500 numbers seem to
17792
+ offer international toll-free dialing numbers - +968 500 1300 for international help
17793
+ desk for omantel, for example. -->
17441
17794
  <nationalNumberPattern>
17442
17795
  8007\d{4,5}|
17443
17796
  500\d{4}
@@ -17449,10 +17802,13 @@
17449
17802
  </territory>
17450
17803
 
17451
17804
  <!-- Panama -->
17452
- <!-- http://www.asep.gob.pa/telecom/pnn/default.asp - last read Jan 17th 2013. -->
17453
- <!-- http://en.wikipedia.org/wiki/%2B507 - although it omits the fact that mobile phones are 8
17454
- digits long. -->
17455
17805
  <territory id="PA" countryCode="507" internationalPrefix="00" mobileNumberPortableRegion="true">
17806
+ <references>
17807
+ <!-- Last read July 9, 2014. -->
17808
+ <sourceUrl>http://www.asep.gob.pa/telecom/pnn/default.asp</sourceUrl>
17809
+ <!-- Omits the fact that mobile phones are 8 digits long. -->
17810
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B507</sourceUrl>
17811
+ </references>
17456
17812
  <availableFormats>
17457
17813
  <numberFormat pattern="(\d{3})(\d{4})">
17458
17814
  <leadingDigits>[1-57-9]</leadingDigits>
@@ -17562,7 +17918,7 @@
17562
17918
  6(?:
17563
17919
  [024-9]\d|
17564
17920
  1[0-5]|
17565
- 3[04-9]
17921
+ 3[0-24-9]
17566
17922
  )\d{5}
17567
17923
  </nationalNumberPattern>
17568
17924
  <exampleNumber>60012345</exampleNumber>
@@ -17597,12 +17953,14 @@
17597
17953
  </territory>
17598
17954
 
17599
17955
  <!-- Peru -->
17600
- <!-- http://www.itu.int/oth/T02020000A6/en -->
17601
- <!-- http://en.wikipedia.org/wiki/+51 -->
17602
- <!-- http://www.assistbook.com/South%20America/Peru/widecodes -->
17603
17956
  <territory id="PE" countryCode="51" internationalPrefix="19(?:1[124]|77|90)00"
17604
17957
  nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
17605
17958
  preferredExtnPrefix=" Anexo " mobileNumberPortableRegion="true">
17959
+ <references>
17960
+ <sourceUrl>http://www.itu.int/oth/T02020000A6/en</sourceUrl>
17961
+ <sourceUrl>http://en.wikipedia.org/wiki/+51</sourceUrl>
17962
+ <sourceUrl>http://www.assistbook.com/South%20America/Peru/widecodes</sourceUrl>
17963
+ </references>
17606
17964
  <availableFormats>
17607
17965
  <numberFormat pattern="(1)(\d{7})">
17608
17966
  <leadingDigits>1</leadingDigits>
@@ -17672,21 +18030,27 @@
17672
18030
  </territory>
17673
18031
 
17674
18032
  <!-- French Polynesia (Tahiti) (Territoire français d'outre-mer) -->
17675
- <!-- http://www.itu.int/oth/T020200004D/en -->
17676
18033
  <territory id="PF" countryCode="689" internationalPrefix="00">
18034
+ <references>
18035
+ <sourceUrl>http://www.itu.int/oth/T020200004D/en</sourceUrl>
18036
+ </references>
17677
18037
  <availableFormats>
17678
18038
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
17679
- <leadingDigits>89</leadingDigits>
18039
+ <leadingDigits>
18040
+ 4[09]|
18041
+ 8[79]
18042
+ </leadingDigits>
17680
18043
  <format>$1 $2 $3 $4</format>
17681
18044
  </numberFormat>
17682
18045
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
18046
+ <leadingDigits>44</leadingDigits>
17683
18047
  <format>$1 $2 $3</format>
17684
18048
  </numberFormat>
17685
18049
  </availableFormats>
17686
18050
  <generalDesc>
17687
18051
  <nationalNumberPattern>
17688
- [2-79]\d{5}|
17689
- 8\d{5,7}
18052
+ 4\d{5,7}|
18053
+ 8\d{7}
17690
18054
  </nationalNumberPattern>
17691
18055
  <possibleNumberPattern>\d{6}(?:\d{2})?</possibleNumberPattern>
17692
18056
  </generalDesc>
@@ -17696,36 +18060,31 @@
17696
18060
  <exampleNumber>441234</exampleNumber>
17697
18061
  </noInternationalDialling>
17698
18062
  <fixedLine>
17699
- <!-- Includes "voice-server" prefixes and pay-phone. The 41 range has been made more
17700
- specific to exclude Mobile MSRN. -->
18063
+ <!-- Includes payphone prefixes. -->
17701
18064
  <nationalNumberPattern>
17702
- (?:
17703
- 4(?:
17704
- [02-9]\d|
17705
- 1[02-9]
17706
- )|
17707
- [5689]\d{2}
17708
- )\d{3}
18065
+ 4(?:
18066
+ 0[45689]\d|
18067
+ 4|
18068
+ 99\d
18069
+ )\d{4}
17709
18070
  </nationalNumberPattern>
17710
- <possibleNumberPattern>\d{6}</possibleNumberPattern>
17711
- <exampleNumber>401234</exampleNumber>
18071
+ <exampleNumber>40412345</exampleNumber>
17712
18072
  </fixedLine>
17713
18073
  <mobile>
17714
18074
  <nationalNumberPattern>
17715
- (?:
17716
- [237]\d{2}|
17717
- 411|
17718
- 89\d{3}
17719
- )\d{3}
18075
+ 8[79]\d{6}
17720
18076
  </nationalNumberPattern>
17721
- <exampleNumber>212345</exampleNumber>
18077
+ <possibleNumberPattern>\d{8}</possibleNumberPattern>
18078
+ <exampleNumber>87123456</exampleNumber>
17722
18079
  </mobile>
17723
18080
  </territory>
17724
18081
 
17725
18082
  <!-- Papua New Guinea -->
17726
- <!-- http://www.itu.int/oth/T02020000A4/en -->
17727
- <!-- http://en.wikipedia.org/wiki/%2B675 -->
17728
18083
  <territory id="PG" countryCode="675" internationalPrefix="00">
18084
+ <references>
18085
+ <sourceUrl>http://www.itu.int/oth/T02020000A4/en</sourceUrl>
18086
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B675</sourceUrl>
18087
+ </references>
17729
18088
  <availableFormats>
17730
18089
  <numberFormat pattern="(\d{3})(\d{4})">
17731
18090
  <leadingDigits>
@@ -17767,7 +18126,7 @@
17767
18126
  <mobile>
17768
18127
  <!-- Mobile number patterns from the numbering plan are included here, as well as 68X from
17769
18128
  Wikipedia.
17770
- As per ITU doc, prefix 20150 will expire at the end of 2015.-->
18129
+ As per ITU doc, prefix 20150 will expire at the end of 2015. -->
17771
18130
  <nationalNumberPattern>
17772
18131
  (?:
17773
18132
  20150|
@@ -17795,10 +18154,12 @@
17795
18154
  </territory>
17796
18155
 
17797
18156
  <!-- Philippines -->
17798
- <!-- http://en.wikipedia.org/wiki/%2B63 -->
17799
18157
  <territory id="PH" countryCode="63" internationalPrefix="00" nationalPrefix="0">
18158
+ <references>
18159
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B63</sourceUrl>
18160
+ </references>
17800
18161
  <availableFormats>
17801
- <!--Area code separated from number. Area codes found here:
18162
+ <!-- Area code separated from number. Area codes found here:
17802
18163
  http://en.wikipedia.org/wiki/Telecommunications_in_the_Philippines#Area_Codes -->
17803
18164
  <numberFormat nationalPrefixFormattingRule="($NP$FG)"
17804
18165
  pattern="(2)(\d{3})(\d{4})">
@@ -17976,11 +18337,13 @@
17976
18337
  </territory>
17977
18338
 
17978
18339
  <!-- Pakistan -->
17979
- <!-- http://www.itu.int/oth/T02020000A1/en -->
17980
- <!-- http://en.wikipedia.org/wiki/%2B92 -->
17981
18340
  <territory id="PK" countryCode="92" internationalPrefix="00"
17982
18341
  nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)"
17983
18342
  mobileNumberPortableRegion="true">
18343
+ <references>
18344
+ <sourceUrl>http://www.itu.int/oth/T02020000A1/en</sourceUrl>
18345
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B92</sourceUrl>
18346
+ </references>
17984
18347
  <availableFormats>
17985
18348
  <!-- Universal Access Numbers (UAN) number format patterns first, so that these numbers are
17986
18349
  formatted nicely by the AYTF. -->
@@ -18274,12 +18637,13 @@
18274
18637
  </territory>
18275
18638
 
18276
18639
  <!-- Poland -->
18277
- <!-- http://en.wikipedia.org/wiki/%2B48 -->
18278
- <!-- http://www.itu.int/oth/T02020000A8/en -->
18279
- <!--
18280
- http://www.uke.gov.pl/uke/index.jsp?place=Lead24&news_cat_id=277&news_id=3791&layout=9&page=text
18281
- (in Polish) -->
18282
18640
  <territory id="PL" countryCode="48" internationalPrefix="00" mobileNumberPortableRegion="true">
18641
+ <references>
18642
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B48</sourceUrl>
18643
+ <sourceUrl>http://www.itu.int/oth/T02020000A8/en</sourceUrl>
18644
+ <!-- Source is in Polish. -->
18645
+ <sourceUrl>http://www.uke.gov.pl/uke/index.jsp?place=Lead24&amp;news_cat_id=277&amp;news_id=3791&amp;layout=9&amp;page=text</sourceUrl>
18646
+ </references>
18283
18647
  <availableFormats>
18284
18648
  <numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
18285
18649
  <leadingDigits>
@@ -18386,9 +18750,11 @@
18386
18750
  </territory>
18387
18751
 
18388
18752
  <!-- Saint Pierre and Miquelon (Collectivité territoriale de la République française) -->
18389
- <!-- http://www.itu.int/oth/T02020000B2/en -->
18390
18753
  <territory id="PM" countryCode="508" internationalPrefix="00"
18391
18754
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
18755
+ <references>
18756
+ <sourceUrl>http://www.itu.int/oth/T02020000B2/en</sourceUrl>
18757
+ </references>
18392
18758
  <availableFormats>
18393
18759
  <numberFormat pattern="([45]\d)(\d{2})(\d{2})">
18394
18760
  <format>$1 $2 $3</format>
@@ -18414,9 +18780,11 @@
18414
18780
  satellite phones. -->
18415
18781
 
18416
18782
  <!-- Puerto Rico -->
18417
- <!-- http://www.itu.int/oth/T02020000AA/en -->
18418
18783
  <territory id="PR" countryCode="1" leadingDigits="787|939" nationalPrefix="1"
18419
18784
  internationalPrefix="011">
18785
+ <references>
18786
+ <sourceUrl>http://www.itu.int/oth/T02020000AA/en</sourceUrl>
18787
+ </references>
18420
18788
  <generalDesc>
18421
18789
  <!-- NANPA country - uses US formatting rules -->
18422
18790
  <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
@@ -18476,14 +18844,16 @@
18476
18844
  </territory>
18477
18845
 
18478
18846
  <!-- Palestinian Authority -->
18479
- <!-- http://en.wikipedia.org/wiki/%2B970 -->
18480
- <!-- http://www.wtng.info/wtng-970-ps.html -->
18481
- <!-- http://www.paltel.ps -->
18482
18847
  <!-- Palestinian phone numbers can be reached through the Israeli country code (972) in addition
18483
18848
  to the Palestinian country code (970) and so Palestinian landlines and mobile lines are a
18484
18849
  subset of the Israeli formats. -->
18485
18850
  <territory id="PS" countryCode="970" internationalPrefix="00"
18486
18851
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
18852
+ <references>
18853
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B970</sourceUrl>
18854
+ <sourceUrl>http://www.wtng.info/wtng-970-ps.html</sourceUrl>
18855
+ <sourceUrl>http://www.paltel.ps</sourceUrl>
18856
+ </references>
18487
18857
  <availableFormats>
18488
18858
  <numberFormat pattern="([2489])(2\d{2})(\d{4})">
18489
18859
  <leadingDigits>[2489]</leadingDigits>
@@ -18551,8 +18921,10 @@
18551
18921
  </territory>
18552
18922
 
18553
18923
  <!-- Portugal -->
18554
- <!-- http://www.anacom.pt/render.jsp?categoryId=279098 -->
18555
18924
  <territory id="PT" countryCode="351" internationalPrefix="00" mobileNumberPortableRegion="true">
18925
+ <references>
18926
+ <sourceUrl>http://www.anacom.pt/render.jsp?categoryId=279098</sourceUrl>
18927
+ </references>
18556
18928
  <availableFormats>
18557
18929
  <!-- Note: the wikipedia page suggests that mobile numbers may also be formatted with only
18558
18930
  two digits in the first group; however, this doesn't seem to be majority usage based on
@@ -18642,8 +19014,10 @@
18642
19014
  </territory>
18643
19015
 
18644
19016
  <!-- Palau -->
18645
- <!-- http://www.itu.int/oth/T02020000A2/en -->
18646
19017
  <territory id="PW" countryCode="680" internationalPrefix="01[12]">
19018
+ <references>
19019
+ <sourceUrl>http://www.itu.int/oth/T02020000A2/en</sourceUrl>
19020
+ </references>
18647
19021
  <availableFormats>
18648
19022
  <numberFormat pattern="(\d{3})(\d{4})">
18649
19023
  <format>$1 $2</format>
@@ -18695,11 +19069,13 @@
18695
19069
  </territory>
18696
19070
 
18697
19071
  <!-- Paraguay -->
18698
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Paraguay -->
18699
- <!-- http://www.itu.int/oth/T02020000A5/en -->
18700
- <!-- http://www.copaco.com.py/portal/index.php/component/content/article/8-empresa/74-codigos-de-area.html -->
18701
19072
  <territory id="PY" countryCode="595" internationalPrefix="00" nationalPrefix="0"
18702
19073
  mobileNumberPortableRegion="true">
19074
+ <references>
19075
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Paraguay</sourceUrl>
19076
+ <sourceUrl>http://www.itu.int/oth/T02020000A5/en</sourceUrl>
19077
+ <sourceUrl>http://www.copaco.com.py/portal/index.php/component/content/article/8-empresa/74-codigos-de-area.html</sourceUrl>
19078
+ </references>
18703
19079
  <availableFormats>
18704
19080
  <!-- CONATEL plan. -->
18705
19081
  <numberFormat pattern="(\d{2})(\d{5,7})" nationalPrefixFormattingRule="($FG)">
@@ -18817,9 +19193,11 @@
18817
19193
  </territory>
18818
19194
 
18819
19195
  <!-- Qatar -->
18820
- <!-- http://www.itu.int/oth/T02020000AB/en -->
18821
- <!-- http://wtng.info/wtng-qq.html -->
18822
19196
  <territory id="QA" countryCode="974" internationalPrefix="00" mobileNumberPortableRegion="true">
19197
+ <references>
19198
+ <sourceUrl>http://www.itu.int/oth/T02020000AB/en</sourceUrl>
19199
+ <sourceUrl>http://wtng.info/wtng-qq.html</sourceUrl>
19200
+ </references>
18823
19201
  <availableFormats>
18824
19202
  <numberFormat pattern="([28]\d{2})(\d{4})">
18825
19203
  <leadingDigits>[28]</leadingDigits>
@@ -18863,10 +19241,12 @@
18863
19241
  <!-- Réunion (French Departments and Territories in the Indian Ocean) -->
18864
19242
  <!-- Note this shares the same country code as La Mayotte and the formatting patterns here are
18865
19243
  used by both of them. -->
18866
- <!-- http://www.itu.int/oth/T020200004B/en -->
18867
19244
  <territory id="RE" countryCode="262" internationalPrefix="00"
18868
19245
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
18869
19246
  leadingDigits="262|6[49]|8" mainCountryForCode="true" >
19247
+ <references>
19248
+ <sourceUrl>http://www.itu.int/oth/T020200004B/en</sourceUrl>
19249
+ </references>
18870
19250
  <availableFormats>
18871
19251
  <numberFormat pattern="([268]\d{2})(\d{2})(\d{2})(\d{2})">
18872
19252
  <format>$1 $2 $3 $4</format>
@@ -18914,12 +19294,14 @@
18914
19294
  </territory>
18915
19295
 
18916
19296
  <!-- Romania -->
18917
- <!-- http://www.itu.int/oth/T02020000AC/en -->
18918
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Romania -->
18919
19297
  <!-- Extension prefix found online, confirmed by a Romanian. -->
18920
19298
  <territory id="RO" countryCode="40" internationalPrefix="00"
18921
19299
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
18922
19300
  preferredExtnPrefix=" int " mobileNumberPortableRegion="true">
19301
+ <references>
19302
+ <sourceUrl>http://www.itu.int/oth/T02020000AC/en</sourceUrl>
19303
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Romania</sourceUrl>
19304
+ </references>
18923
19305
  <availableFormats>
18924
19306
  <numberFormat pattern="([237]\d)(\d{3})(\d{4})">
18925
19307
  <leadingDigits>[23]1</leadingDigits>
@@ -19020,11 +19402,13 @@
19020
19402
  </territory>
19021
19403
 
19022
19404
  <!-- Serbia -->
19023
- <!-- http://www.itu.int/oth/T02020000B9/en -->
19024
- <!-- http://registar.ratel.rs/en/reg202 -->
19025
19405
  <territory id="RS" countryCode="381" internationalPrefix="00"
19026
19406
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19027
19407
  mobileNumberPortableRegion="true">
19408
+ <references>
19409
+ <sourceUrl>http://www.itu.int/oth/T02020000B9/en</sourceUrl>
19410
+ <sourceUrl>http://registar.ratel.rs/en/reg202</sourceUrl>
19411
+ </references>
19028
19412
  <availableFormats>
19029
19413
  <numberFormat pattern="([23]\d{2})(\d{4,9})">
19030
19414
  <leadingDigits>
@@ -19139,12 +19523,14 @@
19139
19523
  </territory>
19140
19524
 
19141
19525
  <!-- Russian Federation -->
19142
- <!-- http://www.itu.int/oth/T02020000AD/en -->
19143
- <!-- http://en.wikipedia.org/wiki/%2B7 -->
19144
19526
  <territory id="RU" countryCode="7" mainCountryForCode="true" preferredInternationalPrefix="8~10"
19145
19527
  internationalPrefix="810" nationalPrefix="8"
19146
19528
  nationalPrefixFormattingRule="$NP ($FG)"
19147
19529
  nationalPrefixOptionalWhenFormatting="true" >
19530
+ <references>
19531
+ <sourceUrl>http://www.itu.int/oth/T02020000AD/en</sourceUrl>
19532
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B7</sourceUrl>
19533
+ </references>
19148
19534
  <availableFormats>
19149
19535
  <!-- Formatting from wikipedia, confirmed on Goverment websites such as
19150
19536
  http://www.minjust.ru/ru/structure/contact/. Contains formatting instructions for
@@ -19223,11 +19609,13 @@
19223
19609
  <!-- Rwanda -->
19224
19610
  <!-- According to ITU, there is no national prefix. However, this is still used. As of June 3rd
19225
19611
  2011, this was confirmed by a Rwandan local. It is also shown in this format on pages such
19226
- as www.tigo.co.rw "Choose Your Number" service. -->
19227
- <!-- http://www.rura.gov.rw/docs/RWANDA_NATIONAL_NUMBERING_PLAN.pdf -->
19228
- <!-- http://en.wikipedia.org/wiki/+250 -->
19612
+ as http://www.tigo.co.rw "Choose Your Number" service. -->
19229
19613
  <territory id="RW" countryCode="250" internationalPrefix="00"
19230
19614
  nationalPrefix="0" leadingZeroPossible="true">
19615
+ <references>
19616
+ <sourceUrl>http://www.rura.gov.rw/docs/RWANDA_NATIONAL_NUMBERING_PLAN.pdf</sourceUrl>
19617
+ <sourceUrl>http://en.wikipedia.org/wiki/+250</sourceUrl>
19618
+ </references>
19231
19619
  <availableFormats>
19232
19620
  <numberFormat nationalPrefixFormattingRule="$FG"
19233
19621
  pattern="(2\d{2})(\d{3})(\d{3})">
@@ -19278,11 +19666,13 @@
19278
19666
  </territory>
19279
19667
 
19280
19668
  <!-- Saudi Arabia -->
19281
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Saudi_Arabia -->
19282
- <!-- http://www.itu.int/oth/T02020000B7/en -->
19283
19669
  <territory id="SA" countryCode="966" internationalPrefix="00"
19284
19670
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19285
19671
  mobileNumberPortableRegion="true">
19672
+ <references>
19673
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Saudi_Arabia</sourceUrl>
19674
+ <sourceUrl>http://www.itu.int/oth/T02020000B7/en</sourceUrl>
19675
+ </references>
19286
19676
  <availableFormats>
19287
19677
  <numberFormat pattern="([1-467])(\d{3})(\d{4})">
19288
19678
  <leadingDigits>[1-467]</leadingDigits>
@@ -19369,8 +19759,10 @@
19369
19759
  </territory>
19370
19760
 
19371
19761
  <!-- Solomon Islands -->
19372
- <!-- http://www.itu.int/oth/T02020000BF/en -->
19373
19762
  <territory id="SB" countryCode="677" internationalPrefix="0[01]">
19763
+ <references>
19764
+ <sourceUrl>http://www.itu.int/oth/T02020000BF/en</sourceUrl>
19765
+ </references>
19374
19766
  <!-- A single group is used to format 5-digit numbers. -->
19375
19767
  <availableFormats>
19376
19768
  <numberFormat pattern="(\d{3})(\d{4})">
@@ -19401,7 +19793,7 @@
19401
19793
  <nationalNumberPattern>
19402
19794
  48\d{3}|
19403
19795
  7(?:
19404
- [46-8]\d|
19796
+ [0146-8]\d|
19405
19797
  5[025-9]|
19406
19798
  90
19407
19799
  )\d{4}|
@@ -19429,10 +19821,12 @@
19429
19821
  </territory>
19430
19822
 
19431
19823
  <!-- Seychelles -->
19432
- <!-- http://www.itu.int/oth/T02020000BA/en -->
19433
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Seychelles -->
19434
19824
  <territory id="SC" countryCode="248" internationalPrefix="0[0-2]"
19435
19825
  preferredInternationalPrefix="00">
19826
+ <references>
19827
+ <sourceUrl>http://www.itu.int/oth/T02020000BA/en</sourceUrl>
19828
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Seychelles</sourceUrl>
19829
+ </references>
19436
19830
  <availableFormats>
19437
19831
  <numberFormat pattern="(\d{3})(\d{3})">
19438
19832
  <leadingDigits>[89]</leadingDigits>
@@ -19480,9 +19874,11 @@
19480
19874
  </territory>
19481
19875
 
19482
19876
  <!-- Sudan -->
19483
- <!-- http://www.itu.int/oth/T02020000C4/en -->
19484
19877
  <territory id="SD" countryCode="249" internationalPrefix="00"
19485
19878
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
19879
+ <references>
19880
+ <sourceUrl>http://www.itu.int/oth/T02020000C4/en</sourceUrl>
19881
+ </references>
19486
19882
  <availableFormats>
19487
19883
  <numberFormat pattern="(\d{2})(\d{3})(\d{4})">
19488
19884
  <format>$1 $2 $3</format>
@@ -19511,11 +19907,13 @@
19511
19907
  </territory>
19512
19908
 
19513
19909
  <!-- Sweden -->
19514
- <!-- http://www.pts.se/upload/Ovrigt/Tele/Nummerfragor/Sv_nrplan_telefoni_enl_TU-T_rek_E.164.pdf -->
19515
- <!-- http://www.pts.se/upload/Ovrigt/Tele/Nummerfragor/Nrplansammanst%C3%A4llning-2013-07-05.pdf -->
19516
19910
  <territory id="SE" countryCode="46" internationalPrefix="00"
19517
19911
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19518
19912
  mobileNumberPortableRegion="true">
19913
+ <references>
19914
+ <sourceUrl>http://www.pts.se/upload/Ovrigt/Tele/Nummerfragor/Sv_nrplan_telefoni_enl_TU-T_rek_E.164.pdf</sourceUrl>
19915
+ <sourceUrl>http://www.pts.se/upload/Ovrigt/Tele/Nummerfragor/Nrplansammanst%C3%A4llning-2013-07-05.pdf</sourceUrl>
19916
+ </references>
19519
19917
  <availableFormats>
19520
19918
  <!-- Formatting patterns are from the numbering plan and from the Swedish yellow pages
19521
19919
  http://gulasidorna.eniro.se -->
@@ -19802,9 +20200,11 @@
19802
20200
  </territory>
19803
20201
 
19804
20202
  <!-- Singapore -->
19805
- <!-- http://www.ida.gov.sg/Policies-and-Regulations/Industry-and-Licensees/Numbering/National-Numbering-Plan-and-Allocation-Process.aspx -->
19806
20203
  <territory id="SG" countryCode="65" internationalPrefix="0[0-3]\d"
19807
20204
  mobileNumberPortableRegion="true">
20205
+ <references>
20206
+ <sourceUrl>http://www.ida.gov.sg/Policies-and-Regulations/Industry-and-Licensees/Numbering/National-Numbering-Plan-and-Allocation-Process.aspx</sourceUrl>
20207
+ </references>
19808
20208
  <availableFormats>
19809
20209
  <numberFormat pattern="([3689]\d{3})(\d{4})">
19810
20210
  <leadingDigits>
@@ -19876,8 +20276,10 @@
19876
20276
  </territory>
19877
20277
 
19878
20278
  <!-- Saint Helena -->
19879
- <!-- http://www.itu.int/oth/T02020000AF/en -->
19880
20279
  <territory id="SH" countryCode="290" internationalPrefix="00" mainCountryForCode="true">
20280
+ <references>
20281
+ <sourceUrl>http://www.itu.int/oth/T02020000AF/en</sourceUrl>
20282
+ </references>
19881
20283
  <!-- Numbers are formatted as a block. -->
19882
20284
  <generalDesc>
19883
20285
  <nationalNumberPattern>[2-79]\d{3,4}</nationalNumberPattern>
@@ -19916,10 +20318,12 @@
19916
20318
  </territory>
19917
20319
 
19918
20320
  <!-- Slovenia -->
19919
- <!-- http://www.itu.int/oth/T02020000BE/en -->
19920
20321
  <territory id="SI" countryCode="386" internationalPrefix="00"
19921
20322
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
19922
20323
  mobileNumberPortableRegion="true">
20324
+ <references>
20325
+ <sourceUrl>http://www.itu.int/oth/T02020000BE/en</sourceUrl>
20326
+ </references>
19923
20327
  <availableFormats>
19924
20328
  <numberFormat nationalPrefixFormattingRule="($NP$FG)"
19925
20329
  pattern="(\d)(\d{3})(\d{2})(\d{2})">
@@ -20016,8 +20420,10 @@
20016
20420
 
20017
20421
  <!-- Svalbard -->
20018
20422
  <!-- Metadata shared with Norway. -->
20019
- <!-- http://www.npt.no/pt_internet/numsys/E.164.pdf -->
20020
20423
  <territory id="SJ" countryCode="47" internationalPrefix="00" leadingZeroPossible="true">
20424
+ <references>
20425
+ <sourceUrl>http://www.npt.no/pt_internet/numsys/E.164.pdf</sourceUrl>
20426
+ </references>
20021
20427
  <generalDesc>
20022
20428
  <nationalNumberPattern>
20023
20429
  0\d{4}|
@@ -20094,10 +20500,12 @@
20094
20500
  </territory>
20095
20501
 
20096
20502
  <!-- Slovakia -->
20097
- <!-- http://www.itu.int/oth/T02020000BD/en -->
20098
20503
  <territory id="SK" countryCode="421" internationalPrefix="00"
20099
20504
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
20100
20505
  mobileNumberPortableRegion="true">
20506
+ <references>
20507
+ <sourceUrl>http://www.itu.int/oth/T02020000BD/en</sourceUrl>
20508
+ </references>
20101
20509
  <availableFormats>
20102
20510
  <numberFormat pattern="(2)(\d{3})(\d{3})(\d{2})">
20103
20511
  <leadingDigits>2</leadingDigits>
@@ -20182,11 +20590,13 @@
20182
20590
  </territory>
20183
20591
 
20184
20592
  <!-- Sierra Leone -->
20185
- <!-- http://www.itu.int/oth/T02020000BB/en -->
20186
20593
  <territory id="SL" countryCode="232" internationalPrefix="00"
20187
20594
  nationalPrefix="0" nationalPrefixFormattingRule="($NP$FG)">
20595
+ <references>
20596
+ <sourceUrl>http://www.itu.int/oth/T02020000BB/en</sourceUrl>
20597
+ </references>
20188
20598
  <availableFormats>
20189
- <!-- Following formatting of online yellow pages www.leonedirect.com -->
20599
+ <!-- Following formatting of online yellow pages http://www.leonedirect.com -->
20190
20600
  <numberFormat pattern="(\d{2})(\d{6})">
20191
20601
  <format>$1 $2</format>
20192
20602
  </numberFormat>
@@ -20215,9 +20625,6 @@
20215
20625
  </territory>
20216
20626
 
20217
20627
  <!-- San Marino -->
20218
- <!-- http://www.itu.int/oth/T02020000B5/en -->
20219
- <!-- http://en.wikipedia.org/wiki/%2B39 (Information about Italy) -->
20220
- <!-- http://en.wikipedia.org/wiki/%2B378-->
20221
20628
  <!-- San Marino fixed-line numbers have an area code of "0549". However, this seems to be
20222
20629
  optional when dialling from outside the country; the phone number can be reached both with
20223
20630
  and without this area code. The nationalPrefixForParsing and nationalPrefixTransformRule
@@ -20225,6 +20632,12 @@
20225
20632
  <territory id="SM" countryCode="378" internationalPrefix="00"
20226
20633
  nationalPrefixForParsing="(?:0549)?([89]\d{5})" nationalPrefixTransformRule="0549$1"
20227
20634
  leadingZeroPossible="true">
20635
+ <references>
20636
+ <sourceUrl>http://www.itu.int/oth/T02020000B5/en</sourceUrl>
20637
+ <!-- Information about Italy. -->
20638
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B39</sourceUrl>
20639
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B378</sourceUrl>
20640
+ </references>
20228
20641
  <availableFormats>
20229
20642
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
20230
20643
  <leadingDigits>[5-7]</leadingDigits>
@@ -20279,9 +20692,11 @@
20279
20692
  </territory>
20280
20693
 
20281
20694
  <!-- Senegal -->
20282
- <!-- http://www.itu.int/oth/T02020000B8/en -->
20283
- <!-- http://www.artpsenegal.net -->
20284
20695
  <territory id="SN" countryCode="221" internationalPrefix="00">
20696
+ <references>
20697
+ <sourceUrl>http://www.itu.int/oth/T02020000B8/en</sourceUrl>
20698
+ <sourceUrl>http://www.artpsenegal.net</sourceUrl>
20699
+ </references>
20285
20700
  <availableFormats>
20286
20701
  <!-- Using yellow pages and online telecom company formatting, rather than that implied in
20287
20702
  the national numbering plan. -->
@@ -20355,8 +20770,6 @@
20355
20770
  </territory>
20356
20771
 
20357
20772
  <!-- Somalia -->
20358
- <!-- http://www.itu.int/oth/T02020000C0/en -->
20359
- <!-- http://en.wikipedia.org/wiki/+252 -->
20360
20773
  <!-- This document seems to cover only a small set of prefixes in Somalia. Somalia has limited
20361
20774
  information available, and the numerous telecom carriers were previously working under an
20362
20775
  unregulated environment. The extra prefixes were added from the contact phone numbers of
@@ -20364,8 +20777,12 @@
20364
20777
  prefix of "0" is required when dialling from different regions (e.g. Puntland, Somaliland)
20365
20778
  for some operators, so that is included here although we do not use it when formatting. -->
20366
20779
  <territory id="SO" countryCode="252" internationalPrefix="00" nationalPrefix="0">
20780
+ <references>
20781
+ <sourceUrl>http://www.itu.int/oth/T02020000C0/en</sourceUrl>
20782
+ <sourceUrl>http://en.wikipedia.org/wiki/+252</sourceUrl>
20783
+ </references>
20367
20784
  <availableFormats>
20368
- <!-- These follow formats online, such as www.hortel.net/contact_us.html -->
20785
+ <!-- These follow formats online, such as http://www.hortel.net/contact_us.html -->
20369
20786
  <numberFormat pattern="(\d)(\d{6})">
20370
20787
  <leadingDigits>
20371
20788
  2[0-79]|
@@ -20392,6 +20809,10 @@
20392
20809
  <leadingDigits>69</leadingDigits>
20393
20810
  <format>$1 $2</format>
20394
20811
  </numberFormat>
20812
+ <numberFormat pattern="(90\d)(\d{3})(\d{3})">
20813
+ <leadingDigits>90</leadingDigits>
20814
+ <format>$1 $2 $3</format>
20815
+ </numberFormat>
20395
20816
  </availableFormats>
20396
20817
  <generalDesc>
20397
20818
  <nationalNumberPattern>[1-79]\d{6,8}</nationalNumberPattern>
@@ -20416,7 +20837,9 @@
20416
20837
  <!-- 24 is used by the carrier Telesom. 28 is used by Nationlink. 6[89] are apparently used
20417
20838
  by Nationlink Somalia, 67 by Nationlink Puntland, and 61 by Hormuud. 7X is used by
20418
20839
  Somtel. 6 followed by only 7 digits is used by Telecom. Note that in June 2014 many
20419
- ranges were suspended by the government. -->
20840
+ ranges were suspended by the government. 90\d{6} was listed as one of the ranges to be
20841
+ suspended, but open-source contributors confirm that 907\d{6} is still in use, even if
20842
+ the shorter 90 ranges are no longer. -->
20420
20843
  <nationalNumberPattern>
20421
20844
  (?:
20422
20845
  15\d|
@@ -20425,7 +20848,8 @@
20425
20848
  8
20426
20849
  )|
20427
20850
  6[137-9]?\d{2}|
20428
- 7[1-9]\d
20851
+ 7[1-9]\d|
20852
+ 907\d
20429
20853
  )\d{5}
20430
20854
  </nationalNumberPattern>
20431
20855
  <exampleNumber>71123456</exampleNumber>
@@ -20433,8 +20857,10 @@
20433
20857
  </territory>
20434
20858
 
20435
20859
  <!-- Suriname -->
20436
- <!-- http://www.itu.int/oth/T02020000C5/en -->
20437
20860
  <territory id="SR" countryCode="597" internationalPrefix="00">
20861
+ <references>
20862
+ <sourceUrl>http://www.itu.int/oth/T02020000C5/en</sourceUrl>
20863
+ </references>
20438
20864
  <availableFormats>
20439
20865
  <!-- Following conventions used in the Suriname Yellow Pages. -->
20440
20866
  <numberFormat pattern="(\d{3})(\d{3})">
@@ -20491,9 +20917,11 @@
20491
20917
  </territory>
20492
20918
 
20493
20919
  <!-- South Sudan -->
20494
- <!-- http://www.itu.int/oth/T02020000F9/en -->
20495
- <!-- http://en.wikipedia.org/wiki/+211 -->
20496
20920
  <territory id="SS" countryCode="211" internationalPrefix="00" nationalPrefix="0">
20921
+ <references>
20922
+ <sourceUrl>http://www.itu.int/oth/T02020000F9/en</sourceUrl>
20923
+ <sourceUrl>http://en.wikipedia.org/wiki/+211</sourceUrl>
20924
+ </references>
20497
20925
  <availableFormats>
20498
20926
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})" nationalPrefixFormattingRule="$NP$FG">
20499
20927
  <format>$1 $2 $3</format>
@@ -20519,8 +20947,10 @@
20519
20947
  </territory>
20520
20948
 
20521
20949
  <!-- Sao Tome and Principe -->
20522
- <!-- http://www.itu.int/oth/T02020000B6/en -->
20523
20950
  <territory id="ST" countryCode="239" internationalPrefix="00">
20951
+ <references>
20952
+ <sourceUrl>http://www.itu.int/oth/T02020000B6/en</sourceUrl>
20953
+ </references>
20524
20954
  <availableFormats>
20525
20955
  <numberFormat pattern="(\d{3})(\d{4})">
20526
20956
  <format>$1 $2</format>
@@ -20541,10 +20971,11 @@
20541
20971
  </territory>
20542
20972
 
20543
20973
  <!-- El Salvador -->
20544
- <!-- http://www.itu.int/oth/T020200003F/en -->
20545
- <!-- http://www.siget.gob.sv/BusquedaPublica.aspx?pagina=3&tipo=27&titulo=t8&sector=2&ordenar=&dir=DESC
20546
- -->
20547
20974
  <territory id="SV" countryCode="503" internationalPrefix="00">
20975
+ <references>
20976
+ <sourceUrl>http://www.itu.int/oth/T020200003F/en</sourceUrl>
20977
+ <sourceUrl>http://www.siget.gob.sv/BusquedaPublica.aspx?pagina=3&amp;tipo=27&amp;titulo=t8&amp;sector=2&amp;ordenar=&amp;dir=DESC</sourceUrl>
20978
+ </references>
20548
20979
  <availableFormats>
20549
20980
  <numberFormat pattern="(\d{4})(\d{4})">
20550
20981
  <leadingDigits>[267]</leadingDigits>
@@ -20595,10 +21026,12 @@
20595
21026
  </territory>
20596
21027
 
20597
21028
  <!-- Sint Maarten -->
20598
- <!-- http://www.nanpa.com/pdf/PL_429.pdf -->
20599
- <!-- http://www.itu.int/oth/T02020000F7/en -->
20600
21029
  <territory id="SX" countryCode="1" leadingDigits="721" nationalPrefix="1"
20601
21030
  internationalPrefix="011">
21031
+ <references>
21032
+ <sourceUrl>http://www.nanpa.com/pdf/PL_429.pdf</sourceUrl>
21033
+ <sourceUrl>http://www.itu.int/oth/T02020000F7/en</sourceUrl>
21034
+ </references>
20602
21035
  <generalDesc>
20603
21036
  <!-- NANPA country - uses US formatting rules -->
20604
21037
  <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
@@ -20664,11 +21097,13 @@
20664
21097
  </territory>
20665
21098
 
20666
21099
  <!-- Syrian Arab Republic -->
20667
- <!-- http://www.itu.int/oth/T02020000C9/en -->
20668
- <!-- http://en.wikipedia.org/wiki/%2B963 -->
20669
21100
  <territory id="SY" countryCode="963" internationalPrefix="00"
20670
21101
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
20671
21102
  nationalPrefixOptionalWhenFormatting="true">
21103
+ <references>
21104
+ <sourceUrl>http://www.itu.int/oth/T02020000C9/en</sourceUrl>
21105
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B963</sourceUrl>
21106
+ </references>
20672
21107
  <availableFormats>
20673
21108
  <numberFormat pattern="(\d{2})(\d{3})(\d{3,4})">
20674
21109
  <leadingDigits>[1-5]</leadingDigits>
@@ -20727,8 +21162,10 @@
20727
21162
  </territory>
20728
21163
 
20729
21164
  <!-- Swaziland -->
20730
- <!-- http://www.itu.int/oth/T02020000C6/en -->
20731
21165
  <territory id="SZ" countryCode="268" internationalPrefix="00" leadingZeroPossible="true">
21166
+ <references>
21167
+ <sourceUrl>http://www.itu.int/oth/T02020000C6/en</sourceUrl>
21168
+ </references>
20732
21169
  <availableFormats>
20733
21170
  <numberFormat pattern="(\d{4})(\d{4})">
20734
21171
  <leadingDigits>[027]</leadingDigits>
@@ -20784,8 +21221,10 @@
20784
21221
  </territory>
20785
21222
 
20786
21223
  <!-- Tristan da Cunha -->
20787
- <!-- http://www.itu.int/oth/T02020000AF/en -->
20788
21224
  <territory id="TA" countryCode="290" internationalPrefix="00">
21225
+ <references>
21226
+ <sourceUrl>http://www.itu.int/oth/T02020000AF/en</sourceUrl>
21227
+ </references>
20789
21228
  <!-- Numbers are formatted as a block. Shares a country code with Saint Helena. -->
20790
21229
  <generalDesc>
20791
21230
  <nationalNumberPattern>8\d{3}</nationalNumberPattern>
@@ -20802,9 +21241,11 @@
20802
21241
  </territory>
20803
21242
 
20804
21243
  <!-- Turks and Caicos Islands -->
20805
- <!-- http://www.itu.int/oth/T02020000D8/en -->
20806
21244
  <territory id="TC" countryCode="1" leadingDigits="649" nationalPrefix="1"
20807
21245
  internationalPrefix="011">
21246
+ <references>
21247
+ <sourceUrl>http://www.itu.int/oth/T02020000D8/en</sourceUrl>
21248
+ </references>
20808
21249
  <generalDesc>
20809
21250
  <!-- NANPA country - uses US formatting rules -->
20810
21251
  <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern>
@@ -20881,10 +21322,12 @@
20881
21322
  </territory>
20882
21323
 
20883
21324
  <!-- Chad -->
20884
- <!-- http://www.itu.int/oth/T0202000029/en -->
20885
21325
  <!-- The international prefix includes 16 as the international manual exchange. -->
20886
21326
  <territory id="TD" countryCode="235" preferredInternationalPrefix="00"
20887
21327
  internationalPrefix="00|16">
21328
+ <references>
21329
+ <sourceUrl>http://www.itu.int/oth/T0202000029/en</sourceUrl>
21330
+ </references>
20888
21331
  <availableFormats>
20889
21332
  <numberFormat
20890
21333
  pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
@@ -20929,8 +21372,10 @@
20929
21372
  temporary inhabitants. -->
20930
21373
 
20931
21374
  <!-- Togo -->
20932
- <!-- http://www.itu.int/oth/T02020000D1/en -->
20933
21375
  <territory id="TG" countryCode="228" internationalPrefix="00">
21376
+ <references>
21377
+ <sourceUrl>http://www.itu.int/oth/T02020000D1/en</sourceUrl>
21378
+ </references>
20934
21379
  <availableFormats>
20935
21380
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
20936
21381
  <format>$1 $2 $3 $4</format>
@@ -20960,11 +21405,13 @@
20960
21405
  </territory>
20961
21406
 
20962
21407
  <!-- Thailand -->
20963
- <!-- http://www.itu.int/oth/T02020000CD/en -->
20964
- <!-- http://www.barascientific.com/bscnews/variety/emergency/Tel-4Digi.pdf -->
20965
21408
  <territory id="TH" countryCode="66" internationalPrefix="00"
20966
21409
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
20967
21410
  mobileNumberPortableRegion="true">
21411
+ <references>
21412
+ <sourceUrl>http://www.itu.int/oth/T02020000CD/en</sourceUrl>
21413
+ <sourceUrl>http://www.barascientific.com/bscnews/variety/emergency/Tel-4Digi.pdf</sourceUrl>
21414
+ </references>
20968
21415
  <availableFormats>
20969
21416
  <!-- Formatting patterns from wikipedia and the document itself -
20970
21417
  http://en.wikipedia.org/wiki/%2B66 -->
@@ -21042,11 +21489,13 @@
21042
21489
  </territory>
21043
21490
 
21044
21491
  <!-- Tajikistan -->
21045
- <!-- http://www.itu.int/oth/T02020000CA/en -->
21046
21492
  <territory id="TJ" countryCode="992" preferredInternationalPrefix="8~10"
21047
21493
  internationalPrefix="810" nationalPrefix="8"
21048
21494
  nationalPrefixFormattingRule="($NP) $FG"
21049
21495
  nationalPrefixOptionalWhenFormatting="true">
21496
+ <references>
21497
+ <sourceUrl>http://www.itu.int/oth/T02020000CA/en</sourceUrl>
21498
+ </references>
21050
21499
  <availableFormats>
21051
21500
  <numberFormat pattern="([349]\d{2})(\d{2})(\d{4})">
21052
21501
  <leadingDigits>
@@ -21127,8 +21576,10 @@
21127
21576
  </territory>
21128
21577
 
21129
21578
  <!-- Tokelau -->
21130
- <!-- http://www.itu.int/oth/T02020000D2/en -->
21131
21579
  <territory id="TK" countryCode="690" internationalPrefix="00">
21580
+ <references>
21581
+ <sourceUrl>http://www.itu.int/oth/T02020000D2/en</sourceUrl>
21582
+ </references>
21132
21583
  <generalDesc>
21133
21584
  <nationalNumberPattern>[2-9]\d{3}</nationalNumberPattern>
21134
21585
  <possibleNumberPattern>\d{4}</possibleNumberPattern>
@@ -21145,8 +21596,10 @@
21145
21596
  </territory>
21146
21597
 
21147
21598
  <!-- Timor-Leste (East Timor) -->
21148
- <!-- http://www.itu.int/oth/T02020000D0/en -->
21149
21599
  <territory id="TL" countryCode="670" internationalPrefix="00">
21600
+ <references>
21601
+ <sourceUrl>http://www.itu.int/oth/T02020000D0/en</sourceUrl>
21602
+ </references>
21150
21603
  <availableFormats>
21151
21604
  <numberFormat pattern="(\d{3})(\d{4})">
21152
21605
  <leadingDigits>[2-489]</leadingDigits>
@@ -21204,11 +21657,13 @@
21204
21657
  </territory>
21205
21658
 
21206
21659
  <!-- Turkmenistan -->
21207
- <!-- http://www.itu.int/oth/T02020000D7/en -->
21208
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Turkmenistan -->
21209
21660
  <territory id="TM" countryCode="993" preferredInternationalPrefix="8~10"
21210
21661
  internationalPrefix="810" nationalPrefix="8"
21211
21662
  nationalPrefixFormattingRule="($NP $FG)">
21663
+ <references>
21664
+ <sourceUrl>http://www.itu.int/oth/T02020000D7/en</sourceUrl>
21665
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Turkmenistan</sourceUrl>
21666
+ </references>
21212
21667
  <availableFormats>
21213
21668
  <!-- There doesn't seem to be a standardized format. The format below is based on the
21214
21669
  Turkmenistan embassy at
@@ -21277,11 +21732,12 @@
21277
21732
  </territory>
21278
21733
 
21279
21734
  <!-- Tunisia -->
21280
- <!-- http://www.itu.int/oth/T02020000D5/en -->
21281
- <!-- 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
21282
- http://www.tunisietelecom.tn/tt/internet/fr/pme/fixe/numeros_acceuil
21283
- -->
21284
21735
  <territory id="TN" countryCode="216" internationalPrefix="00">
21736
+ <references>
21737
+ <sourceUrl>http://www.itu.int/oth/T02020000D5/en</sourceUrl>
21738
+ <sourceUrl>http://www.tunisietelecom.tn/tt/wcm/connect/?MOD=PDMProxy&amp;TYPE=personalization&amp;ID=NONE&amp;KEY=NONE&amp;LIBRARY=%2FcontentRoot%2Ficm%3Alibraries%5B16%5D&amp;FOLDER=%2F&amp;DOC_NAME=%2FcontentRoot%2Ficm%3Alibraries%5B16%5D%2FOTTI+2011.pdf</sourceUrl>
21739
+ <sourceUrl>http://www.tunisietelecom.tn/tt/internet/fr/pme/fixe/numeros_acceuil</sourceUrl>
21740
+ </references>
21285
21741
  <availableFormats>
21286
21742
  <numberFormat pattern="(\d{2})(\d{3})(\d{3})">
21287
21743
  <format>$1 $2 $3</format>
@@ -21333,9 +21789,11 @@
21333
21789
  </territory>
21334
21790
 
21335
21791
  <!-- Tonga -->
21336
- <!-- http://www.itu.int/oth/T02020000D3/en -->
21337
- <!-- http://www.wtng.info/wtng-676-to.html -->
21338
21792
  <territory id="TO" countryCode="676" internationalPrefix="00" leadingZeroPossible="true">
21793
+ <references>
21794
+ <sourceUrl>http://www.itu.int/oth/T02020000D3/en</sourceUrl>
21795
+ <sourceUrl>http://www.wtng.info/wtng-676-to.html</sourceUrl>
21796
+ </references>
21339
21797
  <availableFormats>
21340
21798
  <numberFormat pattern="(\d{2})(\d{3})">
21341
21799
  <leadingDigits>
@@ -21395,10 +21853,12 @@
21395
21853
  </territory>
21396
21854
 
21397
21855
  <!-- Turkey -->
21398
- <!-- http://en.wikipedia.org/wiki/%2B90 -->
21399
- <!-- http://www.itu.int/oth/T02020000D6/en -->
21400
21856
  <territory id="TR" countryCode="90" internationalPrefix="00" nationalPrefix="0"
21401
21857
  mobileNumberPortableRegion="true">
21858
+ <references>
21859
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B90</sourceUrl>
21860
+ <sourceUrl>http://www.itu.int/oth/T02020000D6/en</sourceUrl>
21861
+ </references>
21402
21862
  <availableFormats>
21403
21863
  <numberFormat nationalPrefixFormattingRule="($NP$FG)" pattern="(\d{3})(\d{3})(\d{4})"
21404
21864
  nationalPrefixOptionalWhenFormatting="true">
@@ -21502,9 +21962,11 @@
21502
21962
  </territory>
21503
21963
 
21504
21964
  <!-- Trinidad and Tobago -->
21505
- <!-- http://www.itu.int/oth/T02020000D4/en -->
21506
21965
  <territory id="TT" countryCode="1" leadingDigits="868" nationalPrefix="1"
21507
21966
  internationalPrefix="011">
21967
+ <references>
21968
+ <sourceUrl>http://www.itu.int/oth/T02020000D4/en</sourceUrl>
21969
+ </references>
21508
21970
  <generalDesc>
21509
21971
  <!-- NANPA country - uses US formatting rules -->
21510
21972
  <nationalNumberPattern>[589]\d{9}</nationalNumberPattern>
@@ -21595,9 +22057,11 @@
21595
22057
  </territory>
21596
22058
 
21597
22059
  <!-- Tuvalu -->
21598
- <!-- http://www.itu.int/oth/T02020000D9/en -->
21599
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Tuvalu -->
21600
22060
  <territory id="TV" countryCode="688" internationalPrefix="00">
22061
+ <references>
22062
+ <sourceUrl>http://www.itu.int/oth/T02020000D9/en</sourceUrl>
22063
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Tuvalu</sourceUrl>
22064
+ </references>
21601
22065
  <!-- Numbers are formatted as a block. -->
21602
22066
  <generalDesc>
21603
22067
  <nationalNumberPattern>[29]\d{4,5}</nationalNumberPattern>
@@ -21619,12 +22083,14 @@
21619
22083
  </territory>
21620
22084
 
21621
22085
  <!-- Taiwan, China -->
21622
- <!-- http://www.itu.int/oth/T02020000EB/en -->
21623
22086
  <!-- Extension symbols found on the internet so far have been #, X and Ext - so # has been
21624
22087
  chosen as the preferred extension prefix. -->
21625
22088
  <territory id="TW" countryCode="886" internationalPrefix="0(?:0[25679]|19)"
21626
22089
  nationalPrefix="0" preferredExtnPrefix="#" nationalPrefixFormattingRule="$NP$FG"
21627
22090
  mobileNumberPortableRegion="true">
22091
+ <references>
22092
+ <sourceUrl>http://www.itu.int/oth/T02020000EB/en</sourceUrl>
22093
+ </references>
21628
22094
  <availableFormats>
21629
22095
  <numberFormat pattern="([2-8])(\d{3,4})(\d{4})">
21630
22096
  <leadingDigits>
@@ -21681,9 +22147,11 @@
21681
22147
  </territory>
21682
22148
 
21683
22149
  <!-- Tanzania -->
21684
- <!-- http://www.itu.int/oth/T02020000CB/en -->
21685
22150
  <territory id="TZ" countryCode="255" internationalPrefix="00[056]"
21686
22151
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
22152
+ <references>
22153
+ <sourceUrl>http://www.itu.int/oth/T02020000CB/en</sourceUrl>
22154
+ </references>
21687
22155
  <availableFormats>
21688
22156
  <numberFormat pattern="([24]\d)(\d{3})(\d{4})">
21689
22157
  <leadingDigits>[24]</leadingDigits>
@@ -21693,7 +22161,7 @@
21693
22161
  <leadingDigits>[67]</leadingDigits>
21694
22162
  <format>$1 $2 $3</format>
21695
22163
  </numberFormat>
21696
- <!-- Formatting for special numbers from www.tcra.go.tz -->
22164
+ <!-- Formatting for special numbers from http://www.tcra.go.tz -->
21697
22165
  <numberFormat pattern="([89]\d{2})(\d{2})(\d{4})">
21698
22166
  <leadingDigits>[89]</leadingDigits>
21699
22167
  <format>$1 $2 $3</format>
@@ -21746,11 +22214,13 @@
21746
22214
  </territory>
21747
22215
 
21748
22216
  <!-- Ukraine -->
21749
- <!-- http://www.itu.int/oth/T02020000DB/en -->
21750
- <!-- http://en.wikipedia.org/wiki/%2B380 -->
21751
22217
  <territory id="UA" countryCode="380" preferredInternationalPrefix="0~0"
21752
22218
  internationalPrefix="00"
21753
22219
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
22220
+ <references>
22221
+ <sourceUrl>http://www.itu.int/oth/T02020000DB/en</sourceUrl>
22222
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B380</sourceUrl>
22223
+ </references>
21754
22224
  <availableFormats>
21755
22225
  <!-- City codes separated out. No definitive list has been found of what constitutes the
21756
22226
  area code - http://www.ua.all-biz.info/guide/phonecodes is useful but not error-free.
@@ -21934,10 +22404,12 @@
21934
22404
  </territory>
21935
22405
 
21936
22406
  <!-- Uganda -->
21937
- <!-- http://www.itu.int/oth/T02020000F1/en -->
21938
- <!-- http://www.ucc.co.ug/licensing/ugandaNumberingPlan.pdf -->
21939
22407
  <territory id="UG" countryCode="256" internationalPrefix="00[057]"
21940
22408
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
22409
+ <references>
22410
+ <sourceUrl>http://www.itu.int/oth/T02020000F1/en</sourceUrl>
22411
+ <sourceUrl>http://www.ucc.co.ug/licensing/ugandaNumberingPlan.pdf</sourceUrl>
22412
+ </references>
21941
22413
  <availableFormats>
21942
22414
  <numberFormat pattern="(\d{3})(\d{6})">
21943
22415
  <leadingDigits>
@@ -22020,8 +22492,6 @@
22020
22492
  </territory>
22021
22493
 
22022
22494
  <!-- United States -->
22023
- <!-- http://www.nanpa.com/reports/reports_npa.html -->
22024
- <!-- http://en.wikipedia.org/wiki/North_American_Numbering_Plan -->
22025
22495
  <!-- Note the national prefix of US is the same as its country code, and when formatting phone
22026
22496
  numbers in the national format, it is not included. Therefore, we omit it here to make
22027
22497
  formatting consistent with the rest of the world. The same applies to all the
@@ -22032,6 +22502,10 @@
22032
22502
  <territory id="US" countryCode="1" internationalPrefix="011" mainCountryForCode="true"
22033
22503
  nationalPrefix="1" nationalPrefixOptionalWhenFormatting="true"
22034
22504
  mobileNumberPortableRegion="true">
22505
+ <references>
22506
+ <sourceUrl>http://www.nanpa.com/reports/reports_npa.html</sourceUrl>
22507
+ <sourceUrl>http://en.wikipedia.org/wiki/North_American_Numbering_Plan</sourceUrl>
22508
+ </references>
22035
22509
  <availableFormats>
22036
22510
  <numberFormat pattern="(\d{3})(\d{4})">
22037
22511
  <format>$1-$2</format>
@@ -22268,13 +22742,15 @@
22268
22742
  </territory>
22269
22743
 
22270
22744
  <!-- Uruguay -->
22271
- <!-- http://www.itu.int/oth/T02020000E0/en -->
22272
- <!-- http://www.ursec.gub.uy -->
22273
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Uruguay -->
22274
22745
  <!-- International long-distance providers can be dialled by dialling 01 followed by a carrier
22275
22746
  code JK, where J = [3-9] and K is any digit. -->
22276
22747
  <territory id="UY" countryCode="598" internationalPrefix="0(?:1[3-9]\d|0)"
22277
22748
  preferredInternationalPrefix="00" nationalPrefix="0" preferredExtnPrefix=" int. ">
22749
+ <references>
22750
+ <sourceUrl>http://www.itu.int/oth/T02020000E0/en</sourceUrl>
22751
+ <sourceUrl>http://www.ursec.gub.uy</sourceUrl>
22752
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Uruguay</sourceUrl>
22753
+ </references>
22278
22754
  <availableFormats>
22279
22755
  <!-- Following paginasamarillas.com.uy formatting. -->
22280
22756
  <numberFormat pattern="(\d{4})(\d{4})">
@@ -22320,11 +22796,13 @@
22320
22796
  </territory>
22321
22797
 
22322
22798
  <!-- Uzbekistan -->
22323
- <!-- http://www.ttts.uz/eng/telephone_codes/codes_uzb_eng -->
22324
- <!-- http://www.itu.int/oth/T02020000E1/en -->
22325
22799
  <territory id="UZ" countryCode="998" preferredInternationalPrefix="8~10"
22326
22800
  internationalPrefix="810" nationalPrefix="8"
22327
22801
  nationalPrefixFormattingRule="$NP $FG">
22802
+ <references>
22803
+ <sourceUrl>http://www.ttts.uz/eng/telephone_codes/codes_uzb_eng</sourceUrl>
22804
+ <sourceUrl>http://www.itu.int/oth/T02020000E1/en</sourceUrl>
22805
+ </references>
22328
22806
  <availableFormats>
22329
22807
  <numberFormat pattern="([679]\d)(\d{3})(\d{2})(\d{2})">
22330
22808
  <format>$1 $2 $3 $4</format>
@@ -22664,10 +23142,12 @@
22664
23142
  </territory>
22665
23143
 
22666
23144
  <!-- Vatican City -->
22667
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_Vatican_City -->
22668
23145
  <!-- Note that numbers here are also accessible via Italy (+39 and prefix of 06 698) but can
22669
23146
  also be dialled with the Vatican City country code. -->
22670
23147
  <territory id="VA" countryCode="379" internationalPrefix="00" leadingZeroPossible="true">
23148
+ <references>
23149
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_Vatican_City</sourceUrl>
23150
+ </references>
22671
23151
  <availableFormats>
22672
23152
  <numberFormat pattern="(06)(\d{4})(\d{4})">
22673
23153
  <format>$1 $2 $3</format>
@@ -22691,9 +23171,11 @@
22691
23171
  </territory>
22692
23172
 
22693
23173
  <!-- Saint Vincent and the Grenadines -->
22694
- <!-- http://www.itu.int/oth/T02020000B3/en -->
22695
23174
  <territory id="VC" countryCode="1" leadingDigits="784" nationalPrefix="1"
22696
23175
  internationalPrefix="011">
23176
+ <references>
23177
+ <sourceUrl>http://www.itu.int/oth/T02020000B3/en</sourceUrl>
23178
+ </references>
22697
23179
  <generalDesc>
22698
23180
  <!-- NANPA country - uses US formatting rules -->
22699
23181
  <nationalNumberPattern>[5789]\d{9}</nationalNumberPattern>
@@ -22780,13 +23262,15 @@
22780
23262
  </territory>
22781
23263
 
22782
23264
  <!-- Venezuela -->
22783
- <!-- http://www.itu.int/oth/T02020000E3/en -->
22784
- <!-- http://en.wikipedia.org/wiki/+58 -->
22785
23265
  <!-- 1XX specifies a particular carrier to route a call to, but none of these have been
22786
23266
  implemented. -->
22787
23267
  <territory id="VE" countryCode="58" internationalPrefix="00"
22788
23268
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
22789
23269
  carrierCodeFormattingRule="$CC $FG">
23270
+ <references>
23271
+ <sourceUrl>http://www.itu.int/oth/T02020000E3/en</sourceUrl>
23272
+ <sourceUrl>http://en.wikipedia.org/wiki/+58</sourceUrl>
23273
+ </references>
22790
23274
  <availableFormats>
22791
23275
  <numberFormat pattern="(\d{3})(\d{7})">
22792
23276
  <format>$1-$2</format>
@@ -22838,9 +23322,11 @@
22838
23322
  </territory>
22839
23323
 
22840
23324
  <!-- Virgin Islands, British -->
22841
- <!-- http://www.itu.int/oth/T020200001E/en -->
22842
23325
  <territory id="VG" countryCode="1" leadingDigits="284" nationalPrefix="1"
22843
23326
  internationalPrefix="011">
23327
+ <references>
23328
+ <sourceUrl>http://www.itu.int/oth/T020200001E/en</sourceUrl>
23329
+ </references>
22844
23330
  <generalDesc>
22845
23331
  <!-- NANPA country - uses US formatting rules -->
22846
23332
  <nationalNumberPattern>[2589]\d{9}</nationalNumberPattern>
@@ -22927,9 +23413,11 @@
22927
23413
  </territory>
22928
23414
 
22929
23415
  <!-- Virgin Islands, United States -->
22930
- <!-- http://www.itu.int/oth/T02020000DF/en -->
22931
23416
  <territory id="VI" countryCode="1" leadingDigits="340" nationalPrefix="1"
22932
23417
  internationalPrefix="011">
23418
+ <references>
23419
+ <sourceUrl>http://www.itu.int/oth/T02020000DF/en</sourceUrl>
23420
+ </references>
22933
23421
  <generalDesc>
22934
23422
  <!-- NANPA country - uses US formatting rules -->
22935
23423
  <nationalNumberPattern>[3589]\d{9}</nationalNumberPattern>
@@ -22938,13 +23426,12 @@
22938
23426
  <fixedLine>
22939
23427
  <!-- The ITU document seems a bit out-of-date so extra prefixes based on numbers in the
22940
23428
  yellow pages have been added, and the list of exchanges found on
22941
- http://www.areacodedownload.com/340/index.html -->
23429
+ http://www.allareacodes.com/340 -->
22942
23430
  <nationalNumberPattern>
22943
23431
  340(?:
22944
23432
  2(?:
22945
23433
  01|
22946
- 2[067]|
22947
- 36|
23434
+ 2[0678]|
22948
23435
  44|
22949
23436
  77
22950
23437
  )|
@@ -22953,7 +23440,7 @@
22953
23440
  44
22954
23441
  )|
22955
23442
  4(?:
22956
- 4[38]|
23443
+ 22|
22957
23444
  7[34]
22958
23445
  )|
22959
23446
  5(?:
@@ -22967,8 +23454,9 @@
22967
23454
  9[023]
22968
23455
  )|
22969
23456
  7(?:
22970
- [17]\d|
22971
- 27
23457
+ 1[2-589]|
23458
+ 27|
23459
+ 7\d
22972
23460
  )|
22973
23461
  884|
22974
23462
  998
@@ -22981,8 +23469,7 @@
22981
23469
  340(?:
22982
23470
  2(?:
22983
23471
  01|
22984
- 2[067]|
22985
- 36|
23472
+ 2[0678]|
22986
23473
  44|
22987
23474
  77
22988
23475
  )|
@@ -22991,7 +23478,7 @@
22991
23478
  44
22992
23479
  )|
22993
23480
  4(?:
22994
- 4[38]|
23481
+ 22|
22995
23482
  7[34]
22996
23483
  )|
22997
23484
  5(?:
@@ -23005,8 +23492,9 @@
23005
23492
  9[023]
23006
23493
  )|
23007
23494
  7(?:
23008
- [17]\d|
23009
- 27
23495
+ 1[2-589]|
23496
+ 27|
23497
+ 7\d
23010
23498
  )|
23011
23499
  884|
23012
23500
  998
@@ -23050,11 +23538,13 @@
23050
23538
  </territory>
23051
23539
 
23052
23540
  <!-- Viet Nam (Vietnam) -->
23053
- <!-- http://www.itu.int/oth/T02020000E4/en -->
23054
- <!-- http://en.wikipedia.org/wiki/%2B84 -->
23055
23541
  <territory id="VN" countryCode="84" internationalPrefix="00"
23056
23542
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
23057
23543
  nationalPrefixOptionalWhenFormatting="true">
23544
+ <references>
23545
+ <sourceUrl>http://www.itu.int/oth/T02020000E4/en</sourceUrl>
23546
+ <sourceUrl>http://en.wikipedia.org/wiki/%2B84</sourceUrl>
23547
+ </references>
23058
23548
  <availableFormats>
23059
23549
  <numberFormat pattern="([17]99)(\d{4})">
23060
23550
  <leadingDigits>[17]99</leadingDigits>
@@ -23199,8 +23689,10 @@
23199
23689
  </territory>
23200
23690
 
23201
23691
  <!-- Vanuatu -->
23202
- <!-- http://www.itu.int/oth/T02020000E2/en -->
23203
23692
  <territory id="VU" countryCode="678" internationalPrefix="00">
23693
+ <references>
23694
+ <sourceUrl>http://www.itu.int/oth/T02020000E2/en</sourceUrl>
23695
+ </references>
23204
23696
  <!-- Should be formatted in one block, apart from the mobile numbers. -->
23205
23697
  <availableFormats>
23206
23698
  <numberFormat pattern="(\d{3})(\d{4})">
@@ -23253,8 +23745,10 @@
23253
23745
  </territory>
23254
23746
 
23255
23747
  <!-- Wallis and Futuna (Territoire français d'outre-mer) -->
23256
- <!-- http://www.itu.int/oth/T02020000E6/en -->
23257
23748
  <territory id="WF" countryCode="681" internationalPrefix="00">
23749
+ <references>
23750
+ <sourceUrl>http://www.itu.int/oth/T02020000E6/en</sourceUrl>
23751
+ </references>
23258
23752
  <availableFormats>
23259
23753
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})">
23260
23754
  <format>$1 $2 $3</format>
@@ -23289,8 +23783,10 @@
23289
23783
  </territory>
23290
23784
 
23291
23785
  <!-- Samoa -->
23292
- <!-- http://www.itu.int/oth/T02020000B4/en -->
23293
23786
  <territory id="WS" countryCode="685" internationalPrefix="0">
23787
+ <references>
23788
+ <sourceUrl>http://www.itu.int/oth/T02020000B4/en</sourceUrl>
23789
+ </references>
23294
23790
  <availableFormats>
23295
23791
  <!-- Should be formatted in one block, apart from the specific series below. -->
23296
23792
  <numberFormat pattern="(8\d{2})(\d{3,4})">
@@ -23340,9 +23836,11 @@
23340
23836
  </territory>
23341
23837
 
23342
23838
  <!-- Yemen -->
23343
- <!-- http://www.itu.int/oth/T02020000E7/en -->
23344
23839
  <territory id="YE" countryCode="967" internationalPrefix="00"
23345
23840
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
23841
+ <references>
23842
+ <sourceUrl>http://www.itu.int/oth/T02020000E7/en</sourceUrl>
23843
+ </references>
23346
23844
  <availableFormats>
23347
23845
  <numberFormat pattern="([1-7])(\d{3})(\d{3,4})">
23348
23846
  <leadingDigits>
@@ -23388,12 +23886,16 @@
23388
23886
  </territory>
23389
23887
 
23390
23888
  <!-- Mayotte -->
23391
- <!-- Some information at http://en.wikipedia.org/wiki/Telephone_numbers_in_France - most from
23392
- collection of internet data. http://www.comores-online.com/mwezinet/internet/262.htm
23393
- verifies the fixed-line prefixes, but the mobile prefixes listed here seem out of date.
23394
- -->
23395
23889
  <territory id="YT" countryCode="262" internationalPrefix="00" nationalPrefix="0"
23396
23890
  nationalPrefixFormattingRule="$NP$FG" leadingDigits="269|63">
23891
+ <references>
23892
+ <!-- Some information at the following source, but most from collection of internet data.
23893
+ -->
23894
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_France</sourceUrl>
23895
+ <!-- Verifies the fixed-line prefixes, but the mobile prefixes listed here seem out of date.
23896
+ -->
23897
+ <sourceUrl>http://www.comores-online.com/mwezinet/internet/262</sourceUrl>
23898
+ </references>
23397
23899
  <!-- Formatting as per La Réunion. -->
23398
23900
  <generalDesc>
23399
23901
  <nationalNumberPattern>[268]\d{8}</nationalNumberPattern>
@@ -23415,11 +23917,13 @@
23415
23917
  </territory>
23416
23918
 
23417
23919
  <!-- South Africa -->
23418
- <!-- http://www.itu.int/dms_pub/itu-t/oth/02/02/T02020000C10001PDFE.pdf -->
23419
- <!-- http://en.wikipedia.org/wiki/Telephone_numbers_in_South_Africa -->
23420
23920
  <territory id="ZA" countryCode="27" internationalPrefix="00"
23421
23921
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG"
23422
23922
  mobileNumberPortableRegion="true">
23923
+ <references>
23924
+ <sourceUrl>http://www.itu.int/oth/T02020000C1/en</sourceUrl>
23925
+ <sourceUrl>http://en.wikipedia.org/wiki/Telephone_numbers_in_South_Africa</sourceUrl>
23926
+ </references>
23423
23927
  <availableFormats>
23424
23928
  <numberFormat pattern="(860)(\d{3})(\d{3})">
23425
23929
  <leadingDigits>860</leadingDigits>
@@ -23516,9 +24020,11 @@
23516
24020
  </territory>
23517
24021
 
23518
24022
  <!-- Zambia -->
23519
- <!-- http://www.itu.int/oth/T02020000E8/en -->
23520
24023
  <territory id="ZM" countryCode="260" internationalPrefix="00"
23521
24024
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
24025
+ <references>
24026
+ <sourceUrl>http://www.itu.int/oth/T02020000E8/en</sourceUrl>
24027
+ </references>
23522
24028
  <availableFormats>
23523
24029
  <numberFormat pattern="([29]\d)(\d{7})">
23524
24030
  <leadingDigits>[29]</leadingDigits>
@@ -23538,14 +24044,15 @@
23538
24044
  <exampleNumber>211234567</exampleNumber>
23539
24045
  </fixedLine>
23540
24046
  <mobile>
23541
- <!-- Adding extra prefixes 50, 6[1-57-9] and 7[13-6] since SMS messages have been
23542
- successfully delivered to these numbers, and numbers like this can be found on the
23543
- Internet. Adding prefix 960 based on information received from MTN Zambia. -->
24047
+ <!-- Adding extra prefixes 50 and 6[1-57-9] since SMS messages have been successfully
24048
+ delivered to these numbers, and numbers like this can be found on the Internet. Adding
24049
+ prefix 960 based on information received from MTN Zambia. The 97 range has been
24050
+ expanded based on their IR21 document, which states the range 97[1-9] is used. -->
23544
24051
  <nationalNumberPattern>
23545
24052
  9(?:
23546
24053
  5[05]|
23547
24054
  6\d|
23548
- 7[13-9]
24055
+ 7[1-9]
23549
24056
  )\d{6}
23550
24057
  </nationalNumberPattern>
23551
24058
  <exampleNumber>955123456</exampleNumber>
@@ -23557,9 +24064,11 @@
23557
24064
  </territory>
23558
24065
 
23559
24066
  <!-- Zimbabwe -->
23560
- <!-- http://www.itu.int/oth/T02020000E9/en -->
23561
24067
  <territory id="ZW" countryCode="263" internationalPrefix="00"
23562
24068
  nationalPrefix="0" nationalPrefixFormattingRule="$NP$FG">
24069
+ <references>
24070
+ <sourceUrl>http://www.itu.int/oth/T02020000E9/en</sourceUrl>
24071
+ </references>
23563
24072
  <availableFormats>
23564
24073
  <!-- One-digit area codes -->
23565
24074
  <numberFormat pattern="([49])(\d{3})(\d{2,5})">
@@ -23829,8 +24338,10 @@
23829
24338
  </territory>
23830
24339
 
23831
24340
  <!-- Universal International Toll Free Number -->
23832
- <!-- http://www.itu.int/en/ITU-T/inr/unum/Pages/uifn.aspx -->
23833
24341
  <territory id="001" countryCode="800" leadingZeroPossible="true">
24342
+ <references>
24343
+ <sourceUrl>http://www.itu.int/en/ITU-T/inr/unum/Pages/uifn.aspx</sourceUrl>
24344
+ </references>
23834
24345
  <availableFormats>
23835
24346
  <numberFormat pattern="(\d{4})(\d{4})">
23836
24347
  <format>$1 $2</format>
@@ -23855,8 +24366,10 @@
23855
24366
  </territory>
23856
24367
 
23857
24368
  <!-- Universal International Shared Cost Number -->
23858
- <!-- http://www.itu.int/rec/T-REC-E.169-200205-I/en -->
23859
24369
  <territory id="001" countryCode="808" leadingZeroPossible="true">
24370
+ <references>
24371
+ <sourceUrl>http://www.itu.int/rec/T-REC-E.169-200205-I/en</sourceUrl>
24372
+ </references>
23860
24373
  <availableFormats>
23861
24374
  <numberFormat pattern="(\d{4})(\d{4})">
23862
24375
  <format>$1 $2</format>
@@ -23881,9 +24394,11 @@
23881
24394
  </territory>
23882
24395
 
23883
24396
  <!-- Inmarsat Global Limited -->
23884
- <!-- http://www.itu.int/oth/T0202000065/en -->
23885
- <!-- www.inmarsat.com -->
23886
24397
  <territory id="001" countryCode="870">
24398
+ <references>
24399
+ <sourceUrl>http://www.itu.int/oth/T0202000065/en</sourceUrl>
24400
+ <sourceUrl>http://www.inmarsat.com</sourceUrl>
24401
+ </references>
23887
24402
  <availableFormats>
23888
24403
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
23889
24404
  <format>$1 $2 $3</format>
@@ -23910,9 +24425,11 @@
23910
24425
  </territory>
23911
24426
 
23912
24427
  <!-- VISIONng -->
23913
- <!-- http://www.itu.int/oth/T02020000E5/en -->
23914
24428
  <!-- Number length has been derived from examples found online. -->
23915
24429
  <territory id="001" countryCode="878">
24430
+ <references>
24431
+ <sourceUrl>http://www.itu.int/oth/T02020000E5/en</sourceUrl>
24432
+ </references>
23916
24433
  <availableFormats>
23917
24434
  <!-- Formatting chosen based on online examples. -->
23918
24435
  <numberFormat pattern="(\d{2})(\d{5})(\d{5})">
@@ -23938,12 +24455,14 @@
23938
24455
  </territory>
23939
24456
 
23940
24457
  <!-- Iridium -->
23941
- <!-- www.iridium.com -->
23942
- <!-- http://www.itu.int/oth/T0202000069/en -->
23943
24458
  <!-- Globalstar also reports using this prefix, but we cannot find any online numbers with the
23944
24459
  Globalstar prefixes, so are not sure how exactly these work, and what length the numbers
23945
24460
  are. For this reason, we only support Iridium numbers at the moment. -->
23946
24461
  <territory id="001" countryCode="881">
24462
+ <references>
24463
+ <sourceUrl>http://www.iridium.com</sourceUrl>
24464
+ <sourceUrl>http://www.itu.int/oth/T0202000069/en</sourceUrl>
24465
+ </references>
23947
24466
  <availableFormats>
23948
24467
  <!-- Formatting chosen based on ITU document and Iridium website FAQ. -->
23949
24468
  <numberFormat pattern="(\d)(\d{3})(\d{5})">
@@ -23965,19 +24484,21 @@
23965
24484
  </mobile>
23966
24485
  </territory>
23967
24486
 
23968
- <!-- BebbiCell (Formerly Global Networks Switzerland AG) +88234 -->
23969
- <!-- http://www.itu.int/oth/T0202000054/en -->
23970
- <!-- http://www.gsm.aq/numberplan.php -->
23971
- <!-- http://www.global.aq -->
23972
- <!-- Maritime Communications Partner (MCP) +88232 -->
23973
- <!-- http://www.itu.int/oth/T02020000F4/en -->
23974
- <!-- Oration Technologies +88237 -->
23975
- <!-- http://www.itu.int/oth/T02020000A0/en -->
23976
- <!-- Telespazio S.p.A. +88213 -->
23977
- <!-- http://www.itu.int/oth/T02020000CC/en -->
23978
- <!-- Thuraya +88216 -->
23979
- <!-- http://www.itu.int/oth/T02020000CF/en -->
23980
24487
  <territory id="001" countryCode="882">
24488
+ <references>
24489
+ <!-- BebbiCell (Formerly Global Networks Switzerland AG) +88234 -->
24490
+ <sourceUrl>http://www.itu.int/oth/T0202000054/en</sourceUrl>
24491
+ <sourceUrl>http://www.gsm.aq/numberplan.php</sourceUrl>
24492
+ <sourceUrl>http://www.global.aq</sourceUrl>
24493
+ <!-- Maritime Communications Partner (MCP) +88232 -->
24494
+ <sourceUrl>http://www.itu.int/oth/T02020000F4/en</sourceUrl>
24495
+ <!-- Oration Technologies +88237 -->
24496
+ <sourceUrl>http://www.itu.int/oth/T02020000A0/en</sourceUrl>
24497
+ <!-- Telespazio S.p.A. +88213 -->
24498
+ <sourceUrl>http://www.itu.int/oth/T02020000CC/en</sourceUrl>
24499
+ <!-- Thuraya +88216 -->
24500
+ <sourceUrl>http://www.itu.int/oth/T02020000CF/en</sourceUrl>
24501
+ </references>
23981
24502
  <availableFormats>
23982
24503
  <numberFormat pattern="(\d{2})(\d{4})(\d{3})">
23983
24504
  <leadingDigits>3[23]</leadingDigits>
@@ -24061,10 +24582,15 @@
24061
24582
  </voicemail>
24062
24583
  </territory>
24063
24584
 
24064
- <!-- http://www.itu.int/oth/T02020000F3/en (Voxbone)
24065
- http://www.itu.int/oth/T02020000FB/en (bandwidth.com)
24066
- http://www.itu.int/oth/T02020000FC/en (SipMe) -->
24067
24585
  <territory id="001" countryCode="883">
24586
+ <references>
24587
+ <!-- bandwidth.com -->
24588
+ <sourceUrl>http://www.itu.int/oth/T02020000FB/en</sourceUrl>
24589
+ <!-- SipMe -->
24590
+ <sourceUrl>http://www.itu.int/oth/T02020000FC/en</sourceUrl>
24591
+ <!-- Voxbone -->
24592
+ <sourceUrl>http://www.itu.int/oth/T02020000F3/en</sourceUrl>
24593
+ </references>
24068
24594
  <availableFormats>
24069
24595
  <numberFormat pattern="(\d{3})(\d{3})(\d{3})">
24070
24596
  <leadingDigits>510</leadingDigits>
@@ -24107,11 +24633,13 @@
24107
24633
  </territory>
24108
24634
 
24109
24635
  <!-- United Nations- OCHA -->
24110
- <!-- http://www.itu.int/oth/T02020000FA/en -->
24111
24636
  <!-- Numbers here are classified as UAN, as they are non-geographical and universally
24112
24637
  accessible. In addition, the end-user tariff to reach these numbers is lower or similar to
24113
24638
  the tariff of a national call. -->
24114
24639
  <territory id="001" countryCode="888" leadingZeroPossible="true">
24640
+ <references>
24641
+ <sourceUrl>http://www.itu.int/oth/T02020000FA/en</sourceUrl>
24642
+ </references>
24115
24643
  <availableFormats>
24116
24644
  <numberFormat pattern="(\d{3})(\d{3})(\d{5})">
24117
24645
  <format>$1 $2 $3</format>
@@ -24136,8 +24664,10 @@
24136
24664
  </territory>
24137
24665
 
24138
24666
  <!-- Universal International Premium Rate Number -->
24139
- <!-- http://www.itu.int/rec/T-REC-E.169-200205-I/en -->
24140
24667
  <territory id="001" countryCode="979" leadingZeroPossible="true">
24668
+ <references>
24669
+ <sourceUrl>http://www.itu.int/rec/T-REC-E.169-200205-I/en</sourceUrl>
24670
+ </references>
24141
24671
  <availableFormats>
24142
24672
  <numberFormat pattern="(\d)(\d{4})(\d{4})">
24143
24673
  <format>$1 $2 $3</format>