|
2034 | 2034 | <possibleLengths national="10" localOnly="7"/> |
2035 | 2035 | <exampleNumber>6846221234</exampleNumber> |
2036 | 2036 | <nationalNumberPattern> |
2037 | | - 6846(?: |
2038 | | - 22| |
2039 | | - 33| |
2040 | | - 44| |
2041 | | - 55| |
2042 | | - 77| |
2043 | | - 88| |
2044 | | - 9[19] |
| 2037 | + 684(?: |
| 2038 | + 274| |
| 2039 | + 6(?: |
| 2040 | + 22| |
| 2041 | + 33| |
| 2042 | + 44| |
| 2043 | + 55| |
| 2044 | + 77| |
| 2045 | + 88| |
| 2046 | + 9[19] |
| 2047 | + ) |
2045 | 2048 | )\d{4} |
2046 | 2049 | </nationalNumberPattern> |
2047 | 2050 | </fixedLine> |
|
2054 | 2057 | 2(?: |
2055 | 2058 | 48| |
2056 | 2059 | 5[2468]| |
2057 | | - 7[26] |
| 2060 | + 7[246] |
2058 | 2061 | )| |
2059 | 2062 | 7(?: |
2060 | 2063 | 3[13]| |
|
3686 | 3689 | </fixedLine> |
3687 | 3690 | <mobile> |
3688 | 3691 | <possibleLengths national="9"/> |
3689 | | - <exampleNumber>470123456</exampleNumber> |
| 3692 | + <exampleNumber>450001234</exampleNumber> |
3690 | 3693 | <nationalNumberPattern>4[5-9]\d{7}</nationalNumberPattern> |
3691 | 3694 | </mobile> |
3692 | 3695 | <tollFree> |
|
5799 | 5802 | 88\d{5}| |
5800 | 5803 | (?: |
5801 | 5804 | 8[0-69]| |
5802 | | - 9[017-9] |
| 5805 | + 9[016-9] |
5803 | 5806 | )\d{7} |
5804 | 5807 | </nationalNumberPattern> |
5805 | 5808 | </mobile> |
|
10260 | 10263 | <!-- Calling code and formatting shared with 'MA' --> |
10261 | 10264 | <!-- Two area codes are defined in the Morocco ITU document; 05288 XXXXX and 05289 XXXXX --> |
10262 | 10265 | <!-- http://www.itu.int/oth/T0202000090/en --> |
10263 | | - <territory id="EH" countryCode="212" leadingDigits="528[89]" internationalPrefix="00" |
10264 | | - nationalPrefix="0"> |
| 10266 | + <territory id="EH" countryCode="212" internationalPrefix="00" nationalPrefix="0"> |
10265 | 10267 | <generalDesc> |
10266 | 10268 | <nationalNumberPattern>[5-8]\d{8}</nationalNumberPattern> |
10267 | 10269 | </generalDesc> |
|
13251 | 13253 | 6\d\d| |
13252 | 13254 | 7(?: |
13253 | 13255 | [0-5]\d| |
13254 | | - 6[0-59]| |
| 13256 | + 6[0-69]| |
13255 | 13257 | 70 |
13256 | 13258 | ) |
13257 | 13259 | )\d{4} |
|
15919 | 15921 | 30[0-2] |
15920 | 15922 | )\d| |
15921 | 15923 | 2(?: |
15922 | | - 121| |
15923 | | - [2689]0\d |
| 15924 | + [02689]0\d| |
| 15925 | + 121 |
15924 | 15926 | )| |
15925 | 15927 | 4(?: |
15926 | 15928 | 111| |
|
15951 | 15953 | 88 |
15952 | 15954 | )| |
15953 | 15955 | 9(?: |
15954 | | - [0159]\d| |
| 15956 | + [01359]\d| |
15955 | 15957 | 21| |
15956 | 15958 | 69| |
15957 | 15959 | 77| |
|
16624 | 16626 | (?: |
16625 | 16627 | 658(?: |
16626 | 16628 | 2(?: |
16627 | | - [0-8]\d| |
| 16629 | + [5-8]\d| |
16628 | 16630 | 9[0-46-9] |
16629 | 16631 | )| |
16630 | 16632 | [3-9]\d\d |
|
16668 | 16670 | <exampleNumber>8762101234</exampleNumber> |
16669 | 16671 | <nationalNumberPattern> |
16670 | 16672 | (?: |
16671 | | - 658295| |
| 16673 | + 6582(?: |
| 16674 | + [0-4]\d| |
| 16675 | + 95 |
| 16676 | + )| |
16672 | 16677 | 876(?: |
16673 | 16678 | 2(?: |
16674 | 16679 | 0[1-9]| |
|
20095 | 20100 | <!-- http://en.wikipedia.org/wiki/+212 --> |
20096 | 20101 | <!-- https://www.anrt.ma/content/plan-de-numerotation --> |
20097 | 20102 | <!-- https://www.anrt.ma/en/missions/gestion-des-ressources/numerotation --> |
20098 | | - <territory id="MA" mainCountryForCode="true" countryCode="212" internationalPrefix="00" |
20099 | | - nationalPrefix="0" mobileNumberPortableRegion="true"> |
| 20103 | + <territory id="MA" mainCountryForCode="true" countryCode="212" leadingDigits="[5-8]" |
| 20104 | + internationalPrefix="00" nationalPrefix="0" mobileNumberPortableRegion="true"> |
20100 | 20105 | <availableFormats> |
20101 | 20106 | <numberFormat pattern="(\d{4})(\d{5})" nationalPrefixFormattingRule="$NP$FG"> |
20102 | 20107 | <leadingDigits>892</leadingDigits> |
|
20135 | 20140 | [0-25-79]\d| |
20136 | 20141 | 3[1-578]| |
20137 | 20142 | 4[02-46-8]| |
20138 | | - 8[0235-7] |
| 20143 | + 8[0235-9] |
20139 | 20144 | )| |
20140 | 20145 | 3(?: |
20141 | 20146 | [0-47]\d| |
|
21991 | 21996 | )| |
21992 | 21997 | 4(?: |
21993 | 21998 | [013568]\d| |
21994 | | - 2[4-8]| |
| 21999 | + 2[0-24-8]| |
21995 | 22000 | 71| |
21996 | 22001 | 90 |
21997 | 22002 | )| |
@@ -25447,22 +25452,25 @@ |
25447 | 25452 | <territory id="PY" countryCode="595" internationalPrefix="00" nationalPrefix="0" |
25448 | 25453 | mobileNumberPortableRegion="true"> |
25449 | 25454 | <availableFormats> |
25450 | | - <numberFormat pattern="(\d{3})(\d{3,6})" nationalPrefixFormattingRule="$NP$FG"> |
25451 | | - <leadingDigits>[2-9]0</leadingDigits> |
25452 | | - <format>$1 $2</format> |
25453 | | - </numberFormat> |
25454 | 25455 | <!-- Block format for Shortcodes --> |
25455 | | - <numberFormat pattern="(\d{7})"> |
25456 | | - <leadingDigits>[15]</leadingDigits> |
| 25456 | + <numberFormat pattern="(\d{6,7})"> |
| 25457 | + <leadingDigits> |
| 25458 | + [125]| |
| 25459 | + 4[01] |
| 25460 | + </leadingDigits> |
25457 | 25461 | <format>$1</format> |
25458 | 25462 | <intlFormat>NA</intlFormat> |
25459 | 25463 | </numberFormat> |
| 25464 | + <numberFormat pattern="(\d{3})(\d{3,6})" nationalPrefixFormattingRule="$NP$FG"> |
| 25465 | + <leadingDigits>[2-9]0</leadingDigits> |
| 25466 | + <format>$1 $2</format> |
| 25467 | + </numberFormat> |
25460 | 25468 | <!-- 7-digit fixed line --> |
25461 | 25469 | <numberFormat pattern="(\d{2})(\d{5})" nationalPrefixFormattingRule="($NP$FG)"> |
25462 | 25470 | <leadingDigits> |
25463 | | - [26]1| |
25464 | 25471 | 3[289]| |
25465 | | - 4[1246-8]| |
| 25472 | + 4[246-8]| |
| 25473 | + 61| |
25466 | 25474 | 7[1-3]| |
25467 | 25475 | 8[1-36] |
25468 | 25476 | </leadingDigits> |
@@ -25524,29 +25532,31 @@ |
25524 | 25532 | </availableFormats> |
25525 | 25533 | <generalDesc> |
25526 | 25534 | <nationalNumberPattern> |
25527 | | - 59\d{4,6}| |
| 25535 | + [36-8]\d{5,8}| |
| 25536 | + 4\d{6,8}| |
| 25537 | + 59\d{6}| |
25528 | 25538 | 9\d{5,10}| |
25529 | 25539 | (?: |
25530 | | - [2-46-8]\d| |
| 25540 | + 2\d| |
25531 | 25541 | 5[0-8] |
25532 | | - )\d{4,7} |
| 25542 | + )\d{6,7} |
25533 | 25543 | </nationalNumberPattern> |
25534 | 25544 | </generalDesc> |
25535 | 25545 | <fixedLine> |
25536 | 25546 | <possibleLengths national="[7-9]" localOnly="5,6"/> |
25537 | 25547 | <exampleNumber>212345678</exampleNumber> |
25538 | 25548 | <nationalNumberPattern> |
25539 | 25549 | (?: |
25540 | | - [26]1| |
25541 | 25550 | 3[289]| |
25542 | | - 4[1246-8]| |
| 25551 | + 4[246-8]| |
| 25552 | + 61| |
25543 | 25553 | 7[1-3]| |
25544 | 25554 | 8[1-36] |
25545 | 25555 | )\d{5,7}| |
25546 | 25556 | (?: |
25547 | 25557 | 2(?: |
| 25558 | + [14-68]\d| |
25548 | 25559 | 2[4-68]| |
25549 | | - [4-68]\d| |
25550 | 25560 | 7[15]| |
25551 | 25561 | 9[1-5] |
25552 | 25562 | )| |
|
25558 | 25568 | [67]\d |
25559 | 25569 | )| |
25560 | 25570 | 4(?: |
| 25571 | + 1\d| |
25561 | 25572 | 3[12]| |
25562 | 25573 | 5[13]| |
25563 | 25574 | 9[1-47] |
|
25608 | 25619 | <uan> |
25609 | 25620 | <possibleLengths national="[6-9]"/> |
25610 | 25621 | <exampleNumber>201234567</exampleNumber> |
25611 | | - <nationalNumberPattern>[2-9]0\d{4,7}</nationalNumberPattern> |
| 25622 | + <nationalNumberPattern> |
| 25623 | + [245]0\d{6,7}| |
| 25624 | + [36-9]0\d{4,7} |
| 25625 | + </nationalNumberPattern> |
25612 | 25626 | </uan> |
25613 | 25627 | </territory> |
25614 | 25628 |
|
|
26334 | 26348 | <possibleLengths national="9"/> |
26335 | 26349 | <exampleNumber>512345678</exampleNumber> |
26336 | 26350 | <nationalNumberPattern> |
26337 | | - 579[01]\d{5}| |
| 26351 | + 579[0-8]\d{5}| |
26338 | 26352 | 5(?: |
26339 | 26353 | [013-689]\d| |
26340 | 26354 | 7[0-8] |
|
29822 | 29836 | <exampleNumber>2015550123</exampleNumber> |
29823 | 29837 | <nationalNumberPattern> |
29824 | 29838 | (?: |
29825 | | - 2742| |
| 29839 | + 274[27]| |
29826 | 29840 | (?: |
29827 | 29841 | 472| |
29828 | 29842 | 983 |
|
29922 | 29936 | <exampleNumber>2015550123</exampleNumber> |
29923 | 29937 | <nationalNumberPattern> |
29924 | 29938 | (?: |
29925 | | - 2742| |
| 29939 | + 274[27]| |
29926 | 29940 | (?: |
29927 | 29941 | 472| |
29928 | 29942 | 983 |
|
0 commit comments