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,935 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<xs:schema elementFormDefault="qualified" targetNamespace="http://ddex.net/xml/20100712/iso639a2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
3
|
+
<xs:simpleType name="LanguageCode">
|
4
|
+
<xs:annotation>
|
5
|
+
<xs:documentation>An ISO639-1 two-letter code representing a Language.</xs:documentation>
|
6
|
+
</xs:annotation>
|
7
|
+
<xs:restriction base="xs:string">
|
8
|
+
<xs:enumeration value="aa">
|
9
|
+
<xs:annotation>
|
10
|
+
<xs:documentation>Afar.</xs:documentation>
|
11
|
+
</xs:annotation>
|
12
|
+
</xs:enumeration>
|
13
|
+
<xs:enumeration value="ab">
|
14
|
+
<xs:annotation>
|
15
|
+
<xs:documentation>Abkhazian.</xs:documentation>
|
16
|
+
</xs:annotation>
|
17
|
+
</xs:enumeration>
|
18
|
+
<xs:enumeration value="ae">
|
19
|
+
<xs:annotation>
|
20
|
+
<xs:documentation>Avestan.</xs:documentation>
|
21
|
+
</xs:annotation>
|
22
|
+
</xs:enumeration>
|
23
|
+
<xs:enumeration value="af">
|
24
|
+
<xs:annotation>
|
25
|
+
<xs:documentation>Afrikaans.</xs:documentation>
|
26
|
+
</xs:annotation>
|
27
|
+
</xs:enumeration>
|
28
|
+
<xs:enumeration value="ak">
|
29
|
+
<xs:annotation>
|
30
|
+
<xs:documentation>Akan.</xs:documentation>
|
31
|
+
</xs:annotation>
|
32
|
+
</xs:enumeration>
|
33
|
+
<xs:enumeration value="am">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>Amharic.</xs:documentation>
|
36
|
+
</xs:annotation>
|
37
|
+
</xs:enumeration>
|
38
|
+
<xs:enumeration value="an">
|
39
|
+
<xs:annotation>
|
40
|
+
<xs:documentation>Aragonese.</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
</xs:enumeration>
|
43
|
+
<xs:enumeration value="ar">
|
44
|
+
<xs:annotation>
|
45
|
+
<xs:documentation>Arabic.</xs:documentation>
|
46
|
+
</xs:annotation>
|
47
|
+
</xs:enumeration>
|
48
|
+
<xs:enumeration value="as">
|
49
|
+
<xs:annotation>
|
50
|
+
<xs:documentation>Assamese.</xs:documentation>
|
51
|
+
</xs:annotation>
|
52
|
+
</xs:enumeration>
|
53
|
+
<xs:enumeration value="av">
|
54
|
+
<xs:annotation>
|
55
|
+
<xs:documentation>Avaric.</xs:documentation>
|
56
|
+
</xs:annotation>
|
57
|
+
</xs:enumeration>
|
58
|
+
<xs:enumeration value="ay">
|
59
|
+
<xs:annotation>
|
60
|
+
<xs:documentation>Aymara.</xs:documentation>
|
61
|
+
</xs:annotation>
|
62
|
+
</xs:enumeration>
|
63
|
+
<xs:enumeration value="az">
|
64
|
+
<xs:annotation>
|
65
|
+
<xs:documentation>Azerbaijani.</xs:documentation>
|
66
|
+
</xs:annotation>
|
67
|
+
</xs:enumeration>
|
68
|
+
<xs:enumeration value="ba">
|
69
|
+
<xs:annotation>
|
70
|
+
<xs:documentation>Bashkir.</xs:documentation>
|
71
|
+
</xs:annotation>
|
72
|
+
</xs:enumeration>
|
73
|
+
<xs:enumeration value="be">
|
74
|
+
<xs:annotation>
|
75
|
+
<xs:documentation>Belarusian.</xs:documentation>
|
76
|
+
</xs:annotation>
|
77
|
+
</xs:enumeration>
|
78
|
+
<xs:enumeration value="bg">
|
79
|
+
<xs:annotation>
|
80
|
+
<xs:documentation>Bulgarian.</xs:documentation>
|
81
|
+
</xs:annotation>
|
82
|
+
</xs:enumeration>
|
83
|
+
<xs:enumeration value="bh">
|
84
|
+
<xs:annotation>
|
85
|
+
<xs:documentation>Bihari.</xs:documentation>
|
86
|
+
</xs:annotation>
|
87
|
+
</xs:enumeration>
|
88
|
+
<xs:enumeration value="bi">
|
89
|
+
<xs:annotation>
|
90
|
+
<xs:documentation>Bislama.</xs:documentation>
|
91
|
+
</xs:annotation>
|
92
|
+
</xs:enumeration>
|
93
|
+
<xs:enumeration value="bm">
|
94
|
+
<xs:annotation>
|
95
|
+
<xs:documentation>Bambara.</xs:documentation>
|
96
|
+
</xs:annotation>
|
97
|
+
</xs:enumeration>
|
98
|
+
<xs:enumeration value="bn">
|
99
|
+
<xs:annotation>
|
100
|
+
<xs:documentation>Bengali.</xs:documentation>
|
101
|
+
</xs:annotation>
|
102
|
+
</xs:enumeration>
|
103
|
+
<xs:enumeration value="bo">
|
104
|
+
<xs:annotation>
|
105
|
+
<xs:documentation>Tibetan.</xs:documentation>
|
106
|
+
</xs:annotation>
|
107
|
+
</xs:enumeration>
|
108
|
+
<xs:enumeration value="br">
|
109
|
+
<xs:annotation>
|
110
|
+
<xs:documentation>Breton.</xs:documentation>
|
111
|
+
</xs:annotation>
|
112
|
+
</xs:enumeration>
|
113
|
+
<xs:enumeration value="bs">
|
114
|
+
<xs:annotation>
|
115
|
+
<xs:documentation>Bosnian.</xs:documentation>
|
116
|
+
</xs:annotation>
|
117
|
+
</xs:enumeration>
|
118
|
+
<xs:enumeration value="ca">
|
119
|
+
<xs:annotation>
|
120
|
+
<xs:documentation>Catalan or Valencian.</xs:documentation>
|
121
|
+
</xs:annotation>
|
122
|
+
</xs:enumeration>
|
123
|
+
<xs:enumeration value="ce">
|
124
|
+
<xs:annotation>
|
125
|
+
<xs:documentation>Chechen.</xs:documentation>
|
126
|
+
</xs:annotation>
|
127
|
+
</xs:enumeration>
|
128
|
+
<xs:enumeration value="ch">
|
129
|
+
<xs:annotation>
|
130
|
+
<xs:documentation>Chamorro.</xs:documentation>
|
131
|
+
</xs:annotation>
|
132
|
+
</xs:enumeration>
|
133
|
+
<xs:enumeration value="co">
|
134
|
+
<xs:annotation>
|
135
|
+
<xs:documentation>Corsican.</xs:documentation>
|
136
|
+
</xs:annotation>
|
137
|
+
</xs:enumeration>
|
138
|
+
<xs:enumeration value="cr">
|
139
|
+
<xs:annotation>
|
140
|
+
<xs:documentation>Cree.</xs:documentation>
|
141
|
+
</xs:annotation>
|
142
|
+
</xs:enumeration>
|
143
|
+
<xs:enumeration value="cs">
|
144
|
+
<xs:annotation>
|
145
|
+
<xs:documentation>Czech.</xs:documentation>
|
146
|
+
</xs:annotation>
|
147
|
+
</xs:enumeration>
|
148
|
+
<xs:enumeration value="cu">
|
149
|
+
<xs:annotation>
|
150
|
+
<xs:documentation>Church Slavic or Old Slavonic or Church Slavonic or Old Bulgarian or Old Church Slavonic.</xs:documentation>
|
151
|
+
</xs:annotation>
|
152
|
+
</xs:enumeration>
|
153
|
+
<xs:enumeration value="cv">
|
154
|
+
<xs:annotation>
|
155
|
+
<xs:documentation>Chuvash.</xs:documentation>
|
156
|
+
</xs:annotation>
|
157
|
+
</xs:enumeration>
|
158
|
+
<xs:enumeration value="cy">
|
159
|
+
<xs:annotation>
|
160
|
+
<xs:documentation>Welsh.</xs:documentation>
|
161
|
+
</xs:annotation>
|
162
|
+
</xs:enumeration>
|
163
|
+
<xs:enumeration value="da">
|
164
|
+
<xs:annotation>
|
165
|
+
<xs:documentation>Danish.</xs:documentation>
|
166
|
+
</xs:annotation>
|
167
|
+
</xs:enumeration>
|
168
|
+
<xs:enumeration value="de">
|
169
|
+
<xs:annotation>
|
170
|
+
<xs:documentation>German.</xs:documentation>
|
171
|
+
</xs:annotation>
|
172
|
+
</xs:enumeration>
|
173
|
+
<xs:enumeration value="dv">
|
174
|
+
<xs:annotation>
|
175
|
+
<xs:documentation>Divehi.</xs:documentation>
|
176
|
+
</xs:annotation>
|
177
|
+
</xs:enumeration>
|
178
|
+
<xs:enumeration value="dz">
|
179
|
+
<xs:annotation>
|
180
|
+
<xs:documentation>Dzongkha.</xs:documentation>
|
181
|
+
</xs:annotation>
|
182
|
+
</xs:enumeration>
|
183
|
+
<xs:enumeration value="ee">
|
184
|
+
<xs:annotation>
|
185
|
+
<xs:documentation>Ewe.</xs:documentation>
|
186
|
+
</xs:annotation>
|
187
|
+
</xs:enumeration>
|
188
|
+
<xs:enumeration value="el">
|
189
|
+
<xs:annotation>
|
190
|
+
<xs:documentation>Modern Greek (1453-).</xs:documentation>
|
191
|
+
</xs:annotation>
|
192
|
+
</xs:enumeration>
|
193
|
+
<xs:enumeration value="en">
|
194
|
+
<xs:annotation>
|
195
|
+
<xs:documentation>English.</xs:documentation>
|
196
|
+
</xs:annotation>
|
197
|
+
</xs:enumeration>
|
198
|
+
<xs:enumeration value="eo">
|
199
|
+
<xs:annotation>
|
200
|
+
<xs:documentation>Esperanto.</xs:documentation>
|
201
|
+
</xs:annotation>
|
202
|
+
</xs:enumeration>
|
203
|
+
<xs:enumeration value="es">
|
204
|
+
<xs:annotation>
|
205
|
+
<xs:documentation>Spanish or Castilian.</xs:documentation>
|
206
|
+
</xs:annotation>
|
207
|
+
</xs:enumeration>
|
208
|
+
<xs:enumeration value="et">
|
209
|
+
<xs:annotation>
|
210
|
+
<xs:documentation>Estonian.</xs:documentation>
|
211
|
+
</xs:annotation>
|
212
|
+
</xs:enumeration>
|
213
|
+
<xs:enumeration value="eu">
|
214
|
+
<xs:annotation>
|
215
|
+
<xs:documentation>Basque.</xs:documentation>
|
216
|
+
</xs:annotation>
|
217
|
+
</xs:enumeration>
|
218
|
+
<xs:enumeration value="fa">
|
219
|
+
<xs:annotation>
|
220
|
+
<xs:documentation>Persian.</xs:documentation>
|
221
|
+
</xs:annotation>
|
222
|
+
</xs:enumeration>
|
223
|
+
<xs:enumeration value="ff">
|
224
|
+
<xs:annotation>
|
225
|
+
<xs:documentation>Fulah.</xs:documentation>
|
226
|
+
</xs:annotation>
|
227
|
+
</xs:enumeration>
|
228
|
+
<xs:enumeration value="fi">
|
229
|
+
<xs:annotation>
|
230
|
+
<xs:documentation>Finnish.</xs:documentation>
|
231
|
+
</xs:annotation>
|
232
|
+
</xs:enumeration>
|
233
|
+
<xs:enumeration value="fj">
|
234
|
+
<xs:annotation>
|
235
|
+
<xs:documentation>Fijian.</xs:documentation>
|
236
|
+
</xs:annotation>
|
237
|
+
</xs:enumeration>
|
238
|
+
<xs:enumeration value="fo">
|
239
|
+
<xs:annotation>
|
240
|
+
<xs:documentation>Faroese.</xs:documentation>
|
241
|
+
</xs:annotation>
|
242
|
+
</xs:enumeration>
|
243
|
+
<xs:enumeration value="fr">
|
244
|
+
<xs:annotation>
|
245
|
+
<xs:documentation>French.</xs:documentation>
|
246
|
+
</xs:annotation>
|
247
|
+
</xs:enumeration>
|
248
|
+
<xs:enumeration value="fy">
|
249
|
+
<xs:annotation>
|
250
|
+
<xs:documentation>Frisian.</xs:documentation>
|
251
|
+
</xs:annotation>
|
252
|
+
</xs:enumeration>
|
253
|
+
<xs:enumeration value="ga">
|
254
|
+
<xs:annotation>
|
255
|
+
<xs:documentation>Irish.</xs:documentation>
|
256
|
+
</xs:annotation>
|
257
|
+
</xs:enumeration>
|
258
|
+
<xs:enumeration value="gd">
|
259
|
+
<xs:annotation>
|
260
|
+
<xs:documentation>Gaelic or Scottish Gaelic.</xs:documentation>
|
261
|
+
</xs:annotation>
|
262
|
+
</xs:enumeration>
|
263
|
+
<xs:enumeration value="gl">
|
264
|
+
<xs:annotation>
|
265
|
+
<xs:documentation>Gallegan.</xs:documentation>
|
266
|
+
</xs:annotation>
|
267
|
+
</xs:enumeration>
|
268
|
+
<xs:enumeration value="gn">
|
269
|
+
<xs:annotation>
|
270
|
+
<xs:documentation>Guarani.</xs:documentation>
|
271
|
+
</xs:annotation>
|
272
|
+
</xs:enumeration>
|
273
|
+
<xs:enumeration value="gu">
|
274
|
+
<xs:annotation>
|
275
|
+
<xs:documentation>Gujarati.</xs:documentation>
|
276
|
+
</xs:annotation>
|
277
|
+
</xs:enumeration>
|
278
|
+
<xs:enumeration value="gv">
|
279
|
+
<xs:annotation>
|
280
|
+
<xs:documentation>Manx.</xs:documentation>
|
281
|
+
</xs:annotation>
|
282
|
+
</xs:enumeration>
|
283
|
+
<xs:enumeration value="ha">
|
284
|
+
<xs:annotation>
|
285
|
+
<xs:documentation>Hausa.</xs:documentation>
|
286
|
+
</xs:annotation>
|
287
|
+
</xs:enumeration>
|
288
|
+
<xs:enumeration value="he">
|
289
|
+
<xs:annotation>
|
290
|
+
<xs:documentation>Hebrew.</xs:documentation>
|
291
|
+
</xs:annotation>
|
292
|
+
</xs:enumeration>
|
293
|
+
<xs:enumeration value="hi">
|
294
|
+
<xs:annotation>
|
295
|
+
<xs:documentation>Hindi.</xs:documentation>
|
296
|
+
</xs:annotation>
|
297
|
+
</xs:enumeration>
|
298
|
+
<xs:enumeration value="ho">
|
299
|
+
<xs:annotation>
|
300
|
+
<xs:documentation>Hiri Motu.</xs:documentation>
|
301
|
+
</xs:annotation>
|
302
|
+
</xs:enumeration>
|
303
|
+
<xs:enumeration value="hr">
|
304
|
+
<xs:annotation>
|
305
|
+
<xs:documentation>Croatian.</xs:documentation>
|
306
|
+
</xs:annotation>
|
307
|
+
</xs:enumeration>
|
308
|
+
<xs:enumeration value="ht">
|
309
|
+
<xs:annotation>
|
310
|
+
<xs:documentation>Haitian or Haitian Creole.</xs:documentation>
|
311
|
+
</xs:annotation>
|
312
|
+
</xs:enumeration>
|
313
|
+
<xs:enumeration value="hu">
|
314
|
+
<xs:annotation>
|
315
|
+
<xs:documentation>Hungarian.</xs:documentation>
|
316
|
+
</xs:annotation>
|
317
|
+
</xs:enumeration>
|
318
|
+
<xs:enumeration value="hy">
|
319
|
+
<xs:annotation>
|
320
|
+
<xs:documentation>Armenian.</xs:documentation>
|
321
|
+
</xs:annotation>
|
322
|
+
</xs:enumeration>
|
323
|
+
<xs:enumeration value="hz">
|
324
|
+
<xs:annotation>
|
325
|
+
<xs:documentation>Herero.</xs:documentation>
|
326
|
+
</xs:annotation>
|
327
|
+
</xs:enumeration>
|
328
|
+
<xs:enumeration value="ia">
|
329
|
+
<xs:annotation>
|
330
|
+
<xs:documentation>Interlingua (International Auxiliary Language Association).</xs:documentation>
|
331
|
+
</xs:annotation>
|
332
|
+
</xs:enumeration>
|
333
|
+
<xs:enumeration value="id">
|
334
|
+
<xs:annotation>
|
335
|
+
<xs:documentation>Indonesian.</xs:documentation>
|
336
|
+
</xs:annotation>
|
337
|
+
</xs:enumeration>
|
338
|
+
<xs:enumeration value="ie">
|
339
|
+
<xs:annotation>
|
340
|
+
<xs:documentation>Interlingue.</xs:documentation>
|
341
|
+
</xs:annotation>
|
342
|
+
</xs:enumeration>
|
343
|
+
<xs:enumeration value="ig">
|
344
|
+
<xs:annotation>
|
345
|
+
<xs:documentation>Igbo.</xs:documentation>
|
346
|
+
</xs:annotation>
|
347
|
+
</xs:enumeration>
|
348
|
+
<xs:enumeration value="ii">
|
349
|
+
<xs:annotation>
|
350
|
+
<xs:documentation>Sichuan Yi.</xs:documentation>
|
351
|
+
</xs:annotation>
|
352
|
+
</xs:enumeration>
|
353
|
+
<xs:enumeration value="ik">
|
354
|
+
<xs:annotation>
|
355
|
+
<xs:documentation>Inupiaq.</xs:documentation>
|
356
|
+
</xs:annotation>
|
357
|
+
</xs:enumeration>
|
358
|
+
<xs:enumeration value="io">
|
359
|
+
<xs:annotation>
|
360
|
+
<xs:documentation>Ido.</xs:documentation>
|
361
|
+
</xs:annotation>
|
362
|
+
</xs:enumeration>
|
363
|
+
<xs:enumeration value="is">
|
364
|
+
<xs:annotation>
|
365
|
+
<xs:documentation>Icelandic.</xs:documentation>
|
366
|
+
</xs:annotation>
|
367
|
+
</xs:enumeration>
|
368
|
+
<xs:enumeration value="it">
|
369
|
+
<xs:annotation>
|
370
|
+
<xs:documentation>Italian.</xs:documentation>
|
371
|
+
</xs:annotation>
|
372
|
+
</xs:enumeration>
|
373
|
+
<xs:enumeration value="iu">
|
374
|
+
<xs:annotation>
|
375
|
+
<xs:documentation>Inuktitut.</xs:documentation>
|
376
|
+
</xs:annotation>
|
377
|
+
</xs:enumeration>
|
378
|
+
<xs:enumeration value="ja">
|
379
|
+
<xs:annotation>
|
380
|
+
<xs:documentation>Japanese.</xs:documentation>
|
381
|
+
</xs:annotation>
|
382
|
+
</xs:enumeration>
|
383
|
+
<xs:enumeration value="jv">
|
384
|
+
<xs:annotation>
|
385
|
+
<xs:documentation>Javanese.</xs:documentation>
|
386
|
+
</xs:annotation>
|
387
|
+
</xs:enumeration>
|
388
|
+
<xs:enumeration value="ka">
|
389
|
+
<xs:annotation>
|
390
|
+
<xs:documentation>Georgian.</xs:documentation>
|
391
|
+
</xs:annotation>
|
392
|
+
</xs:enumeration>
|
393
|
+
<xs:enumeration value="kg">
|
394
|
+
<xs:annotation>
|
395
|
+
<xs:documentation>Kongo.</xs:documentation>
|
396
|
+
</xs:annotation>
|
397
|
+
</xs:enumeration>
|
398
|
+
<xs:enumeration value="ki">
|
399
|
+
<xs:annotation>
|
400
|
+
<xs:documentation>Kikuyu or Gikuyu.</xs:documentation>
|
401
|
+
</xs:annotation>
|
402
|
+
</xs:enumeration>
|
403
|
+
<xs:enumeration value="kj">
|
404
|
+
<xs:annotation>
|
405
|
+
<xs:documentation>Kuanyama or Kwanyama.</xs:documentation>
|
406
|
+
</xs:annotation>
|
407
|
+
</xs:enumeration>
|
408
|
+
<xs:enumeration value="kk">
|
409
|
+
<xs:annotation>
|
410
|
+
<xs:documentation>Kazakh.</xs:documentation>
|
411
|
+
</xs:annotation>
|
412
|
+
</xs:enumeration>
|
413
|
+
<xs:enumeration value="kl">
|
414
|
+
<xs:annotation>
|
415
|
+
<xs:documentation>Kalaallisut or Greenlandic.</xs:documentation>
|
416
|
+
</xs:annotation>
|
417
|
+
</xs:enumeration>
|
418
|
+
<xs:enumeration value="km">
|
419
|
+
<xs:annotation>
|
420
|
+
<xs:documentation>Khmer.</xs:documentation>
|
421
|
+
</xs:annotation>
|
422
|
+
</xs:enumeration>
|
423
|
+
<xs:enumeration value="kn">
|
424
|
+
<xs:annotation>
|
425
|
+
<xs:documentation>Kannada.</xs:documentation>
|
426
|
+
</xs:annotation>
|
427
|
+
</xs:enumeration>
|
428
|
+
<xs:enumeration value="ko">
|
429
|
+
<xs:annotation>
|
430
|
+
<xs:documentation>Korean.</xs:documentation>
|
431
|
+
</xs:annotation>
|
432
|
+
</xs:enumeration>
|
433
|
+
<xs:enumeration value="kr">
|
434
|
+
<xs:annotation>
|
435
|
+
<xs:documentation>Kanuri.</xs:documentation>
|
436
|
+
</xs:annotation>
|
437
|
+
</xs:enumeration>
|
438
|
+
<xs:enumeration value="ks">
|
439
|
+
<xs:annotation>
|
440
|
+
<xs:documentation>Kashmiri.</xs:documentation>
|
441
|
+
</xs:annotation>
|
442
|
+
</xs:enumeration>
|
443
|
+
<xs:enumeration value="ku">
|
444
|
+
<xs:annotation>
|
445
|
+
<xs:documentation>Kurdish.</xs:documentation>
|
446
|
+
</xs:annotation>
|
447
|
+
</xs:enumeration>
|
448
|
+
<xs:enumeration value="kv">
|
449
|
+
<xs:annotation>
|
450
|
+
<xs:documentation>Komi.</xs:documentation>
|
451
|
+
</xs:annotation>
|
452
|
+
</xs:enumeration>
|
453
|
+
<xs:enumeration value="kw">
|
454
|
+
<xs:annotation>
|
455
|
+
<xs:documentation>Cornish.</xs:documentation>
|
456
|
+
</xs:annotation>
|
457
|
+
</xs:enumeration>
|
458
|
+
<xs:enumeration value="ky">
|
459
|
+
<xs:annotation>
|
460
|
+
<xs:documentation>Kirghiz.</xs:documentation>
|
461
|
+
</xs:annotation>
|
462
|
+
</xs:enumeration>
|
463
|
+
<xs:enumeration value="la">
|
464
|
+
<xs:annotation>
|
465
|
+
<xs:documentation>Latin.</xs:documentation>
|
466
|
+
</xs:annotation>
|
467
|
+
</xs:enumeration>
|
468
|
+
<xs:enumeration value="lb">
|
469
|
+
<xs:annotation>
|
470
|
+
<xs:documentation>Luxembourgish or Letzeburgesch.</xs:documentation>
|
471
|
+
</xs:annotation>
|
472
|
+
</xs:enumeration>
|
473
|
+
<xs:enumeration value="lg">
|
474
|
+
<xs:annotation>
|
475
|
+
<xs:documentation>Ganda.</xs:documentation>
|
476
|
+
</xs:annotation>
|
477
|
+
</xs:enumeration>
|
478
|
+
<xs:enumeration value="li">
|
479
|
+
<xs:annotation>
|
480
|
+
<xs:documentation>Limburgan or Limburger or Limburgish.</xs:documentation>
|
481
|
+
</xs:annotation>
|
482
|
+
</xs:enumeration>
|
483
|
+
<xs:enumeration value="ln">
|
484
|
+
<xs:annotation>
|
485
|
+
<xs:documentation>Lingala.</xs:documentation>
|
486
|
+
</xs:annotation>
|
487
|
+
</xs:enumeration>
|
488
|
+
<xs:enumeration value="lo">
|
489
|
+
<xs:annotation>
|
490
|
+
<xs:documentation>Lao.</xs:documentation>
|
491
|
+
</xs:annotation>
|
492
|
+
</xs:enumeration>
|
493
|
+
<xs:enumeration value="lt">
|
494
|
+
<xs:annotation>
|
495
|
+
<xs:documentation>Lithuanian.</xs:documentation>
|
496
|
+
</xs:annotation>
|
497
|
+
</xs:enumeration>
|
498
|
+
<xs:enumeration value="lu">
|
499
|
+
<xs:annotation>
|
500
|
+
<xs:documentation>Luba-Katanga.</xs:documentation>
|
501
|
+
</xs:annotation>
|
502
|
+
</xs:enumeration>
|
503
|
+
<xs:enumeration value="lv">
|
504
|
+
<xs:annotation>
|
505
|
+
<xs:documentation>Latvian.</xs:documentation>
|
506
|
+
</xs:annotation>
|
507
|
+
</xs:enumeration>
|
508
|
+
<xs:enumeration value="mg">
|
509
|
+
<xs:annotation>
|
510
|
+
<xs:documentation>Malagasy.</xs:documentation>
|
511
|
+
</xs:annotation>
|
512
|
+
</xs:enumeration>
|
513
|
+
<xs:enumeration value="mh">
|
514
|
+
<xs:annotation>
|
515
|
+
<xs:documentation>Marshallese.</xs:documentation>
|
516
|
+
</xs:annotation>
|
517
|
+
</xs:enumeration>
|
518
|
+
<xs:enumeration value="mi">
|
519
|
+
<xs:annotation>
|
520
|
+
<xs:documentation>Maori.</xs:documentation>
|
521
|
+
</xs:annotation>
|
522
|
+
</xs:enumeration>
|
523
|
+
<xs:enumeration value="mk">
|
524
|
+
<xs:annotation>
|
525
|
+
<xs:documentation>Macedonian.</xs:documentation>
|
526
|
+
</xs:annotation>
|
527
|
+
</xs:enumeration>
|
528
|
+
<xs:enumeration value="ml">
|
529
|
+
<xs:annotation>
|
530
|
+
<xs:documentation>Malayalam.</xs:documentation>
|
531
|
+
</xs:annotation>
|
532
|
+
</xs:enumeration>
|
533
|
+
<xs:enumeration value="mn">
|
534
|
+
<xs:annotation>
|
535
|
+
<xs:documentation>Mongolian.</xs:documentation>
|
536
|
+
</xs:annotation>
|
537
|
+
</xs:enumeration>
|
538
|
+
<xs:enumeration value="mo">
|
539
|
+
<xs:annotation>
|
540
|
+
<xs:documentation>Moldavian.</xs:documentation>
|
541
|
+
</xs:annotation>
|
542
|
+
</xs:enumeration>
|
543
|
+
<xs:enumeration value="mr">
|
544
|
+
<xs:annotation>
|
545
|
+
<xs:documentation>Marathi.</xs:documentation>
|
546
|
+
</xs:annotation>
|
547
|
+
</xs:enumeration>
|
548
|
+
<xs:enumeration value="ms">
|
549
|
+
<xs:annotation>
|
550
|
+
<xs:documentation>Malay.</xs:documentation>
|
551
|
+
</xs:annotation>
|
552
|
+
</xs:enumeration>
|
553
|
+
<xs:enumeration value="mt">
|
554
|
+
<xs:annotation>
|
555
|
+
<xs:documentation>Maltese.</xs:documentation>
|
556
|
+
</xs:annotation>
|
557
|
+
</xs:enumeration>
|
558
|
+
<xs:enumeration value="my">
|
559
|
+
<xs:annotation>
|
560
|
+
<xs:documentation>Burmese.</xs:documentation>
|
561
|
+
</xs:annotation>
|
562
|
+
</xs:enumeration>
|
563
|
+
<xs:enumeration value="na">
|
564
|
+
<xs:annotation>
|
565
|
+
<xs:documentation>Nauru.</xs:documentation>
|
566
|
+
</xs:annotation>
|
567
|
+
</xs:enumeration>
|
568
|
+
<xs:enumeration value="nb">
|
569
|
+
<xs:annotation>
|
570
|
+
<xs:documentation>Norwegian Bokmaal</xs:documentation>
|
571
|
+
</xs:annotation>
|
572
|
+
</xs:enumeration>
|
573
|
+
<xs:enumeration value="nd">
|
574
|
+
<xs:annotation>
|
575
|
+
<xs:documentation>North Ndebele.</xs:documentation>
|
576
|
+
</xs:annotation>
|
577
|
+
</xs:enumeration>
|
578
|
+
<xs:enumeration value="ne">
|
579
|
+
<xs:annotation>
|
580
|
+
<xs:documentation>Nepali.</xs:documentation>
|
581
|
+
</xs:annotation>
|
582
|
+
</xs:enumeration>
|
583
|
+
<xs:enumeration value="ng">
|
584
|
+
<xs:annotation>
|
585
|
+
<xs:documentation>Ndonga.</xs:documentation>
|
586
|
+
</xs:annotation>
|
587
|
+
</xs:enumeration>
|
588
|
+
<xs:enumeration value="nl">
|
589
|
+
<xs:annotation>
|
590
|
+
<xs:documentation>Dutch or Flemish.</xs:documentation>
|
591
|
+
</xs:annotation>
|
592
|
+
</xs:enumeration>
|
593
|
+
<xs:enumeration value="nn">
|
594
|
+
<xs:annotation>
|
595
|
+
<xs:documentation>Norwegian Nynorsk.</xs:documentation>
|
596
|
+
</xs:annotation>
|
597
|
+
</xs:enumeration>
|
598
|
+
<xs:enumeration value="no">
|
599
|
+
<xs:annotation>
|
600
|
+
<xs:documentation>Norwegian.</xs:documentation>
|
601
|
+
</xs:annotation>
|
602
|
+
</xs:enumeration>
|
603
|
+
<xs:enumeration value="nr">
|
604
|
+
<xs:annotation>
|
605
|
+
<xs:documentation>South Ndebele.</xs:documentation>
|
606
|
+
</xs:annotation>
|
607
|
+
</xs:enumeration>
|
608
|
+
<xs:enumeration value="nv">
|
609
|
+
<xs:annotation>
|
610
|
+
<xs:documentation>Navajo or Navaho.</xs:documentation>
|
611
|
+
</xs:annotation>
|
612
|
+
</xs:enumeration>
|
613
|
+
<xs:enumeration value="ny">
|
614
|
+
<xs:annotation>
|
615
|
+
<xs:documentation>Chichewa or Chewa or Nyanja.</xs:documentation>
|
616
|
+
</xs:annotation>
|
617
|
+
</xs:enumeration>
|
618
|
+
<xs:enumeration value="oc">
|
619
|
+
<xs:annotation>
|
620
|
+
<xs:documentation>Occitan (post 1500) or Proven&ccedil;al.</xs:documentation>
|
621
|
+
</xs:annotation>
|
622
|
+
</xs:enumeration>
|
623
|
+
<xs:enumeration value="oj">
|
624
|
+
<xs:annotation>
|
625
|
+
<xs:documentation>Ojibwa.</xs:documentation>
|
626
|
+
</xs:annotation>
|
627
|
+
</xs:enumeration>
|
628
|
+
<xs:enumeration value="om">
|
629
|
+
<xs:annotation>
|
630
|
+
<xs:documentation>Oromo.</xs:documentation>
|
631
|
+
</xs:annotation>
|
632
|
+
</xs:enumeration>
|
633
|
+
<xs:enumeration value="or">
|
634
|
+
<xs:annotation>
|
635
|
+
<xs:documentation>Oriya.</xs:documentation>
|
636
|
+
</xs:annotation>
|
637
|
+
</xs:enumeration>
|
638
|
+
<xs:enumeration value="os">
|
639
|
+
<xs:annotation>
|
640
|
+
<xs:documentation>Ossetian or Ossetic.</xs:documentation>
|
641
|
+
</xs:annotation>
|
642
|
+
</xs:enumeration>
|
643
|
+
<xs:enumeration value="pa">
|
644
|
+
<xs:annotation>
|
645
|
+
<xs:documentation>Panjabi or Punjabi.</xs:documentation>
|
646
|
+
</xs:annotation>
|
647
|
+
</xs:enumeration>
|
648
|
+
<xs:enumeration value="pi">
|
649
|
+
<xs:annotation>
|
650
|
+
<xs:documentation>Pali.</xs:documentation>
|
651
|
+
</xs:annotation>
|
652
|
+
</xs:enumeration>
|
653
|
+
<xs:enumeration value="pl">
|
654
|
+
<xs:annotation>
|
655
|
+
<xs:documentation>Polish.</xs:documentation>
|
656
|
+
</xs:annotation>
|
657
|
+
</xs:enumeration>
|
658
|
+
<xs:enumeration value="ps">
|
659
|
+
<xs:annotation>
|
660
|
+
<xs:documentation>Pushto.</xs:documentation>
|
661
|
+
</xs:annotation>
|
662
|
+
</xs:enumeration>
|
663
|
+
<xs:enumeration value="pt">
|
664
|
+
<xs:annotation>
|
665
|
+
<xs:documentation>Portuguese.</xs:documentation>
|
666
|
+
</xs:annotation>
|
667
|
+
</xs:enumeration>
|
668
|
+
<xs:enumeration value="qu">
|
669
|
+
<xs:annotation>
|
670
|
+
<xs:documentation>Quechua.</xs:documentation>
|
671
|
+
</xs:annotation>
|
672
|
+
</xs:enumeration>
|
673
|
+
<xs:enumeration value="rm">
|
674
|
+
<xs:annotation>
|
675
|
+
<xs:documentation>Raeto-Romance.</xs:documentation>
|
676
|
+
</xs:annotation>
|
677
|
+
</xs:enumeration>
|
678
|
+
<xs:enumeration value="rn">
|
679
|
+
<xs:annotation>
|
680
|
+
<xs:documentation>Rundi.</xs:documentation>
|
681
|
+
</xs:annotation>
|
682
|
+
</xs:enumeration>
|
683
|
+
<xs:enumeration value="ro">
|
684
|
+
<xs:annotation>
|
685
|
+
<xs:documentation>Romanian.</xs:documentation>
|
686
|
+
</xs:annotation>
|
687
|
+
</xs:enumeration>
|
688
|
+
<xs:enumeration value="ru">
|
689
|
+
<xs:annotation>
|
690
|
+
<xs:documentation>Russian.</xs:documentation>
|
691
|
+
</xs:annotation>
|
692
|
+
</xs:enumeration>
|
693
|
+
<xs:enumeration value="rw">
|
694
|
+
<xs:annotation>
|
695
|
+
<xs:documentation>Kinyarwanda.</xs:documentation>
|
696
|
+
</xs:annotation>
|
697
|
+
</xs:enumeration>
|
698
|
+
<xs:enumeration value="sa">
|
699
|
+
<xs:annotation>
|
700
|
+
<xs:documentation>Sanskrit.</xs:documentation>
|
701
|
+
</xs:annotation>
|
702
|
+
</xs:enumeration>
|
703
|
+
<xs:enumeration value="sc">
|
704
|
+
<xs:annotation>
|
705
|
+
<xs:documentation>Sardinian.</xs:documentation>
|
706
|
+
</xs:annotation>
|
707
|
+
</xs:enumeration>
|
708
|
+
<xs:enumeration value="sd">
|
709
|
+
<xs:annotation>
|
710
|
+
<xs:documentation>Sindhi.</xs:documentation>
|
711
|
+
</xs:annotation>
|
712
|
+
</xs:enumeration>
|
713
|
+
<xs:enumeration value="se">
|
714
|
+
<xs:annotation>
|
715
|
+
<xs:documentation>Northern Sami.</xs:documentation>
|
716
|
+
</xs:annotation>
|
717
|
+
</xs:enumeration>
|
718
|
+
<xs:enumeration value="sg">
|
719
|
+
<xs:annotation>
|
720
|
+
<xs:documentation>Sango.</xs:documentation>
|
721
|
+
</xs:annotation>
|
722
|
+
</xs:enumeration>
|
723
|
+
<xs:enumeration value="si">
|
724
|
+
<xs:annotation>
|
725
|
+
<xs:documentation>Sinhalese.</xs:documentation>
|
726
|
+
</xs:annotation>
|
727
|
+
</xs:enumeration>
|
728
|
+
<xs:enumeration value="sk">
|
729
|
+
<xs:annotation>
|
730
|
+
<xs:documentation>Slovak.</xs:documentation>
|
731
|
+
</xs:annotation>
|
732
|
+
</xs:enumeration>
|
733
|
+
<xs:enumeration value="sl">
|
734
|
+
<xs:annotation>
|
735
|
+
<xs:documentation>Slovenian.</xs:documentation>
|
736
|
+
</xs:annotation>
|
737
|
+
</xs:enumeration>
|
738
|
+
<xs:enumeration value="sm">
|
739
|
+
<xs:annotation>
|
740
|
+
<xs:documentation>Samoan.</xs:documentation>
|
741
|
+
</xs:annotation>
|
742
|
+
</xs:enumeration>
|
743
|
+
<xs:enumeration value="sn">
|
744
|
+
<xs:annotation>
|
745
|
+
<xs:documentation>Shona.</xs:documentation>
|
746
|
+
</xs:annotation>
|
747
|
+
</xs:enumeration>
|
748
|
+
<xs:enumeration value="so">
|
749
|
+
<xs:annotation>
|
750
|
+
<xs:documentation>Somali.</xs:documentation>
|
751
|
+
</xs:annotation>
|
752
|
+
</xs:enumeration>
|
753
|
+
<xs:enumeration value="sq">
|
754
|
+
<xs:annotation>
|
755
|
+
<xs:documentation>Albanian.</xs:documentation>
|
756
|
+
</xs:annotation>
|
757
|
+
</xs:enumeration>
|
758
|
+
<xs:enumeration value="sr">
|
759
|
+
<xs:annotation>
|
760
|
+
<xs:documentation>Serbian.</xs:documentation>
|
761
|
+
</xs:annotation>
|
762
|
+
</xs:enumeration>
|
763
|
+
<xs:enumeration value="ss">
|
764
|
+
<xs:annotation>
|
765
|
+
<xs:documentation>Swati.</xs:documentation>
|
766
|
+
</xs:annotation>
|
767
|
+
</xs:enumeration>
|
768
|
+
<xs:enumeration value="st">
|
769
|
+
<xs:annotation>
|
770
|
+
<xs:documentation>Southern Sotho.</xs:documentation>
|
771
|
+
</xs:annotation>
|
772
|
+
</xs:enumeration>
|
773
|
+
<xs:enumeration value="su">
|
774
|
+
<xs:annotation>
|
775
|
+
<xs:documentation>Sundanese.</xs:documentation>
|
776
|
+
</xs:annotation>
|
777
|
+
</xs:enumeration>
|
778
|
+
<xs:enumeration value="sv">
|
779
|
+
<xs:annotation>
|
780
|
+
<xs:documentation>Swedish.</xs:documentation>
|
781
|
+
</xs:annotation>
|
782
|
+
</xs:enumeration>
|
783
|
+
<xs:enumeration value="sw">
|
784
|
+
<xs:annotation>
|
785
|
+
<xs:documentation>Swahili.</xs:documentation>
|
786
|
+
</xs:annotation>
|
787
|
+
</xs:enumeration>
|
788
|
+
<xs:enumeration value="ta">
|
789
|
+
<xs:annotation>
|
790
|
+
<xs:documentation>Tamil.</xs:documentation>
|
791
|
+
</xs:annotation>
|
792
|
+
</xs:enumeration>
|
793
|
+
<xs:enumeration value="te">
|
794
|
+
<xs:annotation>
|
795
|
+
<xs:documentation>Telugu.</xs:documentation>
|
796
|
+
</xs:annotation>
|
797
|
+
</xs:enumeration>
|
798
|
+
<xs:enumeration value="tg">
|
799
|
+
<xs:annotation>
|
800
|
+
<xs:documentation>Tajik.</xs:documentation>
|
801
|
+
</xs:annotation>
|
802
|
+
</xs:enumeration>
|
803
|
+
<xs:enumeration value="th">
|
804
|
+
<xs:annotation>
|
805
|
+
<xs:documentation>Thai.</xs:documentation>
|
806
|
+
</xs:annotation>
|
807
|
+
</xs:enumeration>
|
808
|
+
<xs:enumeration value="ti">
|
809
|
+
<xs:annotation>
|
810
|
+
<xs:documentation>Tigrinya.</xs:documentation>
|
811
|
+
</xs:annotation>
|
812
|
+
</xs:enumeration>
|
813
|
+
<xs:enumeration value="tk">
|
814
|
+
<xs:annotation>
|
815
|
+
<xs:documentation>Turkmen.</xs:documentation>
|
816
|
+
</xs:annotation>
|
817
|
+
</xs:enumeration>
|
818
|
+
<xs:enumeration value="tl">
|
819
|
+
<xs:annotation>
|
820
|
+
<xs:documentation>Tagalog.</xs:documentation>
|
821
|
+
</xs:annotation>
|
822
|
+
</xs:enumeration>
|
823
|
+
<xs:enumeration value="tn">
|
824
|
+
<xs:annotation>
|
825
|
+
<xs:documentation>Tswana.</xs:documentation>
|
826
|
+
</xs:annotation>
|
827
|
+
</xs:enumeration>
|
828
|
+
<xs:enumeration value="to">
|
829
|
+
<xs:annotation>
|
830
|
+
<xs:documentation>Tonga (Tonga Islands).</xs:documentation>
|
831
|
+
</xs:annotation>
|
832
|
+
</xs:enumeration>
|
833
|
+
<xs:enumeration value="tr">
|
834
|
+
<xs:annotation>
|
835
|
+
<xs:documentation>Turkish.</xs:documentation>
|
836
|
+
</xs:annotation>
|
837
|
+
</xs:enumeration>
|
838
|
+
<xs:enumeration value="ts">
|
839
|
+
<xs:annotation>
|
840
|
+
<xs:documentation>Tsonga.</xs:documentation>
|
841
|
+
</xs:annotation>
|
842
|
+
</xs:enumeration>
|
843
|
+
<xs:enumeration value="tt">
|
844
|
+
<xs:annotation>
|
845
|
+
<xs:documentation>Tatar.</xs:documentation>
|
846
|
+
</xs:annotation>
|
847
|
+
</xs:enumeration>
|
848
|
+
<xs:enumeration value="tw">
|
849
|
+
<xs:annotation>
|
850
|
+
<xs:documentation>Twi.</xs:documentation>
|
851
|
+
</xs:annotation>
|
852
|
+
</xs:enumeration>
|
853
|
+
<xs:enumeration value="ty">
|
854
|
+
<xs:annotation>
|
855
|
+
<xs:documentation>Tahitian.</xs:documentation>
|
856
|
+
</xs:annotation>
|
857
|
+
</xs:enumeration>
|
858
|
+
<xs:enumeration value="ug">
|
859
|
+
<xs:annotation>
|
860
|
+
<xs:documentation>Uighur.</xs:documentation>
|
861
|
+
</xs:annotation>
|
862
|
+
</xs:enumeration>
|
863
|
+
<xs:enumeration value="uk">
|
864
|
+
<xs:annotation>
|
865
|
+
<xs:documentation>Ukrainian.</xs:documentation>
|
866
|
+
</xs:annotation>
|
867
|
+
</xs:enumeration>
|
868
|
+
<xs:enumeration value="ur">
|
869
|
+
<xs:annotation>
|
870
|
+
<xs:documentation>Urdu.</xs:documentation>
|
871
|
+
</xs:annotation>
|
872
|
+
</xs:enumeration>
|
873
|
+
<xs:enumeration value="uz">
|
874
|
+
<xs:annotation>
|
875
|
+
<xs:documentation>Uzbek.</xs:documentation>
|
876
|
+
</xs:annotation>
|
877
|
+
</xs:enumeration>
|
878
|
+
<xs:enumeration value="ve">
|
879
|
+
<xs:annotation>
|
880
|
+
<xs:documentation>Venda.</xs:documentation>
|
881
|
+
</xs:annotation>
|
882
|
+
</xs:enumeration>
|
883
|
+
<xs:enumeration value="vi">
|
884
|
+
<xs:annotation>
|
885
|
+
<xs:documentation>Vietnamese.</xs:documentation>
|
886
|
+
</xs:annotation>
|
887
|
+
</xs:enumeration>
|
888
|
+
<xs:enumeration value="vo">
|
889
|
+
<xs:annotation>
|
890
|
+
<xs:documentation>Volapuek.</xs:documentation>
|
891
|
+
</xs:annotation>
|
892
|
+
</xs:enumeration>
|
893
|
+
<xs:enumeration value="wa">
|
894
|
+
<xs:annotation>
|
895
|
+
<xs:documentation>Walloon.</xs:documentation>
|
896
|
+
</xs:annotation>
|
897
|
+
</xs:enumeration>
|
898
|
+
<xs:enumeration value="wo">
|
899
|
+
<xs:annotation>
|
900
|
+
<xs:documentation>Wolof.</xs:documentation>
|
901
|
+
</xs:annotation>
|
902
|
+
</xs:enumeration>
|
903
|
+
<xs:enumeration value="xh">
|
904
|
+
<xs:annotation>
|
905
|
+
<xs:documentation>Xhosa.</xs:documentation>
|
906
|
+
</xs:annotation>
|
907
|
+
</xs:enumeration>
|
908
|
+
<xs:enumeration value="yi">
|
909
|
+
<xs:annotation>
|
910
|
+
<xs:documentation>Yiddish.</xs:documentation>
|
911
|
+
</xs:annotation>
|
912
|
+
</xs:enumeration>
|
913
|
+
<xs:enumeration value="yo">
|
914
|
+
<xs:annotation>
|
915
|
+
<xs:documentation>Yoruba.</xs:documentation>
|
916
|
+
</xs:annotation>
|
917
|
+
</xs:enumeration>
|
918
|
+
<xs:enumeration value="za">
|
919
|
+
<xs:annotation>
|
920
|
+
<xs:documentation>Zhuang or Chuang.</xs:documentation>
|
921
|
+
</xs:annotation>
|
922
|
+
</xs:enumeration>
|
923
|
+
<xs:enumeration value="zh">
|
924
|
+
<xs:annotation>
|
925
|
+
<xs:documentation>Chinese.</xs:documentation>
|
926
|
+
</xs:annotation>
|
927
|
+
</xs:enumeration>
|
928
|
+
<xs:enumeration value="zu">
|
929
|
+
<xs:annotation>
|
930
|
+
<xs:documentation>Zulu.</xs:documentation>
|
931
|
+
</xs:annotation>
|
932
|
+
</xs:enumeration>
|
933
|
+
</xs:restriction>
|
934
|
+
</xs:simpleType>
|
935
|
+
</xs:schema>
|