1<phoneNumberMetadata> 2 <territories> 3 <!-- Ascension Island --> 4 <territory id="AC" countryCode="247" internationalPrefix="00"> 5 <references> 6 <sourceUrl>http://www.itu.int/oth/T02020000AF/en</sourceUrl> 7 </references> 8 <generalDesc> 9 <nationalNumberPattern> 10 [46]\d{4}| 11 [01589]\d{5} 12 </nationalNumberPattern> 13 </generalDesc> 14 <fixedLine> 15 <nationalNumberPattern> 16 6[2-467]\d{3} 17 </nationalNumberPattern> 18 <possibleLengths national="5"/> 19 <exampleNumber>62889</exampleNumber> 20 </fixedLine> 21 <mobile> 22 <nationalNumberPattern>4\d{4}</nationalNumberPattern> 23 <possibleLengths national="5"/> 24 <exampleNumber>40123</exampleNumber> 25 </mobile> 26 <uan> 27 <nationalNumberPattern>[01589]\d{5}</nationalNumberPattern> 28 <possibleLengths national="6"/> 29 <exampleNumber>542011</exampleNumber> 30 </uan> 31 </territory> 32 33 <!-- Argentina --> 34 <territory id="AR" countryCode="54" internationalPrefix="00" nationalPrefix="0" 35 nationalPrefixForParsing="0?(?:(11)?15)?" 36 nationalPrefixTransformRule="9$1" nationalPrefixFormattingRule="$NP$FG" 37 mobileNumberPortableRegion="true"> 38 <references> 39 <sourceUrl>http://www.itu.int/oth/T0202000009/en</sourceUrl> 40 </references> 41 <availableFormats> 42 <numberFormat pattern="([68]\d{2})(\d{3})(\d{4})"> 43 <leadingDigits>[68]</leadingDigits> 44 <format>$1-$2-$3</format> 45 </numberFormat> 46 <numberFormat pattern="(\d{2})(\d{4})" nationalPrefixFormattingRule="$FG"> 47 <leadingDigits>[2-9]</leadingDigits> 48 <format>$1-$2</format> 49 <intlFormat>NA</intlFormat> 50 </numberFormat> 51 <numberFormat pattern="(9)(11)(\d{4})(\d{4})"> 52 <leadingDigits>911</leadingDigits> 53 <format>$2 15-$3-$4</format> 54 <intlFormat>$1 $2 $3-$4</intlFormat> 55 </numberFormat> 56 <numberFormat pattern="(11)(\d{4})(\d{4})" nationalPrefixOptionalWhenFormatting="true"> 57 <leadingDigits>1</leadingDigits> 58 <format>$1 $2-$3</format> 59 </numberFormat> 60 </availableFormats> 61 <generalDesc> 62 <nationalNumberPattern> 63 11\d{8}| 64 [2368]\d{9}| 65 9\d{10} 66 </nationalNumberPattern> 67 </generalDesc> 68 <noInternationalDialling> 69 <nationalNumberPattern>810\d{7}</nationalNumberPattern> 70 <possibleLengths national="10"/> 71 <exampleNumber>8101234567</exampleNumber> 72 </noInternationalDialling> 73 <fixedLine> 74 <nationalNumberPattern>11\d{8}</nationalNumberPattern> 75 <possibleLengths national="10" localOnly="[6-8]"/> 76 <exampleNumber>1123456789</exampleNumber> 77 </fixedLine> 78 <uan> 79 <nationalNumberPattern>810\d{7}</nationalNumberPattern> 80 <possibleLengths national="10"/> 81 <exampleNumber>8101234567</exampleNumber> 82 </uan> 83 </territory> 84 85 <!-- Guam --> 86 <territory id="GU" countryCode="1" leadingDigits="671" nationalPrefix="1" 87 internationalPrefix="011"> 88 <references> 89 <sourceUrl>http://www.nationalnanpa.com/nas/public/assigned_code_query_step1.do?method=resetCodeQueryModel</sourceUrl> 90 </references> 91 <generalDesc> 92 <nationalNumberPattern>[5689]\d{9}</nationalNumberPattern> 93 </generalDesc> 94 <fixedLine> 95 <nationalNumberPattern> 96 671(?: 97 3(?: 98 00| 99 3[39]| 100 4[349]| 101 55| 102 6[26] 103 )| 104 4(?: 105 56| 106 7[1-9]| 107 8[236-9] 108 ) 109 )\d{4} 110 </nationalNumberPattern> 111 <possibleLengths national="10" localOnly="7"/> 112 <exampleNumber>6713001234</exampleNumber> 113 </fixedLine> 114 <!-- We assume mobile phone numbers to be the same as fixed-line. --> 115 <mobile> 116 <nationalNumberPattern> 117 671(?: 118 3(?: 119 00| 120 3[39]| 121 4[349]| 122 55| 123 6[26] 124 )| 125 4(?: 126 56| 127 7[1-9]| 128 8[236-9] 129 ) 130 )\d{4} 131 </nationalNumberPattern> 132 <possibleLengths national="10" localOnly="7"/> 133 <exampleNumber>6713001234</exampleNumber> 134 </mobile> 135 <tollFree> 136 <nationalNumberPattern> 137 8(?: 138 00| 139 33| 140 44| 141 55| 142 66| 143 77| 144 88 145 )[2-9]\d{6} 146 </nationalNumberPattern> 147 <possibleLengths national="10"/> 148 <exampleNumber>8002123456</exampleNumber> 149 </tollFree> 150 <premiumRate> 151 <nationalNumberPattern>900[2-9]\d{6}</nationalNumberPattern> 152 <possibleLengths national="10"/> 153 <exampleNumber>9002123456</exampleNumber> 154 </premiumRate> 155 <personalNumber> 156 <nationalNumberPattern> 157 5(?: 158 00| 159 22| 160 33| 161 44| 162 66| 163 77| 164 88 165 )[2-9]\d{6} 166 </nationalNumberPattern> 167 <possibleLengths national="10"/> 168 <exampleNumber>5002345678</exampleNumber> 169 </personalNumber> 170 </territory> 171 172 <!-- Universal International Premium Rate Number --> 173 <territory id="001" countryCode="979" leadingZeroPossible="true"> 174 <references> 175 <sourceUrl>http://www.itu.int/rec/T-REC-E.169-200205-I/en</sourceUrl> 176 </references> 177 <availableFormats> 178 <numberFormat pattern="(\d)(\d{4})(\d{4})"> 179 <format>$1 $2 $3</format> 180 </numberFormat> 181 </availableFormats> 182 <generalDesc> 183 <nationalNumberPattern>\d{9}</nationalNumberPattern> 184 </generalDesc> 185 <premiumRate> 186 <nationalNumberPattern>\d{9}</nationalNumberPattern> 187 <possibleLengths national="9"/> 188 <exampleNumber>123456789</exampleNumber> 189 </premiumRate> 190 </territory> 191 </territories> 192</phoneNumberMetadata> 193