-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample7.xml
94 lines (92 loc) · 2.71 KB
/
example7.xml
1
2
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
<config>
<codepage>UTF-8</codepage>
<database_params>
<username>SYSDBA</username>
<password>masterkey</password>
<hostname>10.9.4.16</hostname>
<database>ncore-fssp</database>
<connection_codepage>WIN1251</connection_codepage>
<codepage>CP1251</codepage>
</database_params>
<mvv>
<preprocessing>
<sql>ext_request.mvv_agent_code='ФНС' and ext_request.entity_type not in (95,2)</sql>
<sql>ext_request.mvv_agent_code='ФНС' and ext_request.entity_type in (95,2) and ext_request.debtor_inn is null</sql>
</preprocessing>
<agent_code>ФНС</agent_code>
<dept_code>ФНСКЧР</dept_code>
<agreement_code>ФНСИНТ</agreement_code>
</mvv>
<logging>
<log_path>/root/git/fsspregmvv/</log_path>
<log_file>fns.log</log_file>
<log_file2>fns2.log</log_file2>
</logging>
<file>
<codepage>UTF-8</codepage>
<output_path>/home/chief/work/fnsout/</output_path>
<input_path>/home/chief/work/regin/</input_path>
<input_path_arc>/home/chief/work/regarc/</input_path_arc>
<input_path_err>/home/chief/work/regerr/</input_path_err>
<type>xml</type>
<numeric>normal</numeric>
<prefix>fns</prefix>
<scheme>
<Requests records=''>
<Request>
<Packet_id>er_pack_id</Packet_id>
<Packet_date>er_pack_date</Packet_date>
<Request_id>er_req_id</Request_id>
<Request_date>er_req_date</Request_date>
<Debitor_name>er_debtor_name</Debitor_name>
<Debitor_birthday>er_debtor_birthday</Debitor_birthday>
<Debitor_inn>er_debtor_inn</Debitor_inn>
</Request>
</Requests>
</scheme>
<scheme>
<RequestRightsPersonsReply depth='3'>
<RequestID>request_id</RequestID>
<ReplyDate>reply_date</ReplyDate>
<OrganizationName></OrganizationName>
<RegionID></RegionID>
<Persons answers="" >
<Person answerstart="">
<PersonID>er_req_id</PersonID>
<FirstName>firstname</FirstName>
<SecondName>secondname</SecondName>
<LastName>lastname</LastName>
<BirthDate>er_debtor_birthday</BirthDate>
<Document answer='01' >
<Type_Document>rr_type_doc</Type_Document>
<Name>pass</Name>
<Series>ser_doc</Series>
<Number>num_doc</Number>
<Date>date_doc</Date>
<IssueOrgan>issue_organ</IssueOrgan>
</Document>
<Rights answer='11'>
<Right>
<CadastralNumber>kadastr_n</CadastralNumber>
<RegNumber>inv_n_nedv</RegNumber>
<StartDate>startdate</StartDate>
<EndDate>enddate</EndDate>
<Area>s_nedv</Area>
<AreaUnits>012002001000</AreaUnits>
<Purpose>purpose</Purpose>
<Share>share</Share>
<Address childrens="">
<Region>09</Region>
<District>Малокарачаевский</District>
<Street>Родниковая</Street>
<House>8а</House>
<Note>adres_nedv</Note>
</Address>
</Right>
</Rights>
</Person>
</Persons>
</RequestRightsPersonsReply>
</scheme>
</file>
</config>