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,6 +1,12 @@
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<xs:schema xmlns:tns="http://ezags.rt.ru/fzags/InterDepPersonalService/type/local/"
|
3
|
-
|
2
|
+
<xs:schema xmlns:tns="http://ezags.rt.ru/fzags/InterDepPersonalService/type/local/"
|
3
|
+
xmlns:cm="http://ezags.rt.ru/type/common/" xmlns:doc="http://ezags.rt.ru/type/document/"
|
4
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.w3.org/2000/09/xmldsig#"
|
5
|
+
xmlns:ns2="http://ezags.rt.ru/type/actor/"
|
6
|
+
targetNamespace="http://ezags.rt.ru/fzags/InterDepPersonalService/type/local/"
|
7
|
+
elementFormDefault="qualified" attributeFormDefault="unqualified">
|
8
|
+
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#"
|
9
|
+
schemaLocation="../xmldsig-core-schema.xsd"/>
|
4
10
|
<xs:import namespace="http://ezags.rt.ru/type/common/" schemaLocation="../common.xsd"/>
|
5
11
|
<xs:import namespace="http://ezags.rt.ru/type/document/" schemaLocation="../documents.xsd"/>
|
6
12
|
<xs:import namespace="http://ezags.rt.ru/type/actor/" schemaLocation="../actor.xsd"/>
|
@@ -253,7 +259,8 @@
|
|
253
259
|
</xs:annotation>
|
254
260
|
</xs:element>
|
255
261
|
<!--на ВЫХОД-->
|
256
|
-
<xs:element name="checkExistenceOfActRecordResponseObj"
|
262
|
+
<xs:element name="checkExistenceOfActRecordResponseObj"
|
263
|
+
type="tns:CheckExistenceOfActRecordResponseObj">
|
257
264
|
<xs:annotation>
|
258
265
|
<xs:documentation>Параметры получения результата поиска актовой записи в объеме ответа о ее существовании</xs:documentation>
|
259
266
|
</xs:annotation>
|
@@ -386,12 +393,25 @@
|
|
386
393
|
<xs:documentation>Параметры получения результата поиска актовой записи о смерти и персонифицированных сведений по ней в объеме самой АЗ</xs:documentation>
|
387
394
|
</xs:annotation>
|
388
395
|
</xs:element>
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
396
|
+
<xs:element name="actRecordFilter" type="tns:ActRecordFilter">
|
397
|
+
<xs:annotation>
|
398
|
+
<xs:documentation>Регистрационные данные записи АГС</xs:documentation>
|
399
|
+
</xs:annotation>
|
400
|
+
</xs:element>
|
401
|
+
<xs:element name="archiveCompletenessStateRequestObj"
|
402
|
+
type="tns:ArchiveCompletenessStateRequestObj">
|
403
|
+
<xs:annotation>
|
404
|
+
<xs:documentation>Параметры запроса полноты архива АЗ</xs:documentation>
|
405
|
+
</xs:annotation>
|
406
|
+
</xs:element>
|
407
|
+
<xs:element name="archiveCompletenessStateResponseObj"
|
408
|
+
type="tns:ArchiveCompletenessStateResponseObj">
|
409
|
+
<xs:annotation>
|
410
|
+
<xs:documentation>Параметры ответа на запрос полноты архива АЗ</xs:documentation>
|
411
|
+
</xs:annotation>
|
412
|
+
</xs:element>
|
394
413
|
<!-- Классы-->
|
414
|
+
<xs:element name="birthAddressFilter" type="tns:AddressFilter"/>
|
395
415
|
<xs:complexType name="BaseFilterRequestObj">
|
396
416
|
<xs:annotation>
|
397
417
|
<xs:documentation>Базовый класс для поиска</xs:documentation>
|
@@ -401,6 +421,13 @@
|
|
401
421
|
<xs:element ref="tns:metaFilter"/>
|
402
422
|
</xs:choice>
|
403
423
|
</xs:complexType>
|
424
|
+
<xs:complexType name="AddressFilter">
|
425
|
+
<xs:choice>
|
426
|
+
<xs:element ref="cm:kladrCode13"/>
|
427
|
+
<xs:element ref="cm:kladeFiasCode"/>
|
428
|
+
<xs:element ref="cm:rawAddressString"/>
|
429
|
+
</xs:choice>
|
430
|
+
</xs:complexType>
|
404
431
|
<xs:complexType name="BirthFilterRequestObj">
|
405
432
|
<xs:annotation>
|
406
433
|
<xs:documentation>Класс для поиска актовой записи о рождении</xs:documentation>
|
@@ -423,7 +450,8 @@
|
|
423
450
|
<xs:documentation>Сведения об отце ребенка</xs:documentation>
|
424
451
|
</xs:annotation>
|
425
452
|
</xs:element>
|
426
|
-
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_BIRTH"
|
453
|
+
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_BIRTH"
|
454
|
+
default="is_exist">
|
427
455
|
<xs:annotation>
|
428
456
|
<xs:documentation>Тип ожидаемого Получателем информации объема сведений по актовой записи о рождении</xs:documentation>
|
429
457
|
</xs:annotation>
|
@@ -449,7 +477,8 @@
|
|
449
477
|
<xs:documentation>Сведения о Ней</xs:documentation>
|
450
478
|
</xs:annotation>
|
451
479
|
</xs:element>
|
452
|
-
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_MARRIAGE"
|
480
|
+
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_MARRIAGE"
|
481
|
+
default="is_exist">
|
453
482
|
<xs:annotation>
|
454
483
|
<xs:documentation>Тип ожидаемого Получателем информации объема сведений по актовой записи о заключении брака</xs:documentation>
|
455
484
|
</xs:annotation>
|
@@ -465,17 +494,18 @@
|
|
465
494
|
<xs:complexContent>
|
466
495
|
<xs:extension base="tns:BaseFilterRequestObj">
|
467
496
|
<xs:sequence minOccurs="1">
|
468
|
-
<xs:element name="groom" type="tns:
|
497
|
+
<xs:element name="groom" type="tns:PersonFilter" minOccurs="0">
|
469
498
|
<xs:annotation>
|
470
499
|
<xs:documentation>Сведения о Нем</xs:documentation>
|
471
500
|
</xs:annotation>
|
472
501
|
</xs:element>
|
473
|
-
<xs:element name="bride" type="tns:
|
502
|
+
<xs:element name="bride" type="tns:PersonFilter" minOccurs="0">
|
474
503
|
<xs:annotation>
|
475
504
|
<xs:documentation>Сведения о Ней</xs:documentation>
|
476
505
|
</xs:annotation>
|
477
506
|
</xs:element>
|
478
|
-
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_DIVORCE"
|
507
|
+
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_DIVORCE"
|
508
|
+
default="is_exist">
|
479
509
|
<xs:annotation>
|
480
510
|
<xs:documentation>Тип ожидаемого Получателем информации объема сведений по актовой записи о расторжении брака</xs:documentation>
|
481
511
|
</xs:annotation>
|
@@ -506,7 +536,8 @@
|
|
506
536
|
<xs:documentation>Сведения об усыновительнице</xs:documentation>
|
507
537
|
</xs:annotation>
|
508
538
|
</xs:element>
|
509
|
-
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_ADOPTION"
|
539
|
+
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_ADOPTION"
|
540
|
+
default="is_exist">
|
510
541
|
<xs:annotation>
|
511
542
|
<xs:documentation>Тип ожидаемого Получателем информации объема сведений по актовой записи об усыновлении (удочерении)</xs:documentation>
|
512
543
|
</xs:annotation>
|
@@ -537,7 +568,8 @@
|
|
537
568
|
<xs:documentation>Сведения о лице, признанном отцом ребенка</xs:documentation>
|
538
569
|
</xs:annotation>
|
539
570
|
</xs:element>
|
540
|
-
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_FILIATION"
|
571
|
+
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_FILIATION"
|
572
|
+
default="is_exist">
|
541
573
|
<xs:annotation>
|
542
574
|
<xs:documentation>Тип ожидаемого Получателем информации объема сведений по актовой записи об установлении отцовства</xs:documentation>
|
543
575
|
</xs:annotation>
|
@@ -558,7 +590,8 @@
|
|
558
590
|
<xs:documentation>Лицо до или после перемены имени</xs:documentation>
|
559
591
|
</xs:annotation>
|
560
592
|
</xs:element>
|
561
|
-
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_NAME_CHANGE"
|
593
|
+
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_NAME_CHANGE"
|
594
|
+
default="is_exist">
|
562
595
|
<xs:annotation>
|
563
596
|
<xs:documentation>Тип ожидаемого Получателем информации объема сведений по актовой записи о перемене имени</xs:documentation>
|
564
597
|
</xs:annotation>
|
@@ -579,7 +612,8 @@
|
|
579
612
|
<xs:documentation>Умерший</xs:documentation>
|
580
613
|
</xs:annotation>
|
581
614
|
</xs:element>
|
582
|
-
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_DEATH"
|
615
|
+
<xs:element name="expectedResult" type="tns:EXPECTED_RESULT_DEATH"
|
616
|
+
default="is_exist">
|
583
617
|
<xs:annotation>
|
584
618
|
<xs:documentation>Тип ожидаемого Получателем информации объема сведений по актовой записи о смерти</xs:documentation>
|
585
619
|
</xs:annotation>
|
@@ -857,13 +891,18 @@
|
|
857
891
|
</xs:annotation>
|
858
892
|
<xs:complexContent>
|
859
893
|
<xs:extension base="tns:BaseResponseObj">
|
860
|
-
<xs:
|
861
|
-
<xs:element
|
894
|
+
<xs:choice minOccurs="1">
|
895
|
+
<xs:element ref="doc:signedActRecordBirth" minOccurs="0">
|
862
896
|
<xs:annotation>
|
863
897
|
<xs:documentation>Актовая запись о рождении (в собственном объеме атрибутов) с ЭП</xs:documentation>
|
864
898
|
</xs:annotation>
|
865
899
|
</xs:element>
|
866
|
-
|
900
|
+
<xs:element ref="cm:actRecordUID" minOccurs="0">
|
901
|
+
<xs:annotation>
|
902
|
+
<xs:documentation>UID актовой записи</xs:documentation>
|
903
|
+
</xs:annotation>
|
904
|
+
</xs:element>
|
905
|
+
</xs:choice>
|
867
906
|
</xs:extension>
|
868
907
|
</xs:complexContent>
|
869
908
|
</xs:complexType>
|
@@ -873,13 +912,18 @@
|
|
873
912
|
</xs:annotation>
|
874
913
|
<xs:complexContent>
|
875
914
|
<xs:extension base="tns:BaseResponseObj">
|
876
|
-
<xs:
|
877
|
-
<xs:element
|
915
|
+
<xs:choice minOccurs="1">
|
916
|
+
<xs:element ref="doc:signedActRecordMarriage" minOccurs="0">
|
878
917
|
<xs:annotation>
|
879
918
|
<xs:documentation>Актовая запись о заключении брака (в собственном объеме атрибутов) с ЭП</xs:documentation>
|
880
919
|
</xs:annotation>
|
881
920
|
</xs:element>
|
882
|
-
|
921
|
+
<xs:element ref="cm:actRecordUID" minOccurs="0">
|
922
|
+
<xs:annotation>
|
923
|
+
<xs:documentation>UID актовой записи</xs:documentation>
|
924
|
+
</xs:annotation>
|
925
|
+
</xs:element>
|
926
|
+
</xs:choice>
|
883
927
|
</xs:extension>
|
884
928
|
</xs:complexContent>
|
885
929
|
</xs:complexType>
|
@@ -889,13 +933,18 @@
|
|
889
933
|
</xs:annotation>
|
890
934
|
<xs:complexContent>
|
891
935
|
<xs:extension base="tns:BaseResponseObj">
|
892
|
-
<xs:
|
893
|
-
<xs:element
|
936
|
+
<xs:choice minOccurs="1">
|
937
|
+
<xs:element ref="doc:signedActRecordDivorce" minOccurs="0">
|
894
938
|
<xs:annotation>
|
895
939
|
<xs:documentation>Актовая запись о расторжении брака (в собственном объеме атрибутов) с ЭП</xs:documentation>
|
896
940
|
</xs:annotation>
|
897
941
|
</xs:element>
|
898
|
-
|
942
|
+
<xs:element ref="cm:actRecordUID" minOccurs="0">
|
943
|
+
<xs:annotation>
|
944
|
+
<xs:documentation>UID актовой записи</xs:documentation>
|
945
|
+
</xs:annotation>
|
946
|
+
</xs:element>
|
947
|
+
</xs:choice>
|
899
948
|
</xs:extension>
|
900
949
|
</xs:complexContent>
|
901
950
|
</xs:complexType>
|
@@ -905,13 +954,18 @@
|
|
905
954
|
</xs:annotation>
|
906
955
|
<xs:complexContent>
|
907
956
|
<xs:extension base="tns:BaseResponseObj">
|
908
|
-
<xs:
|
909
|
-
<xs:element
|
957
|
+
<xs:choice minOccurs="1">
|
958
|
+
<xs:element ref="doc:signedActRecordAdoption" minOccurs="0">
|
910
959
|
<xs:annotation>
|
911
960
|
<xs:documentation>Актовая запись об усыновлении (удочерениии) (в собственном объеме атрибутов) с ЭП</xs:documentation>
|
912
961
|
</xs:annotation>
|
913
962
|
</xs:element>
|
914
|
-
|
963
|
+
<xs:element ref="cm:actRecordUID" minOccurs="0">
|
964
|
+
<xs:annotation>
|
965
|
+
<xs:documentation>UID актовой записи</xs:documentation>
|
966
|
+
</xs:annotation>
|
967
|
+
</xs:element>
|
968
|
+
</xs:choice>
|
915
969
|
</xs:extension>
|
916
970
|
</xs:complexContent>
|
917
971
|
</xs:complexType>
|
@@ -921,13 +975,18 @@
|
|
921
975
|
</xs:annotation>
|
922
976
|
<xs:complexContent>
|
923
977
|
<xs:extension base="tns:BaseResponseObj">
|
924
|
-
<xs:
|
925
|
-
<xs:element
|
978
|
+
<xs:choice minOccurs="1">
|
979
|
+
<xs:element ref="doc:signedActRecordFiliation" minOccurs="0">
|
926
980
|
<xs:annotation>
|
927
981
|
<xs:documentation>Актовая запись об установлении отцовства (в собственном объеме атрибутов) с ЭП</xs:documentation>
|
928
982
|
</xs:annotation>
|
929
983
|
</xs:element>
|
930
|
-
|
984
|
+
<xs:element ref="cm:actRecordUID" minOccurs="0">
|
985
|
+
<xs:annotation>
|
986
|
+
<xs:documentation>UID актовой записи</xs:documentation>
|
987
|
+
</xs:annotation>
|
988
|
+
</xs:element>
|
989
|
+
</xs:choice>
|
931
990
|
</xs:extension>
|
932
991
|
</xs:complexContent>
|
933
992
|
</xs:complexType>
|
@@ -937,13 +996,18 @@
|
|
937
996
|
</xs:annotation>
|
938
997
|
<xs:complexContent>
|
939
998
|
<xs:extension base="tns:BaseResponseObj">
|
940
|
-
<xs:
|
941
|
-
<xs:element
|
999
|
+
<xs:choice minOccurs="1">
|
1000
|
+
<xs:element ref="doc:signedActRecordNameChange" minOccurs="0">
|
942
1001
|
<xs:annotation>
|
943
1002
|
<xs:documentation>Актовая запись о перемене имени (в собственном объеме атрибутов) с ЭП</xs:documentation>
|
944
1003
|
</xs:annotation>
|
945
1004
|
</xs:element>
|
946
|
-
|
1005
|
+
<xs:element ref="cm:actRecordUID" minOccurs="0">
|
1006
|
+
<xs:annotation>
|
1007
|
+
<xs:documentation>UID актовой записи</xs:documentation>
|
1008
|
+
</xs:annotation>
|
1009
|
+
</xs:element>
|
1010
|
+
</xs:choice>
|
947
1011
|
</xs:extension>
|
948
1012
|
</xs:complexContent>
|
949
1013
|
</xs:complexType>
|
@@ -953,16 +1017,58 @@
|
|
953
1017
|
</xs:annotation>
|
954
1018
|
<xs:complexContent>
|
955
1019
|
<xs:extension base="tns:BaseResponseObj">
|
956
|
-
<xs:
|
957
|
-
<xs:element
|
1020
|
+
<xs:choice minOccurs="1">
|
1021
|
+
<xs:element ref="doc:signedActRecordDeath" minOccurs="0">
|
958
1022
|
<xs:annotation>
|
959
1023
|
<xs:documentation>Актовая запись о смерти (в собственном объеме атрибутов) с ЭП</xs:documentation>
|
960
1024
|
</xs:annotation>
|
961
1025
|
</xs:element>
|
962
|
-
|
1026
|
+
<xs:element ref="cm:actRecordUID" minOccurs="0">
|
1027
|
+
<xs:annotation>
|
1028
|
+
<xs:documentation>UID актовой записи</xs:documentation>
|
1029
|
+
</xs:annotation>
|
1030
|
+
</xs:element>
|
1031
|
+
</xs:choice>
|
963
1032
|
</xs:extension>
|
964
1033
|
</xs:complexContent>
|
965
1034
|
</xs:complexType>
|
1035
|
+
|
1036
|
+
<xs:complexType name="ArchiveCompletenessStateRequestObj">
|
1037
|
+
<xs:annotation>
|
1038
|
+
<xs:documentation>Класс для запроса состояния полноты архива рзагс</xs:documentation>
|
1039
|
+
</xs:annotation>
|
1040
|
+
<xs:sequence minOccurs="1">
|
1041
|
+
<xs:element name="year" type="xs:int">
|
1042
|
+
<xs:annotation>
|
1043
|
+
<xs:documentation>год даты</xs:documentation>
|
1044
|
+
</xs:annotation>
|
1045
|
+
</xs:element>
|
1046
|
+
</xs:sequence>
|
1047
|
+
</xs:complexType>
|
1048
|
+
|
1049
|
+
<xs:complexType name="ArchiveCompletenessStateResponseObj">
|
1050
|
+
<xs:annotation>
|
1051
|
+
<xs:documentation>Класс ответа на запрос состояния полноты архива рзагс</xs:documentation>
|
1052
|
+
</xs:annotation>
|
1053
|
+
<xs:sequence minOccurs="1">
|
1054
|
+
<xs:element name="year" type="xs:int">
|
1055
|
+
<xs:annotation>
|
1056
|
+
<xs:documentation>год даты</xs:documentation>
|
1057
|
+
</xs:annotation>
|
1058
|
+
</xs:element>
|
1059
|
+
<xs:element name="state" type="tns:CompletenessState" minOccurs="1">
|
1060
|
+
<xs:annotation>
|
1061
|
+
<xs:documentation>статус полноты архива АЗ на указанный год</xs:documentation>
|
1062
|
+
</xs:annotation>
|
1063
|
+
</xs:element>
|
1064
|
+
<xs:element name="count" type="xs:int" minOccurs="0">
|
1065
|
+
<xs:annotation>
|
1066
|
+
<xs:documentation>число актовых записей в электронном виде в БД ЗАГСа за указанный год</xs:documentation>
|
1067
|
+
</xs:annotation>
|
1068
|
+
</xs:element>
|
1069
|
+
</xs:sequence>
|
1070
|
+
</xs:complexType>
|
1071
|
+
|
966
1072
|
<!-- Компоненты фильтров-->
|
967
1073
|
<xs:complexType name="ActRecordFilter">
|
968
1074
|
<xs:annotation>
|
@@ -1047,7 +1153,7 @@
|
|
1047
1153
|
</xs:annotation>
|
1048
1154
|
</xs:element>
|
1049
1155
|
<xs:choice minOccurs="1">
|
1050
|
-
<xs:element name="birthDate" type="
|
1156
|
+
<xs:element name="birthDate" type="xs:date" minOccurs="0">
|
1051
1157
|
<xs:annotation>
|
1052
1158
|
<xs:documentation>Точная дата рождения</xs:documentation>
|
1053
1159
|
</xs:annotation>
|
@@ -1058,23 +1164,19 @@
|
|
1058
1164
|
</xs:annotation>
|
1059
1165
|
</xs:element>
|
1060
1166
|
</xs:choice>
|
1061
|
-
<xs:element
|
1062
|
-
|
1063
|
-
<xs:documentation>Место рождения</xs:documentation>
|
1064
|
-
</xs:annotation>
|
1065
|
-
</xs:element>
|
1066
|
-
<xs:element name="gender" type="cm:GENDERS" minOccurs="0">
|
1167
|
+
<xs:element minOccurs="0" ref="tns:birthAddressFilter"/>
|
1168
|
+
<xs:element ref="cm:gender" minOccurs="0">
|
1067
1169
|
<xs:annotation>
|
1068
1170
|
<xs:documentation>Пол</xs:documentation>
|
1069
1171
|
</xs:annotation>
|
1070
1172
|
</xs:element>
|
1071
|
-
<xs:element
|
1173
|
+
<xs:element ref="cm:snils" minOccurs="0">
|
1072
1174
|
<xs:annotation>
|
1073
1175
|
<xs:documentation>СНИЛС</xs:documentation>
|
1074
1176
|
</xs:annotation>
|
1075
1177
|
</xs:element>
|
1076
1178
|
<xs:choice minOccurs="0">
|
1077
|
-
<xs:element name="deathDate" type="
|
1179
|
+
<xs:element name="deathDate" type="xs:date" minOccurs="0">
|
1078
1180
|
<xs:annotation>
|
1079
1181
|
<xs:documentation>Точная дата смерти</xs:documentation>
|
1080
1182
|
</xs:annotation>
|
@@ -1087,42 +1189,26 @@
|
|
1087
1189
|
</xs:choice>
|
1088
1190
|
</xs:sequence>
|
1089
1191
|
</xs:complexType>
|
1090
|
-
<xs:complexType name="
|
1192
|
+
<xs:complexType name="MetaFilter">
|
1091
1193
|
<xs:annotation>
|
1092
|
-
<xs:documentation
|
1194
|
+
<xs:documentation>период лет "с ... по ..."</xs:documentation>
|
1093
1195
|
</xs:annotation>
|
1094
|
-
<xs:
|
1095
|
-
<xs:
|
1096
|
-
|
1097
|
-
|
1098
|
-
<xs:annotation>
|
1099
|
-
<xs:documentation>Признак "Является ли Заявителем"</xs:documentation>
|
1100
|
-
</xs:annotation>
|
1101
|
-
</xs:element>
|
1102
|
-
</xs:sequence>
|
1103
|
-
</xs:extension>
|
1104
|
-
</xs:complexContent>
|
1196
|
+
<xs:sequence minOccurs="1">
|
1197
|
+
<xs:element name="yearFrom" type="tns:VALID_YEARS"/>
|
1198
|
+
<xs:element name="yearTo" type="tns:VALID_YEARS"/>
|
1199
|
+
</xs:sequence>
|
1105
1200
|
</xs:complexType>
|
1106
|
-
|
1107
|
-
<xs:annotation>
|
1108
|
-
<xs:documentation>период лет "с ... по ..."</xs:documentation>
|
1109
|
-
</xs:annotation>
|
1110
|
-
<xs:sequence minOccurs="1">
|
1111
|
-
<xs:element name="yearFrom" type="tns:VALID_YEARS"/>
|
1112
|
-
<xs:element name="yearTo" type="tns:VALID_YEARS"/>
|
1113
|
-
</xs:sequence>
|
1114
|
-
</xs:complexType>
|
1115
|
-
<xs:element name="metaFilter" type="tns:MetaFilter"/>
|
1201
|
+
<xs:element name="metaFilter" type="tns:MetaFilter"/>
|
1116
1202
|
<!-- Используемые простые типы данных -->
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1203
|
+
<xs:simpleType name="VALID_YEARS">
|
1204
|
+
<xs:annotation>
|
1205
|
+
<xs:documentation>Минимальный и максимальный диапазон лет для актовой записи</xs:documentation>
|
1206
|
+
</xs:annotation>
|
1207
|
+
<xs:restriction base="xs:int">
|
1208
|
+
<xs:minInclusive value="1900"/>
|
1209
|
+
<xs:maxInclusive value="2200"/>
|
1210
|
+
</xs:restriction>
|
1211
|
+
</xs:simpleType>
|
1126
1212
|
<xs:simpleType name="EXPECTED_RESULT_BIRTH">
|
1127
1213
|
<xs:annotation>
|
1128
1214
|
<xs:documentation> Возможный для получения объем сведений по актовой записи о рождении</xs:documentation>
|
@@ -1352,9 +1438,14 @@
|
|
1352
1438
|
<xs:documentation>Обработано</xs:documentation>
|
1353
1439
|
</xs:annotation>
|
1354
1440
|
</xs:enumeration>
|
1355
|
-
<xs:enumeration value="
|
1441
|
+
<xs:enumeration value="refuse">
|
1442
|
+
<xs:annotation>
|
1443
|
+
<xs:documentation>Мотивированный отказ (существуют юридические ограничения на выдачу сведений)</xs:documentation>
|
1444
|
+
</xs:annotation>
|
1445
|
+
</xs:enumeration>
|
1446
|
+
<xs:enumeration value="timeout">
|
1356
1447
|
<xs:annotation>
|
1357
|
-
<xs:documentation>Обработано с
|
1448
|
+
<xs:documentation>Обработано с ошибкой поиска в региональной системе</xs:documentation>
|
1358
1449
|
</xs:annotation>
|
1359
1450
|
</xs:enumeration>
|
1360
1451
|
</xs:restriction>
|
@@ -1411,6 +1502,28 @@
|
|
1411
1502
|
<xs:documentation>Уточните параметры поиска, найдено более 1 актовой записи</xs:documentation>
|
1412
1503
|
</xs:annotation>
|
1413
1504
|
</xs:enumeration>
|
1505
|
+
<xs:enumeration value="refuse">
|
1506
|
+
<xs:annotation>
|
1507
|
+
<xs:documentation>Мотивированный отказ (существуют юридические ограничения на выдачу сведений)</xs:documentation>
|
1508
|
+
</xs:annotation>
|
1509
|
+
</xs:enumeration>
|
1510
|
+
</xs:restriction>
|
1511
|
+
</xs:simpleType>
|
1512
|
+
<xs:simpleType name="CompletenessState">
|
1513
|
+
<xs:annotation>
|
1514
|
+
<xs:documentation>Список значений статуса полноты архива АЗ</xs:documentation>
|
1515
|
+
</xs:annotation>
|
1516
|
+
<xs:restriction base="cm:NOT_EMPTY_STRING">
|
1517
|
+
<xs:enumeration value="full">
|
1518
|
+
<xs:annotation>
|
1519
|
+
<xs:documentation>электронный архив АЗ полон</xs:documentation>
|
1520
|
+
</xs:annotation>
|
1521
|
+
</xs:enumeration>
|
1522
|
+
<xs:enumeration value="no_full">
|
1523
|
+
<xs:annotation>
|
1524
|
+
<xs:documentation>электронный архив АЗ полон</xs:documentation>
|
1525
|
+
</xs:annotation>
|
1526
|
+
</xs:enumeration>
|
1414
1527
|
</xs:restriction>
|
1415
1528
|
</xs:simpleType>
|
1416
1529
|
</xs:schema>
|
@@ -8,7 +8,8 @@
|
|
8
8
|
elementFormDefault="qualified" attributeFormDefault="unqualified">
|
9
9
|
<xs:import namespace="http://ezags.rt.ru/type/common/" schemaLocation="../common.xsd"/>
|
10
10
|
<xs:import namespace="http://ezags.rt.ru/type/document/" schemaLocation="../documents.xsd"/>
|
11
|
-
<xs:import namespace="http://ezags.rt.ru/type/externaldocuments/"
|
11
|
+
<xs:import namespace="http://ezags.rt.ru/type/externaldocuments/"
|
12
|
+
schemaLocation="../externaldocuments.xsd"/>
|
12
13
|
<xs:import namespace="http://ezags.rt.ru/type/actor/" schemaLocation="../actor.xsd"/>
|
13
14
|
<xs:complexType name="GetRegistrarsRequestObj">
|
14
15
|
<xs:sequence minOccurs="1">
|
@@ -58,8 +59,10 @@
|
|
58
59
|
<xs:element ref="tns:statementRequisites"/>
|
59
60
|
<xs:element name="statementContent" type="doc:StatementContentOfBirth" minOccurs="0"/>
|
60
61
|
<xs:element name="participants" type="doc:ParticipantsForBirth"/>
|
61
|
-
<xs:element name="documentsConfirmingBirth" type="doc:DocumentsConfirmingBirth"
|
62
|
-
|
62
|
+
<xs:element name="documentsConfirmingBirth" type="doc:DocumentsConfirmingBirth"
|
63
|
+
minOccurs="0"/>
|
64
|
+
<xs:element name="documentsConfirmingParticipant"
|
65
|
+
type="doc:DocumentsConfirmingFiliationForBirthStmt"/>
|
63
66
|
<xs:element name="otherApplicants" type="doc:OtherApplicants" minOccurs="0"/>
|
64
67
|
</xs:sequence>
|
65
68
|
</xs:complexType>
|
@@ -75,9 +78,12 @@
|
|
75
78
|
<xs:sequence minOccurs="1">
|
76
79
|
<xs:element ref="tns:statementRequisites"/>
|
77
80
|
<xs:element name="participants" type="doc:ParticipantsForDeath"/>
|
78
|
-
<xs:element name="statementContentOfDeath" type="doc:StatementContentOfDeath"
|
79
|
-
|
80
|
-
<xs:element name="
|
81
|
+
<xs:element name="statementContentOfDeath" type="doc:StatementContentOfDeath"
|
82
|
+
minOccurs="0"/>
|
83
|
+
<xs:element name="documentsConfirmingDeath" type="doc:DocumentsConfirmingDeath"
|
84
|
+
minOccurs="0"/>
|
85
|
+
<xs:element name="documentsConfirmingPerinatalDeath"
|
86
|
+
type="doc:DocumentsConfirmingPerinatalDeath" minOccurs="0"/>
|
81
87
|
<xs:element name="otherApplicants" type="doc:OtherApplicants" minOccurs="0"/>
|
82
88
|
</xs:sequence>
|
83
89
|
</xs:complexType>
|
@@ -108,14 +114,16 @@
|
|
108
114
|
<xs:documentation>Субъекты</xs:documentation>
|
109
115
|
</xs:annotation>
|
110
116
|
</xs:element>
|
111
|
-
<xs:element name="documentsConfirmingGroom" type="doc:DocumentsConfirmingMarriage"
|
117
|
+
<xs:element name="documentsConfirmingGroom" type="doc:DocumentsConfirmingMarriage"
|
118
|
+
minOccurs="0">
|
112
119
|
<xs:annotation>
|
113
120
|
<xs:documentation>Документ, подтверждающий прекращение ЕГО предыдущего брака (развод или смерть
|
114
121
|
супруги в предыдущем браке или прекращение брака по суду)
|
115
122
|
</xs:documentation>
|
116
123
|
</xs:annotation>
|
117
124
|
</xs:element>
|
118
|
-
<xs:element name="documentsConfirmingBride" type="doc:DocumentsConfirmingMarriage"
|
125
|
+
<xs:element name="documentsConfirmingBride" type="doc:DocumentsConfirmingMarriage"
|
126
|
+
minOccurs="0">
|
119
127
|
<xs:annotation>
|
120
128
|
<xs:documentation>Документ, подтверждающий прекращение ЕЕ предыдущего брака (развод или смерть
|
121
129
|
супруга в предыдущем браке или прекращение брака по суду)
|
@@ -161,7 +169,7 @@
|
|
161
169
|
<xs:documentation>Субъекты</xs:documentation>
|
162
170
|
</xs:annotation>
|
163
171
|
</xs:element>
|
164
|
-
<xs:element
|
172
|
+
<xs:element ref="doc:actRecAndCertMarriageRequisites">
|
165
173
|
<xs:annotation>
|
166
174
|
<xs:documentation>Документ, подтверждающий заключение брака между супругами
|
167
175
|
</xs:documentation>
|
@@ -248,11 +256,11 @@
|
|
248
256
|
<xs:element name="item" type="ac:Registrar" minOccurs="0" maxOccurs="unbounded"/>
|
249
257
|
</xs:sequence>
|
250
258
|
</xs:complexType>
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
259
|
+
<xs:complexType name="ListOfFreeDates">
|
260
|
+
<xs:sequence minOccurs="1">
|
261
|
+
<xs:element maxOccurs="unbounded" minOccurs="0" name="item" type="xs:time"/>
|
262
|
+
</xs:sequence>
|
263
|
+
</xs:complexType>
|
256
264
|
<xs:complexType name="ServiceStatus">
|
257
265
|
<xs:annotation>
|
258
266
|
<xs:documentation>Сообщение об изменении статуса обработки отправленного электронного
|
@@ -279,7 +287,8 @@
|
|
279
287
|
</xs:annotation>
|
280
288
|
</xs:element>
|
281
289
|
<xs:element name="resultActRecUIDs" type="cm:UID" minOccurs="0" maxOccurs="unbounded"/>
|
282
|
-
<xs:element name="resultDocumentUIDs" type="cm:UID" minOccurs="0" maxOccurs="unbounded"
|
290
|
+
<xs:element name="resultDocumentUIDs" type="cm:UID" minOccurs="0" maxOccurs="unbounded"
|
291
|
+
/>
|
283
292
|
</xs:sequence>
|
284
293
|
</xs:complexType>
|
285
294
|
<xs:complexType name="Bill">
|
@@ -352,7 +361,8 @@
|
|
352
361
|
<xs:sequence>
|
353
362
|
<xs:element name="selectedDate" type="xs:date">
|
354
363
|
<xs:annotation>
|
355
|
-
<xs:documentation>Выбранная
|
364
|
+
<xs:documentation>Выбранная дата
|
365
|
+
</xs:documentation>
|
356
366
|
</xs:annotation>
|
357
367
|
</xs:element>
|
358
368
|
<xs:element name="selectedTime" type="xs:time">
|
@@ -399,9 +409,11 @@
|
|
399
409
|
<xs:element name="sendServiceOfDivorceRequestObj" type="tns:SendServiceOfDivorceRequestObj"/>
|
400
410
|
<xs:element name="updateStatusRequestObj" type="tns:UpdateStatusRequestObj"/>
|
401
411
|
<xs:element name="updatePaymentStatusRequestObj" type="tns:UpdatePaymentStatusRequestObj"/>
|
402
|
-
<xs:element name="updateTimeReservationStatusRequestObj"
|
412
|
+
<xs:element name="updateTimeReservationStatusRequestObj"
|
413
|
+
type="tns:UpdateTimeReservationStatusRequestObj"/>
|
403
414
|
|
404
|
-
<xs:element name="updateTimeReservationStatusResponseObj"
|
415
|
+
<xs:element name="updateTimeReservationStatusResponseObj"
|
416
|
+
type="tns:UpdateTimeReservationStatusResponseObj"/>
|
405
417
|
<xs:element name="voidResponseObj" type="cm:VoidResponseObj"/>
|
406
418
|
<xs:element name="baseFaultObj" type="cm:FaultBaseObj"/>
|
407
419
|
<xs:simpleType name="reissuedDocType">
|
@@ -86,6 +86,12 @@
|
|
86
86
|
<wsdl:message name="ticketSearchPersonalActRecordDeathRequest">
|
87
87
|
<wsdl:part name="parameter" element="ns:ticketSearchPersonalActRecordDeathRequest"/>
|
88
88
|
</wsdl:message>
|
89
|
+
<wsdl:message name="archiveCompletenessStateRequest">
|
90
|
+
<wsdl:part name="parameter" element="ns:archiveCompletenessStateRequest"/>
|
91
|
+
</wsdl:message>
|
92
|
+
<wsdl:message name="archiveCompletenessStateResponse">
|
93
|
+
<wsdl:part name="parameter" element="ns:archiveCompletenessStateResponse"/>
|
94
|
+
</wsdl:message>
|
89
95
|
<wsdl:message name="ticketSearchPersonalActRecordResponse">
|
90
96
|
<wsdl:part name="parameter" element="ns:ticketNumberResponse"/>
|
91
97
|
</wsdl:message>
|
@@ -357,6 +363,11 @@
|
|
357
363
|
<wsdl:output message="tns:actRecordMarriageResponse"/>
|
358
364
|
<wsdl:fault name="Fault" message="tns:Fault"/>
|
359
365
|
</wsdl:operation>
|
366
|
+
<wsdl:operation name="getArchiveCompletenessState">
|
367
|
+
<wsdl:input message="tns:archiveCompletenessStateRequest"/>
|
368
|
+
<wsdl:output message="tns:archiveCompletenessStateResponse"/>
|
369
|
+
<wsdl:fault name="Fault" message="tns:Fault"/>
|
370
|
+
</wsdl:operation>
|
360
371
|
</wsdl:portType>
|
361
372
|
<wsdl:binding name="InterDepPersonalServiceImplPortBinding" type="tns:InterDepPersonalService">
|
362
373
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
@@ -759,6 +770,18 @@
|
|
759
770
|
<soap:fault name="Fault" use="literal"/>
|
760
771
|
</wsdl:fault>
|
761
772
|
</wsdl:operation>
|
773
|
+
<wsdl:operation name="getArchiveCompletenessState">
|
774
|
+
<soap:operation soapAction=""/>
|
775
|
+
<wsdl:input>
|
776
|
+
<soap:body use="literal"/>
|
777
|
+
</wsdl:input>
|
778
|
+
<wsdl:output>
|
779
|
+
<soap:body use="literal"/>
|
780
|
+
</wsdl:output>
|
781
|
+
<wsdl:fault name="Fault">
|
782
|
+
<soap:fault name="Fault" use="literal"/>
|
783
|
+
</wsdl:fault>
|
784
|
+
</wsdl:operation>
|
762
785
|
</wsdl:binding>
|
763
786
|
<wsdl:service name="InterDepPersonalService">
|
764
787
|
<wsdl:port name="InterDepPersonalServiceImplPort" binding="tns:InterDepPersonalServiceImplPortBinding">
|