ezags-xsd 2.2.0.6 → 2.2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/app/mappers/act_record_adoption_mapper.rb +5 -5
- data/app/mappers/act_record_birth_mapper.rb +1 -1
- data/app/mappers/act_record_content_of_divorce_mapper.rb +2 -2
- data/app/mappers/act_record_content_of_marriage_mapper.rb +2 -2
- data/app/mappers/act_record_death_mapper.rb +3 -3
- data/app/mappers/act_record_divorce_mapper.rb +4 -4
- data/app/mappers/act_record_filiation_mapper.rb +2 -2
- data/app/mappers/act_record_marriage_mapper.rb +3 -3
- data/app/mappers/act_record_name_change_mapper.rb +3 -3
- data/app/mappers/act_record_to_certificate_name_change_mapper.rb +4 -0
- data/app/mappers/act_record_to_reference_name_change32_mapper.rb +4 -0
- data/app/mappers/applicant_organization_mapper.rb +1 -0
- data/app/mappers/applicant_person_mapper.rb +1 -0
- data/app/mappers/citizen_without_ident_doc_mapper.rb +1 -0
- data/app/mappers/dead_person_mapper.rb +1 -0
- data/app/mappers/documents_confirming_adoption_mapper.rb +1 -1
- data/app/mappers/documents_confirming_birth_mapper.rb +10 -5
- data/app/mappers/documents_confirming_death_mapper.rb +2 -2
- data/app/mappers/documents_confirming_marriage_mapper.rb +2 -2
- data/app/mappers/documents_confirming_perinatal_death_mapper.rb +2 -0
- data/app/mappers/full_address_mapper.rb +2 -2
- data/app/mappers/full_citizen_mapper.rb +1 -0
- data/app/mappers/full_person_mapper.rb +1 -0
- data/app/mappers/kladr_code13_mapper.rb +9 -0
- data/app/mappers/message_type_mapper.rb +17 -12
- data/app/mappers/mnemonic_type_mapper.rb +10 -0
- data/app/mappers/org_external_type_mapper.rb +1 -2
- data/app/mappers/other_information_and_official_annotations_mapper.rb +1 -0
- data/app/mappers/reference_type_mapper.rb +4 -2
- data/app/mappers/registrar_employee_mapper.rb +1 -0
- data/app/mappers/related_modified_documents_for_adoption_mapper.rb +2 -2
- data/app/mappers/requisites_paper_document_mapper.rb +1 -1
- data/app/mappers/requisites_statement_of_person_attented_at_birth_mapper.rb +1 -0
- data/app/mappers/service_type_mapper.rb +18 -0
- data/app/mappers/short_address_mapper.rb +2 -2
- data/app/mappers/signed_act_record_adoption_mapper.rb +1 -1
- data/app/mappers/signed_act_record_birth_mapper.rb +1 -1
- data/app/mappers/signed_act_record_death_mapper.rb +1 -1
- data/app/mappers/signed_act_record_divorce_mapper.rb +1 -1
- data/app/mappers/signed_act_record_filiation_mapper.rb +1 -1
- data/app/mappers/signed_act_record_marriage_mapper.rb +1 -1
- data/app/mappers/signed_act_record_name_change_mapper.rb +1 -1
- data/app/mappers/statement_content_of_divorce_mapper.rb +2 -2
- data/app/mappers/statement_content_of_marriage_mapper.rb +2 -10
- data/app/mappers/statement_of_divorce_mapper.rb +2 -2
- data/app/mappers/status_response_mapper.rb +80 -0
- data/app/mappers/sub_message_type_mapper.rb +5 -8
- data/app/mappers/time_stamp_version_mapper.rb +1 -1
- data/app/mappers/version_type_mapper.rb +10 -0
- data/bin/ezags-xsd +13 -0
- data/ezags-xsd.gemspec +1 -1
- data/lib/ezags-xsd/version.rb +1 -1
- data/spec/mappers/act_record_to_certificate_name_change_mapper_spec.rb +1 -0
- data/spec/mappers/act_record_to_reference_name_change32_mapper_spec.rb +1 -0
- data/spec/mappers/{change_order_info_mapper_spec.rb → kladr_code13_mapper_spec.rb} +1 -7
- data/spec/mappers/message_type_mapper_spec.rb +2 -0
- data/spec/mappers/mnemonic_type_mapper_spec.rb +16 -0
- data/spec/mappers/org_external_type_mapper_spec.rb +1 -1
- data/spec/mappers/reference_type_mapper_spec.rb +1 -0
- data/spec/mappers/service_type_mapper_spec.rb +18 -0
- data/spec/mappers/statement_content_of_marriage_mapper_spec.rb +0 -2
- data/spec/mappers/statement_of_divorce_mapper_spec.rb +1 -1
- data/spec/mappers/version_type_mapper_spec.rb +16 -0
- data/vendor/ezags-protocols/actor.xsd +32 -25
- data/vendor/ezags-protocols/common.xsd +59 -34
- data/vendor/ezags-protocols/documents.xsd +555 -581
- data/vendor/ezags-protocols/ePGU/EventServiceV25.wsdl +44 -43
- data/vendor/ezags-protocols/ePGU/event-service-v25.xsd +11 -3
- data/vendor/ezags-protocols/ePGU/event.xsd +69 -3
- data/vendor/ezags-protocols/ePGU/order-info.xsd +86 -88
- data/vendor/ezags-protocols/eZAGS/LocalInterDepPersonalService.xsd +194 -81
- data/vendor/ezags-protocols/eZAGS/LocalOrderService.xsd +30 -18
- data/vendor/ezags-protocols/eZAGS/public/InterDepPersonalService.wsdl +23 -0
- data/vendor/ezags-protocols/eZAGS/public/InterDepPersonalService.xsd +74 -0
- data/vendor/ezags-protocols/eZAGS/public/OrderService.wsdl +1 -1
- data/vendor/ezags-protocols/eZAGS/public/UploadService.xsd +50 -56
- data/vendor/ezags-protocols/externaldocuments.xsd +60 -36
- data/vendor/ezags-protocols/smev/smev.gosuslugi.ru.rev120315.xsd +436 -399
- metadata +36 -19
- checksums.yaml +0 -15
- data/app/mappers/change_order_info_mapper.rb +0 -83
@@ -1,401 +1,438 @@
|
|
1
|
-
<?xml version=
|
2
|
-
<xs:schema
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
</xs:annotation>
|
104
|
-
</xs:element>
|
105
|
-
<xs:element name="ServiceCode" type="xs:string">
|
106
|
-
<xs:annotation>
|
107
|
-
<xs:documentation>Код услуги</xs:documentation>
|
108
|
-
</xs:annotation>
|
109
|
-
</xs:element>
|
110
|
-
<xs:element name="CaseNumber" type="xs:string">
|
111
|
-
<xs:annotation>
|
112
|
-
<xs:documentation>Номер заявки в информационной системе-отправителе
|
113
|
-
</xs:documentation>
|
114
|
-
</xs:annotation>
|
115
|
-
</xs:element>
|
116
|
-
<xs:element name="MessageId" type="smev:idType">
|
117
|
-
<xs:annotation>
|
118
|
-
<xs:documentation>Идентификатор сообщения</xs:documentation>
|
119
|
-
</xs:annotation>
|
120
|
-
</xs:element>
|
121
|
-
<xs:element name="TimeStamp" type="xs:dateTime">
|
122
|
-
<xs:annotation>
|
123
|
-
<xs:documentation>Метка времени получения запроса СМЭВ.ом
|
124
|
-
</xs:documentation>
|
125
|
-
</xs:annotation>
|
126
|
-
</xs:element>
|
127
|
-
<xs:element name="NodeId" type="xs:string">
|
128
|
-
<xs:annotation>
|
129
|
-
<xs:documentation>Уникальный идентификатор узла</xs:documentation>
|
130
|
-
</xs:annotation>
|
131
|
-
</xs:element>
|
132
|
-
<xs:element name="MessageClass" type="smev:MessageClassType">
|
133
|
-
<xs:annotation>
|
134
|
-
<xs:documentation>Идентификатор класса сообщения</xs:documentation>
|
135
|
-
</xs:annotation>
|
136
|
-
</xs:element>
|
137
|
-
<xs:element name="Status" type="smev:StatusType">
|
138
|
-
<xs:annotation>
|
139
|
-
<xs:documentation>Статус сообщения</xs:documentation>
|
140
|
-
</xs:annotation>
|
141
|
-
</xs:element>
|
142
|
-
<xs:element name="ExchangeType" type="xs:string">
|
143
|
-
<xs:annotation>
|
144
|
-
<xs:documentation>Категория взаимодействия</xs:documentation>
|
145
|
-
</xs:annotation>
|
146
|
-
</xs:element>
|
147
|
-
<xs:element name="BinaryData" type="xs:base64Binary">
|
148
|
-
<xs:annotation>
|
149
|
-
<xs:documentation>Контент вложения</xs:documentation>
|
150
|
-
</xs:annotation>
|
151
|
-
</xs:element>
|
152
|
-
<xs:element name="Reference" type="smev:ReferenceType">
|
153
|
-
<xs:annotation>
|
154
|
-
<xs:documentation>Ссылка на вложение</xs:documentation>
|
155
|
-
</xs:annotation>
|
156
|
-
</xs:element>
|
157
|
-
<xs:element name="DigestValue" type="xs:base64Binary">
|
158
|
-
<xs:annotation>
|
159
|
-
<xs:documentation>Хеш-код вложения</xs:documentation>
|
160
|
-
</xs:annotation>
|
161
|
-
</xs:element>
|
162
|
-
<xs:element name="TestMsg" type="xs:string">
|
163
|
-
<xs:annotation>
|
164
|
-
<xs:documentation>Идентификатор тестового запроса</xs:documentation>
|
165
|
-
</xs:annotation>
|
166
|
-
</xs:element>
|
167
|
-
<xs:element name="RequestCode" type="xs:string">
|
168
|
-
<xs:annotation>
|
169
|
-
<xs:documentation>Код заявления</xs:documentation>
|
170
|
-
</xs:annotation>
|
171
|
-
</xs:element>
|
172
|
-
<xs:element name="Id" type="smev:PacketIdType">
|
173
|
-
<xs:annotation>
|
174
|
-
<xs:documentation>Идентификатор заявки пакета</xs:documentation>
|
175
|
-
</xs:annotation>
|
176
|
-
</xs:element>
|
177
|
-
<xs:element name="PacketIds" type="smev:PacketIdsType">
|
178
|
-
<xs:annotation>
|
179
|
-
<xs:documentation>Блок идентификаторов заявок пакета</xs:documentation>
|
180
|
-
</xs:annotation>
|
181
|
-
</xs:element>
|
182
|
-
|
183
|
-
<xs:complexType name="HeaderType">
|
184
|
-
<xs:sequence>
|
185
|
-
<xs:element ref="smev:NodeId"/>
|
186
|
-
<xs:element ref="smev:MessageId"/>
|
187
|
-
<xs:element ref="smev:TimeStamp"/>
|
188
|
-
<xs:element ref="smev:MessageClass"/>
|
189
|
-
<xs:element minOccurs="0" ref="smev:PacketIds"/>
|
190
|
-
</xs:sequence>
|
191
|
-
<xs:attribute name="actor" type="xs:string"/>
|
192
|
-
</xs:complexType>
|
193
|
-
<xs:complexType name="BaseMessageType">
|
194
|
-
<xs:sequence>
|
195
|
-
<xs:element ref="smev:Message"/>
|
196
|
-
<xs:element ref="smev:MessageData"/>
|
197
|
-
</xs:sequence>
|
198
|
-
</xs:complexType>
|
199
|
-
<xs:complexType name="SubMessageType">
|
200
|
-
<xs:sequence>
|
201
|
-
<xs:element ref="smev:SubRequestNumber"/>
|
202
|
-
<xs:element ref="smev:Status"/>
|
203
|
-
<xs:element minOccurs="0" ref="smev:Originator"/>
|
204
|
-
<xs:element ref="smev:Date"/>
|
205
|
-
<xs:element minOccurs="0" ref="smev:RequestIdRef"/>
|
206
|
-
<xs:element minOccurs="0" ref="smev:OriginRequestIdRef"/>
|
207
|
-
<xs:element minOccurs="0" ref="smev:ServiceCode"/>
|
208
|
-
<xs:element minOccurs="0" ref="smev:CaseNumber"/>
|
209
|
-
</xs:sequence>
|
210
|
-
</xs:complexType>
|
211
|
-
<xs:complexType name="SubMessagesType">
|
212
|
-
<xs:sequence>
|
213
|
-
<xs:element maxOccurs="unbounded" minOccurs="1" ref="smev:SubMessage"/>
|
214
|
-
</xs:sequence>
|
215
|
-
</xs:complexType>
|
216
|
-
<xs:complexType name="MessageType">
|
217
|
-
<xs:sequence>
|
218
|
-
<xs:element ref="smev:Sender"/>
|
219
|
-
<xs:element ref="smev:Recipient"/>
|
220
|
-
<xs:element minOccurs="0" ref="smev:Originator"/>
|
221
|
-
<xs:element ref="smev:ServiceName"/>
|
222
|
-
<xs:element ref="smev:TypeCode"/>
|
223
|
-
<xs:element ref="smev:Status"/>
|
224
|
-
<xs:element ref="smev:Date"/>
|
225
|
-
<xs:element ref="smev:ExchangeType"/>
|
226
|
-
<xs:element minOccurs="0" ref="smev:RequestIdRef"/>
|
227
|
-
<xs:element minOccurs="0" ref="smev:OriginRequestIdRef"/>
|
228
|
-
<xs:element minOccurs="0" ref="smev:ServiceCode"/>
|
229
|
-
<xs:element minOccurs="0" ref="smev:CaseNumber"/>
|
230
|
-
<xs:element maxOccurs="1" minOccurs="0" ref="smev:SubMessages"/>
|
231
|
-
<xs:element minOccurs="0" ref="smev:TestMsg"/>
|
232
|
-
</xs:sequence>
|
233
|
-
</xs:complexType>
|
234
|
-
<xs:complexType name="MessageDataType">
|
235
|
-
<xs:sequence>
|
236
|
-
<xs:element minOccurs="0" ref="smev:AppData"/>
|
237
|
-
<xs:element minOccurs="0" ref="smev:AppDocument"/>
|
238
|
-
</xs:sequence>
|
239
|
-
</xs:complexType>
|
240
|
-
<xs:complexType name="PacketIdType">
|
241
|
-
<xs:sequence>
|
242
|
-
<xs:element ref="smev:MessageId"/>
|
243
|
-
<xs:element ref="smev:SubRequestNumber"/>
|
244
|
-
</xs:sequence>
|
245
|
-
</xs:complexType>
|
246
|
-
<xs:complexType name="PacketIdsType">
|
247
|
-
<xs:sequence>
|
248
|
-
<xs:element maxOccurs="unbounded" ref="smev:Id"/>
|
249
|
-
</xs:sequence>
|
250
|
-
</xs:complexType>
|
251
|
-
<xs:complexType name="AppDataType">
|
252
|
-
<xs:sequence>
|
253
|
-
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax"/>
|
254
|
-
</xs:sequence>
|
255
|
-
<xs:anyAttribute namespace="##any" processContents="lax"/>
|
256
|
-
</xs:complexType>
|
257
|
-
<xs:complexType name="AppDocumentType">
|
258
|
-
<xs:sequence>
|
259
|
-
<xs:element ref="smev:RequestCode"/>
|
260
|
-
<xs:choice>
|
261
|
-
<xs:element ref="smev:BinaryData"/>
|
262
|
-
<xs:sequence>
|
263
|
-
<xs:element ref="smev:Reference"/>
|
264
|
-
<xs:element ref="smev:DigestValue"/>
|
265
|
-
</xs:sequence>
|
266
|
-
</xs:choice>
|
267
|
-
</xs:sequence>
|
268
|
-
</xs:complexType>
|
269
|
-
<xs:complexType mixed="true" name="ReferenceType">
|
270
|
-
<xs:sequence>
|
271
|
-
<xs:element ref="smev:Include" minOccurs="0" />
|
272
|
-
</xs:sequence>
|
273
|
-
</xs:complexType>
|
274
|
-
|
275
|
-
<xs:element name="Include" type="xs:string"/>
|
276
|
-
|
277
|
-
<xs:complexType name="orgExternalType">
|
278
|
-
<xs:annotation>
|
279
|
-
<xs:documentation>Сведения об информационной системе
|
280
|
-
</xs:documentation>
|
281
|
-
</xs:annotation>
|
282
|
-
<xs:sequence>
|
283
|
-
<xs:element name="Code" type="xs:string">
|
284
|
-
<xs:annotation>
|
285
|
-
<xs:documentation>Идентификатор системы</xs:documentation>
|
286
|
-
</xs:annotation>
|
287
|
-
</xs:element>
|
288
|
-
<xs:element name="Name" type="xs:string">
|
289
|
-
<xs:annotation>
|
290
|
-
<xs:documentation>Наименование системы</xs:documentation>
|
291
|
-
</xs:annotation>
|
292
|
-
</xs:element> </xs:sequence>
|
293
|
-
</xs:complexType>
|
294
|
-
<xs:simpleType name="TypeCodeType">
|
295
|
-
<xs:restriction base="xs:string">
|
296
|
-
<xs:enumeration value="GSRV">
|
297
|
-
<xs:annotation>
|
298
|
-
<xs:documentation>Взаимодействие в рамках оказания государственных
|
299
|
-
услуг
|
300
|
-
</xs:documentation>
|
301
|
-
</xs:annotation>
|
302
|
-
</xs:enumeration>
|
303
|
-
<xs:enumeration value="GFNC">
|
304
|
-
<xs:annotation>
|
305
|
-
<xs:documentation>Взаимодействие в рамках исполнения
|
306
|
-
</xs:documentation>
|
307
|
-
</xs:annotation>
|
308
|
-
</xs:enumeration>
|
309
|
-
</xs:restriction>
|
310
|
-
</xs:simpleType>
|
311
|
-
<xs:simpleType name="MessageClassType">
|
312
|
-
<xs:restriction base="xs:string">
|
313
|
-
<xs:enumeration value="REQUEST">
|
314
|
-
<xs:annotation>
|
315
|
-
<xs:documentation>Запрос от потребителя к поставщику
|
316
|
-
</xs:documentation>
|
317
|
-
</xs:annotation>
|
318
|
-
</xs:enumeration>
|
319
|
-
<xs:enumeration value="RESPONSE">
|
320
|
-
<xs:annotation>
|
321
|
-
<xs:documentation>Ответ поставщика потребителю</xs:documentation>
|
322
|
-
</xs:annotation>
|
323
|
-
</xs:enumeration>
|
324
|
-
</xs:restriction>
|
325
|
-
</xs:simpleType>
|
326
|
-
<xs:simpleType name="StatusType">
|
327
|
-
<xs:restriction base="xs:string">
|
328
|
-
<xs:enumeration value="REQUEST">
|
329
|
-
<xs:annotation>
|
330
|
-
<xs:documentation>Запрос</xs:documentation>
|
331
|
-
</xs:annotation>
|
332
|
-
</xs:enumeration>
|
333
|
-
<xs:enumeration value="RESULT">
|
334
|
-
<xs:annotation>
|
335
|
-
<xs:documentation>Результат</xs:documentation>
|
336
|
-
</xs:annotation>
|
337
|
-
</xs:enumeration>
|
338
|
-
<xs:enumeration value="REJECT">
|
339
|
-
<xs:annotation>
|
340
|
-
<xs:documentation>Мотивированный отказ</xs:documentation>
|
341
|
-
</xs:annotation>
|
342
|
-
</xs:enumeration>
|
343
|
-
<xs:enumeration value="INVALID">
|
344
|
-
<xs:annotation>
|
345
|
-
<xs:documentation>Ошибка при ФЛК</xs:documentation>
|
346
|
-
</xs:annotation>
|
347
|
-
</xs:enumeration>
|
348
|
-
<xs:enumeration value="ACCEPT">
|
349
|
-
<xs:annotation>
|
350
|
-
<xs:documentation>Сообщение-квиток о приеме</xs:documentation>
|
351
|
-
</xs:annotation>
|
352
|
-
</xs:enumeration>
|
353
|
-
<xs:enumeration value="PING">
|
354
|
-
<xs:annotation>
|
355
|
-
<xs:documentation>Запрос данных/результатов</xs:documentation>
|
356
|
-
</xs:annotation>
|
357
|
-
</xs:enumeration>
|
358
|
-
<xs:enumeration value="PROCESS">
|
359
|
-
<xs:annotation>
|
360
|
-
<xs:documentation>В обработке</xs:documentation>
|
361
|
-
</xs:annotation>
|
362
|
-
</xs:enumeration>
|
363
|
-
<xs:enumeration value="NOTIFY">
|
364
|
-
<xs:annotation>
|
365
|
-
<xs:documentation>Уведомление об ошибке</xs:documentation>
|
366
|
-
</xs:annotation>
|
367
|
-
</xs:enumeration>
|
368
|
-
<xs:enumeration value="FAILURE">
|
369
|
-
<xs:annotation>
|
370
|
-
<xs:documentation>Технический сбой</xs:documentation>
|
371
|
-
</xs:annotation>
|
372
|
-
</xs:enumeration>
|
373
|
-
<xs:enumeration value="CANCEL">
|
374
|
-
<xs:annotation>
|
375
|
-
<xs:documentation>Отзыв заявления</xs:documentation>
|
376
|
-
</xs:annotation>
|
377
|
-
</xs:enumeration>
|
378
|
-
<xs:enumeration value="STATE">
|
379
|
-
<xs:annotation>
|
380
|
-
<xs:documentation>Возврат состояния</xs:documentation>
|
381
|
-
</xs:annotation>
|
382
|
-
</xs:enumeration>
|
383
|
-
<xs:enumeration value="PACKET">
|
384
|
-
<xs:annotation>
|
385
|
-
<xs:documentation>Передача пакетного сообщения</xs:documentation>
|
386
|
-
</xs:annotation>
|
387
|
-
</xs:enumeration>
|
388
|
-
</xs:restriction>
|
389
|
-
</xs:simpleType>
|
390
|
-
<xs:simpleType name="idType">
|
391
|
-
<xs:restriction base="xs:string"/>
|
392
|
-
</xs:simpleType>
|
393
|
-
<xs:element name="error">
|
394
|
-
<xs:complexType>
|
395
|
-
<xs:sequence>
|
396
|
-
<xs:element name="errorCode" type="xs:long"/>
|
397
|
-
<xs:element name="errorMessage" type="xs:string"/>
|
398
|
-
</xs:sequence>
|
399
|
-
</xs:complexType>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:smev="http://smev.gosuslugi.ru/rev120315"
|
3
|
+
xmlns:xop="http://www.w3.org/2004/08/xop/include" targetNamespace="http://smev.gosuslugi.ru/rev120315"
|
4
|
+
elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.5.3">
|
5
|
+
<xs:element name="Header" type="smev:HeaderType">
|
6
|
+
<xs:annotation>
|
7
|
+
<xs:documentation>Служебный загловок СМЭВ</xs:documentation>
|
8
|
+
</xs:annotation>
|
9
|
+
</xs:element>
|
10
|
+
<xs:element name="BaseMessage" type="smev:BaseMessageType">
|
11
|
+
<xs:annotation>
|
12
|
+
<xs:documentation>Базовый тип, описывающий сообщение в целом</xs:documentation>
|
13
|
+
</xs:annotation>
|
14
|
+
</xs:element>
|
15
|
+
<xs:element name="Message" type="smev:MessageType">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>Служебный блок атрибутов СМЭВ</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
</xs:element>
|
20
|
+
<xs:element name="SubMessage" type="smev:SubMessageType">
|
21
|
+
<xs:annotation>
|
22
|
+
<xs:documentation>Описание заявки пакета</xs:documentation>
|
23
|
+
</xs:annotation>
|
24
|
+
</xs:element>
|
25
|
+
<xs:element name="SubMessages" type="smev:SubMessagesType">
|
26
|
+
<xs:annotation>
|
27
|
+
<xs:documentation>Набор описей заявок пакета</xs:documentation>
|
28
|
+
</xs:annotation>
|
29
|
+
</xs:element>
|
30
|
+
<xs:element name="MessageData" type="smev:MessageDataType">
|
31
|
+
<xs:annotation>
|
32
|
+
<xs:documentation>Блок-обертка данных СМЭВ</xs:documentation>
|
33
|
+
</xs:annotation>
|
34
|
+
</xs:element>
|
35
|
+
<xs:element name="AppData" type="smev:AppDataType">
|
36
|
+
<xs:annotation>
|
37
|
+
<xs:documentation>Блок структурированных сведений</xs:documentation>
|
38
|
+
</xs:annotation>
|
39
|
+
</xs:element>
|
40
|
+
<xs:element name="AppDocument" type="smev:AppDocumentType">
|
41
|
+
<xs:annotation>
|
42
|
+
<xs:documentation>Блок вложений</xs:documentation>
|
43
|
+
</xs:annotation>
|
44
|
+
</xs:element>
|
45
|
+
<xs:element name="SubRequestNumber" type="xs:string">
|
46
|
+
<xs:annotation>
|
47
|
+
<xs:documentation>Уникальный идентификатор сообщения внутри пакета назначается инициатором взаимодействия
|
48
|
+
</xs:documentation>
|
49
|
+
</xs:annotation>
|
50
|
+
</xs:element>
|
51
|
+
<xs:element name="Sender" type="smev:orgExternalType">
|
52
|
+
<xs:annotation>
|
53
|
+
<xs:documentation>Данные о системе-инициаторе взаимодействия (Потребителе) (валидируется СМЭВ на
|
54
|
+
соответствие сертификату)
|
55
|
+
</xs:documentation>
|
56
|
+
</xs:annotation>
|
57
|
+
</xs:element>
|
58
|
+
<xs:element name="Recipient" type="smev:orgExternalType">
|
59
|
+
<xs:annotation>
|
60
|
+
<xs:documentation>Данные о системе-получателе сообщения (Поставщике) (валидируется СМЭВ по реестру
|
61
|
+
поставщиков)
|
62
|
+
</xs:documentation>
|
63
|
+
</xs:annotation>
|
64
|
+
</xs:element>
|
65
|
+
<xs:element name="Originator" type="smev:orgExternalType">
|
66
|
+
<xs:annotation>
|
67
|
+
<xs:documentation>Данные о системе, инициировавашей цепочку из нескольких запросов-ответов, объединенных
|
68
|
+
единым процессом в рамках взаимодействия
|
69
|
+
</xs:documentation>
|
70
|
+
</xs:annotation>
|
71
|
+
</xs:element>
|
72
|
+
<xs:element name="Service" type="smev:ServiceType">
|
73
|
+
<xs:annotation>
|
74
|
+
<xs:documentation>Целевой сервис</xs:documentation>
|
75
|
+
</xs:annotation>
|
76
|
+
</xs:element>
|
77
|
+
<xs:element name="TypeCode" type="smev:TypeCodeType">
|
78
|
+
<xs:annotation>
|
79
|
+
<xs:documentation>Тип сообщения</xs:documentation>
|
80
|
+
</xs:annotation>
|
81
|
+
</xs:element>
|
82
|
+
<xs:element name="Date" type="xs:dateTime">
|
83
|
+
<xs:annotation>
|
84
|
+
<xs:documentation>Дата создания запроса</xs:documentation>
|
85
|
+
</xs:annotation>
|
86
|
+
</xs:element>
|
87
|
+
<xs:element name="RequestIdRef" type="smev:idType">
|
88
|
+
<xs:annotation>
|
89
|
+
<xs:documentation>Идентификатор сообщения-запроса, инициировавшего взаимодействие</xs:documentation>
|
90
|
+
</xs:annotation>
|
91
|
+
</xs:element>
|
92
|
+
<xs:element name="OriginRequestIdRef" type="smev:idType">
|
93
|
+
<xs:annotation>
|
94
|
+
<xs:documentation>Идентификатор сообщения-запроса, инициировавшего цепочку из нескольких запросов-ответов,
|
95
|
+
объединенных единым процессом в рамках взаимодействия
|
96
|
+
</xs:documentation>
|
97
|
+
</xs:annotation>
|
98
|
+
</xs:element>
|
99
|
+
<xs:element name="ServiceCode" type="xs:string">
|
100
|
+
<xs:annotation>
|
101
|
+
<xs:documentation>Код услуги</xs:documentation>
|
102
|
+
</xs:annotation>
|
400
103
|
</xs:element>
|
104
|
+
<xs:element name="CaseNumber" type="xs:string">
|
105
|
+
<xs:annotation>
|
106
|
+
<xs:documentation>Номер заявки в информационной системе-отправителе</xs:documentation>
|
107
|
+
</xs:annotation>
|
108
|
+
</xs:element>
|
109
|
+
<xs:element name="ServiceName" type="xs:string">
|
110
|
+
<xs:annotation>
|
111
|
+
<xs:documentation>Мнемоника электронного сервиса</xs:documentation>
|
112
|
+
</xs:annotation>
|
113
|
+
</xs:element>
|
114
|
+
<xs:element name="OKTMO" type="xs:string">
|
115
|
+
<xs:annotation>
|
116
|
+
<xs:documentation>Код OKTMO</xs:documentation>
|
117
|
+
</xs:annotation>
|
118
|
+
</xs:element>
|
119
|
+
<xs:element name="MessageId" type="smev:idType">
|
120
|
+
<xs:annotation>
|
121
|
+
<xs:documentation>Идентификатор сообщения</xs:documentation>
|
122
|
+
</xs:annotation>
|
123
|
+
</xs:element>
|
124
|
+
<xs:element name="TimeStamp" type="xs:dateTime">
|
125
|
+
<xs:annotation>
|
126
|
+
<xs:documentation>Метка времени получения запроса СМЭВ.ом</xs:documentation>
|
127
|
+
</xs:annotation>
|
128
|
+
</xs:element>
|
129
|
+
<xs:element name="NodeId" type="xs:string">
|
130
|
+
<xs:annotation>
|
131
|
+
<xs:documentation>Уникальный идентификатор узла</xs:documentation>
|
132
|
+
</xs:annotation>
|
133
|
+
</xs:element>
|
134
|
+
<xs:element name="MessageClass" type="smev:MessageClassType">
|
135
|
+
<xs:annotation>
|
136
|
+
<xs:documentation>Идентификатор класса сообщения</xs:documentation>
|
137
|
+
</xs:annotation>
|
138
|
+
</xs:element>
|
139
|
+
<xs:element name="Status" type="smev:StatusType">
|
140
|
+
<xs:annotation>
|
141
|
+
<xs:documentation>Статус сообщения</xs:documentation>
|
142
|
+
</xs:annotation>
|
143
|
+
</xs:element>
|
144
|
+
<xs:element name="ExchangeType" type="xs:string">
|
145
|
+
<xs:annotation>
|
146
|
+
<xs:documentation>Категория взаимодействия</xs:documentation>
|
147
|
+
</xs:annotation>
|
148
|
+
</xs:element>
|
149
|
+
<xs:element name="BinaryData" type="xs:base64Binary">
|
150
|
+
<xs:annotation>
|
151
|
+
<xs:documentation>Контент вложения</xs:documentation>
|
152
|
+
</xs:annotation>
|
153
|
+
</xs:element>
|
154
|
+
<xs:element name="Reference" type="smev:ReferenceType">
|
155
|
+
<xs:annotation>
|
156
|
+
<xs:documentation>Ссылка на вложение</xs:documentation>
|
157
|
+
</xs:annotation>
|
158
|
+
</xs:element>
|
159
|
+
<xs:element name="DigestValue" type="xs:base64Binary">
|
160
|
+
<xs:annotation>
|
161
|
+
<xs:documentation>Хеш-код вложения</xs:documentation>
|
162
|
+
</xs:annotation>
|
163
|
+
</xs:element>
|
164
|
+
<xs:element name="TestMsg" type="xs:string">
|
165
|
+
<xs:annotation>
|
166
|
+
<xs:documentation>Идентификатор тестового запроса</xs:documentation>
|
167
|
+
</xs:annotation>
|
168
|
+
</xs:element>
|
169
|
+
<xs:element name="RequestCode" type="xs:string">
|
170
|
+
<xs:annotation>
|
171
|
+
<xs:documentation>Код заявления</xs:documentation>
|
172
|
+
</xs:annotation>
|
173
|
+
</xs:element>
|
174
|
+
<xs:element name="Id" type="smev:PacketIdType">
|
175
|
+
<xs:annotation>
|
176
|
+
<xs:documentation>Идентификатор заявки пакета</xs:documentation>
|
177
|
+
</xs:annotation>
|
178
|
+
</xs:element>
|
179
|
+
<xs:element name="PacketIds" type="smev:PacketIdsType">
|
180
|
+
<xs:annotation>
|
181
|
+
<xs:documentation>Блок идентификаторов заявок пакета</xs:documentation>
|
182
|
+
</xs:annotation>
|
183
|
+
</xs:element>
|
184
|
+
<xs:complexType name="HeaderType">
|
185
|
+
<xs:sequence>
|
186
|
+
<xs:element ref="smev:NodeId"/>
|
187
|
+
<xs:element ref="smev:MessageId"/>
|
188
|
+
<xs:element ref="smev:TimeStamp"/>
|
189
|
+
<xs:element ref="smev:MessageClass"/>
|
190
|
+
<xs:element ref="smev:PacketIds" minOccurs="0"/>
|
191
|
+
</xs:sequence>
|
192
|
+
<xs:attribute name="actor" type="xs:string"/>
|
193
|
+
<xs:anyAttribute namespace="##any" processContents="lax"/>
|
194
|
+
</xs:complexType>
|
195
|
+
<xs:complexType name="BaseMessageType">
|
196
|
+
<xs:sequence>
|
197
|
+
<xs:element ref="smev:Message"/>
|
198
|
+
<xs:element ref="smev:MessageData"/>
|
199
|
+
</xs:sequence>
|
200
|
+
</xs:complexType>
|
201
|
+
<xs:complexType name="SubMessageType">
|
202
|
+
<xs:sequence>
|
203
|
+
<xs:element ref="smev:SubRequestNumber"/>
|
204
|
+
<xs:element ref="smev:Status"/>
|
205
|
+
<xs:element ref="smev:Originator" minOccurs="0"/>
|
206
|
+
<xs:element ref="smev:Date"/>
|
207
|
+
<xs:element ref="smev:RequestIdRef" minOccurs="0"/>
|
208
|
+
<xs:element ref="smev:OriginRequestIdRef" minOccurs="0"/>
|
209
|
+
<xs:element ref="smev:ServiceCode" minOccurs="0"/>
|
210
|
+
<xs:element ref="smev:CaseNumber" minOccurs="0"/>
|
211
|
+
</xs:sequence>
|
212
|
+
</xs:complexType>
|
213
|
+
<xs:complexType name="SubMessagesType">
|
214
|
+
<xs:sequence>
|
215
|
+
<xs:element ref="smev:SubMessage" minOccurs="1" maxOccurs="unbounded"/>
|
216
|
+
</xs:sequence>
|
217
|
+
</xs:complexType>
|
218
|
+
<xs:complexType name="MessageType">
|
219
|
+
<xs:sequence>
|
220
|
+
<xs:element ref="smev:Sender"/>
|
221
|
+
<xs:element ref="smev:Recipient"/>
|
222
|
+
<xs:element ref="smev:Originator" minOccurs="0"/>
|
223
|
+
<xs:choice>
|
224
|
+
<xs:element ref="smev:ServiceName"/>
|
225
|
+
<xs:element ref="smev:Service"/>
|
226
|
+
</xs:choice>
|
227
|
+
<xs:element ref="smev:TypeCode"/>
|
228
|
+
<xs:element ref="smev:Status"/>
|
229
|
+
<xs:element ref="smev:Date"/>
|
230
|
+
<xs:element ref="smev:ExchangeType"/>
|
231
|
+
<xs:element ref="smev:RequestIdRef" minOccurs="0"/>
|
232
|
+
<xs:element ref="smev:OriginRequestIdRef" minOccurs="0"/>
|
233
|
+
<xs:element ref="smev:ServiceCode" minOccurs="0"/>
|
234
|
+
<xs:element ref="smev:CaseNumber" minOccurs="0"/>
|
235
|
+
<xs:element ref="smev:SubMessages" minOccurs="0" maxOccurs="1"/>
|
236
|
+
<xs:element ref="smev:TestMsg" minOccurs="0"/>
|
237
|
+
<xs:element ref="smev:OKTMO" minOccurs="0"/>
|
238
|
+
</xs:sequence>
|
239
|
+
</xs:complexType>
|
240
|
+
<xs:complexType name="MessageDataType">
|
241
|
+
<xs:sequence>
|
242
|
+
<xs:element ref="smev:AppData" minOccurs="0"/>
|
243
|
+
<xs:element ref="smev:AppDocument" minOccurs="0"/>
|
244
|
+
</xs:sequence>
|
245
|
+
</xs:complexType>
|
246
|
+
<xs:complexType name="PacketIdType">
|
247
|
+
<xs:sequence>
|
248
|
+
<xs:element ref="smev:MessageId"/>
|
249
|
+
<xs:element ref="smev:SubRequestNumber"/>
|
250
|
+
</xs:sequence>
|
251
|
+
</xs:complexType>
|
252
|
+
<xs:complexType name="PacketIdsType">
|
253
|
+
<xs:sequence>
|
254
|
+
<xs:element ref="smev:Id" maxOccurs="unbounded"/>
|
255
|
+
</xs:sequence>
|
256
|
+
</xs:complexType>
|
257
|
+
<xs:complexType name="AppDataType">
|
258
|
+
<xs:sequence>
|
259
|
+
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
|
260
|
+
</xs:sequence>
|
261
|
+
<xs:anyAttribute namespace="##any" processContents="lax"/>
|
262
|
+
</xs:complexType>
|
263
|
+
<xs:complexType name="AppDocumentType">
|
264
|
+
<xs:sequence>
|
265
|
+
<xs:element ref="smev:RequestCode"/>
|
266
|
+
<xs:choice>
|
267
|
+
<xs:element ref="smev:BinaryData"/>
|
268
|
+
<xs:sequence>
|
269
|
+
<xs:element ref="smev:Reference"/>
|
270
|
+
<xs:element ref="smev:DigestValue"/>
|
271
|
+
</xs:sequence>
|
272
|
+
</xs:choice>
|
273
|
+
</xs:sequence>
|
274
|
+
</xs:complexType>
|
275
|
+
<xs:complexType name="ReferenceType" mixed="true">
|
276
|
+
<xs:sequence>
|
277
|
+
<xs:element ref="smev:Include" minOccurs="0"/>
|
278
|
+
</xs:sequence>
|
279
|
+
</xs:complexType>
|
280
|
+
|
281
|
+
<xs:element name="Include" type="xs:string"/>
|
282
|
+
|
283
|
+
<xs:complexType name="orgExternalType">
|
284
|
+
<xs:annotation>
|
285
|
+
<xs:documentation>Сведения об информационной системе</xs:documentation>
|
286
|
+
</xs:annotation>
|
287
|
+
<xs:sequence>
|
288
|
+
<xs:element name="Code" type="smev:MnemonicType">
|
289
|
+
<xs:annotation>
|
290
|
+
<xs:documentation>Идентификатор системы</xs:documentation>
|
291
|
+
</xs:annotation>
|
292
|
+
</xs:element>
|
293
|
+
<xs:element name="Name" type="xs:string">
|
294
|
+
<xs:annotation>
|
295
|
+
<xs:documentation>Наименование системы</xs:documentation>
|
296
|
+
</xs:annotation>
|
297
|
+
</xs:element>
|
298
|
+
</xs:sequence>
|
299
|
+
</xs:complexType>
|
300
|
+
<xs:simpleType name="TypeCodeType">
|
301
|
+
<xs:restriction base="xs:string">
|
302
|
+
<xs:enumeration value="GSRV">
|
303
|
+
<xs:annotation>
|
304
|
+
<xs:documentation>Взаимодействие в рамках оказания государственных услуг</xs:documentation>
|
305
|
+
</xs:annotation>
|
306
|
+
</xs:enumeration>
|
307
|
+
<xs:enumeration value="GFNC">
|
308
|
+
<xs:annotation>
|
309
|
+
<xs:documentation>Взаимодействие в рамках исполнения государственных функций</xs:documentation>
|
310
|
+
</xs:annotation>
|
311
|
+
</xs:enumeration>
|
312
|
+
<xs:enumeration value="OTHR">
|
313
|
+
<xs:annotation>
|
314
|
+
<xs:documentation>Взаимодействие в иных целях, предусмотренных законодательством Российской
|
315
|
+
Федерации
|
316
|
+
</xs:documentation>
|
317
|
+
</xs:annotation>
|
318
|
+
</xs:enumeration>
|
319
|
+
</xs:restriction>
|
320
|
+
</xs:simpleType>
|
321
|
+
<xs:simpleType name="MessageClassType">
|
322
|
+
<xs:restriction base="xs:string">
|
323
|
+
<xs:enumeration value="REQUEST">
|
324
|
+
<xs:annotation>
|
325
|
+
<xs:documentation>Запрос от потребителя к поставщику</xs:documentation>
|
326
|
+
</xs:annotation>
|
327
|
+
</xs:enumeration>
|
328
|
+
<xs:enumeration value="RESPONSE">
|
329
|
+
<xs:annotation>
|
330
|
+
<xs:documentation>Ответ поставщика потребителю</xs:documentation>
|
331
|
+
</xs:annotation>
|
332
|
+
</xs:enumeration>
|
333
|
+
</xs:restriction>
|
334
|
+
</xs:simpleType>
|
335
|
+
<xs:simpleType name="StatusType">
|
336
|
+
<xs:restriction base="xs:string">
|
337
|
+
<xs:enumeration value="REQUEST">
|
338
|
+
<xs:annotation>
|
339
|
+
<xs:documentation>Запрос</xs:documentation>
|
340
|
+
</xs:annotation>
|
341
|
+
</xs:enumeration>
|
342
|
+
<xs:enumeration value="RESULT">
|
343
|
+
<xs:annotation>
|
344
|
+
<xs:documentation>Результат</xs:documentation>
|
345
|
+
</xs:annotation>
|
346
|
+
</xs:enumeration>
|
347
|
+
<xs:enumeration value="REJECT">
|
348
|
+
<xs:annotation>
|
349
|
+
<xs:documentation>Мотивированный отказ</xs:documentation>
|
350
|
+
</xs:annotation>
|
351
|
+
</xs:enumeration>
|
352
|
+
<xs:enumeration value="INVALID">
|
353
|
+
<xs:annotation>
|
354
|
+
<xs:documentation>Ошибка при ФЛК</xs:documentation>
|
355
|
+
</xs:annotation>
|
356
|
+
</xs:enumeration>
|
357
|
+
<xs:enumeration value="ACCEPT">
|
358
|
+
<xs:annotation>
|
359
|
+
<xs:documentation>Сообщение-квиток о приеме</xs:documentation>
|
360
|
+
</xs:annotation>
|
361
|
+
</xs:enumeration>
|
362
|
+
<xs:enumeration value="PING">
|
363
|
+
<xs:annotation>
|
364
|
+
<xs:documentation>Запрос данных/результатов</xs:documentation>
|
365
|
+
</xs:annotation>
|
366
|
+
</xs:enumeration>
|
367
|
+
<xs:enumeration value="PROCESS">
|
368
|
+
<xs:annotation>
|
369
|
+
<xs:documentation>В обработке</xs:documentation>
|
370
|
+
</xs:annotation>
|
371
|
+
</xs:enumeration>
|
372
|
+
<xs:enumeration value="NOTIFY">
|
373
|
+
<xs:annotation>
|
374
|
+
<xs:documentation>Уведомление об ошибке</xs:documentation>
|
375
|
+
</xs:annotation>
|
376
|
+
</xs:enumeration>
|
377
|
+
<xs:enumeration value="FAILURE">
|
378
|
+
<xs:annotation>
|
379
|
+
<xs:documentation>Технический сбой</xs:documentation>
|
380
|
+
</xs:annotation>
|
381
|
+
</xs:enumeration>
|
382
|
+
<xs:enumeration value="CANCEL">
|
383
|
+
<xs:annotation>
|
384
|
+
<xs:documentation>Отзыв заявления</xs:documentation>
|
385
|
+
</xs:annotation>
|
386
|
+
</xs:enumeration>
|
387
|
+
<xs:enumeration value="STATE">
|
388
|
+
<xs:annotation>
|
389
|
+
<xs:documentation>Возврат состояния</xs:documentation>
|
390
|
+
</xs:annotation>
|
391
|
+
</xs:enumeration>
|
392
|
+
<xs:enumeration value="PACKET">
|
393
|
+
<xs:annotation>
|
394
|
+
<xs:documentation>Передача пакетного сообщения</xs:documentation>
|
395
|
+
</xs:annotation>
|
396
|
+
</xs:enumeration>
|
397
|
+
</xs:restriction>
|
398
|
+
</xs:simpleType>
|
399
|
+
<xs:simpleType name="idType">
|
400
|
+
<xs:restriction base="xs:string"/>
|
401
|
+
</xs:simpleType>
|
402
|
+
<xs:simpleType name="MnemonicType">
|
403
|
+
<xs:annotation>
|
404
|
+
<xs:documentation>Формат мнемоники</xs:documentation>
|
405
|
+
</xs:annotation>
|
406
|
+
<xs:restriction base="xs:string">
|
407
|
+
<xs:minLength value="9"/>
|
408
|
+
<xs:maxLength value="9"/>
|
409
|
+
<xs:pattern value="[A-Z0-9]{4}\d{5}"/>
|
410
|
+
<xs:whiteSpace value="collapse"/>
|
411
|
+
</xs:restriction>
|
412
|
+
</xs:simpleType>
|
413
|
+
<xs:complexType name="ServiceType">
|
414
|
+
<xs:annotation>
|
415
|
+
<xs:documentation>Информация о целевом сервисе</xs:documentation>
|
416
|
+
</xs:annotation>
|
417
|
+
<xs:sequence>
|
418
|
+
<xs:element name="Mnemonic" type="xs:string">
|
419
|
+
<xs:annotation>
|
420
|
+
<xs:documentation>Мнемоника сервиса</xs:documentation>
|
421
|
+
</xs:annotation>
|
422
|
+
</xs:element>
|
423
|
+
<xs:element name="Version" type="smev:VersionType">
|
424
|
+
<xs:annotation>
|
425
|
+
<xs:documentation>Версия сервиса</xs:documentation>
|
426
|
+
</xs:annotation>
|
427
|
+
</xs:element>
|
428
|
+
</xs:sequence>
|
429
|
+
</xs:complexType>
|
430
|
+
<xs:simpleType name="VersionType">
|
431
|
+
<xs:annotation>
|
432
|
+
<xs:documentation>Формат версии</xs:documentation>
|
433
|
+
</xs:annotation>
|
434
|
+
<xs:restriction base="xs:string">
|
435
|
+
<xs:pattern value="\d{1,2}\.\d{2}"></xs:pattern>
|
436
|
+
</xs:restriction>
|
437
|
+
</xs:simpleType>
|
401
438
|
</xs:schema>
|