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,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:cm="http://ezags.rt.ru/type/common/" targetNamespace="http://ezags.rt.ru/type/common/" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
4
4
|
<!--Общие типы-->
|
5
5
|
<xs:complexType name="CauseOfDeath">
|
@@ -214,16 +214,16 @@
|
|
214
214
|
<xs:element ref="cm:dateClose" minOccurs="0"/>
|
215
215
|
</xs:sequence>
|
216
216
|
</xs:complexType>
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
217
|
+
<xs:complexType name="PowerOfAttorneyLegal">
|
218
|
+
<xs:annotation>
|
219
|
+
<xs:documentation>Доверенность ЮЛ</xs:documentation>
|
220
|
+
</xs:annotation>
|
221
|
+
<xs:sequence minOccurs="1">
|
222
|
+
<xs:element ref="cm:documentNumber"/>
|
223
|
+
<xs:element ref="cm:documentDate"/>
|
224
|
+
<xs:element ref="cm:organizationName"/>
|
225
|
+
</xs:sequence>
|
226
|
+
</xs:complexType>
|
227
227
|
<xs:complexType name="PowerOfAttorney">
|
228
228
|
<xs:annotation>
|
229
229
|
<xs:documentation>Доверенность ФЛ</xs:documentation>
|
@@ -310,7 +310,7 @@
|
|
310
310
|
<xs:annotation>
|
311
311
|
<xs:documentation>Инициалы человека: фамилия, имя и отчество</xs:documentation>
|
312
312
|
</xs:annotation>
|
313
|
-
<xs:sequence>
|
313
|
+
<xs:sequence minOccurs="1">
|
314
314
|
<xs:element ref="cm:surname"/>
|
315
315
|
<xs:element ref="cm:firstName"/>
|
316
316
|
<xs:element ref="cm:patronymic" minOccurs="0"/>
|
@@ -716,12 +716,17 @@
|
|
716
716
|
</xs:element>
|
717
717
|
<xs:element name="kladrCode" type="cm:KLADR_CODE">
|
718
718
|
<xs:annotation>
|
719
|
-
<xs:documentation>Код адреса по классификатору КЛАДР до уровня
|
719
|
+
<xs:documentation>Код адреса по классификатору КЛАДР до уровня улицы включительно</xs:documentation>
|
720
|
+
</xs:annotation>
|
721
|
+
</xs:element>
|
722
|
+
<xs:element name="kladrCode13" type="cm:KLADR_CODE13">
|
723
|
+
<xs:annotation>
|
724
|
+
<xs:documentation>Код адреса по классификатору КЛАДР до уровня населенного пункта включительно</xs:documentation>
|
720
725
|
</xs:annotation>
|
721
726
|
</xs:element>
|
722
727
|
<xs:element name="kladeFiasCode" type="cm:KLADE_FIAS_CODE">
|
723
728
|
<xs:annotation>
|
724
|
-
<xs:documentation>Код по классификатору ФИАС КЛАДЭ</xs:documentation>
|
729
|
+
<xs:documentation>Код адреса по классификатору ФИАС КЛАДЭ</xs:documentation>
|
725
730
|
</xs:annotation>
|
726
731
|
</xs:element>
|
727
732
|
<xs:element name="legalAddress" type="cm:FullAddress">
|
@@ -773,12 +778,12 @@
|
|
773
778
|
</xs:element>
|
774
779
|
<xs:element name="newLastNameOfHusb" type="cm:STRING60">
|
775
780
|
<xs:annotation>
|
776
|
-
<xs:documentation
|
781
|
+
<xs:documentation>ЕГО фамилия после регистрации АГС (заключения брака или расторжения брака)</xs:documentation>
|
777
782
|
</xs:annotation>
|
778
783
|
</xs:element>
|
779
784
|
<xs:element name="newLastNameOfWife" type="cm:STRING60">
|
780
785
|
<xs:annotation>
|
781
|
-
<xs:documentation
|
786
|
+
<xs:documentation>ЕЕ фамилия после регистрации АГС (заключения брака или расторжения брака)</xs:documentation>
|
782
787
|
</xs:annotation>
|
783
788
|
</xs:element>
|
784
789
|
<xs:element name="nsiCommonReference" type="cm:NSICommonReference">
|
@@ -837,7 +842,11 @@
|
|
837
842
|
<xs:documentation>Наименование организации</xs:documentation>
|
838
843
|
</xs:annotation>
|
839
844
|
</xs:element>
|
840
|
-
<xs:element name="otherInformationAndOfficialAnnotationsItem" type="cm:NOT_EMPTY_STRING"
|
845
|
+
<xs:element name="otherInformationAndOfficialAnnotationsItem" type="cm:NOT_EMPTY_STRING">
|
846
|
+
<xs:annotation>
|
847
|
+
<xs:documentation>Массив сведений о внесенных в АЗ исправлениях или изменениях с основаниями их внесения (с реквизитами подтверждающих документов)</xs:documentation>
|
848
|
+
</xs:annotation>
|
849
|
+
</xs:element>
|
841
850
|
<xs:element name="patronymic" type="cm:STRING60">
|
842
851
|
<xs:annotation>
|
843
852
|
<xs:documentation>Отчество</xs:documentation>
|
@@ -959,7 +968,11 @@
|
|
959
968
|
<xs:documentation>Дата заявления одинокой матери</xs:documentation>
|
960
969
|
</xs:annotation>
|
961
970
|
</xs:element>
|
962
|
-
<xs:element name="snils" type="cm:SNILS"
|
971
|
+
<xs:element name="snils" type="cm:SNILS">
|
972
|
+
<xs:annotation>
|
973
|
+
<xs:documentation>СНИЛС</xs:documentation>
|
974
|
+
</xs:annotation>
|
975
|
+
</xs:element>
|
963
976
|
<xs:element name="specifyNationalityOfFather" type="xs:boolean">
|
964
977
|
<xs:annotation>
|
965
978
|
<xs:documentation>Указывать ли в акте национальность отца</xs:documentation>
|
@@ -1105,11 +1118,10 @@
|
|
1105
1118
|
</xs:simpleType>
|
1106
1119
|
<xs:simpleType name="TIME_STAMP_VERSION">
|
1107
1120
|
<xs:annotation>
|
1108
|
-
<xs:documentation>Временной интервал ограничен
|
1121
|
+
<xs:documentation>Временной интервал ограничен минимальной датой - 1 января 1900 года</xs:documentation>
|
1109
1122
|
</xs:annotation>
|
1110
|
-
<xs:restriction base="xs:
|
1111
|
-
<xs:minInclusive value="
|
1112
|
-
<xs:maxInclusive value="61535955600000"/>
|
1123
|
+
<xs:restriction base="xs:long">
|
1124
|
+
<xs:minInclusive value="-2208967201"/>
|
1113
1125
|
</xs:restriction>
|
1114
1126
|
</xs:simpleType>
|
1115
1127
|
<xs:simpleType name="ACT_RECORD_NUMBER">
|
@@ -1190,8 +1202,16 @@
|
|
1190
1202
|
<xs:documentation>Список типов сообщения об ошибке</xs:documentation>
|
1191
1203
|
</xs:annotation>
|
1192
1204
|
<xs:restriction base="cm:NOT_EMPTY_STRING">
|
1193
|
-
<xs:enumeration value="
|
1194
|
-
|
1205
|
+
<xs:enumeration value="business_error">
|
1206
|
+
<xs:annotation>
|
1207
|
+
<xs:documentation>Ошибка уровня бизнес-логики системы</xs:documentation>
|
1208
|
+
</xs:annotation>
|
1209
|
+
</xs:enumeration>
|
1210
|
+
<xs:enumeration value="system_error">
|
1211
|
+
<xs:annotation>
|
1212
|
+
<xs:documentation>Системная ошибка</xs:documentation>
|
1213
|
+
</xs:annotation>
|
1214
|
+
</xs:enumeration>
|
1195
1215
|
</xs:restriction>
|
1196
1216
|
</xs:simpleType>
|
1197
1217
|
<xs:simpleType name="GENDERS">
|
@@ -1221,6 +1241,11 @@
|
|
1221
1241
|
<xs:pattern value="\d{11,17}"/>
|
1222
1242
|
</xs:restriction>
|
1223
1243
|
</xs:simpleType>
|
1244
|
+
<xs:simpleType name="KLADR_CODE13">
|
1245
|
+
<xs:restriction base="cm:NOT_EMPTY_STRING">
|
1246
|
+
<xs:pattern value="\d{13}"/>
|
1247
|
+
</xs:restriction>
|
1248
|
+
</xs:simpleType>
|
1224
1249
|
<xs:simpleType name="OKATO_CODE">
|
1225
1250
|
<xs:restriction base="cm:NOT_EMPTY_STRING">
|
1226
1251
|
<xs:pattern value="\d{11}"/>
|
@@ -1430,16 +1455,16 @@
|
|
1430
1455
|
<xs:documentation>Код справочника еЗАГС</xs:documentation>
|
1431
1456
|
</xs:annotation>
|
1432
1457
|
</xs:element>
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1458
|
+
<xs:element name="reserveNumberUid" type="xs:string">
|
1459
|
+
<xs:annotation>
|
1460
|
+
<xs:documentation>Номер брони даты и времени приема гражданина в РЗАГС</xs:documentation>
|
1461
|
+
</xs:annotation>
|
1462
|
+
</xs:element>
|
1463
|
+
<xs:element name="reserveDateTime" type="xs:string">
|
1464
|
+
<xs:annotation>
|
1465
|
+
<xs:documentation>Забронированное время приема гражданина в РЗАГС</xs:documentation>
|
1466
|
+
</xs:annotation>
|
1467
|
+
</xs:element>
|
1443
1468
|
<xs:simpleType name="REFERENCE_TYPE">
|
1444
1469
|
<xs:annotation>
|
1445
1470
|
<xs:documentation>Перечисляемый тип: "справочники"</xs:documentation>
|