renalware-core 2.0.0.pre.beta6 → 2.0.0.pre.beta7

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.
Files changed (199) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +20 -0
  3. data/lib/renalware/version.rb +1 -1
  4. data/spec/factories/accesses/patients.rb +3 -0
  5. data/spec/factories/accesses/plans.rb +11 -0
  6. data/spec/factories/accesses/plans_types.rb +5 -0
  7. data/spec/factories/accesses/procedures.rb +7 -0
  8. data/spec/factories/accesses/profiles.rb +14 -0
  9. data/spec/factories/accesses/sites.rb +6 -0
  10. data/spec/factories/accesses/types.rb +8 -0
  11. data/spec/factories/clinical/allergies.rb +7 -0
  12. data/spec/factories/clinical/body_compositions.rb +23 -0
  13. data/spec/factories/clinical/dry_weights.rb +11 -0
  14. data/spec/factories/clinical/patients.rb +3 -0
  15. data/spec/factories/clinics/appointments.rb +8 -0
  16. data/spec/factories/clinics/clinic_visits.rb +16 -0
  17. data/spec/factories/clinics/clinics.rb +6 -0
  18. data/spec/factories/deaths/cause.rb +6 -0
  19. data/spec/factories/deaths/modality_descriptions.rb +5 -0
  20. data/spec/factories/directory/people.rb +9 -0
  21. data/spec/factories/drugs/drug.rb +5 -0
  22. data/spec/factories/drugs/drug_types.rb +6 -0
  23. data/spec/factories/events/events.rb +26 -0
  24. data/spec/factories/events/events_types.rb +16 -0
  25. data/spec/factories/hd/cannulation_types.rb +5 -0
  26. data/spec/factories/hd/dialysers.rb +6 -0
  27. data/spec/factories/hd/hd_session_document.rb +69 -0
  28. data/spec/factories/hd/modality_descriptions.rb +5 -0
  29. data/spec/factories/hd/patient_statistics.rb +8 -0
  30. data/spec/factories/hd/patients.rb +3 -0
  31. data/spec/factories/hd/preference_sets.rb +10 -0
  32. data/spec/factories/hd/profiles.rb +18 -0
  33. data/spec/factories/hd/sessions.rb +34 -0
  34. data/spec/factories/hd/stations.rb +5 -0
  35. data/spec/factories/hospitals/centres.rb +6 -0
  36. data/spec/factories/hospitals/units.rb +15 -0
  37. data/spec/factories/letters/archives.rb +5 -0
  38. data/spec/factories/letters/contact_descriptions.rb +16 -0
  39. data/spec/factories/letters/contacts.rb +5 -0
  40. data/spec/factories/letters/descriptions.rb +5 -0
  41. data/spec/factories/letters/letterheads.rb +10 -0
  42. data/spec/factories/letters/letters.rb +25 -0
  43. data/spec/factories/letters/patients.rb +3 -0
  44. data/spec/factories/letters/primary_care_physicians.rb +5 -0
  45. data/spec/factories/letters/recipients.rb +11 -0
  46. data/spec/factories/medications/medication_route.rb +11 -0
  47. data/spec/factories/medications/prescription.rb +17 -0
  48. data/spec/factories/medications/prescription_terminations.rb +7 -0
  49. data/spec/factories/medications/prescription_version.rb +4 -0
  50. data/spec/factories/messaging/authors.rb +5 -0
  51. data/spec/factories/messaging/message.rb +11 -0
  52. data/spec/factories/messaging/patients.rb +5 -0
  53. data/spec/factories/messaging/receipt.rb +7 -0
  54. data/spec/factories/messaging/recipients.rb +5 -0
  55. data/spec/factories/modalities/modalities.rb +27 -0
  56. data/spec/factories/modalities/modality_descriptions.rb +34 -0
  57. data/spec/factories/modalities/modality_reasons.rb +20 -0
  58. data/spec/factories/pathology/consultant.rb +3 -0
  59. data/spec/factories/pathology/lab.rb +5 -0
  60. data/spec/factories/pathology/measurement_units.rb +8 -0
  61. data/spec/factories/pathology/observation_descriptions.rb +7 -0
  62. data/spec/factories/pathology/observation_requests.rb +8 -0
  63. data/spec/factories/pathology/observations.rb +8 -0
  64. data/spec/factories/pathology/patients.rb +3 -0
  65. data/spec/factories/pathology/request_descriptions.rb +6 -0
  66. data/spec/factories/pathology/requests/drug_category.rb +6 -0
  67. data/spec/factories/pathology/requests/global_rule.rb +7 -0
  68. data/spec/factories/pathology/requests/global_rule_set.rb +6 -0
  69. data/spec/factories/pathology/requests/patient_rule.rb +13 -0
  70. data/spec/factories/pathology/requests/request.rb +10 -0
  71. data/spec/factories/patients/alerts.rb +8 -0
  72. data/spec/factories/patients/bookmarks.rb +6 -0
  73. data/spec/factories/patients/ethnicities.rb +6 -0
  74. data/spec/factories/patients/languages.rb +5 -0
  75. data/spec/factories/patients/patients.rb +32 -0
  76. data/spec/factories/patients/practices.rb +17 -0
  77. data/spec/factories/patients/primary_care_physicians.rb +21 -0
  78. data/spec/factories/patients/religions.rb +5 -0
  79. data/spec/factories/patients/users.rb +3 -0
  80. data/spec/factories/pd/assessments.rb +22 -0
  81. data/spec/factories/pd/bag_types.rb +17 -0
  82. data/spec/factories/pd/episode_types.rb +6 -0
  83. data/spec/factories/pd/exit_site_infections.rb +9 -0
  84. data/spec/factories/pd/fluid_descriptions.rb +6 -0
  85. data/spec/factories/pd/infection_organisms.rb +10 -0
  86. data/spec/factories/pd/modality_descriptions.rb +5 -0
  87. data/spec/factories/pd/organism_codes.rb +6 -0
  88. data/spec/factories/pd/patients.rb +3 -0
  89. data/spec/factories/pd/pd_regimes.rb +36 -0
  90. data/spec/factories/pd/peritonitis_episode_type_descriptions.rb +8 -0
  91. data/spec/factories/pd/peritonitis_episodes.rb +20 -0
  92. data/spec/factories/pd/pet_adequacies.rb +38 -0
  93. data/spec/factories/pd/regime_bags.rb +44 -0
  94. data/spec/factories/pd/systems.rb +11 -0
  95. data/spec/factories/pd/training_sessions.rb +16 -0
  96. data/spec/factories/pd/training_sites.rb +6 -0
  97. data/spec/factories/pd/training_types.rb +5 -0
  98. data/spec/factories/problems/problems.rb +7 -0
  99. data/spec/factories/renal/patients.rb +3 -0
  100. data/spec/factories/renal/prd_description.rb +6 -0
  101. data/spec/factories/renal/profiles.rb +5 -0
  102. data/spec/factories/reporting/audits.rb +8 -0
  103. data/spec/factories/snippets/snippets.rb +6 -0
  104. data/spec/factories/snippets/users.rb +4 -0
  105. data/spec/factories/system/addresses.rb +11 -0
  106. data/spec/factories/system/roles.rb +27 -0
  107. data/spec/factories/system/templates.rb +15 -0
  108. data/spec/factories/system/users.rb +58 -0
  109. data/spec/factories/transplants/donations.rb +8 -0
  110. data/spec/factories/transplants/donor_stage.rb +12 -0
  111. data/spec/factories/transplants/donor_stage_position.rb +5 -0
  112. data/spec/factories/transplants/donor_stage_status.rb +5 -0
  113. data/spec/factories/transplants/live_donor_modality_description.rb +6 -0
  114. data/spec/factories/transplants/modality_descriptions.rb +10 -0
  115. data/spec/factories/transplants/patients.rb +3 -0
  116. data/spec/factories/transplants/recipient_followups.rb +4 -0
  117. data/spec/factories/transplants/recipient_operations.rb +15 -0
  118. data/spec/factories/transplants/registration_status_descriptions.rb +7 -0
  119. data/spec/factories/transplants/registration_statuses.rb +9 -0
  120. data/spec/factories/transplants/registrations.rb +46 -0
  121. data/spec/support/capybara_helper.rb +9 -0
  122. data/spec/support/database_cleaner.rb +18 -0
  123. data/spec/support/date_helpers.rb +9 -0
  124. data/spec/support/devise_spec_helper.rb +29 -0
  125. data/spec/support/drugs_spec_helper.rb +49 -0
  126. data/spec/support/factory_girl.rb +29 -0
  127. data/spec/support/json_helpers.rb +5 -0
  128. data/spec/support/letters_spec_helper.rb +36 -0
  129. data/spec/support/login_macros.rb +26 -0
  130. data/spec/support/matchers/document.rb +5 -0
  131. data/spec/support/matchers/validate_timeliness_of.rb +16 -0
  132. data/spec/support/pathology_spec_helper.rb +37 -0
  133. data/spec/support/patients_spec_helper.rb +16 -0
  134. data/spec/support/poltergeist.rb +2 -0
  135. data/spec/support/pundit_matcher.rb +13 -0
  136. data/spec/support/roles_spec_helper.rb +7 -0
  137. data/spec/support/select2_spec_helper.rb +13 -0
  138. data/spec/support/select_date_spec_helper.rb +11 -0
  139. data/spec/support/shared_contexts/a_global_rule_set.rb +19 -0
  140. data/spec/support/translations.rb +12 -0
  141. data/spec/support/travel.rb +7 -0
  142. data/spec/support/webmock.rb +3 -0
  143. metadata +142 -58
  144. data/vendor/xsd/ukrdc/README.md +0 -9
  145. data/vendor/xsd/ukrdc/Schema/Allergies/Allergy.xsd +0 -69
  146. data/vendor/xsd/ukrdc/Schema/ClinicalRelationships/ClinicalRelationship.xsd +0 -27
  147. data/vendor/xsd/ukrdc/Schema/Diagnoses/CauseOfDeath.xsd +0 -32
  148. data/vendor/xsd/ukrdc/Schema/Diagnoses/Diagnosis.xsd +0 -41
  149. data/vendor/xsd/ukrdc/Schema/Diagnoses/RenalDiagnosis.xsd +0 -41
  150. data/vendor/xsd/ukrdc/Schema/Documents/Document.xsd +0 -72
  151. data/vendor/xsd/ukrdc/Schema/Encounters/Encounter.xsd +0 -121
  152. data/vendor/xsd/ukrdc/Schema/Encounters/TransplantList.xsd +0 -108
  153. data/vendor/xsd/ukrdc/Schema/Encounters/Treatment.xsd +0 -207
  154. data/vendor/xsd/ukrdc/Schema/FamilyHistories/FamilyHistory.xsd +0 -42
  155. data/vendor/xsd/ukrdc/Schema/LabOrders/LabOrder.xsd +0 -181
  156. data/vendor/xsd/ukrdc/Schema/Medications/Medication.xsd +0 -88
  157. data/vendor/xsd/ukrdc/Schema/Observations/Observation.xsd +0 -65
  158. data/vendor/xsd/ukrdc/Schema/Patient.xsd +0 -87
  159. data/vendor/xsd/ukrdc/Schema/Procedures/DialysisSession.xsd +0 -61
  160. data/vendor/xsd/ukrdc/Schema/Procedures/Procedure.xsd +0 -38
  161. data/vendor/xsd/ukrdc/Schema/Procedures/Transplant.xsd +0 -160
  162. data/vendor/xsd/ukrdc/Schema/Procedures/VascularAccess.xsd +0 -49
  163. data/vendor/xsd/ukrdc/Schema/ProgramMemberships/ProgramMembership.xsd +0 -46
  164. data/vendor/xsd/ukrdc/Schema/README.md +0 -1
  165. data/vendor/xsd/ukrdc/Schema/SocialHistories/SocialHistory.xsd +0 -15
  166. data/vendor/xsd/ukrdc/Schema/Surveys/Survey.xsd +0 -143
  167. data/vendor/xsd/ukrdc/Schema/Types/ActionCode.xsd +0 -37
  168. data/vendor/xsd/ukrdc/Schema/Types/Address.xsd +0 -67
  169. data/vendor/xsd/ukrdc/Schema/Types/CF_DMD.xsd +0 -27
  170. data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_COD.xsd +0 -343
  171. data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_PRD.xsd +0 -356
  172. data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_0004.xsd +0 -76
  173. data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00204.xsd +0 -46
  174. data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00206.xsd +0 -41
  175. data/vendor/xsd/ukrdc/Schema/Types/CF_RR1.xsd +0 -567
  176. data/vendor/xsd/ukrdc/Schema/Types/CF_RR23.xsd +0 -82
  177. data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Discharge.xsd +0 -80
  178. data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Treatment.xsd +0 -241
  179. data/vendor/xsd/ukrdc/Schema/Types/CF_SNOMED.xsd +0 -27
  180. data/vendor/xsd/ukrdc/Schema/Types/Clinician.xsd +0 -27
  181. data/vendor/xsd/ukrdc/Schema/Types/CodeTableDetail.xsd +0 -27
  182. data/vendor/xsd/ukrdc/Schema/Types/CodedField.xsd +0 -27
  183. data/vendor/xsd/ukrdc/Schema/Types/CommonMetadata.xsd +0 -23
  184. data/vendor/xsd/ukrdc/Schema/Types/ContactDetail.xsd +0 -55
  185. data/vendor/xsd/ukrdc/Schema/Types/DrugProduct.xsd +0 -41
  186. data/vendor/xsd/ukrdc/Schema/Types/EthnicGroup.xsd +0 -114
  187. data/vendor/xsd/ukrdc/Schema/Types/FamilyDoctor.xsd +0 -21
  188. data/vendor/xsd/ukrdc/Schema/Types/LabResultItem.xsd +0 -160
  189. data/vendor/xsd/ukrdc/Schema/Types/LabTestItem.xsd +0 -24
  190. data/vendor/xsd/ukrdc/Schema/Types/Language.xsd +0 -981
  191. data/vendor/xsd/ukrdc/Schema/Types/Location.xsd +0 -27
  192. data/vendor/xsd/ukrdc/Schema/Types/NV_RR14.xsd +0 -39
  193. data/vendor/xsd/ukrdc/Schema/Types/Name.xsd +0 -51
  194. data/vendor/xsd/ukrdc/Schema/Types/Occupation.xsd +0 -75
  195. data/vendor/xsd/ukrdc/Schema/Types/Order.xsd +0 -48
  196. data/vendor/xsd/ukrdc/Schema/Types/PatientNumber.xsd +0 -90
  197. data/vendor/xsd/ukrdc/Schema/Types/PersonalContactType.xsd +0 -11
  198. data/vendor/xsd/ukrdc/Schema/Types/Result.xsd +0 -178
  199. data/vendor/xsd/ukrdc/Schema/UKRDC.xsd +0 -148
@@ -1,24 +0,0 @@
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?&lt;br&gt;
10
- HL7: OBX-2 : ValueType&lt;br&gt;
11
- HSDB: User.HS.CTTestCode(CTTCShowInCummulative)&lt;br&gt;
12
- HSDB: User.HS.ARCItmMast(ARCIMDisplayCumulative)&lt;br&gt;
13
- In HL7, IsNumeric is set to 'true' if ValueType is "NM" or "ST"&lt;br&gt;
14
- Note: In HL7 you can update from "N" (or "") to "Y" but not from "Y" to "N".&lt;br&gt;
15
- In direct-SDA you can update in either direction.&lt;br&gt;
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>
@@ -1,981 +0,0 @@
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>