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,48 +1,49 @@
|
|
1
|
-
<?xml version='1.0' encoding='UTF-8'?>
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<wsdl:definitions name="EventService" targetNamespace="http://idecs.atc.ru/orderprocessing/ws/eventservice/v25/" xmlns:ev="http://idecs.atc.ru/orderprocessing/ws/eventservice/v25/" xmlns:smev="http://smev.gosuslugi.ru/rev120315" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3
|
-
|
4
|
-
|
3
|
+
<wsdl:types>
|
4
|
+
<xsd:schema targetNamespace="http://idecs.atc.ru/orderprocessing/ws/eventservice/v25/" xmlns:ev="http://idecs.atc.ru/orderprocessing/ws/eventservice/v25/" xmlns:smev="http://smev.gosuslugi.ru/rev120315" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
5
5
|
<xsd:import namespace="http://smev.gosuslugi.ru/rev120315" schemaLocation="event-service-v25.xsd"/>
|
6
|
-
|
6
|
+
|
7
7
|
<xsd:element name="pushEventRequest" type="smev:PushEventRequest"/>
|
8
|
-
<xsd:element name="pushEventResponse" type="smev:PushEventResponse"/>
|
8
|
+
<xsd:element name="pushEventResponse" type="smev:PushEventResponse"/>
|
9
|
+
|
9
10
|
</xsd:schema>
|
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
|
-
|
11
|
+
</wsdl:types>
|
12
|
+
<wsdl:message name="pushEventResponse">
|
13
|
+
<wsdl:part element="ev:pushEventResponse" name="pushEventResponse">
|
14
|
+
</wsdl:part>
|
15
|
+
</wsdl:message>
|
16
|
+
<wsdl:message name="pushEventRequest">
|
17
|
+
<wsdl:part element="smev:Header" name="smevHeader">
|
18
|
+
</wsdl:part>
|
19
|
+
<wsdl:part element="ev:pushEventRequest" name="pushEventRequest">
|
20
|
+
</wsdl:part>
|
21
|
+
</wsdl:message>
|
22
|
+
<wsdl:portType name="EventService">
|
23
|
+
<wsdl:operation name="pushEvent">
|
24
|
+
<wsdl:input message="ev:pushEventRequest">
|
25
|
+
</wsdl:input>
|
26
|
+
<wsdl:output message="ev:pushEventResponse">
|
27
|
+
</wsdl:output>
|
28
|
+
</wsdl:operation>
|
29
|
+
</wsdl:portType>
|
30
|
+
<wsdl:binding name="EventServiceBinding" type="ev:EventService">
|
31
|
+
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
32
|
+
<wsdl:operation name="pushEvent">
|
33
|
+
<soap:operation soapAction="pushEvent" style="document"/>
|
34
|
+
<wsdl:input>
|
35
|
+
<soap:header message="ev:pushEventRequest" part="smevHeader" use="literal" wsdl:required="false">
|
36
|
+
</soap:header>
|
37
|
+
<soap:body parts="pushEventRequest" use="literal"/>
|
38
|
+
</wsdl:input>
|
39
|
+
<wsdl:output>
|
40
|
+
<soap:body use="literal"/>
|
41
|
+
</wsdl:output>
|
42
|
+
</wsdl:operation>
|
43
|
+
</wsdl:binding>
|
44
|
+
<wsdl:service name="EventService">
|
45
|
+
<wsdl:port binding="ev:EventServiceBinding" name="EventService">
|
46
|
+
<soap:address location="http://t00srv/orderprocessing/ws/EventServiceV25"/>
|
47
|
+
</wsdl:port>
|
48
|
+
</wsdl:service>
|
48
49
|
</wsdl:definitions>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<?xml version='1.0' encoding='UTF-8'?><schema elementFormDefault="qualified" targetNamespace="http://smev.gosuslugi.ru/rev120315" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:e="http://idecs.atc.ru/orderprocessing/ws/event/" xmlns:smev="http://smev.gosuslugi.ru/rev120315">
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?><schema elementFormDefault="qualified" targetNamespace="http://smev.gosuslugi.ru/rev120315" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:e="http://idecs.atc.ru/orderprocessing/ws/event/" xmlns:smev="http://smev.gosuslugi.ru/rev120315">
|
2
2
|
|
3
3
|
<import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="../xmldsig-core-schema.xsd"/>
|
4
4
|
<import namespace="http://idecs.atc.ru/orderprocessing/ws/event/" schemaLocation="event.xsd"/>
|
@@ -32,7 +32,11 @@
|
|
32
32
|
<extension base="e:EventObject">
|
33
33
|
<sequence>
|
34
34
|
<element ref="ds:Signature"/>
|
35
|
-
|
35
|
+
<!-- В связи с переходом на версию 2.5.6. протоколов СМЭВ удален атрибут error, т.к.
|
36
|
+
таковой боллее не фигурирует в протоколах СМЭВ.
|
37
|
+
На ПГУ отключена валидация, поэтому отсутствие атрибута error не приводит к ошибке отправки запроса на ПГУ
|
38
|
+
-->
|
39
|
+
<!-- <element minOccurs="1" ref="smev:error"/> -->
|
36
40
|
<any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax"/>
|
37
41
|
</sequence>
|
38
42
|
</extension>
|
@@ -49,7 +53,11 @@
|
|
49
53
|
<complexType name="EventResponseAppDataType">
|
50
54
|
<sequence>
|
51
55
|
<element ref="ds:Signature"/>
|
52
|
-
|
56
|
+
<!-- В связи с переходом на версию 2.5.6. протоколов СМЭВ удален атрибут error, т.к.
|
57
|
+
таковой боллее не фигурирует в протоколах СМЭВ.
|
58
|
+
На ПГУ отключена валидация, поэтому отсутствие атрибута error не приводит к ошибке отправки запроса на ПГУ
|
59
|
+
-->
|
60
|
+
<!-- <element minOccurs="1" ref="smev:error"/> -->
|
53
61
|
<any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax"/>
|
54
62
|
</sequence>
|
55
63
|
</complexType>
|
@@ -1,5 +1,4 @@
|
|
1
|
-
<?xml version='1.0' encoding='UTF-8'
|
2
|
-
<xsd:schema targetNamespace="http://idecs.atc.ru/orderprocessing/ws/event/" xmlns:e="http://idecs.atc.ru/orderprocessing/ws/event/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?><xsd:schema targetNamespace="http://idecs.atc.ru/orderprocessing/ws/event/" xmlns:e="http://idecs.atc.ru/orderprocessing/ws/event/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
3
2
|
<xsd:complexType name="OrderStatusEvent">
|
4
3
|
<xsd:annotation>
|
5
4
|
<xsd:documentation>
|
@@ -176,6 +175,22 @@
|
|
176
175
|
</xsd:annotation>
|
177
176
|
</xsd:element>
|
178
177
|
|
178
|
+
<xsd:element name="subject" type="xsd:string">
|
179
|
+
<xsd:annotation>
|
180
|
+
<xsd:documentation>
|
181
|
+
Тема приглашения
|
182
|
+
</xsd:documentation>
|
183
|
+
</xsd:annotation>
|
184
|
+
</xsd:element>
|
185
|
+
|
186
|
+
<xsd:element name="type" type="e:InvitationEventType">
|
187
|
+
<xsd:annotation>
|
188
|
+
<xsd:documentation>
|
189
|
+
Тип приглашения
|
190
|
+
</xsd:documentation>
|
191
|
+
</xsd:annotation>
|
192
|
+
</xsd:element>
|
193
|
+
|
179
194
|
<xsd:element name="action" type="e:InvitationEventAction">
|
180
195
|
<xsd:annotation>
|
181
196
|
<xsd:documentation>
|
@@ -184,6 +199,33 @@
|
|
184
199
|
</xsd:annotation>
|
185
200
|
</xsd:element>
|
186
201
|
|
202
|
+
<xsd:element maxOccurs="1" minOccurs="1" name="status" type="e:InvitationEventStatus">
|
203
|
+
<xsd:annotation>
|
204
|
+
<xsd:documentation>
|
205
|
+
Статус приглашения (Не подтверждено,Подтверждено)
|
206
|
+
</xsd:documentation>
|
207
|
+
</xsd:annotation>
|
208
|
+
</xsd:element>
|
209
|
+
|
210
|
+
<xsd:element name="canChangeReservationTime" type="xsd:boolean">
|
211
|
+
<xsd:annotation>
|
212
|
+
<xsd:documentation>
|
213
|
+
Возможность Заявителю выполнить новое бронирование
|
214
|
+
Да (в ЛК появляется кнопка бронирования очереди)
|
215
|
+
Нет (кнопка в ЛК отсутствует)
|
216
|
+
По умолчанию = Нет
|
217
|
+
</xsd:documentation>
|
218
|
+
</xsd:annotation>
|
219
|
+
</xsd:element>
|
220
|
+
|
221
|
+
<xsd:element name="orgCode" type="xsd:string">
|
222
|
+
<xsd:annotation>
|
223
|
+
<xsd:documentation>
|
224
|
+
Код ведомства
|
225
|
+
</xsd:documentation>
|
226
|
+
</xsd:annotation>
|
227
|
+
</xsd:element>
|
228
|
+
|
187
229
|
<xsd:element minOccurs="0" name="orgName" type="xsd:string">
|
188
230
|
<xsd:annotation>
|
189
231
|
<xsd:documentation>
|
@@ -216,6 +258,15 @@
|
|
216
258
|
</xsd:annotation>
|
217
259
|
</xsd:element>
|
218
260
|
|
261
|
+
<xsd:element minOccurs="0" name="slotId" type="xsd:string">
|
262
|
+
<xsd:annotation>
|
263
|
+
<xsd:documentation>
|
264
|
+
номер слота в очереди
|
265
|
+
</xsd:documentation>
|
266
|
+
</xsd:annotation>
|
267
|
+
</xsd:element>
|
268
|
+
|
269
|
+
|
219
270
|
</xsd:sequence>
|
220
271
|
</xsd:complexType>
|
221
272
|
|
@@ -230,7 +281,7 @@
|
|
230
281
|
</xsd:annotation>
|
231
282
|
</xsd:element>
|
232
283
|
|
233
|
-
|
284
|
+
<xsd:element minOccurs="0" name="eventDate" type="xsd:dateTime">
|
234
285
|
<xsd:annotation>
|
235
286
|
<xsd:documentation>
|
236
287
|
Дата события
|
@@ -325,4 +376,19 @@
|
|
325
376
|
<xsd:enumeration value="CANCEL"/>
|
326
377
|
</xsd:restriction>
|
327
378
|
</xsd:simpleType>
|
379
|
+
|
380
|
+
<xsd:simpleType name="InvitationEventStatus">
|
381
|
+
<xsd:restriction base="xsd:string">
|
382
|
+
<xsd:enumeration value="CONFIRMED"/>
|
383
|
+
<xsd:enumeration value="NOT_CONFIRMED"/>
|
384
|
+
<xsd:enumeration value="USER_REQUEST"/>
|
385
|
+
</xsd:restriction>
|
386
|
+
</xsd:simpleType>
|
387
|
+
|
388
|
+
<xsd:simpleType name="InvitationEventType">
|
389
|
+
<xsd:restriction base="xsd:string">
|
390
|
+
<xsd:enumeration value="EQUEUE"/>
|
391
|
+
<xsd:enumeration value="VISIT_TO_ORG"/>
|
392
|
+
</xsd:restriction>
|
393
|
+
</xsd:simpleType>
|
328
394
|
</xsd:schema>
|
@@ -1,93 +1,91 @@
|
|
1
1
|
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<xsd:schema elementFormDefault="qualified"
|
3
|
-
xmlns:po="http://idecs.atc.ru/privateoffice/ws/changeorderinfo"
|
4
3
|
targetNamespace="http://idecs.atc.ru/privateoffice/ws/changeorderinfo"
|
5
4
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
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
|
-
</xsd:complexType>
|
5
|
+
<xsd:element name="changeOrderInfo">
|
6
|
+
<xsd:complexType>
|
7
|
+
<xsd:annotation>
|
8
|
+
<xsd:documentation>Информация для изменения статуса заявки в ЛК</xsd:documentation>
|
9
|
+
</xsd:annotation>
|
10
|
+
<xsd:sequence>
|
11
|
+
<xsd:element minOccurs="0" name="serviceInfo">
|
12
|
+
<xsd:annotation>
|
13
|
+
<xsd:documentation>Информация об услуги</xsd:documentation>
|
14
|
+
</xsd:annotation>
|
15
|
+
<xsd:complexType>
|
16
|
+
<xsd:sequence>
|
17
|
+
<xsd:element minOccurs="0" name="serviceOrgCode" type="xsd:string">
|
18
|
+
<xsd:annotation>
|
19
|
+
<xsd:documentation>Код ведомства в ПГУ</xsd:documentation>
|
20
|
+
</xsd:annotation>
|
21
|
+
</xsd:element>
|
22
|
+
<xsd:element minOccurs="0" name="eServiceId" type="xsd:string">
|
23
|
+
<xsd:annotation>
|
24
|
+
<xsd:documentation>Код формы услуги ПГУ</xsd:documentation>
|
25
|
+
</xsd:annotation>
|
26
|
+
</xsd:element>
|
27
|
+
<xsd:element minOccurs="0" name="reestrId" type="xsd:string">
|
28
|
+
<xsd:annotation>
|
29
|
+
<xsd:documentation>Код цели в СРГУ</xsd:documentation>
|
30
|
+
</xsd:annotation>
|
31
|
+
</xsd:element>
|
32
|
+
</xsd:sequence>
|
33
|
+
</xsd:complexType>
|
34
|
+
</xsd:element>
|
35
|
+
<xsd:element name="orderId">
|
36
|
+
<xsd:annotation>
|
37
|
+
<xsd:documentation>Cтатус завки</xsd:documentation>
|
38
|
+
</xsd:annotation>
|
39
|
+
<xsd:complexType>
|
40
|
+
<xsd:choice>
|
41
|
+
<xsd:element name="pguId" type="xsd:string">
|
42
|
+
<xsd:annotation>
|
43
|
+
<xsd:documentation>Id заявки на портале</xsd:documentation>
|
44
|
+
</xsd:annotation>
|
45
|
+
</xsd:element>
|
46
|
+
<xsd:element name="orgId" type="xsd:string">
|
47
|
+
<xsd:annotation>
|
48
|
+
<xsd:documentation>Id заявки в ведомстве</xsd:documentation>
|
49
|
+
</xsd:annotation>
|
50
|
+
</xsd:element>
|
51
|
+
</xsd:choice>
|
52
|
+
</xsd:complexType>
|
53
|
+
</xsd:element>
|
54
|
+
<xsd:element name="statusCode">
|
55
|
+
<xsd:annotation>
|
56
|
+
<xsd:documentation>Новый статус завки</xsd:documentation>
|
57
|
+
</xsd:annotation>
|
58
|
+
<xsd:complexType>
|
59
|
+
<xsd:choice>
|
60
|
+
<xsd:element name="orgCode" type="xsd:string">
|
61
|
+
<xsd:annotation>
|
62
|
+
<xsd:documentation>Код статуса в ведомстве</xsd:documentation>
|
63
|
+
</xsd:annotation>
|
64
|
+
</xsd:element>
|
65
|
+
<xsd:element name="techCode" type="xsd:string">
|
66
|
+
<xsd:annotation>
|
67
|
+
<xsd:documentation>Код статуса на ЕПГУ</xsd:documentation>
|
68
|
+
</xsd:annotation>
|
69
|
+
</xsd:element>
|
70
|
+
</xsd:choice>
|
71
|
+
</xsd:complexType>
|
72
|
+
</xsd:element>
|
73
|
+
<xsd:element minOccurs="0" name="comment" type="xsd:string">
|
74
|
+
<xsd:annotation>
|
75
|
+
<xsd:documentation>Комментарий</xsd:documentation>
|
76
|
+
</xsd:annotation>
|
77
|
+
</xsd:element>
|
78
|
+
<xsd:element minOccurs="0" name="cancelAllowed" type="xsd:boolean">
|
79
|
+
<xsd:annotation>
|
80
|
+
<xsd:documentation>Возможность отмены</xsd:documentation>
|
81
|
+
</xsd:annotation>
|
82
|
+
</xsd:element>
|
83
|
+
<xsd:element name="authToken" type="xsd:string">
|
84
|
+
<xsd:annotation>
|
85
|
+
<xsd:documentation>Токен безопасности</xsd:documentation>
|
86
|
+
</xsd:annotation>
|
87
|
+
</xsd:element>
|
88
|
+
</xsd:sequence>
|
89
|
+
</xsd:complexType>
|
90
|
+
</xsd:element>
|
93
91
|
</xsd:schema>
|