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
@@ -192,6 +192,16 @@
|
|
192
192
|
<xs:documentation>Запрос на получение сведений по актовой записи о смерти в объеме данной АЗ</xs:documentation>
|
193
193
|
</xs:annotation>
|
194
194
|
</xs:element>
|
195
|
+
<xs:element name="archiveCompletenessStateRequest" type="smev:ArchiveCompletenessStateRequest">
|
196
|
+
<xs:annotation>
|
197
|
+
<xs:documentation>Запрос на получение сведений о полноте электронного архива АЗ в ЗАГСЕ</xs:documentation>
|
198
|
+
</xs:annotation>
|
199
|
+
</xs:element>
|
200
|
+
<xs:element name="archiveCompletenessStateResponse" type="smev:ArchiveCompletenessStateResponse">
|
201
|
+
<xs:annotation>
|
202
|
+
<xs:documentation>Ответ на запрос о полноте электронного архива АЗ в ЗАГСЕ</xs:documentation>
|
203
|
+
</xs:annotation>
|
204
|
+
</xs:element>
|
195
205
|
<!-- на ВЫХОД-->
|
196
206
|
<xs:element name="checkExistenceOfActRecordResponse" type="smev:CheckExistenceOfActRecordResponse">
|
197
207
|
<xs:annotation>
|
@@ -1350,6 +1360,70 @@
|
|
1350
1360
|
</xs:element>
|
1351
1361
|
</xs:sequence>
|
1352
1362
|
</xs:complexType>
|
1363
|
+
|
1364
|
+
<xs:complexType name="ArchiveCompletenessStateRequest">
|
1365
|
+
<xs:annotation>
|
1366
|
+
<xs:documentation>Получение сведений о полноте электронного архива АЗ в ЗАГСЕ</xs:documentation>
|
1367
|
+
</xs:annotation>
|
1368
|
+
<xs:sequence minOccurs="1">
|
1369
|
+
<xs:element ref="smev:Message"/>
|
1370
|
+
<xs:element name="MessageData">
|
1371
|
+
<xs:annotation>
|
1372
|
+
<xs:documentation>Служебный блок-обертка данных сообщения в СМЭВ</xs:documentation>
|
1373
|
+
</xs:annotation>
|
1374
|
+
<xs:complexType>
|
1375
|
+
<xs:sequence minOccurs="1">
|
1376
|
+
<xs:element name="AppData">
|
1377
|
+
<xs:annotation>
|
1378
|
+
<xs:documentation>Блок структурированных сведений</xs:documentation>
|
1379
|
+
</xs:annotation>
|
1380
|
+
<xs:complexType>
|
1381
|
+
<xs:sequence minOccurs="1">
|
1382
|
+
<xs:element ref="ns2:archiveCompletenessStateRequestObj"/>
|
1383
|
+
<xs:element ref="ds:Signature" minOccurs="0"/>
|
1384
|
+
</xs:sequence>
|
1385
|
+
<xs:attribute name="id" type="xs:string" fixed="AppData"/>
|
1386
|
+
</xs:complexType>
|
1387
|
+
</xs:element>
|
1388
|
+
<xs:element ref="smev:AppDocument" minOccurs="0"/>
|
1389
|
+
</xs:sequence>
|
1390
|
+
</xs:complexType>
|
1391
|
+
</xs:element>
|
1392
|
+
</xs:sequence>
|
1393
|
+
</xs:complexType>
|
1394
|
+
<xs:complexType name="ArchiveCompletenessStateResponse">
|
1395
|
+
<xs:annotation>
|
1396
|
+
<xs:documentation>Получение сведений о полноте электронного архива АЗ в ЗАГСЕ</xs:documentation>
|
1397
|
+
</xs:annotation>
|
1398
|
+
<xs:sequence minOccurs="1">
|
1399
|
+
<xs:element ref="smev:Message"/>
|
1400
|
+
<xs:element name="MessageData">
|
1401
|
+
<xs:annotation>
|
1402
|
+
<xs:documentation>Служебный блок-обертка данных сообщения в СМЭВ</xs:documentation>
|
1403
|
+
</xs:annotation>
|
1404
|
+
<xs:complexType>
|
1405
|
+
<xs:sequence minOccurs="1">
|
1406
|
+
<xs:element name="AppData">
|
1407
|
+
<xs:annotation>
|
1408
|
+
<xs:documentation>Блок структурированных сведений</xs:documentation>
|
1409
|
+
</xs:annotation>
|
1410
|
+
<xs:complexType>
|
1411
|
+
<xs:sequence minOccurs="1">
|
1412
|
+
<xs:element ref="ns2:archiveCompletenessStateResponseObj"/>
|
1413
|
+
<xs:element ref="ds:Signature" minOccurs="0"/>
|
1414
|
+
</xs:sequence>
|
1415
|
+
<xs:attribute name="id" type="xs:string" fixed="AppData"/>
|
1416
|
+
</xs:complexType>
|
1417
|
+
</xs:element>
|
1418
|
+
<xs:element ref="smev:AppDocument" minOccurs="0"/>
|
1419
|
+
</xs:sequence>
|
1420
|
+
</xs:complexType>
|
1421
|
+
</xs:element>
|
1422
|
+
</xs:sequence>
|
1423
|
+
</xs:complexType>
|
1424
|
+
|
1425
|
+
|
1426
|
+
|
1353
1427
|
<xs:complexType name="FaultBase">
|
1354
1428
|
<xs:annotation>
|
1355
1429
|
<xs:documentation>Получение итога обработки любого запроса с сообщением об ошибке</xs:documentation>
|
@@ -232,7 +232,7 @@
|
|
232
232
|
</binding>
|
233
233
|
<service name="OrderService">
|
234
234
|
<port name="OrderServiceImplPort" binding="tns:OrderServiceImplPortBinding">
|
235
|
-
<soap:address location="
|
235
|
+
<soap:address location="http://localhost:8001/OrderServiceImpl/OrderService"/>
|
236
236
|
</port>
|
237
237
|
</service>
|
238
238
|
</definitions>
|
@@ -1,20 +1,14 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<xs:schema xmlns:smev="http://smev.gosuslugi.ru/rev120315"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
elementFormDefault="qualified">
|
9
|
-
<xs:import namespace="http://ezags.rt.ru/fzags/UploadService/type/local/" schemaLocation="../LocalUploadService.xsd"/>
|
10
|
-
<xs:import namespace="http://ezags.rt.ru/type/document/" schemaLocation="../../documents.xsd"/>
|
11
|
-
<xs:import namespace="http://ezags.rt.ru/type/externaldocuments/" schemaLocation="../../externaldocuments.xsd"/>
|
12
|
-
<xs:import namespace="http://ezags.rt.ru/type/actor/" schemaLocation="../../actor.xsd"/>
|
13
|
-
<xs:import namespace="http://ezags.rt.ru/type/common/" schemaLocation="../../common.xsd"/>
|
2
|
+
<xs:schema xmlns:smev="http://smev.gosuslugi.ru/rev120315" xmlns:ns2="http://ezags.rt.ru/fzags/UploadService/type/local/" xmlns:cm="http://ezags.rt.ru/type/common/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ns1="http://ezags.rt.ru/type/document/" xmlns:ns3="http://ezags.rt.ru/type/externaldocuments/" xmlns:ns4="http://ezags.rt.ru/type/actor/" targetNamespace="http://smev.gosuslugi.ru/rev120315" elementFormDefault="qualified">
|
3
|
+
<xs:import namespace="http://ezags.rt.ru/fzags/UploadService/type/local/" schemaLocation="../LocalUploadService.xsd"/>
|
4
|
+
<xs:import namespace="http://ezags.rt.ru/type/document/" schemaLocation="../../documents.xsd"/>
|
5
|
+
<xs:import namespace="http://ezags.rt.ru/type/externaldocuments/" schemaLocation="../../externaldocuments.xsd"/>
|
6
|
+
<xs:import namespace="http://ezags.rt.ru/type/actor/" schemaLocation="../../actor.xsd"/>
|
7
|
+
<xs:import namespace="http://ezags.rt.ru/type/common/" schemaLocation="../../common.xsd"/>
|
14
8
|
<xs:include schemaLocation="../../smev/smev.gosuslugi.ru.rev120315.xsd"/>
|
15
|
-
|
16
|
-
|
17
|
-
|
9
|
+
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="../../xmldsig-core-schema.xsd"/>
|
10
|
+
<xs:element name="fault" type="smev:FaultBase"/>
|
11
|
+
<xs:element name="voidResponse" type="smev:VoidResponse"/>
|
18
12
|
<xs:element name="uploadBirthActsRequest" type="smev:UploadBirthActsRequest"/>
|
19
13
|
<xs:element name="uploadBirthActsResponse" type="smev:UploadBirthActsResponse"/>
|
20
14
|
<xs:element name="uploadDeathActsRequest" type="smev:UploadDeathActsRequest"/>
|
@@ -438,46 +432,46 @@
|
|
438
432
|
</xs:element>
|
439
433
|
</xs:sequence>
|
440
434
|
</xs:complexType>
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
435
|
+
<xs:complexType name="FaultBase">
|
436
|
+
<xs:sequence minOccurs="1">
|
437
|
+
<xs:element ref="smev:Message"/>
|
438
|
+
<xs:element name="MessageData">
|
439
|
+
<xs:complexType>
|
440
|
+
<xs:sequence minOccurs="1">
|
441
|
+
<xs:element name="AppData">
|
442
|
+
<xs:complexType>
|
443
|
+
<xs:sequence minOccurs="1">
|
444
|
+
<xs:element ref="cm:faultBaseObj"/>
|
445
|
+
<xs:element ref="ds:Signature" minOccurs="0"/>
|
446
|
+
</xs:sequence>
|
453
447
|
<xs:attribute name="id" type="xs:string" fixed="AppData"/>
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
448
|
+
</xs:complexType>
|
449
|
+
</xs:element>
|
450
|
+
<xs:element ref="smev:AppDocument" minOccurs="0"/>
|
451
|
+
</xs:sequence>
|
452
|
+
</xs:complexType>
|
453
|
+
</xs:element>
|
454
|
+
</xs:sequence>
|
455
|
+
</xs:complexType>
|
456
|
+
<xs:complexType name="VoidResponse">
|
457
|
+
<xs:sequence minOccurs="1">
|
458
|
+
<xs:element ref="smev:Message"/>
|
459
|
+
<xs:element name="MessageData">
|
460
|
+
<xs:complexType>
|
461
|
+
<xs:sequence minOccurs="1">
|
462
|
+
<xs:element name="AppData">
|
463
|
+
<xs:complexType>
|
464
|
+
<xs:sequence minOccurs="1">
|
465
|
+
<xs:element ref="cm:voidResponseObj"/>
|
466
|
+
<xs:element ref="ds:Signature" minOccurs="0"/>
|
467
|
+
</xs:sequence>
|
474
468
|
<xs:attribute name="id" type="xs:string" fixed="AppData"/>
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
</xs:schema>
|
469
|
+
</xs:complexType>
|
470
|
+
</xs:element>
|
471
|
+
<xs:element ref="smev:AppDocument" minOccurs="0"/>
|
472
|
+
</xs:sequence>
|
473
|
+
</xs:complexType>
|
474
|
+
</xs:element>
|
475
|
+
</xs:sequence>
|
476
|
+
</xs:complexType>
|
477
|
+
</xs:schema>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!-- edited with XMLSpy v2011 rel. 2 (http://www.altova.com) by
|
2
|
+
<!-- edited with XMLSpy v2011 rel. 2 (http://www.altova.com) by free (free) -->
|
3
3
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:exdoc="http://ezags.rt.ru/type/externaldocuments/" xmlns:cm="http://ezags.rt.ru/type/common/" xmlns:ac="http://ezags.rt.ru/type/actor/" targetNamespace="http://ezags.rt.ru/type/externaldocuments/" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
4
4
|
<xs:import namespace="http://ezags.rt.ru/type/common/" schemaLocation="common.xsd"/>
|
5
5
|
<xs:import namespace="http://ezags.rt.ru/type/actor/" schemaLocation="actor.xsd"/>
|
@@ -19,7 +19,7 @@
|
|
19
19
|
<xs:element ref="cm:surname" minOccurs="0"/>
|
20
20
|
<xs:element ref="cm:firstName" minOccurs="0"/>
|
21
21
|
<xs:element ref="cm:patronymic" minOccurs="0"/>
|
22
|
-
|
22
|
+
<xs:element ref="cm:fio" minOccurs="0"/>
|
23
23
|
<xs:element ref="cm:postalAddress" minOccurs="0"/>
|
24
24
|
<xs:element ref="cm:licenseNumber" minOccurs="0"/>
|
25
25
|
<xs:element ref="cm:duplicate" minOccurs="0"/>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<xs:element ref="cm:documentTypeName" minOccurs="0"/>
|
63
63
|
<xs:element ref="cm:organizationName" minOccurs="0"/>
|
64
64
|
<xs:element ref="cm:organizationAddress" minOccurs="0"/>
|
65
|
-
|
65
|
+
<xs:element ref="cm:verificationStatus" minOccurs="0"/>
|
66
66
|
</xs:sequence>
|
67
67
|
</xs:restriction>
|
68
68
|
</xs:complexContent>
|
@@ -119,7 +119,7 @@
|
|
119
119
|
<xs:element ref="cm:documentNumber"/>
|
120
120
|
<xs:element ref="cm:documentSeries"/>
|
121
121
|
<xs:element ref="cm:documentDate"/>
|
122
|
-
|
122
|
+
<xs:element ref="cm:fio"/>
|
123
123
|
<xs:element ref="cm:postalAddress" minOccurs="0"/>
|
124
124
|
<xs:element ref="cm:licenseNumber" minOccurs="0"/>
|
125
125
|
<xs:element ref="cm:duplicate" minOccurs="0"/>
|
@@ -159,7 +159,7 @@
|
|
159
159
|
<xs:element ref="cm:documentNumber"/>
|
160
160
|
<xs:element ref="cm:documentSeries"/>
|
161
161
|
<xs:element ref="cm:documentDate"/>
|
162
|
-
|
162
|
+
<xs:element ref="cm:fio"/>
|
163
163
|
<xs:element ref="cm:postalAddress" minOccurs="0"/>
|
164
164
|
<xs:element ref="cm:licenseNumber" minOccurs="0"/>
|
165
165
|
<xs:element ref="cm:duplicate" minOccurs="0"/>
|
@@ -169,27 +169,27 @@
|
|
169
169
|
</xs:complexContent>
|
170
170
|
</xs:complexType>
|
171
171
|
<!-- Medical documents End -->
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
172
|
+
<xs:complexType name="RequisitesPaperDocumentSimple">
|
173
|
+
<xs:sequence minOccurs="1">
|
174
|
+
<xs:element ref="cm:documentNumber"/>
|
175
|
+
<xs:element ref="cm:documentDate"/>
|
176
|
+
<xs:element ref="cm:documentSeries" minOccurs="0"/>
|
177
|
+
<xs:element ref="cm:organizationName"/>
|
178
|
+
<xs:element ref="cm:organizationAddress" minOccurs="0"/>
|
179
|
+
</xs:sequence>
|
180
|
+
</xs:complexType>
|
181
181
|
<xs:complexType name="RequisitesPaperDocument">
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
182
|
+
<xs:complexContent>
|
183
|
+
<xs:restriction base="exdoc:RequisitesPaperDocumentSimple">
|
184
|
+
<xs:sequence minOccurs="1">
|
185
|
+
<xs:element ref="cm:documentNumber"/>
|
186
|
+
<xs:element ref="cm:documentDate"/>
|
187
|
+
<xs:element ref="cm:documentSeries" minOccurs="0"/>
|
188
|
+
<xs:element ref="cm:organizationName"/>
|
189
|
+
<xs:element ref="cm:organizationAddress" minOccurs="0"/>
|
190
|
+
</xs:sequence>
|
191
|
+
</xs:restriction>
|
192
|
+
</xs:complexContent>
|
193
193
|
</xs:complexType>
|
194
194
|
<xs:complexType name="CourtAct" abstract="true">
|
195
195
|
<xs:annotation>
|
@@ -255,7 +255,11 @@
|
|
255
255
|
</xs:annotation>
|
256
256
|
<xs:sequence minOccurs="1">
|
257
257
|
<xs:element ref="cm:statementDate" minOccurs="0"/>
|
258
|
-
<xs:element name="personAttentedAtBirth" type="ac:ApplicantPerson"
|
258
|
+
<xs:element name="personAttentedAtBirth" type="ac:ApplicantPerson">
|
259
|
+
<xs:annotation>
|
260
|
+
<xs:documentation>Сведения о лице, присутствовавшем во время родов</xs:documentation>
|
261
|
+
</xs:annotation>
|
262
|
+
</xs:element>
|
259
263
|
<xs:element ref="cm:organizationName" minOccurs="0">
|
260
264
|
<xs:annotation>
|
261
265
|
<xs:documentation>Наименование организации, удостоверившей подпись заявителя</xs:documentation>
|
@@ -271,17 +275,29 @@
|
|
271
275
|
<xs:element ref="cm:proceedMethod" minOccurs="0"/>
|
272
276
|
</xs:sequence>
|
273
277
|
</xs:complexType>
|
274
|
-
<xs:element name="medicalCertificateOfBirthByOrganization" type="exdoc:MedicalCertificateOfBirthByOrganization"
|
275
|
-
|
276
|
-
|
278
|
+
<xs:element name="medicalCertificateOfBirthByOrganization" type="exdoc:MedicalCertificateOfBirthByOrganization">
|
279
|
+
<xs:annotation>
|
280
|
+
<xs:documentation>Документ установленной формы о рождении, выданный медицинской организацией, в которой происходили роды</xs:documentation>
|
281
|
+
</xs:annotation>
|
282
|
+
</xs:element>
|
283
|
+
<xs:element name="medicalCertificateOfBirthByPrivatePractitioner" type="exdoc:MedicalCertificateOfBirthByPrivatePractitioner">
|
284
|
+
<xs:annotation>
|
285
|
+
<xs:documentation>Документ установленной формы о рождении, выданный медицинской организацией, врач которой оказывал медицинскую помощь при родах или в которую обратилась мать после родов, либо частнопрактикующим врачом (при родах вне медицинской организации)</xs:documentation>
|
286
|
+
</xs:annotation>
|
287
|
+
</xs:element>
|
288
|
+
<xs:element name="medicalCertificateOfSurrogateMotherAgree" type="exdoc:MedicalCertificateOfSurrogateMotherAgree">
|
289
|
+
<xs:annotation>
|
290
|
+
<xs:documentation>Документ, выданный медицинской организацией и подтверждающий факт получения согласия женщины, родившей ребенка (суррогатной матери), на запись супругов, давших согласие на имплантацию эмбриона другой женщине в целях его вынашивания, родителями ребенка</xs:documentation>
|
291
|
+
</xs:annotation>
|
292
|
+
</xs:element>
|
277
293
|
<xs:element name="medicalCertificateOfPerinatalDeathByOrganization" type="exdoc:MedicalCertificateOfDeathByOrganization">
|
278
294
|
<xs:annotation>
|
279
|
-
<xs:documentation>Документ о перинатальной смерти, выданный
|
295
|
+
<xs:documentation>Документ установленной формы о перинатальной смерти, выданный медицинской организацией</xs:documentation>
|
280
296
|
</xs:annotation>
|
281
297
|
</xs:element>
|
282
298
|
<xs:element name="medicalCertificateOfPerinatalDeathByPrivatePractitioner" type="exdoc:MedicalCertificateOfDeathByPrivatePractitioner">
|
283
299
|
<xs:annotation>
|
284
|
-
<xs:documentation>Документ о перинатальной смерти, выданный частнопрактикующим
|
300
|
+
<xs:documentation>Документ установленной формы о перинатальной смерти, выданный частнопрактикующим врачом</xs:documentation>
|
285
301
|
</xs:annotation>
|
286
302
|
</xs:element>
|
287
303
|
<xs:element name="medicalCertificateOfDeathByOrganization" type="exdoc:MedicalCertificateOfDeathByOrganization">
|
@@ -299,7 +315,11 @@
|
|
299
315
|
<xs:documentation>Решение суда (при регистрации смерти)</xs:documentation>
|
300
316
|
</xs:annotation>
|
301
317
|
</xs:element>
|
302
|
-
<xs:element name="courtDecisionOfBirth" type="exdoc:CourtActDecision"
|
318
|
+
<xs:element name="courtDecisionOfBirth" type="exdoc:CourtActDecision">
|
319
|
+
<xs:annotation>
|
320
|
+
<xs:documentation>Решение суда об установлении факта рождения</xs:documentation>
|
321
|
+
</xs:annotation>
|
322
|
+
</xs:element>
|
303
323
|
<xs:element name="courtDecisionOfDivorce" type="exdoc:CourtActDecision">
|
304
324
|
<xs:annotation>
|
305
325
|
<xs:documentation>Решение суда (при регистрации расторжения брака)</xs:documentation>
|
@@ -327,20 +347,24 @@
|
|
327
347
|
</xs:element>
|
328
348
|
<xs:element name="documentAboutFindingChild" type="exdoc:RequisitesPaperDocument">
|
329
349
|
<xs:annotation>
|
330
|
-
<xs:documentation>Документ об обнаружении
|
350
|
+
<xs:documentation>Документ об обнаружении ребенка, выданный органом внутренних дел или органом опеки и попечительства (при регистрации рождения найденного (подкинутого) ребенка)</xs:documentation>
|
331
351
|
</xs:annotation>
|
332
352
|
</xs:element>
|
333
353
|
<xs:element name="documentAboutRefusalChild" type="exdoc:RequisitesPaperDocument">
|
334
354
|
<xs:annotation>
|
335
|
-
<xs:documentation
|
355
|
+
<xs:documentation>Акт об оставлении ребенка, выданный медицинской организацией, в которой находится этот ребенок (при регистрации рождения ребенка, оставленного матерью)</xs:documentation>
|
336
356
|
</xs:annotation>
|
337
357
|
</xs:element>
|
338
358
|
<xs:element name="documentProofChildGenderAndAge" type="exdoc:RequisitesPaperDocument">
|
339
359
|
<xs:annotation>
|
340
|
-
<xs:documentation>Документ,
|
360
|
+
<xs:documentation>Документ, выданный медицинской организацией и подтверждающий возраст и пол ребенка (при регистрации рождения найденного (подкинутого) ребенка)</xs:documentation>
|
361
|
+
</xs:annotation>
|
362
|
+
</xs:element>
|
363
|
+
<xs:element name="requisitesStatementOfPersonAttentedAtBirth" type="exdoc:RequisitesStatementOfPersonAttentedAtBirth">
|
364
|
+
<xs:annotation>
|
365
|
+
<xs:documentation>Заявление лица, присутствовавшего во время родов, о рождении ребенка - при родах вне медицинской организации и без оказания медицинской помощи (до исполнения ребенком одного года)</xs:documentation>
|
341
366
|
</xs:annotation>
|
342
367
|
</xs:element>
|
343
|
-
<xs:element name="requisitesStatementOfPersonAttentedAtBirth" type="exdoc:RequisitesStatementOfPersonAttentedAtBirth"/>
|
344
368
|
<xs:element name="documentConfirmingBenefitForHer" type="exdoc:RequisitesPaperDocument">
|
345
369
|
<xs:annotation>
|
346
370
|
<xs:documentation>Удостоверение льготника установленного образца для НЕЕ</xs:documentation>
|