-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.xm~
89 lines (88 loc) · 2.61 KB
/
example.xm~
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
<config>
<codepage>UTF-8</codepage>
<database_params>
<username>SYSDBA</username>
<password>masterkey</password>
<hostname></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_birthdate is null</sql>
</preprocessing>
<agent_code>РОСРЕЕСТР</agent_code>
<dept_code>ЧЕРК</dept_code>
<agreement_code>ЧЕРКИНТ</agreement_code>
</mvv>
<file>
<codepage>CP1251</codepage>
<output_path>/home/chief/work/reg/</output_path>
<input_path>/home/chief/rr_in/</input_path>
<input_path_arc>/home/chief/rr_in_arc</input_path_arc>
<type>xml</type>
<numeric>normal</numeric>
<prefix>rr</prefix>
<scheme>
<RequestRightsPersons>
<RequestID>er_pack_id</RequestID>
<RequestType>Запрос в Росреестр № ;er_pack_id; от ;er_pack_date</RequestType>
<RequestDate>er_pack_date</RequestDate>
<Persons records=''>
<Person>
<PersonID>er_req_id</PersonID>
<FirstName>firstname</FirstName>
<SecondName>secondname</SecondName>
<LastName>lastname</LastName>
<BirthDate>er_debtor_birthday</BirthDate>
</Person>
</Persons>
</RequestRightsPersons>
</scheme>
<scheme>
<RequestRightsPersonsReply depth='3'>
<RequestID>request_id</RequestID>
<ReplyDate>reply_date</ReplyDate>
<OrganizationName></OrganizationName>
<RegionID></RegionID>
<Persons answers="" >
<Person answerstart="">
<PersonID>request_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>03.05.2011</StartDate>
<Area>s_nedv</Area>
<AreaUnits>012002001000</AreaUnits>
<Purpose>жилое</Purpose>
<Share>nfloor</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>