renalware-core 2.0.0.pre.beta5 → 2.0.0.pre.beta6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/renalware/session_timeout_redirect.js.erb +8 -4
- data/app/assets/stylesheets/renalware/partials/_navigation.scss +2 -2
- data/app/controllers/renalware/admin/users_controller.rb +3 -3
- data/app/helpers/renalware/application_helper.rb +2 -1
- data/app/helpers/renalware/layout_helper.rb +2 -2
- data/app/views/renalware/clinical/body_compositions/_form.html.slim +6 -2
- data/app/views/renalware/clinical/body_compositions/new.html.slim +4 -3
- data/app/views/renalware/clinics/clinic_visits/edit.html.slim +5 -2
- data/app/views/renalware/events/swabs/edit.html.slim +4 -2
- data/app/views/renalware/hd/historical_profiles/show.html.slim +6 -3
- data/app/views/renalware/patients/alerts/_form.html.slim +1 -1
- data/app/views/renalware/renal/profiles/edit.html.slim +5 -3
- data/app/views/renalware/transplants/donor_operations/edit.html.slim +7 -3
- data/lib/breadcrumb.rb +8 -0
- data/lib/renalware/version.rb +1 -1
- data/vendor/assets/fonts/foundation-icons.eot +0 -0
- data/vendor/assets/fonts/foundation-icons.scss +594 -0
- data/vendor/assets/fonts/foundation-icons.svg +970 -0
- data/vendor/assets/fonts/foundation-icons.ttf +0 -0
- data/vendor/assets/fonts/foundation-icons.woff +0 -0
- data/vendor/assets/javascripts/renalware/iframeResizer.contentWindow.js +1108 -0
- data/vendor/assets/javascripts/renalware/iframeResizer.js +1002 -0
- data/vendor/assets/javascripts/renalware/jquery-readyselector.js +17 -0
- data/vendor/assets/javascripts/renalware/masonry.min.js +9 -0
- data/vendor/assets/javascripts/renalware/modernizr.js +3 -0
- data/vendor/assets/javascripts/renalware/mousetrap.js +1044 -0
- data/vendor/assets/javascripts/renalware/print.min.js +1 -0
- data/vendor/assets/javascripts/renalware/rails.validations.js +660 -0
- data/vendor/assets/javascripts/renalware/rails.validations.simple_form.js +46 -0
- data/vendor/assets/stylesheets/renalware/print.min.css +1 -0
- data/vendor/assets/stylesheets/renalware/select2/css/select2.css +431 -0
- data/vendor/assets/stylesheets/renalware/select2/css/select2.min.css +1 -0
- data/vendor/xsd/ukrdc/README.md +9 -0
- data/vendor/xsd/ukrdc/Schema/Allergies/Allergy.xsd +69 -0
- data/vendor/xsd/ukrdc/Schema/ClinicalRelationships/ClinicalRelationship.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/CauseOfDeath.xsd +32 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/Diagnosis.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/RenalDiagnosis.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Documents/Document.xsd +72 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/Encounter.xsd +121 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/TransplantList.xsd +108 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/Treatment.xsd +207 -0
- data/vendor/xsd/ukrdc/Schema/FamilyHistories/FamilyHistory.xsd +42 -0
- data/vendor/xsd/ukrdc/Schema/LabOrders/LabOrder.xsd +181 -0
- data/vendor/xsd/ukrdc/Schema/Medications/Medication.xsd +88 -0
- data/vendor/xsd/ukrdc/Schema/Observations/Observation.xsd +65 -0
- data/vendor/xsd/ukrdc/Schema/Patient.xsd +87 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/DialysisSession.xsd +61 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/Procedure.xsd +38 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/Transplant.xsd +160 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/VascularAccess.xsd +49 -0
- data/vendor/xsd/ukrdc/Schema/ProgramMemberships/ProgramMembership.xsd +46 -0
- data/vendor/xsd/ukrdc/Schema/README.md +1 -0
- data/vendor/xsd/ukrdc/Schema/SocialHistories/SocialHistory.xsd +15 -0
- data/vendor/xsd/ukrdc/Schema/Surveys/Survey.xsd +143 -0
- data/vendor/xsd/ukrdc/Schema/Types/ActionCode.xsd +37 -0
- data/vendor/xsd/ukrdc/Schema/Types/Address.xsd +67 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_DMD.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_COD.xsd +343 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_PRD.xsd +356 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_0004.xsd +76 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00204.xsd +46 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00206.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR1.xsd +567 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR23.xsd +82 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Discharge.xsd +80 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Treatment.xsd +241 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_SNOMED.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/Clinician.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CodeTableDetail.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CodedField.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CommonMetadata.xsd +23 -0
- data/vendor/xsd/ukrdc/Schema/Types/ContactDetail.xsd +55 -0
- data/vendor/xsd/ukrdc/Schema/Types/DrugProduct.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Types/EthnicGroup.xsd +114 -0
- data/vendor/xsd/ukrdc/Schema/Types/FamilyDoctor.xsd +21 -0
- data/vendor/xsd/ukrdc/Schema/Types/LabResultItem.xsd +160 -0
- data/vendor/xsd/ukrdc/Schema/Types/LabTestItem.xsd +24 -0
- data/vendor/xsd/ukrdc/Schema/Types/Language.xsd +981 -0
- data/vendor/xsd/ukrdc/Schema/Types/Location.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/NV_RR14.xsd +39 -0
- data/vendor/xsd/ukrdc/Schema/Types/Name.xsd +51 -0
- data/vendor/xsd/ukrdc/Schema/Types/Occupation.xsd +75 -0
- data/vendor/xsd/ukrdc/Schema/Types/Order.xsd +48 -0
- data/vendor/xsd/ukrdc/Schema/Types/PatientNumber.xsd +90 -0
- data/vendor/xsd/ukrdc/Schema/Types/PersonalContactType.xsd +11 -0
- data/vendor/xsd/ukrdc/Schema/Types/Result.xsd +178 -0
- data/vendor/xsd/ukrdc/Schema/UKRDC.xsd +148 -0
- metadata +78 -5
- data/lib/renalware/breadcrumb.rb +0 -10
@@ -0,0 +1,24 @@
|
|
1
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
2
|
+
|
3
|
+
<xs:complexType name="LabTestItem">
|
4
|
+
<xs:complexContent>
|
5
|
+
<xs:extension base="CodeTableTranslated">
|
6
|
+
<xs:sequence>
|
7
|
+
<xs:element minOccurs="0" name="IsNumeric" type="Boolean">
|
8
|
+
<xs:annotation>
|
9
|
+
<xs:documentation>Should the item appear in Cumulative displays?<br>
|
10
|
+
HL7: OBX-2 : ValueType<br>
|
11
|
+
HSDB: User.HS.CTTestCode(CTTCShowInCummulative)<br>
|
12
|
+
HSDB: User.HS.ARCItmMast(ARCIMDisplayCumulative)<br>
|
13
|
+
In HL7, IsNumeric is set to 'true' if ValueType is "NM" or "ST"<br>
|
14
|
+
Note: In HL7 you can update from "N" (or "") to "Y" but not from "Y" to "N".<br>
|
15
|
+
In direct-SDA you can update in either direction.<br>
|
16
|
+
ARCIMDisplayCumulative is set to "Y" if any testitem has it set = "Y".</xs:documentation>
|
17
|
+
</xs:annotation>
|
18
|
+
</xs:element>
|
19
|
+
</xs:sequence>
|
20
|
+
</xs:extension>
|
21
|
+
</xs:complexContent>
|
22
|
+
</xs:complexType>
|
23
|
+
|
24
|
+
</xs:schema>
|
@@ -0,0 +1,981 @@
|
|
1
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
2
|
+
<xs:complexType name="Language">
|
3
|
+
<xs:sequence>
|
4
|
+
<xs:element name="CodingStandard" minOccurs="0">
|
5
|
+
<xs:simpleType>
|
6
|
+
<xs:restriction base="xs:string">
|
7
|
+
<!-- Alternative would be ISO 639-1 but the NHS have added some -->
|
8
|
+
<!-- HL7 Table 0296 is also a possible alternative -->
|
9
|
+
<xs:enumeration value="NHS_DATA_DICTIONARY_LANGUAGE_CODE">
|
10
|
+
<xs:annotation>
|
11
|
+
<xs:documentation>http://www.datadictionary.nhs.uk/data_dictionary/attributes/l/language_code_de.asp</xs:documentation>
|
12
|
+
</xs:annotation>
|
13
|
+
</xs:enumeration>
|
14
|
+
</xs:restriction>
|
15
|
+
</xs:simpleType>
|
16
|
+
</xs:element>
|
17
|
+
<xs:element name="Code" minOccurs="0">
|
18
|
+
<xs:simpleType>
|
19
|
+
<!-- List taken from http://data.okfn.org/data/core/language-codes/r/language-codes.csv -->
|
20
|
+
<xs:restriction base="xs:string">
|
21
|
+
<xs:enumeration value="aa">
|
22
|
+
<xs:annotation>
|
23
|
+
<xs:documentation>Afar</xs:documentation>
|
24
|
+
</xs:annotation>
|
25
|
+
</xs:enumeration>
|
26
|
+
<xs:enumeration value="ab">
|
27
|
+
<xs:annotation>
|
28
|
+
<xs:documentation>Abkhazian</xs:documentation>
|
29
|
+
</xs:annotation>
|
30
|
+
</xs:enumeration>
|
31
|
+
<xs:enumeration value="ae">
|
32
|
+
<xs:annotation>
|
33
|
+
<xs:documentation>Avestan</xs:documentation>
|
34
|
+
</xs:annotation>
|
35
|
+
</xs:enumeration>
|
36
|
+
<xs:enumeration value="af">
|
37
|
+
<xs:annotation>
|
38
|
+
<xs:documentation>Afrikaans</xs:documentation>
|
39
|
+
</xs:annotation>
|
40
|
+
</xs:enumeration>
|
41
|
+
<xs:enumeration value="ak">
|
42
|
+
<xs:annotation>
|
43
|
+
<xs:documentation>Akan</xs:documentation>
|
44
|
+
</xs:annotation>
|
45
|
+
</xs:enumeration>
|
46
|
+
<xs:enumeration value="am">
|
47
|
+
<xs:annotation>
|
48
|
+
<xs:documentation>Amharic</xs:documentation>
|
49
|
+
</xs:annotation>
|
50
|
+
</xs:enumeration>
|
51
|
+
<xs:enumeration value="an">
|
52
|
+
<xs:annotation>
|
53
|
+
<xs:documentation>Aragonese</xs:documentation>
|
54
|
+
</xs:annotation>
|
55
|
+
</xs:enumeration>
|
56
|
+
<xs:enumeration value="ar">
|
57
|
+
<xs:annotation>
|
58
|
+
<xs:documentation>Arabic</xs:documentation>
|
59
|
+
</xs:annotation>
|
60
|
+
</xs:enumeration>
|
61
|
+
<xs:enumeration value="as">
|
62
|
+
<xs:annotation>
|
63
|
+
<xs:documentation>Assamese</xs:documentation>
|
64
|
+
</xs:annotation>
|
65
|
+
</xs:enumeration>
|
66
|
+
<xs:enumeration value="av">
|
67
|
+
<xs:annotation>
|
68
|
+
<xs:documentation>Avaric</xs:documentation>
|
69
|
+
</xs:annotation>
|
70
|
+
</xs:enumeration>
|
71
|
+
<xs:enumeration value="ay">
|
72
|
+
<xs:annotation>
|
73
|
+
<xs:documentation>Aymara</xs:documentation>
|
74
|
+
</xs:annotation>
|
75
|
+
</xs:enumeration>
|
76
|
+
<xs:enumeration value="az">
|
77
|
+
<xs:annotation>
|
78
|
+
<xs:documentation>Azerbaijani</xs:documentation>
|
79
|
+
</xs:annotation>
|
80
|
+
</xs:enumeration>
|
81
|
+
<xs:enumeration value="ba">
|
82
|
+
<xs:annotation>
|
83
|
+
<xs:documentation>Bashkir</xs:documentation>
|
84
|
+
</xs:annotation>
|
85
|
+
</xs:enumeration>
|
86
|
+
<xs:enumeration value="be">
|
87
|
+
<xs:annotation>
|
88
|
+
<xs:documentation>Belarusian</xs:documentation>
|
89
|
+
</xs:annotation>
|
90
|
+
</xs:enumeration>
|
91
|
+
<xs:enumeration value="bg">
|
92
|
+
<xs:annotation>
|
93
|
+
<xs:documentation>Bulgarian</xs:documentation>
|
94
|
+
</xs:annotation>
|
95
|
+
</xs:enumeration>
|
96
|
+
<xs:enumeration value="bh">
|
97
|
+
<xs:annotation>
|
98
|
+
<xs:documentation>Bihari languages</xs:documentation>
|
99
|
+
</xs:annotation>
|
100
|
+
</xs:enumeration>
|
101
|
+
<xs:enumeration value="bi">
|
102
|
+
<xs:annotation>
|
103
|
+
<xs:documentation>Bislama</xs:documentation>
|
104
|
+
</xs:annotation>
|
105
|
+
</xs:enumeration>
|
106
|
+
<xs:enumeration value="bm">
|
107
|
+
<xs:annotation>
|
108
|
+
<xs:documentation>Bambara</xs:documentation>
|
109
|
+
</xs:annotation>
|
110
|
+
</xs:enumeration>
|
111
|
+
<xs:enumeration value="bn">
|
112
|
+
<xs:annotation>
|
113
|
+
<xs:documentation>Bengali</xs:documentation>
|
114
|
+
</xs:annotation>
|
115
|
+
</xs:enumeration>
|
116
|
+
<xs:enumeration value="bo">
|
117
|
+
<xs:annotation>
|
118
|
+
<xs:documentation>Tibetan</xs:documentation>
|
119
|
+
</xs:annotation>
|
120
|
+
</xs:enumeration>
|
121
|
+
<xs:enumeration value="br">
|
122
|
+
<xs:annotation>
|
123
|
+
<xs:documentation>Breton</xs:documentation>
|
124
|
+
</xs:annotation>
|
125
|
+
</xs:enumeration>
|
126
|
+
<xs:enumeration value="bs">
|
127
|
+
<xs:annotation>
|
128
|
+
<xs:documentation>Bosnian</xs:documentation>
|
129
|
+
</xs:annotation>
|
130
|
+
</xs:enumeration>
|
131
|
+
<xs:enumeration value="ca">
|
132
|
+
<xs:annotation>
|
133
|
+
<xs:documentation>Catalan; Valencian</xs:documentation>
|
134
|
+
</xs:annotation>
|
135
|
+
</xs:enumeration>
|
136
|
+
<xs:enumeration value="ce">
|
137
|
+
<xs:annotation>
|
138
|
+
<xs:documentation>Chechen</xs:documentation>
|
139
|
+
</xs:annotation>
|
140
|
+
</xs:enumeration>
|
141
|
+
<xs:enumeration value="ch">
|
142
|
+
<xs:annotation>
|
143
|
+
<xs:documentation>Chamorro</xs:documentation>
|
144
|
+
</xs:annotation>
|
145
|
+
</xs:enumeration>
|
146
|
+
<xs:enumeration value="co">
|
147
|
+
<xs:annotation>
|
148
|
+
<xs:documentation>Corsican</xs:documentation>
|
149
|
+
</xs:annotation>
|
150
|
+
</xs:enumeration>
|
151
|
+
<xs:enumeration value="cr">
|
152
|
+
<xs:annotation>
|
153
|
+
<xs:documentation>Cree</xs:documentation>
|
154
|
+
</xs:annotation>
|
155
|
+
</xs:enumeration>
|
156
|
+
<xs:enumeration value="cs">
|
157
|
+
<xs:annotation>
|
158
|
+
<xs:documentation>Czech</xs:documentation>
|
159
|
+
</xs:annotation>
|
160
|
+
</xs:enumeration>
|
161
|
+
<xs:enumeration value="cu">
|
162
|
+
<xs:annotation>
|
163
|
+
<xs:documentation>Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic</xs:documentation>
|
164
|
+
</xs:annotation>
|
165
|
+
</xs:enumeration>
|
166
|
+
<xs:enumeration value="cv">
|
167
|
+
<xs:annotation>
|
168
|
+
<xs:documentation>Chuvash</xs:documentation>
|
169
|
+
</xs:annotation>
|
170
|
+
</xs:enumeration>
|
171
|
+
<xs:enumeration value="cy">
|
172
|
+
<xs:annotation>
|
173
|
+
<xs:documentation>Welsh</xs:documentation>
|
174
|
+
</xs:annotation>
|
175
|
+
</xs:enumeration>
|
176
|
+
<xs:enumeration value="da">
|
177
|
+
<xs:annotation>
|
178
|
+
<xs:documentation>Danish</xs:documentation>
|
179
|
+
</xs:annotation>
|
180
|
+
</xs:enumeration>
|
181
|
+
<xs:enumeration value="de">
|
182
|
+
<xs:annotation>
|
183
|
+
<xs:documentation>German</xs:documentation>
|
184
|
+
</xs:annotation>
|
185
|
+
</xs:enumeration>
|
186
|
+
<xs:enumeration value="dv">
|
187
|
+
<xs:annotation>
|
188
|
+
<xs:documentation>Divehi; Dhivehi; Maldivian</xs:documentation>
|
189
|
+
</xs:annotation>
|
190
|
+
</xs:enumeration>
|
191
|
+
<xs:enumeration value="dz">
|
192
|
+
<xs:annotation>
|
193
|
+
<xs:documentation>Dzongkha</xs:documentation>
|
194
|
+
</xs:annotation>
|
195
|
+
</xs:enumeration>
|
196
|
+
<xs:enumeration value="ee">
|
197
|
+
<xs:annotation>
|
198
|
+
<xs:documentation>Ewe</xs:documentation>
|
199
|
+
</xs:annotation>
|
200
|
+
</xs:enumeration>
|
201
|
+
<xs:enumeration value="el">
|
202
|
+
<xs:annotation>
|
203
|
+
<xs:documentation>Greek, Modern (1453-)</xs:documentation>
|
204
|
+
</xs:annotation>
|
205
|
+
</xs:enumeration>
|
206
|
+
<xs:enumeration value="en">
|
207
|
+
<xs:annotation>
|
208
|
+
<xs:documentation>English</xs:documentation>
|
209
|
+
</xs:annotation>
|
210
|
+
</xs:enumeration>
|
211
|
+
<xs:enumeration value="eo">
|
212
|
+
<xs:annotation>
|
213
|
+
<xs:documentation>Esperanto</xs:documentation>
|
214
|
+
</xs:annotation>
|
215
|
+
</xs:enumeration>
|
216
|
+
<xs:enumeration value="es">
|
217
|
+
<xs:annotation>
|
218
|
+
<xs:documentation>Spanish; Castilian</xs:documentation>
|
219
|
+
</xs:annotation>
|
220
|
+
</xs:enumeration>
|
221
|
+
<xs:enumeration value="et">
|
222
|
+
<xs:annotation>
|
223
|
+
<xs:documentation>Estonian</xs:documentation>
|
224
|
+
</xs:annotation>
|
225
|
+
</xs:enumeration>
|
226
|
+
<xs:enumeration value="eu">
|
227
|
+
<xs:annotation>
|
228
|
+
<xs:documentation>Basque</xs:documentation>
|
229
|
+
</xs:annotation>
|
230
|
+
</xs:enumeration>
|
231
|
+
<xs:enumeration value="fa">
|
232
|
+
<xs:annotation>
|
233
|
+
<xs:documentation>Persian</xs:documentation>
|
234
|
+
</xs:annotation>
|
235
|
+
</xs:enumeration>
|
236
|
+
<xs:enumeration value="ff">
|
237
|
+
<xs:annotation>
|
238
|
+
<xs:documentation>Fulah</xs:documentation>
|
239
|
+
</xs:annotation>
|
240
|
+
</xs:enumeration>
|
241
|
+
<xs:enumeration value="fi">
|
242
|
+
<xs:annotation>
|
243
|
+
<xs:documentation>Finnish</xs:documentation>
|
244
|
+
</xs:annotation>
|
245
|
+
</xs:enumeration>
|
246
|
+
<xs:enumeration value="fj">
|
247
|
+
<xs:annotation>
|
248
|
+
<xs:documentation>Fijian</xs:documentation>
|
249
|
+
</xs:annotation>
|
250
|
+
</xs:enumeration>
|
251
|
+
<xs:enumeration value="fo">
|
252
|
+
<xs:annotation>
|
253
|
+
<xs:documentation>Faroese</xs:documentation>
|
254
|
+
</xs:annotation>
|
255
|
+
</xs:enumeration>
|
256
|
+
<xs:enumeration value="fr">
|
257
|
+
<xs:annotation>
|
258
|
+
<xs:documentation>French</xs:documentation>
|
259
|
+
</xs:annotation>
|
260
|
+
</xs:enumeration>
|
261
|
+
<xs:enumeration value="fy">
|
262
|
+
<xs:annotation>
|
263
|
+
<xs:documentation>Western Frisian</xs:documentation>
|
264
|
+
</xs:annotation>
|
265
|
+
</xs:enumeration>
|
266
|
+
<xs:enumeration value="ga">
|
267
|
+
<xs:annotation>
|
268
|
+
<xs:documentation>Irish</xs:documentation>
|
269
|
+
</xs:annotation>
|
270
|
+
</xs:enumeration>
|
271
|
+
<xs:enumeration value="gd">
|
272
|
+
<xs:annotation>
|
273
|
+
<xs:documentation>Gaelic; Scottish Gaelic</xs:documentation>
|
274
|
+
</xs:annotation>
|
275
|
+
</xs:enumeration>
|
276
|
+
<xs:enumeration value="gl">
|
277
|
+
<xs:annotation>
|
278
|
+
<xs:documentation>Galician</xs:documentation>
|
279
|
+
</xs:annotation>
|
280
|
+
</xs:enumeration>
|
281
|
+
<xs:enumeration value="gn">
|
282
|
+
<xs:annotation>
|
283
|
+
<xs:documentation>Guarani</xs:documentation>
|
284
|
+
</xs:annotation>
|
285
|
+
</xs:enumeration>
|
286
|
+
<xs:enumeration value="gu">
|
287
|
+
<xs:annotation>
|
288
|
+
<xs:documentation>Gujarati</xs:documentation>
|
289
|
+
</xs:annotation>
|
290
|
+
</xs:enumeration>
|
291
|
+
<xs:enumeration value="gv">
|
292
|
+
<xs:annotation>
|
293
|
+
<xs:documentation>Manx</xs:documentation>
|
294
|
+
</xs:annotation>
|
295
|
+
</xs:enumeration>
|
296
|
+
<xs:enumeration value="ha">
|
297
|
+
<xs:annotation>
|
298
|
+
<xs:documentation>Hausa</xs:documentation>
|
299
|
+
</xs:annotation>
|
300
|
+
</xs:enumeration>
|
301
|
+
<xs:enumeration value="he">
|
302
|
+
<xs:annotation>
|
303
|
+
<xs:documentation>Hebrew</xs:documentation>
|
304
|
+
</xs:annotation>
|
305
|
+
</xs:enumeration>
|
306
|
+
<xs:enumeration value="hi">
|
307
|
+
<xs:annotation>
|
308
|
+
<xs:documentation>Hindi</xs:documentation>
|
309
|
+
</xs:annotation>
|
310
|
+
</xs:enumeration>
|
311
|
+
<xs:enumeration value="ho">
|
312
|
+
<xs:annotation>
|
313
|
+
<xs:documentation>Hiri Motu</xs:documentation>
|
314
|
+
</xs:annotation>
|
315
|
+
</xs:enumeration>
|
316
|
+
<xs:enumeration value="hr">
|
317
|
+
<xs:annotation>
|
318
|
+
<xs:documentation>Croatian</xs:documentation>
|
319
|
+
</xs:annotation>
|
320
|
+
</xs:enumeration>
|
321
|
+
<xs:enumeration value="ht">
|
322
|
+
<xs:annotation>
|
323
|
+
<xs:documentation>Haitian; Haitian Creole</xs:documentation>
|
324
|
+
</xs:annotation>
|
325
|
+
</xs:enumeration>
|
326
|
+
<xs:enumeration value="hu">
|
327
|
+
<xs:annotation>
|
328
|
+
<xs:documentation>Hungarian</xs:documentation>
|
329
|
+
</xs:annotation>
|
330
|
+
</xs:enumeration>
|
331
|
+
<xs:enumeration value="hy">
|
332
|
+
<xs:annotation>
|
333
|
+
<xs:documentation>Armenian</xs:documentation>
|
334
|
+
</xs:annotation>
|
335
|
+
</xs:enumeration>
|
336
|
+
<xs:enumeration value="hz">
|
337
|
+
<xs:annotation>
|
338
|
+
<xs:documentation>Herero</xs:documentation>
|
339
|
+
</xs:annotation>
|
340
|
+
</xs:enumeration>
|
341
|
+
<xs:enumeration value="ia">
|
342
|
+
<xs:annotation>
|
343
|
+
<xs:documentation>Interlingua (International Auxiliary Language Association)</xs:documentation>
|
344
|
+
</xs:annotation>
|
345
|
+
</xs:enumeration>
|
346
|
+
<xs:enumeration value="id">
|
347
|
+
<xs:annotation>
|
348
|
+
<xs:documentation>Indonesian</xs:documentation>
|
349
|
+
</xs:annotation>
|
350
|
+
</xs:enumeration>
|
351
|
+
<xs:enumeration value="ie">
|
352
|
+
<xs:annotation>
|
353
|
+
<xs:documentation>Interlingue; Occidental</xs:documentation>
|
354
|
+
</xs:annotation>
|
355
|
+
</xs:enumeration>
|
356
|
+
<xs:enumeration value="ig">
|
357
|
+
<xs:annotation>
|
358
|
+
<xs:documentation>Igbo</xs:documentation>
|
359
|
+
</xs:annotation>
|
360
|
+
</xs:enumeration>
|
361
|
+
<xs:enumeration value="ii">
|
362
|
+
<xs:annotation>
|
363
|
+
<xs:documentation>Sichuan Yi; Nuosu</xs:documentation>
|
364
|
+
</xs:annotation>
|
365
|
+
</xs:enumeration>
|
366
|
+
<xs:enumeration value="ik">
|
367
|
+
<xs:annotation>
|
368
|
+
<xs:documentation>Inupiaq</xs:documentation>
|
369
|
+
</xs:annotation>
|
370
|
+
</xs:enumeration>
|
371
|
+
<xs:enumeration value="io">
|
372
|
+
<xs:annotation>
|
373
|
+
<xs:documentation>Ido</xs:documentation>
|
374
|
+
</xs:annotation>
|
375
|
+
</xs:enumeration>
|
376
|
+
<xs:enumeration value="is">
|
377
|
+
<xs:annotation>
|
378
|
+
<xs:documentation>Icelandic</xs:documentation>
|
379
|
+
</xs:annotation>
|
380
|
+
</xs:enumeration>
|
381
|
+
<xs:enumeration value="it">
|
382
|
+
<xs:annotation>
|
383
|
+
<xs:documentation>Italian</xs:documentation>
|
384
|
+
</xs:annotation>
|
385
|
+
</xs:enumeration>
|
386
|
+
<xs:enumeration value="iu">
|
387
|
+
<xs:annotation>
|
388
|
+
<xs:documentation>Inuktitut</xs:documentation>
|
389
|
+
</xs:annotation>
|
390
|
+
</xs:enumeration>
|
391
|
+
<xs:enumeration value="ja">
|
392
|
+
<xs:annotation>
|
393
|
+
<xs:documentation>Japanese</xs:documentation>
|
394
|
+
</xs:annotation>
|
395
|
+
</xs:enumeration>
|
396
|
+
<xs:enumeration value="jv">
|
397
|
+
<xs:annotation>
|
398
|
+
<xs:documentation>Javanese</xs:documentation>
|
399
|
+
</xs:annotation>
|
400
|
+
</xs:enumeration>
|
401
|
+
<xs:enumeration value="ka">
|
402
|
+
<xs:annotation>
|
403
|
+
<xs:documentation>Georgian</xs:documentation>
|
404
|
+
</xs:annotation>
|
405
|
+
</xs:enumeration>
|
406
|
+
<xs:enumeration value="kg">
|
407
|
+
<xs:annotation>
|
408
|
+
<xs:documentation>Kongo</xs:documentation>
|
409
|
+
</xs:annotation>
|
410
|
+
</xs:enumeration>
|
411
|
+
<xs:enumeration value="ki">
|
412
|
+
<xs:annotation>
|
413
|
+
<xs:documentation>Kikuyu; Gikuyu</xs:documentation>
|
414
|
+
</xs:annotation>
|
415
|
+
</xs:enumeration>
|
416
|
+
<xs:enumeration value="kj">
|
417
|
+
<xs:annotation>
|
418
|
+
<xs:documentation>Kuanyama; Kwanyama</xs:documentation>
|
419
|
+
</xs:annotation>
|
420
|
+
</xs:enumeration>
|
421
|
+
<xs:enumeration value="kk">
|
422
|
+
<xs:annotation>
|
423
|
+
<xs:documentation>Kazakh</xs:documentation>
|
424
|
+
</xs:annotation>
|
425
|
+
</xs:enumeration>
|
426
|
+
<xs:enumeration value="kl">
|
427
|
+
<xs:annotation>
|
428
|
+
<xs:documentation>Kalaallisut; Greenlandic</xs:documentation>
|
429
|
+
</xs:annotation>
|
430
|
+
</xs:enumeration>
|
431
|
+
<xs:enumeration value="km">
|
432
|
+
<xs:annotation>
|
433
|
+
<xs:documentation>Central Khmer</xs:documentation>
|
434
|
+
</xs:annotation>
|
435
|
+
</xs:enumeration>
|
436
|
+
<xs:enumeration value="kn">
|
437
|
+
<xs:annotation>
|
438
|
+
<xs:documentation>Kannada</xs:documentation>
|
439
|
+
</xs:annotation>
|
440
|
+
</xs:enumeration>
|
441
|
+
<xs:enumeration value="ko">
|
442
|
+
<xs:annotation>
|
443
|
+
<xs:documentation>Korean</xs:documentation>
|
444
|
+
</xs:annotation>
|
445
|
+
</xs:enumeration>
|
446
|
+
<xs:enumeration value="kr">
|
447
|
+
<xs:annotation>
|
448
|
+
<xs:documentation>Kanuri</xs:documentation>
|
449
|
+
</xs:annotation>
|
450
|
+
</xs:enumeration>
|
451
|
+
<xs:enumeration value="ks">
|
452
|
+
<xs:annotation>
|
453
|
+
<xs:documentation>Kashmiri</xs:documentation>
|
454
|
+
</xs:annotation>
|
455
|
+
</xs:enumeration>
|
456
|
+
<xs:enumeration value="ku">
|
457
|
+
<xs:annotation>
|
458
|
+
<xs:documentation>Kurdish</xs:documentation>
|
459
|
+
</xs:annotation>
|
460
|
+
</xs:enumeration>
|
461
|
+
<xs:enumeration value="kv">
|
462
|
+
<xs:annotation>
|
463
|
+
<xs:documentation>Komi</xs:documentation>
|
464
|
+
</xs:annotation>
|
465
|
+
</xs:enumeration>
|
466
|
+
<xs:enumeration value="kw">
|
467
|
+
<xs:annotation>
|
468
|
+
<xs:documentation>Cornish</xs:documentation>
|
469
|
+
</xs:annotation>
|
470
|
+
</xs:enumeration>
|
471
|
+
<xs:enumeration value="ky">
|
472
|
+
<xs:annotation>
|
473
|
+
<xs:documentation>Kirghiz; Kyrgyz</xs:documentation>
|
474
|
+
</xs:annotation>
|
475
|
+
</xs:enumeration>
|
476
|
+
<xs:enumeration value="la">
|
477
|
+
<xs:annotation>
|
478
|
+
<xs:documentation>Latin</xs:documentation>
|
479
|
+
</xs:annotation>
|
480
|
+
</xs:enumeration>
|
481
|
+
<xs:enumeration value="lb">
|
482
|
+
<xs:annotation>
|
483
|
+
<xs:documentation>Luxembourgish; Letzeburgesch</xs:documentation>
|
484
|
+
</xs:annotation>
|
485
|
+
</xs:enumeration>
|
486
|
+
<xs:enumeration value="lg">
|
487
|
+
<xs:annotation>
|
488
|
+
<xs:documentation>Ganda</xs:documentation>
|
489
|
+
</xs:annotation>
|
490
|
+
</xs:enumeration>
|
491
|
+
<xs:enumeration value="li">
|
492
|
+
<xs:annotation>
|
493
|
+
<xs:documentation>Limburgan; Limburger; Limburgish</xs:documentation>
|
494
|
+
</xs:annotation>
|
495
|
+
</xs:enumeration>
|
496
|
+
<xs:enumeration value="ln">
|
497
|
+
<xs:annotation>
|
498
|
+
<xs:documentation>Lingala</xs:documentation>
|
499
|
+
</xs:annotation>
|
500
|
+
</xs:enumeration>
|
501
|
+
<xs:enumeration value="lo">
|
502
|
+
<xs:annotation>
|
503
|
+
<xs:documentation>Lao</xs:documentation>
|
504
|
+
</xs:annotation>
|
505
|
+
</xs:enumeration>
|
506
|
+
<xs:enumeration value="lt">
|
507
|
+
<xs:annotation>
|
508
|
+
<xs:documentation>Lithuanian</xs:documentation>
|
509
|
+
</xs:annotation>
|
510
|
+
</xs:enumeration>
|
511
|
+
<xs:enumeration value="lu">
|
512
|
+
<xs:annotation>
|
513
|
+
<xs:documentation>Luba-Katanga</xs:documentation>
|
514
|
+
</xs:annotation>
|
515
|
+
</xs:enumeration>
|
516
|
+
<xs:enumeration value="lv">
|
517
|
+
<xs:annotation>
|
518
|
+
<xs:documentation>Latvian</xs:documentation>
|
519
|
+
</xs:annotation>
|
520
|
+
</xs:enumeration>
|
521
|
+
<xs:enumeration value="mg">
|
522
|
+
<xs:annotation>
|
523
|
+
<xs:documentation>Malagasy</xs:documentation>
|
524
|
+
</xs:annotation>
|
525
|
+
</xs:enumeration>
|
526
|
+
<xs:enumeration value="mh">
|
527
|
+
<xs:annotation>
|
528
|
+
<xs:documentation>Marshallese</xs:documentation>
|
529
|
+
</xs:annotation>
|
530
|
+
</xs:enumeration>
|
531
|
+
<xs:enumeration value="mi">
|
532
|
+
<xs:annotation>
|
533
|
+
<xs:documentation>Maori</xs:documentation>
|
534
|
+
</xs:annotation>
|
535
|
+
</xs:enumeration>
|
536
|
+
<xs:enumeration value="mk">
|
537
|
+
<xs:annotation>
|
538
|
+
<xs:documentation>Macedonian</xs:documentation>
|
539
|
+
</xs:annotation>
|
540
|
+
</xs:enumeration>
|
541
|
+
<xs:enumeration value="ml">
|
542
|
+
<xs:annotation>
|
543
|
+
<xs:documentation>Malayalam</xs:documentation>
|
544
|
+
</xs:annotation>
|
545
|
+
</xs:enumeration>
|
546
|
+
<xs:enumeration value="mn">
|
547
|
+
<xs:annotation>
|
548
|
+
<xs:documentation>Mongolian</xs:documentation>
|
549
|
+
</xs:annotation>
|
550
|
+
</xs:enumeration>
|
551
|
+
<xs:enumeration value="mr">
|
552
|
+
<xs:annotation>
|
553
|
+
<xs:documentation>Marathi</xs:documentation>
|
554
|
+
</xs:annotation>
|
555
|
+
</xs:enumeration>
|
556
|
+
<xs:enumeration value="ms">
|
557
|
+
<xs:annotation>
|
558
|
+
<xs:documentation>Malay</xs:documentation>
|
559
|
+
</xs:annotation>
|
560
|
+
</xs:enumeration>
|
561
|
+
<xs:enumeration value="mt">
|
562
|
+
<xs:annotation>
|
563
|
+
<xs:documentation>Maltese</xs:documentation>
|
564
|
+
</xs:annotation>
|
565
|
+
</xs:enumeration>
|
566
|
+
<xs:enumeration value="my">
|
567
|
+
<xs:annotation>
|
568
|
+
<xs:documentation>Burmese</xs:documentation>
|
569
|
+
</xs:annotation>
|
570
|
+
</xs:enumeration>
|
571
|
+
<xs:enumeration value="na">
|
572
|
+
<xs:annotation>
|
573
|
+
<xs:documentation>Nauru</xs:documentation>
|
574
|
+
</xs:annotation>
|
575
|
+
</xs:enumeration>
|
576
|
+
<xs:enumeration value="nb">
|
577
|
+
<xs:annotation>
|
578
|
+
<xs:documentation>Bokmål, Norwegian; Norwegian Bokmål</xs:documentation>
|
579
|
+
</xs:annotation>
|
580
|
+
</xs:enumeration>
|
581
|
+
<xs:enumeration value="nd">
|
582
|
+
<xs:annotation>
|
583
|
+
<xs:documentation>Ndebele, North; North Ndebele</xs:documentation>
|
584
|
+
</xs:annotation>
|
585
|
+
</xs:enumeration>
|
586
|
+
<xs:enumeration value="ne">
|
587
|
+
<xs:annotation>
|
588
|
+
<xs:documentation>Nepali</xs:documentation>
|
589
|
+
</xs:annotation>
|
590
|
+
</xs:enumeration>
|
591
|
+
<xs:enumeration value="ng">
|
592
|
+
<xs:annotation>
|
593
|
+
<xs:documentation>Ndonga</xs:documentation>
|
594
|
+
</xs:annotation>
|
595
|
+
</xs:enumeration>
|
596
|
+
<xs:enumeration value="nl">
|
597
|
+
<xs:annotation>
|
598
|
+
<xs:documentation>Dutch; Flemish</xs:documentation>
|
599
|
+
</xs:annotation>
|
600
|
+
</xs:enumeration>
|
601
|
+
<xs:enumeration value="nn">
|
602
|
+
<xs:annotation>
|
603
|
+
<xs:documentation>Norwegian Nynorsk; Nynorsk, Norwegian</xs:documentation>
|
604
|
+
</xs:annotation>
|
605
|
+
</xs:enumeration>
|
606
|
+
<xs:enumeration value="no">
|
607
|
+
<xs:annotation>
|
608
|
+
<xs:documentation>Norwegian</xs:documentation>
|
609
|
+
</xs:annotation>
|
610
|
+
</xs:enumeration>
|
611
|
+
<xs:enumeration value="nr">
|
612
|
+
<xs:annotation>
|
613
|
+
<xs:documentation>Ndebele, South; South Ndebele</xs:documentation>
|
614
|
+
</xs:annotation>
|
615
|
+
</xs:enumeration>
|
616
|
+
<xs:enumeration value="nv">
|
617
|
+
<xs:annotation>
|
618
|
+
<xs:documentation>Navajo; Navaho</xs:documentation>
|
619
|
+
</xs:annotation>
|
620
|
+
</xs:enumeration>
|
621
|
+
<xs:enumeration value="ny">
|
622
|
+
<xs:annotation>
|
623
|
+
<xs:documentation>Chichewa; Chewa; Nyanja</xs:documentation>
|
624
|
+
</xs:annotation>
|
625
|
+
</xs:enumeration>
|
626
|
+
<xs:enumeration value="oc">
|
627
|
+
<xs:annotation>
|
628
|
+
<xs:documentation>Occitan (post 1500); Provençal</xs:documentation>
|
629
|
+
</xs:annotation>
|
630
|
+
</xs:enumeration>
|
631
|
+
<xs:enumeration value="oj">
|
632
|
+
<xs:annotation>
|
633
|
+
<xs:documentation>Ojibwa</xs:documentation>
|
634
|
+
</xs:annotation>
|
635
|
+
</xs:enumeration>
|
636
|
+
<xs:enumeration value="om">
|
637
|
+
<xs:annotation>
|
638
|
+
<xs:documentation>Oromo</xs:documentation>
|
639
|
+
</xs:annotation>
|
640
|
+
</xs:enumeration>
|
641
|
+
<xs:enumeration value="or">
|
642
|
+
<xs:annotation>
|
643
|
+
<xs:documentation>Oriya</xs:documentation>
|
644
|
+
</xs:annotation>
|
645
|
+
</xs:enumeration>
|
646
|
+
<xs:enumeration value="os">
|
647
|
+
<xs:annotation>
|
648
|
+
<xs:documentation>Ossetian; Ossetic</xs:documentation>
|
649
|
+
</xs:annotation>
|
650
|
+
</xs:enumeration>
|
651
|
+
<xs:enumeration value="pa">
|
652
|
+
<xs:annotation>
|
653
|
+
<xs:documentation>Panjabi; Punjabi</xs:documentation>
|
654
|
+
</xs:annotation>
|
655
|
+
</xs:enumeration>
|
656
|
+
<xs:enumeration value="pi">
|
657
|
+
<xs:annotation>
|
658
|
+
<xs:documentation>Pali</xs:documentation>
|
659
|
+
</xs:annotation>
|
660
|
+
</xs:enumeration>
|
661
|
+
<xs:enumeration value="pl">
|
662
|
+
<xs:annotation>
|
663
|
+
<xs:documentation>Polish</xs:documentation>
|
664
|
+
</xs:annotation>
|
665
|
+
</xs:enumeration>
|
666
|
+
<xs:enumeration value="ps">
|
667
|
+
<xs:annotation>
|
668
|
+
<xs:documentation>Pushto; Pashto</xs:documentation>
|
669
|
+
</xs:annotation>
|
670
|
+
</xs:enumeration>
|
671
|
+
<xs:enumeration value="pt">
|
672
|
+
<xs:annotation>
|
673
|
+
<xs:documentation>Portuguese</xs:documentation>
|
674
|
+
</xs:annotation>
|
675
|
+
</xs:enumeration>
|
676
|
+
<xs:enumeration value="qu">
|
677
|
+
<xs:annotation>
|
678
|
+
<xs:documentation>Quechua</xs:documentation>
|
679
|
+
</xs:annotation>
|
680
|
+
</xs:enumeration>
|
681
|
+
<xs:enumeration value="rm">
|
682
|
+
<xs:annotation>
|
683
|
+
<xs:documentation>Romansh</xs:documentation>
|
684
|
+
</xs:annotation>
|
685
|
+
</xs:enumeration>
|
686
|
+
<xs:enumeration value="rn">
|
687
|
+
<xs:annotation>
|
688
|
+
<xs:documentation>Rundi</xs:documentation>
|
689
|
+
</xs:annotation>
|
690
|
+
</xs:enumeration>
|
691
|
+
<xs:enumeration value="ro">
|
692
|
+
<xs:annotation>
|
693
|
+
<xs:documentation>Romanian; Moldavian; Moldovan</xs:documentation>
|
694
|
+
</xs:annotation>
|
695
|
+
</xs:enumeration>
|
696
|
+
<xs:enumeration value="ru">
|
697
|
+
<xs:annotation>
|
698
|
+
<xs:documentation>Russian</xs:documentation>
|
699
|
+
</xs:annotation>
|
700
|
+
</xs:enumeration>
|
701
|
+
<xs:enumeration value="rw">
|
702
|
+
<xs:annotation>
|
703
|
+
<xs:documentation>Kinyarwanda</xs:documentation>
|
704
|
+
</xs:annotation>
|
705
|
+
</xs:enumeration>
|
706
|
+
<xs:enumeration value="sa">
|
707
|
+
<xs:annotation>
|
708
|
+
<xs:documentation>Sanskrit</xs:documentation>
|
709
|
+
</xs:annotation>
|
710
|
+
</xs:enumeration>
|
711
|
+
<xs:enumeration value="sc">
|
712
|
+
<xs:annotation>
|
713
|
+
<xs:documentation>Sardinian</xs:documentation>
|
714
|
+
</xs:annotation>
|
715
|
+
</xs:enumeration>
|
716
|
+
<xs:enumeration value="sd">
|
717
|
+
<xs:annotation>
|
718
|
+
<xs:documentation>Sindhi</xs:documentation>
|
719
|
+
</xs:annotation>
|
720
|
+
</xs:enumeration>
|
721
|
+
<xs:enumeration value="se">
|
722
|
+
<xs:annotation>
|
723
|
+
<xs:documentation>Northern Sami</xs:documentation>
|
724
|
+
</xs:annotation>
|
725
|
+
</xs:enumeration>
|
726
|
+
<xs:enumeration value="sg">
|
727
|
+
<xs:annotation>
|
728
|
+
<xs:documentation>Sango</xs:documentation>
|
729
|
+
</xs:annotation>
|
730
|
+
</xs:enumeration>
|
731
|
+
<xs:enumeration value="si">
|
732
|
+
<xs:annotation>
|
733
|
+
<xs:documentation>Sinhala; Sinhalese</xs:documentation>
|
734
|
+
</xs:annotation>
|
735
|
+
</xs:enumeration>
|
736
|
+
<xs:enumeration value="sk">
|
737
|
+
<xs:annotation>
|
738
|
+
<xs:documentation>Slovak</xs:documentation>
|
739
|
+
</xs:annotation>
|
740
|
+
</xs:enumeration>
|
741
|
+
<xs:enumeration value="sl">
|
742
|
+
<xs:annotation>
|
743
|
+
<xs:documentation>Slovenian</xs:documentation>
|
744
|
+
</xs:annotation>
|
745
|
+
</xs:enumeration>
|
746
|
+
<xs:enumeration value="sm">
|
747
|
+
<xs:annotation>
|
748
|
+
<xs:documentation>Samoan</xs:documentation>
|
749
|
+
</xs:annotation>
|
750
|
+
</xs:enumeration>
|
751
|
+
<xs:enumeration value="sn">
|
752
|
+
<xs:annotation>
|
753
|
+
<xs:documentation>Shona</xs:documentation>
|
754
|
+
</xs:annotation>
|
755
|
+
</xs:enumeration>
|
756
|
+
<xs:enumeration value="so">
|
757
|
+
<xs:annotation>
|
758
|
+
<xs:documentation>Somali</xs:documentation>
|
759
|
+
</xs:annotation>
|
760
|
+
</xs:enumeration>
|
761
|
+
<xs:enumeration value="sq">
|
762
|
+
<xs:annotation>
|
763
|
+
<xs:documentation>Albanian</xs:documentation>
|
764
|
+
</xs:annotation>
|
765
|
+
</xs:enumeration>
|
766
|
+
<xs:enumeration value="sr">
|
767
|
+
<xs:annotation>
|
768
|
+
<xs:documentation>Serbian</xs:documentation>
|
769
|
+
</xs:annotation>
|
770
|
+
</xs:enumeration>
|
771
|
+
<xs:enumeration value="ss">
|
772
|
+
<xs:annotation>
|
773
|
+
<xs:documentation>Swati</xs:documentation>
|
774
|
+
</xs:annotation>
|
775
|
+
</xs:enumeration>
|
776
|
+
<xs:enumeration value="st">
|
777
|
+
<xs:annotation>
|
778
|
+
<xs:documentation>Sotho, Southern</xs:documentation>
|
779
|
+
</xs:annotation>
|
780
|
+
</xs:enumeration>
|
781
|
+
<xs:enumeration value="su">
|
782
|
+
<xs:annotation>
|
783
|
+
<xs:documentation>Sundanese</xs:documentation>
|
784
|
+
</xs:annotation>
|
785
|
+
</xs:enumeration>
|
786
|
+
<xs:enumeration value="sv">
|
787
|
+
<xs:annotation>
|
788
|
+
<xs:documentation>Swedish</xs:documentation>
|
789
|
+
</xs:annotation>
|
790
|
+
</xs:enumeration>
|
791
|
+
<xs:enumeration value="sw">
|
792
|
+
<xs:annotation>
|
793
|
+
<xs:documentation>Swahili</xs:documentation>
|
794
|
+
</xs:annotation>
|
795
|
+
</xs:enumeration>
|
796
|
+
<xs:enumeration value="ta">
|
797
|
+
<xs:annotation>
|
798
|
+
<xs:documentation>Tamil</xs:documentation>
|
799
|
+
</xs:annotation>
|
800
|
+
</xs:enumeration>
|
801
|
+
<xs:enumeration value="te">
|
802
|
+
<xs:annotation>
|
803
|
+
<xs:documentation>Telugu</xs:documentation>
|
804
|
+
</xs:annotation>
|
805
|
+
</xs:enumeration>
|
806
|
+
<xs:enumeration value="tg">
|
807
|
+
<xs:annotation>
|
808
|
+
<xs:documentation>Tajik</xs:documentation>
|
809
|
+
</xs:annotation>
|
810
|
+
</xs:enumeration>
|
811
|
+
<xs:enumeration value="th">
|
812
|
+
<xs:annotation>
|
813
|
+
<xs:documentation>Thai</xs:documentation>
|
814
|
+
</xs:annotation>
|
815
|
+
</xs:enumeration>
|
816
|
+
<xs:enumeration value="ti">
|
817
|
+
<xs:annotation>
|
818
|
+
<xs:documentation>Tigrinya</xs:documentation>
|
819
|
+
</xs:annotation>
|
820
|
+
</xs:enumeration>
|
821
|
+
<xs:enumeration value="tk">
|
822
|
+
<xs:annotation>
|
823
|
+
<xs:documentation>Turkmen</xs:documentation>
|
824
|
+
</xs:annotation>
|
825
|
+
</xs:enumeration>
|
826
|
+
<xs:enumeration value="tl">
|
827
|
+
<xs:annotation>
|
828
|
+
<xs:documentation>Tagalog</xs:documentation>
|
829
|
+
</xs:annotation>
|
830
|
+
</xs:enumeration>
|
831
|
+
<xs:enumeration value="tn">
|
832
|
+
<xs:annotation>
|
833
|
+
<xs:documentation>Tswana</xs:documentation>
|
834
|
+
</xs:annotation>
|
835
|
+
</xs:enumeration>
|
836
|
+
<xs:enumeration value="to">
|
837
|
+
<xs:annotation>
|
838
|
+
<xs:documentation>Tonga (Tonga Islands)</xs:documentation>
|
839
|
+
</xs:annotation>
|
840
|
+
</xs:enumeration>
|
841
|
+
<xs:enumeration value="tr">
|
842
|
+
<xs:annotation>
|
843
|
+
<xs:documentation>Turkish</xs:documentation>
|
844
|
+
</xs:annotation>
|
845
|
+
</xs:enumeration>
|
846
|
+
<xs:enumeration value="ts">
|
847
|
+
<xs:annotation>
|
848
|
+
<xs:documentation>Tsonga</xs:documentation>
|
849
|
+
</xs:annotation>
|
850
|
+
</xs:enumeration>
|
851
|
+
<xs:enumeration value="tt">
|
852
|
+
<xs:annotation>
|
853
|
+
<xs:documentation>Tatar</xs:documentation>
|
854
|
+
</xs:annotation>
|
855
|
+
</xs:enumeration>
|
856
|
+
<xs:enumeration value="tw">
|
857
|
+
<xs:annotation>
|
858
|
+
<xs:documentation>Twi</xs:documentation>
|
859
|
+
</xs:annotation>
|
860
|
+
</xs:enumeration>
|
861
|
+
<xs:enumeration value="ty">
|
862
|
+
<xs:annotation>
|
863
|
+
<xs:documentation>Tahitian</xs:documentation>
|
864
|
+
</xs:annotation>
|
865
|
+
</xs:enumeration>
|
866
|
+
<xs:enumeration value="ug">
|
867
|
+
<xs:annotation>
|
868
|
+
<xs:documentation>Uighur; Uyghur</xs:documentation>
|
869
|
+
</xs:annotation>
|
870
|
+
</xs:enumeration>
|
871
|
+
<xs:enumeration value="uk">
|
872
|
+
<xs:annotation>
|
873
|
+
<xs:documentation>Ukrainian</xs:documentation>
|
874
|
+
</xs:annotation>
|
875
|
+
</xs:enumeration>
|
876
|
+
<xs:enumeration value="ur">
|
877
|
+
<xs:annotation>
|
878
|
+
<xs:documentation>Urdu</xs:documentation>
|
879
|
+
</xs:annotation>
|
880
|
+
</xs:enumeration>
|
881
|
+
<xs:enumeration value="uz">
|
882
|
+
<xs:annotation>
|
883
|
+
<xs:documentation>Uzbek</xs:documentation>
|
884
|
+
</xs:annotation>
|
885
|
+
</xs:enumeration>
|
886
|
+
<xs:enumeration value="ve">
|
887
|
+
<xs:annotation>
|
888
|
+
<xs:documentation>Venda</xs:documentation>
|
889
|
+
</xs:annotation>
|
890
|
+
</xs:enumeration>
|
891
|
+
<xs:enumeration value="vi">
|
892
|
+
<xs:annotation>
|
893
|
+
<xs:documentation>Vietnamese</xs:documentation>
|
894
|
+
</xs:annotation>
|
895
|
+
</xs:enumeration>
|
896
|
+
<xs:enumeration value="vo">
|
897
|
+
<xs:annotation>
|
898
|
+
<xs:documentation>Volapük</xs:documentation>
|
899
|
+
</xs:annotation>
|
900
|
+
</xs:enumeration>
|
901
|
+
<xs:enumeration value="wa">
|
902
|
+
<xs:annotation>
|
903
|
+
<xs:documentation>Walloon</xs:documentation>
|
904
|
+
</xs:annotation>
|
905
|
+
</xs:enumeration>
|
906
|
+
<xs:enumeration value="wo">
|
907
|
+
<xs:annotation>
|
908
|
+
<xs:documentation>Wolof</xs:documentation>
|
909
|
+
</xs:annotation>
|
910
|
+
</xs:enumeration>
|
911
|
+
<xs:enumeration value="xh">
|
912
|
+
<xs:annotation>
|
913
|
+
<xs:documentation>Xhosa</xs:documentation>
|
914
|
+
</xs:annotation>
|
915
|
+
</xs:enumeration>
|
916
|
+
<xs:enumeration value="yi">
|
917
|
+
<xs:annotation>
|
918
|
+
<xs:documentation>Yiddish</xs:documentation>
|
919
|
+
</xs:annotation>
|
920
|
+
</xs:enumeration>
|
921
|
+
<xs:enumeration value="yo">
|
922
|
+
<xs:annotation>
|
923
|
+
<xs:documentation>Yoruba</xs:documentation>
|
924
|
+
</xs:annotation>
|
925
|
+
</xs:enumeration>
|
926
|
+
<xs:enumeration value="za">
|
927
|
+
<xs:annotation>
|
928
|
+
<xs:documentation>Zhuang; Chuang</xs:documentation>
|
929
|
+
</xs:annotation>
|
930
|
+
</xs:enumeration>
|
931
|
+
<xs:enumeration value="zh">
|
932
|
+
<xs:annotation>
|
933
|
+
<xs:documentation>Chinese</xs:documentation>
|
934
|
+
</xs:annotation>
|
935
|
+
</xs:enumeration>
|
936
|
+
<xs:enumeration value="zu">
|
937
|
+
<xs:annotation>
|
938
|
+
<xs:documentation>Zulu</xs:documentation>
|
939
|
+
</xs:annotation>
|
940
|
+
</xs:enumeration>
|
941
|
+
|
942
|
+
<!-- NHS Additions -->
|
943
|
+
|
944
|
+
<xs:enumeration value="q1">
|
945
|
+
<xs:annotation>
|
946
|
+
<xs:documentation>Braille - for people who are unable to see</xs:documentation>
|
947
|
+
</xs:annotation>
|
948
|
+
</xs:enumeration>
|
949
|
+
<xs:enumeration value="q2">
|
950
|
+
<xs:annotation>
|
951
|
+
<xs:documentation>American Sign Language</xs:documentation>
|
952
|
+
</xs:annotation>
|
953
|
+
</xs:enumeration>
|
954
|
+
<xs:enumeration value="q3">
|
955
|
+
<xs:annotation>
|
956
|
+
<xs:documentation>Australian Sign Language</xs:documentation>
|
957
|
+
</xs:annotation>
|
958
|
+
</xs:enumeration>
|
959
|
+
<xs:enumeration value="q4">
|
960
|
+
<xs:annotation>
|
961
|
+
<xs:documentation>British Sign Language</xs:documentation>
|
962
|
+
</xs:annotation>
|
963
|
+
</xs:enumeration>
|
964
|
+
<xs:enumeration value="q5">
|
965
|
+
<xs:annotation>
|
966
|
+
<xs:documentation>Makaton - devised for children and adults with a variety of communication and Learning Disabilities</xs:documentation>
|
967
|
+
</xs:annotation>
|
968
|
+
</xs:enumeration>
|
969
|
+
</xs:restriction>
|
970
|
+
</xs:simpleType>
|
971
|
+
</xs:element>
|
972
|
+
<xs:element name="Description" minOccurs="0">
|
973
|
+
<xs:simpleType>
|
974
|
+
<xs:restriction base="xs:string">
|
975
|
+
<xs:maxLength value="32000"/>
|
976
|
+
</xs:restriction>
|
977
|
+
</xs:simpleType>
|
978
|
+
</xs:element>
|
979
|
+
</xs:sequence>
|
980
|
+
</xs:complexType>
|
981
|
+
</xs:schema>
|