xsd-reader 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +14 -0
- data/README.md +5 -4
- data/lib/xsd_reader/choice.rb +0 -3
- data/lib/xsd_reader/complex_content.rb +5 -0
- data/lib/xsd_reader/element.rb +2 -6
- data/lib/xsd_reader/extension.rb +8 -0
- data/lib/xsd_reader/import.rb +56 -0
- data/lib/xsd_reader/schema.rb +35 -0
- data/lib/xsd_reader/shared.rb +95 -58
- data/lib/xsd_reader/simple_type.rb +7 -0
- data/lib/xsd_reader/xml.rb +35 -2
- data/lib/xsd_reader.rb +3 -0
- data/spec/attribute_spec.rb +12 -12
- data/spec/element_spec.rb +28 -25
- data/spec/examples/ddex-v32/ddex.xsd +2116 -0
- data/spec/examples/ddex-v32/ddexC.xsd +5240 -0
- data/spec/examples/ddex-v32/ern-main.xsd +2980 -0
- data/spec/examples/ddex-v32/iso3166a2.xsd +1230 -0
- data/spec/examples/ddex-v32/iso4217a.xsd +900 -0
- data/spec/examples/ddex-v32/iso639a2.xsd +935 -0
- data/spec/examples/ddex-v36/avs.xsd +11257 -0
- data/spec/examples/{ddex-ern-v36.xsd → ddex-v36/ddex-ern-v36.xsd} +0 -0
- data/spec/extension_spec.rb +29 -0
- data/spec/import_spec.rb +48 -0
- data/spec/schema_spec.rb +63 -9
- data/spec/xml_spec.rb +7 -7
- data/spec/xsd_reader_spec.rb +172 -39
- data/xsd-reader.gemspec +2 -1
- metadata +28 -2
@@ -0,0 +1,1230 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<xs:schema elementFormDefault="qualified" targetNamespace="http://ddex.net/xml/20100712/iso3166a2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
3
|
+
<xs:simpleType name="TerritoryCode">
|
4
|
+
<xs:annotation>
|
5
|
+
<xs:documentation>An ISO 3166-1 two-letter code representing a Territory.</xs:documentation>
|
6
|
+
</xs:annotation>
|
7
|
+
<xs:restriction base="xs:string">
|
8
|
+
<xs:enumeration value="AD">
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>Andorra.</xs:documentation>
|
11
|
+
</xs:annotation>
|
12
|
+
</xs:enumeration>
|
13
|
+
<xs:enumeration value="AE">
|
14
|
+
<xs:annotation>
|
15
|
+
<xs:documentation>The United Arab Emirates.</xs:documentation>
|
16
|
+
</xs:annotation>
|
17
|
+
</xs:enumeration>
|
18
|
+
<xs:enumeration value="AF">
|
19
|
+
<xs:annotation>
|
20
|
+
<xs:documentation>Afghanistan.</xs:documentation>
|
21
|
+
</xs:annotation>
|
22
|
+
</xs:enumeration>
|
23
|
+
<xs:enumeration value="AG">
|
24
|
+
<xs:annotation>
|
25
|
+
<xs:documentation>Antigua and Barbuda.</xs:documentation>
|
26
|
+
</xs:annotation>
|
27
|
+
</xs:enumeration>
|
28
|
+
<xs:enumeration value="AI">
|
29
|
+
<xs:annotation>
|
30
|
+
<xs:documentation>Anguilla.</xs:documentation>
|
31
|
+
</xs:annotation>
|
32
|
+
</xs:enumeration>
|
33
|
+
<xs:enumeration value="AL">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>Albania.</xs:documentation>
|
36
|
+
</xs:annotation>
|
37
|
+
</xs:enumeration>
|
38
|
+
<xs:enumeration value="AM">
|
39
|
+
<xs:annotation>
|
40
|
+
<xs:documentation>Armenia.</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
</xs:enumeration>
|
43
|
+
<xs:enumeration value="AN">
|
44
|
+
<xs:annotation>
|
45
|
+
<xs:documentation>Netherlands Antilles.</xs:documentation>
|
46
|
+
</xs:annotation>
|
47
|
+
</xs:enumeration>
|
48
|
+
<xs:enumeration value="AO">
|
49
|
+
<xs:annotation>
|
50
|
+
<xs:documentation>Angola.</xs:documentation>
|
51
|
+
</xs:annotation>
|
52
|
+
</xs:enumeration>
|
53
|
+
<xs:enumeration value="AQ">
|
54
|
+
<xs:annotation>
|
55
|
+
<xs:documentation>Antarctica.</xs:documentation>
|
56
|
+
</xs:annotation>
|
57
|
+
</xs:enumeration>
|
58
|
+
<xs:enumeration value="AR">
|
59
|
+
<xs:annotation>
|
60
|
+
<xs:documentation>Argentina.</xs:documentation>
|
61
|
+
</xs:annotation>
|
62
|
+
</xs:enumeration>
|
63
|
+
<xs:enumeration value="AS">
|
64
|
+
<xs:annotation>
|
65
|
+
<xs:documentation>American Samoa.</xs:documentation>
|
66
|
+
</xs:annotation>
|
67
|
+
</xs:enumeration>
|
68
|
+
<xs:enumeration value="AT">
|
69
|
+
<xs:annotation>
|
70
|
+
<xs:documentation>Austria.</xs:documentation>
|
71
|
+
</xs:annotation>
|
72
|
+
</xs:enumeration>
|
73
|
+
<xs:enumeration value="AU">
|
74
|
+
<xs:annotation>
|
75
|
+
<xs:documentation>Australia.</xs:documentation>
|
76
|
+
</xs:annotation>
|
77
|
+
</xs:enumeration>
|
78
|
+
<xs:enumeration value="AW">
|
79
|
+
<xs:annotation>
|
80
|
+
<xs:documentation>Aruba.</xs:documentation>
|
81
|
+
</xs:annotation>
|
82
|
+
</xs:enumeration>
|
83
|
+
<xs:enumeration value="AX">
|
84
|
+
<xs:annotation>
|
85
|
+
<xs:documentation>Aaland Islands.</xs:documentation>
|
86
|
+
</xs:annotation>
|
87
|
+
</xs:enumeration>
|
88
|
+
<xs:enumeration value="AZ">
|
89
|
+
<xs:annotation>
|
90
|
+
<xs:documentation>Azerbaijan.</xs:documentation>
|
91
|
+
</xs:annotation>
|
92
|
+
</xs:enumeration>
|
93
|
+
<xs:enumeration value="BA">
|
94
|
+
<xs:annotation>
|
95
|
+
<xs:documentation>Bosnia and Herzegovina.</xs:documentation>
|
96
|
+
</xs:annotation>
|
97
|
+
</xs:enumeration>
|
98
|
+
<xs:enumeration value="BB">
|
99
|
+
<xs:annotation>
|
100
|
+
<xs:documentation>Barbados.</xs:documentation>
|
101
|
+
</xs:annotation>
|
102
|
+
</xs:enumeration>
|
103
|
+
<xs:enumeration value="BD">
|
104
|
+
<xs:annotation>
|
105
|
+
<xs:documentation>Bangladesh.</xs:documentation>
|
106
|
+
</xs:annotation>
|
107
|
+
</xs:enumeration>
|
108
|
+
<xs:enumeration value="BE">
|
109
|
+
<xs:annotation>
|
110
|
+
<xs:documentation>Belgium.</xs:documentation>
|
111
|
+
</xs:annotation>
|
112
|
+
</xs:enumeration>
|
113
|
+
<xs:enumeration value="BF">
|
114
|
+
<xs:annotation>
|
115
|
+
<xs:documentation>Burkina.</xs:documentation>
|
116
|
+
</xs:annotation>
|
117
|
+
</xs:enumeration>
|
118
|
+
<xs:enumeration value="BG">
|
119
|
+
<xs:annotation>
|
120
|
+
<xs:documentation>Bulgaria.</xs:documentation>
|
121
|
+
</xs:annotation>
|
122
|
+
</xs:enumeration>
|
123
|
+
<xs:enumeration value="BH">
|
124
|
+
<xs:annotation>
|
125
|
+
<xs:documentation>Bahrain.</xs:documentation>
|
126
|
+
</xs:annotation>
|
127
|
+
</xs:enumeration>
|
128
|
+
<xs:enumeration value="BI">
|
129
|
+
<xs:annotation>
|
130
|
+
<xs:documentation>Burundi.</xs:documentation>
|
131
|
+
</xs:annotation>
|
132
|
+
</xs:enumeration>
|
133
|
+
<xs:enumeration value="BJ">
|
134
|
+
<xs:annotation>
|
135
|
+
<xs:documentation>Benin.</xs:documentation>
|
136
|
+
</xs:annotation>
|
137
|
+
</xs:enumeration>
|
138
|
+
<xs:enumeration value="BM">
|
139
|
+
<xs:annotation>
|
140
|
+
<xs:documentation>Bermuda.</xs:documentation>
|
141
|
+
</xs:annotation>
|
142
|
+
</xs:enumeration>
|
143
|
+
<xs:enumeration value="BN">
|
144
|
+
<xs:annotation>
|
145
|
+
<xs:documentation>Brunei.</xs:documentation>
|
146
|
+
</xs:annotation>
|
147
|
+
</xs:enumeration>
|
148
|
+
<xs:enumeration value="BO">
|
149
|
+
<xs:annotation>
|
150
|
+
<xs:documentation>Bolivia.</xs:documentation>
|
151
|
+
</xs:annotation>
|
152
|
+
</xs:enumeration>
|
153
|
+
<xs:enumeration value="BR">
|
154
|
+
<xs:annotation>
|
155
|
+
<xs:documentation>Brazil.</xs:documentation>
|
156
|
+
</xs:annotation>
|
157
|
+
</xs:enumeration>
|
158
|
+
<xs:enumeration value="BS">
|
159
|
+
<xs:annotation>
|
160
|
+
<xs:documentation>The Bahamas.</xs:documentation>
|
161
|
+
</xs:annotation>
|
162
|
+
</xs:enumeration>
|
163
|
+
<xs:enumeration value="BT">
|
164
|
+
<xs:annotation>
|
165
|
+
<xs:documentation>Bhutan.</xs:documentation>
|
166
|
+
</xs:annotation>
|
167
|
+
</xs:enumeration>
|
168
|
+
<xs:enumeration value="BV">
|
169
|
+
<xs:annotation>
|
170
|
+
<xs:documentation>Bouvet Island.</xs:documentation>
|
171
|
+
</xs:annotation>
|
172
|
+
</xs:enumeration>
|
173
|
+
<xs:enumeration value="BW">
|
174
|
+
<xs:annotation>
|
175
|
+
<xs:documentation>Botswana.</xs:documentation>
|
176
|
+
</xs:annotation>
|
177
|
+
</xs:enumeration>
|
178
|
+
<xs:enumeration value="BY">
|
179
|
+
<xs:annotation>
|
180
|
+
<xs:documentation>Belarus.</xs:documentation>
|
181
|
+
</xs:annotation>
|
182
|
+
</xs:enumeration>
|
183
|
+
<xs:enumeration value="BZ">
|
184
|
+
<xs:annotation>
|
185
|
+
<xs:documentation>Belize.</xs:documentation>
|
186
|
+
</xs:annotation>
|
187
|
+
</xs:enumeration>
|
188
|
+
<xs:enumeration value="CA">
|
189
|
+
<xs:annotation>
|
190
|
+
<xs:documentation>Canada.</xs:documentation>
|
191
|
+
</xs:annotation>
|
192
|
+
</xs:enumeration>
|
193
|
+
<xs:enumeration value="CC">
|
194
|
+
<xs:annotation>
|
195
|
+
<xs:documentation>Cocos Islands.</xs:documentation>
|
196
|
+
</xs:annotation>
|
197
|
+
</xs:enumeration>
|
198
|
+
<xs:enumeration value="CD">
|
199
|
+
<xs:annotation>
|
200
|
+
<xs:documentation>The Democratic Republic of the Congo.</xs:documentation>
|
201
|
+
</xs:annotation>
|
202
|
+
</xs:enumeration>
|
203
|
+
<xs:enumeration value="CF">
|
204
|
+
<xs:annotation>
|
205
|
+
<xs:documentation>The Central African Republic.</xs:documentation>
|
206
|
+
</xs:annotation>
|
207
|
+
</xs:enumeration>
|
208
|
+
<xs:enumeration value="CG">
|
209
|
+
<xs:annotation>
|
210
|
+
<xs:documentation>The Congo.</xs:documentation>
|
211
|
+
</xs:annotation>
|
212
|
+
</xs:enumeration>
|
213
|
+
<xs:enumeration value="CH">
|
214
|
+
<xs:annotation>
|
215
|
+
<xs:documentation>Switzerland.</xs:documentation>
|
216
|
+
</xs:annotation>
|
217
|
+
</xs:enumeration>
|
218
|
+
<xs:enumeration value="CI">
|
219
|
+
<xs:annotation>
|
220
|
+
<xs:documentation>Cote d'Ivoire.</xs:documentation>
|
221
|
+
</xs:annotation>
|
222
|
+
</xs:enumeration>
|
223
|
+
<xs:enumeration value="CK">
|
224
|
+
<xs:annotation>
|
225
|
+
<xs:documentation>Cook Islands.</xs:documentation>
|
226
|
+
</xs:annotation>
|
227
|
+
</xs:enumeration>
|
228
|
+
<xs:enumeration value="CL">
|
229
|
+
<xs:annotation>
|
230
|
+
<xs:documentation>Chile.</xs:documentation>
|
231
|
+
</xs:annotation>
|
232
|
+
</xs:enumeration>
|
233
|
+
<xs:enumeration value="CM">
|
234
|
+
<xs:annotation>
|
235
|
+
<xs:documentation>Cameroon.</xs:documentation>
|
236
|
+
</xs:annotation>
|
237
|
+
</xs:enumeration>
|
238
|
+
<xs:enumeration value="CN">
|
239
|
+
<xs:annotation>
|
240
|
+
<xs:documentation>China.</xs:documentation>
|
241
|
+
</xs:annotation>
|
242
|
+
</xs:enumeration>
|
243
|
+
<xs:enumeration value="CO">
|
244
|
+
<xs:annotation>
|
245
|
+
<xs:documentation>Colombia.</xs:documentation>
|
246
|
+
</xs:annotation>
|
247
|
+
</xs:enumeration>
|
248
|
+
<xs:enumeration value="CR">
|
249
|
+
<xs:annotation>
|
250
|
+
<xs:documentation>Costa Rica.</xs:documentation>
|
251
|
+
</xs:annotation>
|
252
|
+
</xs:enumeration>
|
253
|
+
<xs:enumeration value="CU">
|
254
|
+
<xs:annotation>
|
255
|
+
<xs:documentation>Cuba.</xs:documentation>
|
256
|
+
</xs:annotation>
|
257
|
+
</xs:enumeration>
|
258
|
+
<xs:enumeration value="CV">
|
259
|
+
<xs:annotation>
|
260
|
+
<xs:documentation>Cape Verde.</xs:documentation>
|
261
|
+
</xs:annotation>
|
262
|
+
</xs:enumeration>
|
263
|
+
<xs:enumeration value="CX">
|
264
|
+
<xs:annotation>
|
265
|
+
<xs:documentation>Christmas Island.</xs:documentation>
|
266
|
+
</xs:annotation>
|
267
|
+
</xs:enumeration>
|
268
|
+
<xs:enumeration value="CY">
|
269
|
+
<xs:annotation>
|
270
|
+
<xs:documentation>Cyprus.</xs:documentation>
|
271
|
+
</xs:annotation>
|
272
|
+
</xs:enumeration>
|
273
|
+
<xs:enumeration value="CZ">
|
274
|
+
<xs:annotation>
|
275
|
+
<xs:documentation>The Czech Republic.</xs:documentation>
|
276
|
+
</xs:annotation>
|
277
|
+
</xs:enumeration>
|
278
|
+
<xs:enumeration value="DE">
|
279
|
+
<xs:annotation>
|
280
|
+
<xs:documentation>Germany.</xs:documentation>
|
281
|
+
</xs:annotation>
|
282
|
+
</xs:enumeration>
|
283
|
+
<xs:enumeration value="DJ">
|
284
|
+
<xs:annotation>
|
285
|
+
<xs:documentation>Djibouti.</xs:documentation>
|
286
|
+
</xs:annotation>
|
287
|
+
</xs:enumeration>
|
288
|
+
<xs:enumeration value="DK">
|
289
|
+
<xs:annotation>
|
290
|
+
<xs:documentation>Denmark.</xs:documentation>
|
291
|
+
</xs:annotation>
|
292
|
+
</xs:enumeration>
|
293
|
+
<xs:enumeration value="DM">
|
294
|
+
<xs:annotation>
|
295
|
+
<xs:documentation>Dominica.</xs:documentation>
|
296
|
+
</xs:annotation>
|
297
|
+
</xs:enumeration>
|
298
|
+
<xs:enumeration value="DO">
|
299
|
+
<xs:annotation>
|
300
|
+
<xs:documentation>The Dominican Republic.</xs:documentation>
|
301
|
+
</xs:annotation>
|
302
|
+
</xs:enumeration>
|
303
|
+
<xs:enumeration value="DZ">
|
304
|
+
<xs:annotation>
|
305
|
+
<xs:documentation>Algeria.</xs:documentation>
|
306
|
+
</xs:annotation>
|
307
|
+
</xs:enumeration>
|
308
|
+
<xs:enumeration value="EC">
|
309
|
+
<xs:annotation>
|
310
|
+
<xs:documentation>Ecuador.</xs:documentation>
|
311
|
+
</xs:annotation>
|
312
|
+
</xs:enumeration>
|
313
|
+
<xs:enumeration value="EE">
|
314
|
+
<xs:annotation>
|
315
|
+
<xs:documentation>Estonia.</xs:documentation>
|
316
|
+
</xs:annotation>
|
317
|
+
</xs:enumeration>
|
318
|
+
<xs:enumeration value="EG">
|
319
|
+
<xs:annotation>
|
320
|
+
<xs:documentation>Egypt.</xs:documentation>
|
321
|
+
</xs:annotation>
|
322
|
+
</xs:enumeration>
|
323
|
+
<xs:enumeration value="EH">
|
324
|
+
<xs:annotation>
|
325
|
+
<xs:documentation>Western Sahara.</xs:documentation>
|
326
|
+
</xs:annotation>
|
327
|
+
</xs:enumeration>
|
328
|
+
<xs:enumeration value="ER">
|
329
|
+
<xs:annotation>
|
330
|
+
<xs:documentation>Eritrea.</xs:documentation>
|
331
|
+
</xs:annotation>
|
332
|
+
</xs:enumeration>
|
333
|
+
<xs:enumeration value="ES">
|
334
|
+
<xs:annotation>
|
335
|
+
<xs:documentation>Spain.</xs:documentation>
|
336
|
+
</xs:annotation>
|
337
|
+
</xs:enumeration>
|
338
|
+
<xs:enumeration value="ET">
|
339
|
+
<xs:annotation>
|
340
|
+
<xs:documentation>Ethiopia.</xs:documentation>
|
341
|
+
</xs:annotation>
|
342
|
+
</xs:enumeration>
|
343
|
+
<xs:enumeration value="FI">
|
344
|
+
<xs:annotation>
|
345
|
+
<xs:documentation>Finland.</xs:documentation>
|
346
|
+
</xs:annotation>
|
347
|
+
</xs:enumeration>
|
348
|
+
<xs:enumeration value="FJ">
|
349
|
+
<xs:annotation>
|
350
|
+
<xs:documentation>Fiji.</xs:documentation>
|
351
|
+
</xs:annotation>
|
352
|
+
</xs:enumeration>
|
353
|
+
<xs:enumeration value="FK">
|
354
|
+
<xs:annotation>
|
355
|
+
<xs:documentation>Falkland Islands.</xs:documentation>
|
356
|
+
</xs:annotation>
|
357
|
+
</xs:enumeration>
|
358
|
+
<xs:enumeration value="FM">
|
359
|
+
<xs:annotation>
|
360
|
+
<xs:documentation>Micronesia.</xs:documentation>
|
361
|
+
</xs:annotation>
|
362
|
+
</xs:enumeration>
|
363
|
+
<xs:enumeration value="FO">
|
364
|
+
<xs:annotation>
|
365
|
+
<xs:documentation>Faroe Islands.</xs:documentation>
|
366
|
+
</xs:annotation>
|
367
|
+
</xs:enumeration>
|
368
|
+
<xs:enumeration value="FR">
|
369
|
+
<xs:annotation>
|
370
|
+
<xs:documentation>France.</xs:documentation>
|
371
|
+
</xs:annotation>
|
372
|
+
</xs:enumeration>
|
373
|
+
<xs:enumeration value="GA">
|
374
|
+
<xs:annotation>
|
375
|
+
<xs:documentation>Gabon.</xs:documentation>
|
376
|
+
</xs:annotation>
|
377
|
+
</xs:enumeration>
|
378
|
+
<xs:enumeration value="GB">
|
379
|
+
<xs:annotation>
|
380
|
+
<xs:documentation>The United Kingdom.</xs:documentation>
|
381
|
+
</xs:annotation>
|
382
|
+
</xs:enumeration>
|
383
|
+
<xs:enumeration value="GD">
|
384
|
+
<xs:annotation>
|
385
|
+
<xs:documentation>Grenada.</xs:documentation>
|
386
|
+
</xs:annotation>
|
387
|
+
</xs:enumeration>
|
388
|
+
<xs:enumeration value="GE">
|
389
|
+
<xs:annotation>
|
390
|
+
<xs:documentation>Georgia.</xs:documentation>
|
391
|
+
</xs:annotation>
|
392
|
+
</xs:enumeration>
|
393
|
+
<xs:enumeration value="GF">
|
394
|
+
<xs:annotation>
|
395
|
+
<xs:documentation>French Guiana.</xs:documentation>
|
396
|
+
</xs:annotation>
|
397
|
+
</xs:enumeration>
|
398
|
+
<xs:enumeration value="GG">
|
399
|
+
<xs:annotation>
|
400
|
+
<xs:documentation>Guernsey.</xs:documentation>
|
401
|
+
</xs:annotation>
|
402
|
+
</xs:enumeration>
|
403
|
+
<xs:enumeration value="GH">
|
404
|
+
<xs:annotation>
|
405
|
+
<xs:documentation>Ghana.</xs:documentation>
|
406
|
+
</xs:annotation>
|
407
|
+
</xs:enumeration>
|
408
|
+
<xs:enumeration value="GI">
|
409
|
+
<xs:annotation>
|
410
|
+
<xs:documentation>Gibraltar.</xs:documentation>
|
411
|
+
</xs:annotation>
|
412
|
+
</xs:enumeration>
|
413
|
+
<xs:enumeration value="GL">
|
414
|
+
<xs:annotation>
|
415
|
+
<xs:documentation>Greenland.</xs:documentation>
|
416
|
+
</xs:annotation>
|
417
|
+
</xs:enumeration>
|
418
|
+
<xs:enumeration value="GM">
|
419
|
+
<xs:annotation>
|
420
|
+
<xs:documentation>The Gambia.</xs:documentation>
|
421
|
+
</xs:annotation>
|
422
|
+
</xs:enumeration>
|
423
|
+
<xs:enumeration value="GN">
|
424
|
+
<xs:annotation>
|
425
|
+
<xs:documentation>Guinea.</xs:documentation>
|
426
|
+
</xs:annotation>
|
427
|
+
</xs:enumeration>
|
428
|
+
<xs:enumeration value="GP">
|
429
|
+
<xs:annotation>
|
430
|
+
<xs:documentation>Guadeloupe.</xs:documentation>
|
431
|
+
</xs:annotation>
|
432
|
+
</xs:enumeration>
|
433
|
+
<xs:enumeration value="GQ">
|
434
|
+
<xs:annotation>
|
435
|
+
<xs:documentation>Equatorial Guinea.</xs:documentation>
|
436
|
+
</xs:annotation>
|
437
|
+
</xs:enumeration>
|
438
|
+
<xs:enumeration value="GR">
|
439
|
+
<xs:annotation>
|
440
|
+
<xs:documentation>Greece.</xs:documentation>
|
441
|
+
</xs:annotation>
|
442
|
+
</xs:enumeration>
|
443
|
+
<xs:enumeration value="GS">
|
444
|
+
<xs:annotation>
|
445
|
+
<xs:documentation>South Georgia and The South Sandwich Islands.</xs:documentation>
|
446
|
+
</xs:annotation>
|
447
|
+
</xs:enumeration>
|
448
|
+
<xs:enumeration value="GT">
|
449
|
+
<xs:annotation>
|
450
|
+
<xs:documentation>Guatemala.</xs:documentation>
|
451
|
+
</xs:annotation>
|
452
|
+
</xs:enumeration>
|
453
|
+
<xs:enumeration value="GU">
|
454
|
+
<xs:annotation>
|
455
|
+
<xs:documentation>Guam.</xs:documentation>
|
456
|
+
</xs:annotation>
|
457
|
+
</xs:enumeration>
|
458
|
+
<xs:enumeration value="GW">
|
459
|
+
<xs:annotation>
|
460
|
+
<xs:documentation>Guinea-Bissau.</xs:documentation>
|
461
|
+
</xs:annotation>
|
462
|
+
</xs:enumeration>
|
463
|
+
<xs:enumeration value="GY">
|
464
|
+
<xs:annotation>
|
465
|
+
<xs:documentation>Guyana.</xs:documentation>
|
466
|
+
</xs:annotation>
|
467
|
+
</xs:enumeration>
|
468
|
+
<xs:enumeration value="HK">
|
469
|
+
<xs:annotation>
|
470
|
+
<xs:documentation>Hong Kong.</xs:documentation>
|
471
|
+
</xs:annotation>
|
472
|
+
</xs:enumeration>
|
473
|
+
<xs:enumeration value="HM">
|
474
|
+
<xs:annotation>
|
475
|
+
<xs:documentation>Heard Island and McDonald Islands.</xs:documentation>
|
476
|
+
</xs:annotation>
|
477
|
+
</xs:enumeration>
|
478
|
+
<xs:enumeration value="HN">
|
479
|
+
<xs:annotation>
|
480
|
+
<xs:documentation>Honduras.</xs:documentation>
|
481
|
+
</xs:annotation>
|
482
|
+
</xs:enumeration>
|
483
|
+
<xs:enumeration value="HR">
|
484
|
+
<xs:annotation>
|
485
|
+
<xs:documentation>Croatia.</xs:documentation>
|
486
|
+
</xs:annotation>
|
487
|
+
</xs:enumeration>
|
488
|
+
<xs:enumeration value="HT">
|
489
|
+
<xs:annotation>
|
490
|
+
<xs:documentation>Haiti.</xs:documentation>
|
491
|
+
</xs:annotation>
|
492
|
+
</xs:enumeration>
|
493
|
+
<xs:enumeration value="HU">
|
494
|
+
<xs:annotation>
|
495
|
+
<xs:documentation>Hungary.</xs:documentation>
|
496
|
+
</xs:annotation>
|
497
|
+
</xs:enumeration>
|
498
|
+
<xs:enumeration value="ID">
|
499
|
+
<xs:annotation>
|
500
|
+
<xs:documentation>Indonesia.</xs:documentation>
|
501
|
+
</xs:annotation>
|
502
|
+
</xs:enumeration>
|
503
|
+
<xs:enumeration value="IE">
|
504
|
+
<xs:annotation>
|
505
|
+
<xs:documentation>Ireland.</xs:documentation>
|
506
|
+
</xs:annotation>
|
507
|
+
</xs:enumeration>
|
508
|
+
<xs:enumeration value="IL">
|
509
|
+
<xs:annotation>
|
510
|
+
<xs:documentation>Israel.</xs:documentation>
|
511
|
+
</xs:annotation>
|
512
|
+
</xs:enumeration>
|
513
|
+
<xs:enumeration value="IM">
|
514
|
+
<xs:annotation>
|
515
|
+
<xs:documentation>Isle of Man.</xs:documentation>
|
516
|
+
</xs:annotation>
|
517
|
+
</xs:enumeration>
|
518
|
+
<xs:enumeration value="IN">
|
519
|
+
<xs:annotation>
|
520
|
+
<xs:documentation>India.</xs:documentation>
|
521
|
+
</xs:annotation>
|
522
|
+
</xs:enumeration>
|
523
|
+
<xs:enumeration value="IO">
|
524
|
+
<xs:annotation>
|
525
|
+
<xs:documentation>The British Indian Ocean Territory.</xs:documentation>
|
526
|
+
</xs:annotation>
|
527
|
+
</xs:enumeration>
|
528
|
+
<xs:enumeration value="IQ">
|
529
|
+
<xs:annotation>
|
530
|
+
<xs:documentation>Iraq.</xs:documentation>
|
531
|
+
</xs:annotation>
|
532
|
+
</xs:enumeration>
|
533
|
+
<xs:enumeration value="IR">
|
534
|
+
<xs:annotation>
|
535
|
+
<xs:documentation>Iran.</xs:documentation>
|
536
|
+
</xs:annotation>
|
537
|
+
</xs:enumeration>
|
538
|
+
<xs:enumeration value="IS">
|
539
|
+
<xs:annotation>
|
540
|
+
<xs:documentation>Iceland.</xs:documentation>
|
541
|
+
</xs:annotation>
|
542
|
+
</xs:enumeration>
|
543
|
+
<xs:enumeration value="IT">
|
544
|
+
<xs:annotation>
|
545
|
+
<xs:documentation>Italy.</xs:documentation>
|
546
|
+
</xs:annotation>
|
547
|
+
</xs:enumeration>
|
548
|
+
<xs:enumeration value="JE">
|
549
|
+
<xs:annotation>
|
550
|
+
<xs:documentation>Jersey.</xs:documentation>
|
551
|
+
</xs:annotation>
|
552
|
+
</xs:enumeration>
|
553
|
+
<xs:enumeration value="JM">
|
554
|
+
<xs:annotation>
|
555
|
+
<xs:documentation>Jamaica.</xs:documentation>
|
556
|
+
</xs:annotation>
|
557
|
+
</xs:enumeration>
|
558
|
+
<xs:enumeration value="JO">
|
559
|
+
<xs:annotation>
|
560
|
+
<xs:documentation>Jordan.</xs:documentation>
|
561
|
+
</xs:annotation>
|
562
|
+
</xs:enumeration>
|
563
|
+
<xs:enumeration value="JP">
|
564
|
+
<xs:annotation>
|
565
|
+
<xs:documentation>Japan.</xs:documentation>
|
566
|
+
</xs:annotation>
|
567
|
+
</xs:enumeration>
|
568
|
+
<xs:enumeration value="KE">
|
569
|
+
<xs:annotation>
|
570
|
+
<xs:documentation>Kenya.</xs:documentation>
|
571
|
+
</xs:annotation>
|
572
|
+
</xs:enumeration>
|
573
|
+
<xs:enumeration value="KG">
|
574
|
+
<xs:annotation>
|
575
|
+
<xs:documentation>Kyrgyzstan.</xs:documentation>
|
576
|
+
</xs:annotation>
|
577
|
+
</xs:enumeration>
|
578
|
+
<xs:enumeration value="KH">
|
579
|
+
<xs:annotation>
|
580
|
+
<xs:documentation>Cambodia.</xs:documentation>
|
581
|
+
</xs:annotation>
|
582
|
+
</xs:enumeration>
|
583
|
+
<xs:enumeration value="KI">
|
584
|
+
<xs:annotation>
|
585
|
+
<xs:documentation>Kiribati.</xs:documentation>
|
586
|
+
</xs:annotation>
|
587
|
+
</xs:enumeration>
|
588
|
+
<xs:enumeration value="KM">
|
589
|
+
<xs:annotation>
|
590
|
+
<xs:documentation>The Comoros.</xs:documentation>
|
591
|
+
</xs:annotation>
|
592
|
+
</xs:enumeration>
|
593
|
+
<xs:enumeration value="KN">
|
594
|
+
<xs:annotation>
|
595
|
+
<xs:documentation>Saint Kitts and Nevis.</xs:documentation>
|
596
|
+
</xs:annotation>
|
597
|
+
</xs:enumeration>
|
598
|
+
<xs:enumeration value="KP">
|
599
|
+
<xs:annotation>
|
600
|
+
<xs:documentation>The Democratic People's Republic of Korea.</xs:documentation>
|
601
|
+
</xs:annotation>
|
602
|
+
</xs:enumeration>
|
603
|
+
<xs:enumeration value="KR">
|
604
|
+
<xs:annotation>
|
605
|
+
<xs:documentation>The Republic of Korea.</xs:documentation>
|
606
|
+
</xs:annotation>
|
607
|
+
</xs:enumeration>
|
608
|
+
<xs:enumeration value="KW">
|
609
|
+
<xs:annotation>
|
610
|
+
<xs:documentation>Kuwait.</xs:documentation>
|
611
|
+
</xs:annotation>
|
612
|
+
</xs:enumeration>
|
613
|
+
<xs:enumeration value="KY">
|
614
|
+
<xs:annotation>
|
615
|
+
<xs:documentation>Cayman Islands.</xs:documentation>
|
616
|
+
</xs:annotation>
|
617
|
+
</xs:enumeration>
|
618
|
+
<xs:enumeration value="KZ">
|
619
|
+
<xs:annotation>
|
620
|
+
<xs:documentation>Kazakhstan.</xs:documentation>
|
621
|
+
</xs:annotation>
|
622
|
+
</xs:enumeration>
|
623
|
+
<xs:enumeration value="LA">
|
624
|
+
<xs:annotation>
|
625
|
+
<xs:documentation>Laos.</xs:documentation>
|
626
|
+
</xs:annotation>
|
627
|
+
</xs:enumeration>
|
628
|
+
<xs:enumeration value="LB">
|
629
|
+
<xs:annotation>
|
630
|
+
<xs:documentation>Lebanon.</xs:documentation>
|
631
|
+
</xs:annotation>
|
632
|
+
</xs:enumeration>
|
633
|
+
<xs:enumeration value="LC">
|
634
|
+
<xs:annotation>
|
635
|
+
<xs:documentation>Saint Lucia.</xs:documentation>
|
636
|
+
</xs:annotation>
|
637
|
+
</xs:enumeration>
|
638
|
+
<xs:enumeration value="LI">
|
639
|
+
<xs:annotation>
|
640
|
+
<xs:documentation>Liechtenstein.</xs:documentation>
|
641
|
+
</xs:annotation>
|
642
|
+
</xs:enumeration>
|
643
|
+
<xs:enumeration value="LK">
|
644
|
+
<xs:annotation>
|
645
|
+
<xs:documentation>Sri Lanka.</xs:documentation>
|
646
|
+
</xs:annotation>
|
647
|
+
</xs:enumeration>
|
648
|
+
<xs:enumeration value="LR">
|
649
|
+
<xs:annotation>
|
650
|
+
<xs:documentation>Liberia.</xs:documentation>
|
651
|
+
</xs:annotation>
|
652
|
+
</xs:enumeration>
|
653
|
+
<xs:enumeration value="LS">
|
654
|
+
<xs:annotation>
|
655
|
+
<xs:documentation>Lesotho.</xs:documentation>
|
656
|
+
</xs:annotation>
|
657
|
+
</xs:enumeration>
|
658
|
+
<xs:enumeration value="LT">
|
659
|
+
<xs:annotation>
|
660
|
+
<xs:documentation>Lithuania.</xs:documentation>
|
661
|
+
</xs:annotation>
|
662
|
+
</xs:enumeration>
|
663
|
+
<xs:enumeration value="LU">
|
664
|
+
<xs:annotation>
|
665
|
+
<xs:documentation>Luxembourg.</xs:documentation>
|
666
|
+
</xs:annotation>
|
667
|
+
</xs:enumeration>
|
668
|
+
<xs:enumeration value="LV">
|
669
|
+
<xs:annotation>
|
670
|
+
<xs:documentation>Latvia.</xs:documentation>
|
671
|
+
</xs:annotation>
|
672
|
+
</xs:enumeration>
|
673
|
+
<xs:enumeration value="LY">
|
674
|
+
<xs:annotation>
|
675
|
+
<xs:documentation>Libya.</xs:documentation>
|
676
|
+
</xs:annotation>
|
677
|
+
</xs:enumeration>
|
678
|
+
<xs:enumeration value="MA">
|
679
|
+
<xs:annotation>
|
680
|
+
<xs:documentation>Morocco.</xs:documentation>
|
681
|
+
</xs:annotation>
|
682
|
+
</xs:enumeration>
|
683
|
+
<xs:enumeration value="MC">
|
684
|
+
<xs:annotation>
|
685
|
+
<xs:documentation>Monaco.</xs:documentation>
|
686
|
+
</xs:annotation>
|
687
|
+
</xs:enumeration>
|
688
|
+
<xs:enumeration value="MD">
|
689
|
+
<xs:annotation>
|
690
|
+
<xs:documentation>Moldova.</xs:documentation>
|
691
|
+
</xs:annotation>
|
692
|
+
</xs:enumeration>
|
693
|
+
<xs:enumeration value="ME">
|
694
|
+
<xs:annotation>
|
695
|
+
<xs:documentation>Montenegro.</xs:documentation>
|
696
|
+
</xs:annotation>
|
697
|
+
</xs:enumeration>
|
698
|
+
<xs:enumeration value="MG">
|
699
|
+
<xs:annotation>
|
700
|
+
<xs:documentation>Madagascar.</xs:documentation>
|
701
|
+
</xs:annotation>
|
702
|
+
</xs:enumeration>
|
703
|
+
<xs:enumeration value="MH">
|
704
|
+
<xs:annotation>
|
705
|
+
<xs:documentation>The Marshall Islands.</xs:documentation>
|
706
|
+
</xs:annotation>
|
707
|
+
</xs:enumeration>
|
708
|
+
<xs:enumeration value="MK">
|
709
|
+
<xs:annotation>
|
710
|
+
<xs:documentation>Macedonia.</xs:documentation>
|
711
|
+
</xs:annotation>
|
712
|
+
</xs:enumeration>
|
713
|
+
<xs:enumeration value="ML">
|
714
|
+
<xs:annotation>
|
715
|
+
<xs:documentation>Mali.</xs:documentation>
|
716
|
+
</xs:annotation>
|
717
|
+
</xs:enumeration>
|
718
|
+
<xs:enumeration value="MM">
|
719
|
+
<xs:annotation>
|
720
|
+
<xs:documentation>Myanmar.</xs:documentation>
|
721
|
+
</xs:annotation>
|
722
|
+
</xs:enumeration>
|
723
|
+
<xs:enumeration value="MN">
|
724
|
+
<xs:annotation>
|
725
|
+
<xs:documentation>Mongolia.</xs:documentation>
|
726
|
+
</xs:annotation>
|
727
|
+
</xs:enumeration>
|
728
|
+
<xs:enumeration value="MO">
|
729
|
+
<xs:annotation>
|
730
|
+
<xs:documentation>Macao.</xs:documentation>
|
731
|
+
</xs:annotation>
|
732
|
+
</xs:enumeration>
|
733
|
+
<xs:enumeration value="MP">
|
734
|
+
<xs:annotation>
|
735
|
+
<xs:documentation>Northern Mariana Islands.</xs:documentation>
|
736
|
+
</xs:annotation>
|
737
|
+
</xs:enumeration>
|
738
|
+
<xs:enumeration value="MQ">
|
739
|
+
<xs:annotation>
|
740
|
+
<xs:documentation>Martinique.</xs:documentation>
|
741
|
+
</xs:annotation>
|
742
|
+
</xs:enumeration>
|
743
|
+
<xs:enumeration value="MR">
|
744
|
+
<xs:annotation>
|
745
|
+
<xs:documentation>Mauritania.</xs:documentation>
|
746
|
+
</xs:annotation>
|
747
|
+
</xs:enumeration>
|
748
|
+
<xs:enumeration value="MS">
|
749
|
+
<xs:annotation>
|
750
|
+
<xs:documentation>Montserrat.</xs:documentation>
|
751
|
+
</xs:annotation>
|
752
|
+
</xs:enumeration>
|
753
|
+
<xs:enumeration value="MT">
|
754
|
+
<xs:annotation>
|
755
|
+
<xs:documentation>Malta.</xs:documentation>
|
756
|
+
</xs:annotation>
|
757
|
+
</xs:enumeration>
|
758
|
+
<xs:enumeration value="MU">
|
759
|
+
<xs:annotation>
|
760
|
+
<xs:documentation>Mauritius.</xs:documentation>
|
761
|
+
</xs:annotation>
|
762
|
+
</xs:enumeration>
|
763
|
+
<xs:enumeration value="MV">
|
764
|
+
<xs:annotation>
|
765
|
+
<xs:documentation>Maldives.</xs:documentation>
|
766
|
+
</xs:annotation>
|
767
|
+
</xs:enumeration>
|
768
|
+
<xs:enumeration value="MW">
|
769
|
+
<xs:annotation>
|
770
|
+
<xs:documentation>Malawi.</xs:documentation>
|
771
|
+
</xs:annotation>
|
772
|
+
</xs:enumeration>
|
773
|
+
<xs:enumeration value="MX">
|
774
|
+
<xs:annotation>
|
775
|
+
<xs:documentation>Mexico.</xs:documentation>
|
776
|
+
</xs:annotation>
|
777
|
+
</xs:enumeration>
|
778
|
+
<xs:enumeration value="MY">
|
779
|
+
<xs:annotation>
|
780
|
+
<xs:documentation>Malaysia.</xs:documentation>
|
781
|
+
</xs:annotation>
|
782
|
+
</xs:enumeration>
|
783
|
+
<xs:enumeration value="MZ">
|
784
|
+
<xs:annotation>
|
785
|
+
<xs:documentation>Mozambique.</xs:documentation>
|
786
|
+
</xs:annotation>
|
787
|
+
</xs:enumeration>
|
788
|
+
<xs:enumeration value="NA">
|
789
|
+
<xs:annotation>
|
790
|
+
<xs:documentation>Namibia.</xs:documentation>
|
791
|
+
</xs:annotation>
|
792
|
+
</xs:enumeration>
|
793
|
+
<xs:enumeration value="NC">
|
794
|
+
<xs:annotation>
|
795
|
+
<xs:documentation>New Caledonia.</xs:documentation>
|
796
|
+
</xs:annotation>
|
797
|
+
</xs:enumeration>
|
798
|
+
<xs:enumeration value="NE">
|
799
|
+
<xs:annotation>
|
800
|
+
<xs:documentation>The Niger.</xs:documentation>
|
801
|
+
</xs:annotation>
|
802
|
+
</xs:enumeration>
|
803
|
+
<xs:enumeration value="NF">
|
804
|
+
<xs:annotation>
|
805
|
+
<xs:documentation>Norfolk Island.</xs:documentation>
|
806
|
+
</xs:annotation>
|
807
|
+
</xs:enumeration>
|
808
|
+
<xs:enumeration value="NG">
|
809
|
+
<xs:annotation>
|
810
|
+
<xs:documentation>Nigeria.</xs:documentation>
|
811
|
+
</xs:annotation>
|
812
|
+
</xs:enumeration>
|
813
|
+
<xs:enumeration value="NI">
|
814
|
+
<xs:annotation>
|
815
|
+
<xs:documentation>Nicaragua.</xs:documentation>
|
816
|
+
</xs:annotation>
|
817
|
+
</xs:enumeration>
|
818
|
+
<xs:enumeration value="NL">
|
819
|
+
<xs:annotation>
|
820
|
+
<xs:documentation>The Netherlands.</xs:documentation>
|
821
|
+
</xs:annotation>
|
822
|
+
</xs:enumeration>
|
823
|
+
<xs:enumeration value="NO">
|
824
|
+
<xs:annotation>
|
825
|
+
<xs:documentation>Norway.</xs:documentation>
|
826
|
+
</xs:annotation>
|
827
|
+
</xs:enumeration>
|
828
|
+
<xs:enumeration value="NP">
|
829
|
+
<xs:annotation>
|
830
|
+
<xs:documentation>Nepal.</xs:documentation>
|
831
|
+
</xs:annotation>
|
832
|
+
</xs:enumeration>
|
833
|
+
<xs:enumeration value="NR">
|
834
|
+
<xs:annotation>
|
835
|
+
<xs:documentation>Nauru.</xs:documentation>
|
836
|
+
</xs:annotation>
|
837
|
+
</xs:enumeration>
|
838
|
+
<xs:enumeration value="NU">
|
839
|
+
<xs:annotation>
|
840
|
+
<xs:documentation>Niue.</xs:documentation>
|
841
|
+
</xs:annotation>
|
842
|
+
</xs:enumeration>
|
843
|
+
<xs:enumeration value="NZ">
|
844
|
+
<xs:annotation>
|
845
|
+
<xs:documentation>New Zealand.</xs:documentation>
|
846
|
+
</xs:annotation>
|
847
|
+
</xs:enumeration>
|
848
|
+
<xs:enumeration value="OM">
|
849
|
+
<xs:annotation>
|
850
|
+
<xs:documentation>Oman.</xs:documentation>
|
851
|
+
</xs:annotation>
|
852
|
+
</xs:enumeration>
|
853
|
+
<xs:enumeration value="PA">
|
854
|
+
<xs:annotation>
|
855
|
+
<xs:documentation>Panama.</xs:documentation>
|
856
|
+
</xs:annotation>
|
857
|
+
</xs:enumeration>
|
858
|
+
<xs:enumeration value="PE">
|
859
|
+
<xs:annotation>
|
860
|
+
<xs:documentation>Peru.</xs:documentation>
|
861
|
+
</xs:annotation>
|
862
|
+
</xs:enumeration>
|
863
|
+
<xs:enumeration value="PF">
|
864
|
+
<xs:annotation>
|
865
|
+
<xs:documentation>French Polynesia.</xs:documentation>
|
866
|
+
</xs:annotation>
|
867
|
+
</xs:enumeration>
|
868
|
+
<xs:enumeration value="PG">
|
869
|
+
<xs:annotation>
|
870
|
+
<xs:documentation>Papua New Guinea.</xs:documentation>
|
871
|
+
</xs:annotation>
|
872
|
+
</xs:enumeration>
|
873
|
+
<xs:enumeration value="PH">
|
874
|
+
<xs:annotation>
|
875
|
+
<xs:documentation>The Philippines.</xs:documentation>
|
876
|
+
</xs:annotation>
|
877
|
+
</xs:enumeration>
|
878
|
+
<xs:enumeration value="PK">
|
879
|
+
<xs:annotation>
|
880
|
+
<xs:documentation>Pakistan.</xs:documentation>
|
881
|
+
</xs:annotation>
|
882
|
+
</xs:enumeration>
|
883
|
+
<xs:enumeration value="PL">
|
884
|
+
<xs:annotation>
|
885
|
+
<xs:documentation>Poland.</xs:documentation>
|
886
|
+
</xs:annotation>
|
887
|
+
</xs:enumeration>
|
888
|
+
<xs:enumeration value="PM">
|
889
|
+
<xs:annotation>
|
890
|
+
<xs:documentation>Saint Pierre and Miquelon.</xs:documentation>
|
891
|
+
</xs:annotation>
|
892
|
+
</xs:enumeration>
|
893
|
+
<xs:enumeration value="PN">
|
894
|
+
<xs:annotation>
|
895
|
+
<xs:documentation>Pitcairn.</xs:documentation>
|
896
|
+
</xs:annotation>
|
897
|
+
</xs:enumeration>
|
898
|
+
<xs:enumeration value="PR">
|
899
|
+
<xs:annotation>
|
900
|
+
<xs:documentation>Puerto Rico.</xs:documentation>
|
901
|
+
</xs:annotation>
|
902
|
+
</xs:enumeration>
|
903
|
+
<xs:enumeration value="PS">
|
904
|
+
<xs:annotation>
|
905
|
+
<xs:documentation>The Occupied Palestinian Territory.</xs:documentation>
|
906
|
+
</xs:annotation>
|
907
|
+
</xs:enumeration>
|
908
|
+
<xs:enumeration value="PT">
|
909
|
+
<xs:annotation>
|
910
|
+
<xs:documentation>Portugal.</xs:documentation>
|
911
|
+
</xs:annotation>
|
912
|
+
</xs:enumeration>
|
913
|
+
<xs:enumeration value="PW">
|
914
|
+
<xs:annotation>
|
915
|
+
<xs:documentation>Palau.</xs:documentation>
|
916
|
+
</xs:annotation>
|
917
|
+
</xs:enumeration>
|
918
|
+
<xs:enumeration value="PY">
|
919
|
+
<xs:annotation>
|
920
|
+
<xs:documentation>Paraguay.</xs:documentation>
|
921
|
+
</xs:annotation>
|
922
|
+
</xs:enumeration>
|
923
|
+
<xs:enumeration value="QA">
|
924
|
+
<xs:annotation>
|
925
|
+
<xs:documentation>Qatar.</xs:documentation>
|
926
|
+
</xs:annotation>
|
927
|
+
</xs:enumeration>
|
928
|
+
<xs:enumeration value="RE">
|
929
|
+
<xs:annotation>
|
930
|
+
<xs:documentation>Reunion.</xs:documentation>
|
931
|
+
</xs:annotation>
|
932
|
+
</xs:enumeration>
|
933
|
+
<xs:enumeration value="RO">
|
934
|
+
<xs:annotation>
|
935
|
+
<xs:documentation>Romania.</xs:documentation>
|
936
|
+
</xs:annotation>
|
937
|
+
</xs:enumeration>
|
938
|
+
<xs:enumeration value="RS">
|
939
|
+
<xs:annotation>
|
940
|
+
<xs:documentation>Serbia.</xs:documentation>
|
941
|
+
</xs:annotation>
|
942
|
+
</xs:enumeration>
|
943
|
+
<xs:enumeration value="RU">
|
944
|
+
<xs:annotation>
|
945
|
+
<xs:documentation>Russia.</xs:documentation>
|
946
|
+
</xs:annotation>
|
947
|
+
</xs:enumeration>
|
948
|
+
<xs:enumeration value="RW">
|
949
|
+
<xs:annotation>
|
950
|
+
<xs:documentation>Rwanda.</xs:documentation>
|
951
|
+
</xs:annotation>
|
952
|
+
</xs:enumeration>
|
953
|
+
<xs:enumeration value="SA">
|
954
|
+
<xs:annotation>
|
955
|
+
<xs:documentation>Saudi Arabia.</xs:documentation>
|
956
|
+
</xs:annotation>
|
957
|
+
</xs:enumeration>
|
958
|
+
<xs:enumeration value="SB">
|
959
|
+
<xs:annotation>
|
960
|
+
<xs:documentation>Solomon Islands.</xs:documentation>
|
961
|
+
</xs:annotation>
|
962
|
+
</xs:enumeration>
|
963
|
+
<xs:enumeration value="SC">
|
964
|
+
<xs:annotation>
|
965
|
+
<xs:documentation>Seychelles.</xs:documentation>
|
966
|
+
</xs:annotation>
|
967
|
+
</xs:enumeration>
|
968
|
+
<xs:enumeration value="SD">
|
969
|
+
<xs:annotation>
|
970
|
+
<xs:documentation>The Sudan.</xs:documentation>
|
971
|
+
</xs:annotation>
|
972
|
+
</xs:enumeration>
|
973
|
+
<xs:enumeration value="SE">
|
974
|
+
<xs:annotation>
|
975
|
+
<xs:documentation>Sweden.</xs:documentation>
|
976
|
+
</xs:annotation>
|
977
|
+
</xs:enumeration>
|
978
|
+
<xs:enumeration value="SG">
|
979
|
+
<xs:annotation>
|
980
|
+
<xs:documentation>Singapore.</xs:documentation>
|
981
|
+
</xs:annotation>
|
982
|
+
</xs:enumeration>
|
983
|
+
<xs:enumeration value="SH">
|
984
|
+
<xs:annotation>
|
985
|
+
<xs:documentation>Saint Helena.</xs:documentation>
|
986
|
+
</xs:annotation>
|
987
|
+
</xs:enumeration>
|
988
|
+
<xs:enumeration value="SI">
|
989
|
+
<xs:annotation>
|
990
|
+
<xs:documentation>Slovenia.</xs:documentation>
|
991
|
+
</xs:annotation>
|
992
|
+
</xs:enumeration>
|
993
|
+
<xs:enumeration value="SJ">
|
994
|
+
<xs:annotation>
|
995
|
+
<xs:documentation>Svalbard and Jan Mayen.</xs:documentation>
|
996
|
+
</xs:annotation>
|
997
|
+
</xs:enumeration>
|
998
|
+
<xs:enumeration value="SK">
|
999
|
+
<xs:annotation>
|
1000
|
+
<xs:documentation>Slovakia.</xs:documentation>
|
1001
|
+
</xs:annotation>
|
1002
|
+
</xs:enumeration>
|
1003
|
+
<xs:enumeration value="SL">
|
1004
|
+
<xs:annotation>
|
1005
|
+
<xs:documentation>Sierra Leone.</xs:documentation>
|
1006
|
+
</xs:annotation>
|
1007
|
+
</xs:enumeration>
|
1008
|
+
<xs:enumeration value="SM">
|
1009
|
+
<xs:annotation>
|
1010
|
+
<xs:documentation>San Marino.</xs:documentation>
|
1011
|
+
</xs:annotation>
|
1012
|
+
</xs:enumeration>
|
1013
|
+
<xs:enumeration value="SN">
|
1014
|
+
<xs:annotation>
|
1015
|
+
<xs:documentation>Senegal.</xs:documentation>
|
1016
|
+
</xs:annotation>
|
1017
|
+
</xs:enumeration>
|
1018
|
+
<xs:enumeration value="SO">
|
1019
|
+
<xs:annotation>
|
1020
|
+
<xs:documentation>Somalia.</xs:documentation>
|
1021
|
+
</xs:annotation>
|
1022
|
+
</xs:enumeration>
|
1023
|
+
<xs:enumeration value="SR">
|
1024
|
+
<xs:annotation>
|
1025
|
+
<xs:documentation>Suriname.</xs:documentation>
|
1026
|
+
</xs:annotation>
|
1027
|
+
</xs:enumeration>
|
1028
|
+
<xs:enumeration value="ST">
|
1029
|
+
<xs:annotation>
|
1030
|
+
<xs:documentation>Sao Tome and Principe.</xs:documentation>
|
1031
|
+
</xs:annotation>
|
1032
|
+
</xs:enumeration>
|
1033
|
+
<xs:enumeration value="SV">
|
1034
|
+
<xs:annotation>
|
1035
|
+
<xs:documentation>El Salvador.</xs:documentation>
|
1036
|
+
</xs:annotation>
|
1037
|
+
</xs:enumeration>
|
1038
|
+
<xs:enumeration value="SY">
|
1039
|
+
<xs:annotation>
|
1040
|
+
<xs:documentation>Syria.</xs:documentation>
|
1041
|
+
</xs:annotation>
|
1042
|
+
</xs:enumeration>
|
1043
|
+
<xs:enumeration value="SZ">
|
1044
|
+
<xs:annotation>
|
1045
|
+
<xs:documentation>Swaziland.</xs:documentation>
|
1046
|
+
</xs:annotation>
|
1047
|
+
</xs:enumeration>
|
1048
|
+
<xs:enumeration value="TC">
|
1049
|
+
<xs:annotation>
|
1050
|
+
<xs:documentation>Turks and Caicos Islands.</xs:documentation>
|
1051
|
+
</xs:annotation>
|
1052
|
+
</xs:enumeration>
|
1053
|
+
<xs:enumeration value="TD">
|
1054
|
+
<xs:annotation>
|
1055
|
+
<xs:documentation>Chad.</xs:documentation>
|
1056
|
+
</xs:annotation>
|
1057
|
+
</xs:enumeration>
|
1058
|
+
<xs:enumeration value="TF">
|
1059
|
+
<xs:annotation>
|
1060
|
+
<xs:documentation>The French Southern Territories.</xs:documentation>
|
1061
|
+
</xs:annotation>
|
1062
|
+
</xs:enumeration>
|
1063
|
+
<xs:enumeration value="TG">
|
1064
|
+
<xs:annotation>
|
1065
|
+
<xs:documentation>Togo.</xs:documentation>
|
1066
|
+
</xs:annotation>
|
1067
|
+
</xs:enumeration>
|
1068
|
+
<xs:enumeration value="TH">
|
1069
|
+
<xs:annotation>
|
1070
|
+
<xs:documentation>Thailand.</xs:documentation>
|
1071
|
+
</xs:annotation>
|
1072
|
+
</xs:enumeration>
|
1073
|
+
<xs:enumeration value="TJ">
|
1074
|
+
<xs:annotation>
|
1075
|
+
<xs:documentation>Tajikistan.</xs:documentation>
|
1076
|
+
</xs:annotation>
|
1077
|
+
</xs:enumeration>
|
1078
|
+
<xs:enumeration value="TK">
|
1079
|
+
<xs:annotation>
|
1080
|
+
<xs:documentation>Tokelau.</xs:documentation>
|
1081
|
+
</xs:annotation>
|
1082
|
+
</xs:enumeration>
|
1083
|
+
<xs:enumeration value="TL">
|
1084
|
+
<xs:annotation>
|
1085
|
+
<xs:documentation>Timor-Leste.</xs:documentation>
|
1086
|
+
</xs:annotation>
|
1087
|
+
</xs:enumeration>
|
1088
|
+
<xs:enumeration value="TM">
|
1089
|
+
<xs:annotation>
|
1090
|
+
<xs:documentation>Turkmenistan.</xs:documentation>
|
1091
|
+
</xs:annotation>
|
1092
|
+
</xs:enumeration>
|
1093
|
+
<xs:enumeration value="TN">
|
1094
|
+
<xs:annotation>
|
1095
|
+
<xs:documentation>Tunisia.</xs:documentation>
|
1096
|
+
</xs:annotation>
|
1097
|
+
</xs:enumeration>
|
1098
|
+
<xs:enumeration value="TO">
|
1099
|
+
<xs:annotation>
|
1100
|
+
<xs:documentation>Tonga.</xs:documentation>
|
1101
|
+
</xs:annotation>
|
1102
|
+
</xs:enumeration>
|
1103
|
+
<xs:enumeration value="TR">
|
1104
|
+
<xs:annotation>
|
1105
|
+
<xs:documentation>Turkey.</xs:documentation>
|
1106
|
+
</xs:annotation>
|
1107
|
+
</xs:enumeration>
|
1108
|
+
<xs:enumeration value="TT">
|
1109
|
+
<xs:annotation>
|
1110
|
+
<xs:documentation>Trinidad and Tobago.</xs:documentation>
|
1111
|
+
</xs:annotation>
|
1112
|
+
</xs:enumeration>
|
1113
|
+
<xs:enumeration value="TV">
|
1114
|
+
<xs:annotation>
|
1115
|
+
<xs:documentation>Tuvalu.</xs:documentation>
|
1116
|
+
</xs:annotation>
|
1117
|
+
</xs:enumeration>
|
1118
|
+
<xs:enumeration value="TW">
|
1119
|
+
<xs:annotation>
|
1120
|
+
<xs:documentation>Taiwan.</xs:documentation>
|
1121
|
+
</xs:annotation>
|
1122
|
+
</xs:enumeration>
|
1123
|
+
<xs:enumeration value="TZ">
|
1124
|
+
<xs:annotation>
|
1125
|
+
<xs:documentation>Tanzania.</xs:documentation>
|
1126
|
+
</xs:annotation>
|
1127
|
+
</xs:enumeration>
|
1128
|
+
<xs:enumeration value="UA">
|
1129
|
+
<xs:annotation>
|
1130
|
+
<xs:documentation>Ukraine.</xs:documentation>
|
1131
|
+
</xs:annotation>
|
1132
|
+
</xs:enumeration>
|
1133
|
+
<xs:enumeration value="UG">
|
1134
|
+
<xs:annotation>
|
1135
|
+
<xs:documentation>Uganda.</xs:documentation>
|
1136
|
+
</xs:annotation>
|
1137
|
+
</xs:enumeration>
|
1138
|
+
<xs:enumeration value="UM">
|
1139
|
+
<xs:annotation>
|
1140
|
+
<xs:documentation>United States Minor Outlying Islands.</xs:documentation>
|
1141
|
+
</xs:annotation>
|
1142
|
+
</xs:enumeration>
|
1143
|
+
<xs:enumeration value="US">
|
1144
|
+
<xs:annotation>
|
1145
|
+
<xs:documentation>The United States.</xs:documentation>
|
1146
|
+
</xs:annotation>
|
1147
|
+
</xs:enumeration>
|
1148
|
+
<xs:enumeration value="UY">
|
1149
|
+
<xs:annotation>
|
1150
|
+
<xs:documentation>Uruguay.</xs:documentation>
|
1151
|
+
</xs:annotation>
|
1152
|
+
</xs:enumeration>
|
1153
|
+
<xs:enumeration value="UZ">
|
1154
|
+
<xs:annotation>
|
1155
|
+
<xs:documentation>Uzbekistan.</xs:documentation>
|
1156
|
+
</xs:annotation>
|
1157
|
+
</xs:enumeration>
|
1158
|
+
<xs:enumeration value="VA">
|
1159
|
+
<xs:annotation>
|
1160
|
+
<xs:documentation>The Holy See.</xs:documentation>
|
1161
|
+
</xs:annotation>
|
1162
|
+
</xs:enumeration>
|
1163
|
+
<xs:enumeration value="VC">
|
1164
|
+
<xs:annotation>
|
1165
|
+
<xs:documentation>Saint Vincent and The Grenadines.</xs:documentation>
|
1166
|
+
</xs:annotation>
|
1167
|
+
</xs:enumeration>
|
1168
|
+
<xs:enumeration value="VE">
|
1169
|
+
<xs:annotation>
|
1170
|
+
<xs:documentation>Venezuela.</xs:documentation>
|
1171
|
+
</xs:annotation>
|
1172
|
+
</xs:enumeration>
|
1173
|
+
<xs:enumeration value="VG">
|
1174
|
+
<xs:annotation>
|
1175
|
+
<xs:documentation>British Virgin Islands.</xs:documentation>
|
1176
|
+
</xs:annotation>
|
1177
|
+
</xs:enumeration>
|
1178
|
+
<xs:enumeration value="VI">
|
1179
|
+
<xs:annotation>
|
1180
|
+
<xs:documentation>US Virgin Islands.</xs:documentation>
|
1181
|
+
</xs:annotation>
|
1182
|
+
</xs:enumeration>
|
1183
|
+
<xs:enumeration value="VN">
|
1184
|
+
<xs:annotation>
|
1185
|
+
<xs:documentation>Viet Nam.</xs:documentation>
|
1186
|
+
</xs:annotation>
|
1187
|
+
</xs:enumeration>
|
1188
|
+
<xs:enumeration value="VU">
|
1189
|
+
<xs:annotation>
|
1190
|
+
<xs:documentation>Vanuatu.</xs:documentation>
|
1191
|
+
</xs:annotation>
|
1192
|
+
</xs:enumeration>
|
1193
|
+
<xs:enumeration value="WF">
|
1194
|
+
<xs:annotation>
|
1195
|
+
<xs:documentation>Wallis and Futuna.</xs:documentation>
|
1196
|
+
</xs:annotation>
|
1197
|
+
</xs:enumeration>
|
1198
|
+
<xs:enumeration value="WS">
|
1199
|
+
<xs:annotation>
|
1200
|
+
<xs:documentation>Samoa.</xs:documentation>
|
1201
|
+
</xs:annotation>
|
1202
|
+
</xs:enumeration>
|
1203
|
+
<xs:enumeration value="YE">
|
1204
|
+
<xs:annotation>
|
1205
|
+
<xs:documentation>Yemen.</xs:documentation>
|
1206
|
+
</xs:annotation>
|
1207
|
+
</xs:enumeration>
|
1208
|
+
<xs:enumeration value="YT">
|
1209
|
+
<xs:annotation>
|
1210
|
+
<xs:documentation>Mayotte.</xs:documentation>
|
1211
|
+
</xs:annotation>
|
1212
|
+
</xs:enumeration>
|
1213
|
+
<xs:enumeration value="ZA">
|
1214
|
+
<xs:annotation>
|
1215
|
+
<xs:documentation>South Africa.</xs:documentation>
|
1216
|
+
</xs:annotation>
|
1217
|
+
</xs:enumeration>
|
1218
|
+
<xs:enumeration value="ZM">
|
1219
|
+
<xs:annotation>
|
1220
|
+
<xs:documentation>Zambia.</xs:documentation>
|
1221
|
+
</xs:annotation>
|
1222
|
+
</xs:enumeration>
|
1223
|
+
<xs:enumeration value="ZW">
|
1224
|
+
<xs:annotation>
|
1225
|
+
<xs:documentation>Zimbabwe.</xs:documentation>
|
1226
|
+
</xs:annotation>
|
1227
|
+
</xs:enumeration>
|
1228
|
+
</xs:restriction>
|
1229
|
+
</xs:simpleType>
|
1230
|
+
</xs:schema>
|