xml-toolkit 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,299 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by otdel (GNIVC FNS RF) -->
3
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn://x-artefacts-fns-dohflna/root/260-18/4.0.1" xmlns:fnst="urn://x-artefacts-fns-dohflna/types/4.0.1" targetNamespace="urn://x-artefacts-fns-dohflna/root/260-18/4.0.1" elementFormDefault="qualified" attributeFormDefault="unqualified">
4
+ <xs:import namespace="urn://x-artefacts-fns-dohflna/types/4.0.1" schemaLocation="./commons/fns-dohflna-types.xsd"/>
5
+ <xs:element name="DOHFLNARequest">
6
+ <xs:annotation>
7
+ <xs:documentation>Запрос в Федеральную налоговую службу о представлении сведений о доходах физических лиц, выплаченных налоговыми агентами</xs:documentation>
8
+ </xs:annotation>
9
+ <xs:complexType>
10
+ <xs:sequence>
11
+ <xs:element name="СвФЛ">
12
+ <xs:annotation>
13
+ <xs:documentation>Сведения о физическом лице</xs:documentation>
14
+ </xs:annotation>
15
+ <xs:complexType>
16
+ <xs:sequence>
17
+ <xs:element name="ФИОФЛ" type="fnst:PhysicalPersonNameType">
18
+ <xs:annotation>
19
+ <xs:documentation>Фамилия, имя, отчество физического лица</xs:documentation>
20
+ </xs:annotation>
21
+ </xs:element>
22
+ <xs:element name="УдЛичн" type="fnst:IdentityDocumentShortType">
23
+ <xs:annotation>
24
+ <xs:documentation>Сведения о документе, удостоверяющем личность физического лица</xs:documentation>
25
+ </xs:annotation>
26
+ </xs:element>
27
+ </xs:sequence>
28
+ <xs:attribute name="ДатаРожд" type="xs:date" use="required">
29
+ <xs:annotation>
30
+ <xs:documentation>Дата рождения</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:attribute>
33
+ <xs:attribute name="ИННФЛ" type="fnst:PhysicalPersonINNType" use="optional">
34
+ <xs:annotation>
35
+ <xs:documentation>ИНН физического лица</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:attribute>
38
+ <xs:attribute name="СНИЛС" type="fnst:SNILSType" use="optional">
39
+ <xs:annotation>
40
+ <xs:documentation>Страховой номер индивидуального лицевого счета</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:attribute>
43
+ </xs:complexType>
44
+ </xs:element>
45
+ </xs:sequence>
46
+ <xs:attribute name="Id" use="required">
47
+ <xs:annotation>
48
+ <xs:documentation>Признак подписания запроса ЭП должностного лица (ЭП-СП)</xs:documentation>
49
+ </xs:annotation>
50
+ <xs:simpleType>
51
+ <xs:restriction base="fnst:string-25">
52
+ <xs:enumeration value="PERSONAL_SIGNATURE"/>
53
+ </xs:restriction>
54
+ </xs:simpleType>
55
+ </xs:attribute>
56
+ <xs:attribute name="ИдЗапрос" type="fnst:IDRequestType" use="optional">
57
+ <xs:annotation>
58
+ <xs:documentation>Идентификатор запроса, сформированный запрашивающей стороной</xs:documentation>
59
+ </xs:annotation>
60
+ </xs:attribute>
61
+ <xs:attribute name="ОтчетГод" type="xs:gYear" use="required">
62
+ <xs:annotation>
63
+ <xs:documentation>Отчетный налоговый период</xs:documentation>
64
+ <xs:documentation>
65
+ Год в формате ГГГГ</xs:documentation>
66
+ </xs:annotation>
67
+ </xs:attribute>
68
+ </xs:complexType>
69
+ </xs:element>
70
+ <xs:element name="DOHFLNAResponse">
71
+ <xs:annotation>
72
+ <xs:documentation>Ответ Федеральной налоговой службы на запрос о представлении сведений о доходах физических лиц, выплаченных налоговыми агентами</xs:documentation>
73
+ </xs:annotation>
74
+ <xs:complexType>
75
+ <xs:sequence>
76
+ <xs:element name="ДохФЛ">
77
+ <xs:annotation>
78
+ <xs:documentation>Сведения о доходах физического лица</xs:documentation>
79
+ </xs:annotation>
80
+ <xs:complexType>
81
+ <xs:sequence>
82
+ <xs:element name="ДохФЛ_НА" maxOccurs="unbounded">
83
+ <xs:annotation>
84
+ <xs:documentation>Сведения о доходах физического лица по справкам 2-НДФЛ по налоговому агенту и из налоговой декларации по налогу на прибыль организаций</xs:documentation>
85
+ </xs:annotation>
86
+ <xs:complexType>
87
+ <xs:sequence>
88
+ <xs:element name="ПолучДох">
89
+ <xs:annotation>
90
+ <xs:documentation>Данные о физическом лице - получателе дохода</xs:documentation>
91
+ </xs:annotation>
92
+ <xs:complexType>
93
+ <xs:sequence>
94
+ <xs:element name="ФИО" type="fnst:PhysicalPersonNameType">
95
+ <xs:annotation>
96
+ <xs:documentation>Фамилия, имя, отчество</xs:documentation>
97
+ </xs:annotation>
98
+ </xs:element>
99
+ <xs:element name="УдЛичнФЛ" type="fnst:IdentityDocumentShortType">
100
+ <xs:annotation>
101
+ <xs:documentation>Сведения о документе, удостоверяющем личность </xs:documentation>
102
+ </xs:annotation>
103
+ </xs:element>
104
+ </xs:sequence>
105
+ <xs:attribute name="ИННФЛ" type="fnst:PhysicalPersonINNType" use="optional">
106
+ <xs:annotation>
107
+ <xs:documentation>ИНН физического лица</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:attribute>
110
+ <xs:attribute name="ДатаРожд" type="xs:date" use="required">
111
+ <xs:annotation>
112
+ <xs:documentation>Дата рождения</xs:documentation>
113
+ </xs:annotation>
114
+ </xs:attribute>
115
+ </xs:complexType>
116
+ </xs:element>
117
+ <xs:element name="СвНА">
118
+ <xs:annotation>
119
+ <xs:documentation>Сведения о налоговом агенте </xs:documentation>
120
+ </xs:annotation>
121
+ <xs:complexType>
122
+ <xs:choice>
123
+ <xs:element name="СвНАЮЛ">
124
+ <xs:annotation>
125
+ <xs:documentation>Сведения о налоговом агенте - организации</xs:documentation>
126
+ </xs:annotation>
127
+ <xs:complexType>
128
+ <xs:attribute name="НаимОрг" type="fnst:string-1000" use="required">
129
+ <xs:annotation>
130
+ <xs:documentation>Наименование организации</xs:documentation>
131
+ </xs:annotation>
132
+ </xs:attribute>
133
+ <xs:attribute name="ИННЮЛ" type="fnst:LegalPersonINNType" use="required">
134
+ <xs:annotation>
135
+ <xs:documentation>ИНН организации</xs:documentation>
136
+ </xs:annotation>
137
+ </xs:attribute>
138
+ <xs:attribute name="КПП" type="fnst:KPPType" use="required">
139
+ <xs:annotation>
140
+ <xs:documentation>КПП</xs:documentation>
141
+ </xs:annotation>
142
+ </xs:attribute>
143
+ </xs:complexType>
144
+ </xs:element>
145
+ <xs:element name="СвНАФЛ">
146
+ <xs:annotation>
147
+ <xs:documentation>Сведения о налоговом агенте - физическом лице</xs:documentation>
148
+ </xs:annotation>
149
+ <xs:complexType>
150
+ <xs:sequence>
151
+ <xs:element name="ФИО" type="fnst:PhysicalPersonNameType">
152
+ <xs:annotation>
153
+ <xs:documentation>Фамилия, имя, отчество физического лица</xs:documentation>
154
+ </xs:annotation>
155
+ </xs:element>
156
+ </xs:sequence>
157
+ <xs:attribute name="ИННФЛ" type="fnst:PhysicalPersonINNType" use="required">
158
+ <xs:annotation>
159
+ <xs:documentation>ИНН физического лица</xs:documentation>
160
+ </xs:annotation>
161
+ </xs:attribute>
162
+ </xs:complexType>
163
+ </xs:element>
164
+ </xs:choice>
165
+ </xs:complexType>
166
+ </xs:element>
167
+ <xs:choice>
168
+ <xs:element name="СведДох_2НДФЛ" maxOccurs="unbounded">
169
+ <xs:annotation>
170
+ <xs:documentation>Сведения о доходах физического лица по справкам 2-НДФЛ</xs:documentation>
171
+ </xs:annotation>
172
+ <xs:complexType>
173
+ <xs:sequence>
174
+ <xs:element name="ДохВыч" minOccurs="0">
175
+ <xs:annotation>
176
+ <xs:documentation>Доходы, облагаемые по ставке</xs:documentation>
177
+ </xs:annotation>
178
+ <xs:complexType>
179
+ <xs:sequence>
180
+ <xs:element name="СвСумДох" maxOccurs="unbounded">
181
+ <xs:annotation>
182
+ <xs:documentation>Сведения о суммах дохода по месяцам и кодам дохода</xs:documentation>
183
+ </xs:annotation>
184
+ <xs:complexType>
185
+ <xs:attribute name="Месяц" use="required">
186
+ <xs:annotation>
187
+ <xs:documentation>Месяц</xs:documentation>
188
+ </xs:annotation>
189
+ <xs:simpleType>
190
+ <xs:restriction base="fnst:digits-2">
191
+ <xs:enumeration value="01"/>
192
+ <xs:enumeration value="02"/>
193
+ <xs:enumeration value="03"/>
194
+ <xs:enumeration value="04"/>
195
+ <xs:enumeration value="05"/>
196
+ <xs:enumeration value="06"/>
197
+ <xs:enumeration value="07"/>
198
+ <xs:enumeration value="08"/>
199
+ <xs:enumeration value="09"/>
200
+ <xs:enumeration value="10"/>
201
+ <xs:enumeration value="11"/>
202
+ <xs:enumeration value="12"/>
203
+ </xs:restriction>
204
+ </xs:simpleType>
205
+ </xs:attribute>
206
+ <xs:attribute name="КодДоход" type="fnst:digits-4" use="required">
207
+ <xs:annotation>
208
+ <xs:documentation>Код дохода</xs:documentation>
209
+ </xs:annotation>
210
+ </xs:attribute>
211
+ <xs:attribute name="СумДоход" type="fnst:number-14_2" use="required">
212
+ <xs:annotation>
213
+ <xs:documentation>Сумма дохода</xs:documentation>
214
+ </xs:annotation>
215
+ </xs:attribute>
216
+ </xs:complexType>
217
+ </xs:element>
218
+ </xs:sequence>
219
+ </xs:complexType>
220
+ </xs:element>
221
+ <xs:element name="СГДНалПер" minOccurs="0">
222
+ <xs:annotation>
223
+ <xs:documentation>Общие суммы дохода по итогам налогового периода</xs:documentation>
224
+ </xs:annotation>
225
+ <xs:complexType>
226
+ <xs:attribute name="СумДохОбщ" type="fnst:number-14_2" use="required">
227
+ <xs:annotation>
228
+ <xs:documentation>Общая сумма дохода</xs:documentation>
229
+ </xs:annotation>
230
+ </xs:attribute>
231
+ <xs:attribute name="НалБаза" type="fnst:number-14_2" use="required">
232
+ <xs:annotation>
233
+ <xs:documentation>Налоговая база</xs:documentation>
234
+ </xs:annotation>
235
+ </xs:attribute>
236
+ </xs:complexType>
237
+ </xs:element>
238
+ </xs:sequence>
239
+ <xs:attribute name="Ставка" type="fnst:number-2" use="required">
240
+ <xs:annotation>
241
+ <xs:documentation>Ставка налога</xs:documentation>
242
+ </xs:annotation>
243
+ </xs:attribute>
244
+ </xs:complexType>
245
+ </xs:element>
246
+ <xs:element name="СведДох_НДПриб" maxOccurs="unbounded">
247
+ <xs:annotation>
248
+ <xs:documentation>Сведения о доходах физического лица из налоговой декларации по налогу на прибыль организаций</xs:documentation>
249
+ </xs:annotation>
250
+ <xs:complexType>
251
+ <xs:sequence>
252
+ <xs:element name="ДохНалПер" minOccurs="0">
253
+ <xs:annotation>
254
+ <xs:documentation>Общие суммы дохода по итогам налогового периода</xs:documentation>
255
+ </xs:annotation>
256
+ <xs:complexType>
257
+ <xs:attribute name="Ставка" type="fnst:number-2" use="required">
258
+ <xs:annotation>
259
+ <xs:documentation>Налоговая ставка (%)</xs:documentation>
260
+ </xs:annotation>
261
+ </xs:attribute>
262
+ <xs:attribute name="СумДохОбщ" type="fnst:number-17_2" use="required">
263
+ <xs:annotation>
264
+ <xs:documentation>Общая сумма дохода</xs:documentation>
265
+ </xs:annotation>
266
+ </xs:attribute>
267
+ <xs:attribute name="НалБаза" type="fnst:number-17_2" use="required">
268
+ <xs:annotation>
269
+ <xs:documentation>Налоговая база</xs:documentation>
270
+ </xs:annotation>
271
+ </xs:attribute>
272
+ </xs:complexType>
273
+ </xs:element>
274
+ </xs:sequence>
275
+ </xs:complexType>
276
+ </xs:element>
277
+ </xs:choice>
278
+ </xs:sequence>
279
+ </xs:complexType>
280
+ </xs:element>
281
+ </xs:sequence>
282
+ <xs:attribute name="ОтчетГод" type="xs:gYear" use="required">
283
+ <xs:annotation>
284
+ <xs:documentation>Отчетный налоговый период</xs:documentation>
285
+ <xs:documentation>
286
+ Год в формате ГГГГ</xs:documentation>
287
+ </xs:annotation>
288
+ </xs:attribute>
289
+ </xs:complexType>
290
+ </xs:element>
291
+ </xs:sequence>
292
+ <xs:attribute name="ИдЗапрос" type="fnst:IDRequestType" use="optional">
293
+ <xs:annotation>
294
+ <xs:documentation>Идентификатор запроса, сформированный запрашивающей стороной</xs:documentation>
295
+ </xs:annotation>
296
+ </xs:attribute>
297
+ </xs:complexType>
298
+ </xs:element>
299
+ </xs:schema>