Schemat_JPK_VAT(3)_v1-1.xsd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:etd="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2016/01/25/eD/DefinicjeTypy/" xmlns:tns="http://jpk.mf.gov.pl/wzor/2017/11/13/1113/" targetNamespace="http://jpk.mf.gov.pl/wzor/2017/11/13/1113/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" xml:lang="pl">
  3. <xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2016/01/25/eD/DefinicjeTypy/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2016/01/25/eD/DefinicjeTypy/StrukturyDanych_v4-0E.xsd"/>
  4. <xsd:simpleType name="TKodFormularza">
  5. <xsd:annotation>
  6. <xsd:documentation>Symbol wzoru formularza</xsd:documentation>
  7. </xsd:annotation>
  8. <xsd:restriction base="xsd:string">
  9. <xsd:enumeration value="JPK_VAT"/>
  10. </xsd:restriction>
  11. </xsd:simpleType>
  12. <xsd:simpleType name="TDataCzas">
  13. <xsd:restriction base="etd:TDataCzas">
  14. <xsd:minInclusive value="2016-07-01T00:00:00Z"/>
  15. <xsd:maxInclusive value="2030-12-31T23:59:59Z"/>
  16. </xsd:restriction>
  17. </xsd:simpleType>
  18. <xsd:simpleType name="TData">
  19. <xsd:restriction base="etd:TData">
  20. <xsd:minInclusive value="2016-07-01"/>
  21. <xsd:maxInclusive value="2030-01-01"/>
  22. </xsd:restriction>
  23. </xsd:simpleType>
  24. <xsd:simpleType name="TDataT">
  25. <xsd:annotation>
  26. <xsd:documentation>Data transakcji lub zdarzenia</xsd:documentation>
  27. </xsd:annotation>
  28. <xsd:restriction base="etd:TData">
  29. <xsd:minInclusive value="2006-01-01"/>
  30. <xsd:maxInclusive value="2030-01-01"/>
  31. </xsd:restriction>
  32. </xsd:simpleType>
  33. <xsd:complexType name="TNaglowek">
  34. <xsd:annotation>
  35. <xsd:documentation>Nagłówek JPK_VAT</xsd:documentation>
  36. </xsd:annotation>
  37. <xsd:sequence>
  38. <xsd:element name="KodFormularza">
  39. <xsd:complexType>
  40. <xsd:simpleContent>
  41. <xsd:extension base="tns:TKodFormularza">
  42. <xsd:attribute name="kodSystemowy" type="xsd:string" use="required" fixed="JPK_VAT (3)"/>
  43. <xsd:attribute name="wersjaSchemy" type="xsd:string" use="required" fixed="1-1"/>
  44. </xsd:extension>
  45. </xsd:simpleContent>
  46. </xsd:complexType>
  47. </xsd:element>
  48. <xsd:element name="WariantFormularza">
  49. <xsd:simpleType>
  50. <xsd:restriction base="xsd:byte">
  51. <xsd:enumeration value="3"/>
  52. </xsd:restriction>
  53. </xsd:simpleType>
  54. </xsd:element>
  55. <xsd:element name="CelZlozenia" default="0">
  56. <xsd:simpleType>
  57. <xsd:restriction base="etd:TNaturalny">
  58. <xsd:maxInclusive value="999"/>
  59. </xsd:restriction>
  60. </xsd:simpleType>
  61. </xsd:element>
  62. <xsd:element name="DataWytworzeniaJPK" type="tns:TDataCzas">
  63. <xsd:annotation>
  64. <xsd:documentation>Data i czas wytworzenia JPK_VAT</xsd:documentation>
  65. </xsd:annotation>
  66. </xsd:element>
  67. <xsd:element name="DataOd" type="tns:TData">
  68. <xsd:annotation>
  69. <xsd:documentation>Data początkowa okresu, którego dotyczy JPK_VAT</xsd:documentation>
  70. </xsd:annotation>
  71. </xsd:element>
  72. <xsd:element name="DataDo" type="tns:TData">
  73. <xsd:annotation>
  74. <xsd:documentation>Data końcowa okresu, którego dotyczy JPK_VAT</xsd:documentation>
  75. </xsd:annotation>
  76. </xsd:element>
  77. <xsd:element name="NazwaSystemu">
  78. <xsd:annotation>
  79. <xsd:documentation>Nazwa systemu, z którego pochodzą dane</xsd:documentation>
  80. </xsd:annotation>
  81. <xsd:simpleType>
  82. <xsd:restriction base="xsd:token">
  83. <xsd:minLength value="1"/>
  84. <xsd:maxLength value="240"/>
  85. </xsd:restriction>
  86. </xsd:simpleType>
  87. </xsd:element>
  88. </xsd:sequence>
  89. </xsd:complexType>
  90. <xsd:simpleType name="TKwotowy">
  91. <xsd:annotation>
  92. <xsd:documentation>Wartość numeryczna 18 znaków max, w tym 2 znaki po przecinku</xsd:documentation>
  93. </xsd:annotation>
  94. <xsd:restriction base="xsd:decimal">
  95. <xsd:totalDigits value="18"/>
  96. <xsd:fractionDigits value="2"/>
  97. </xsd:restriction>
  98. </xsd:simpleType>
  99. <xsd:simpleType name="TNaturalnyJPK">
  100. <xsd:annotation>
  101. <xsd:documentation>Liczby naturalne większe od zera</xsd:documentation>
  102. </xsd:annotation>
  103. <xsd:restriction base="etd:TNaturalny">
  104. <xsd:minExclusive value="0"/>
  105. </xsd:restriction>
  106. </xsd:simpleType>
  107. <xsd:simpleType name="TZnakowyJPK">
  108. <xsd:annotation>
  109. <xsd:documentation>Typ znakowy ograniczony do 256 znaków</xsd:documentation>
  110. </xsd:annotation>
  111. <xsd:restriction base="xsd:token">
  112. <xsd:minLength value="1"/>
  113. <xsd:maxLength value="256"/>
  114. </xsd:restriction>
  115. </xsd:simpleType>
  116. <xsd:simpleType name="TAdresEmail">
  117. <xsd:annotation>
  118. <xsd:documentation>Adres e-mail</xsd:documentation>
  119. </xsd:annotation>
  120. <xsd:restriction base="xsd:token">
  121. <xsd:minLength value="5"/>
  122. <xsd:maxLength value="50"/>
  123. <xsd:pattern value="([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})"/>
  124. </xsd:restriction>
  125. </xsd:simpleType>
  126. <xsd:element name="JPK">
  127. <xsd:annotation>
  128. <xsd:documentation>Jednolity plik kontrolny dla ewidencji zakupu i sprzedaży VAT</xsd:documentation>
  129. </xsd:annotation>
  130. <xsd:complexType>
  131. <xsd:sequence>
  132. <xsd:element name="Naglowek" type="tns:TNaglowek">
  133. <xsd:annotation>
  134. <xsd:documentation>Nagłówek JPK_VAT</xsd:documentation>
  135. </xsd:annotation>
  136. </xsd:element>
  137. <xsd:element name="Podmiot1">
  138. <xsd:complexType>
  139. <xsd:sequence>
  140. <xsd:element name="NIP" type="etd:TNrNIP">
  141. <xsd:annotation>
  142. <xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>
  143. </xsd:annotation>
  144. </xsd:element>
  145. <xsd:element name="PelnaNazwa">
  146. <xsd:annotation>
  147. <xsd:documentation>Pełna nazwa</xsd:documentation>
  148. </xsd:annotation>
  149. <xsd:simpleType>
  150. <xsd:restriction base="xsd:token">
  151. <xsd:maxLength value="240"/>
  152. <xsd:minLength value="1"/>
  153. </xsd:restriction>
  154. </xsd:simpleType>
  155. </xsd:element>
  156. <xsd:element name="Email" type="tns:TAdresEmail" minOccurs="0"/>
  157. </xsd:sequence>
  158. </xsd:complexType>
  159. </xsd:element>
  160. <xsd:sequence minOccurs="0">
  161. <xsd:element name="SprzedazWiersz" maxOccurs="unbounded">
  162. <xsd:annotation>
  163. <xsd:documentation>Ewidencja sprzedaży oraz nabyć towarów i usług dla których podmiot obowiązany jest naliczyć podatek należny - tj. wewnątrzwspólnotowe nabycia towarów, import towarów podlegających rozliczeniu zgodnie z art. 33 a ustawy, import usług z wyłączeniem usług nabywanych od podatników podatku od wartości dodanej, do których stosuje się art. 28 b ustawy, import usług nabywanych od podatników podatku od wartości dodanej, do których stosuje się art. 28 b ustawy, dostawa towarów, dla których podatnikiem jest nabywca zgodnie z art. 17 ust. 1 pkt 5 ustawy (wypełnia nabywca), dostawa towarów, dla których podatnikiem jest nabywca zgodnie z art. 17 ust. 1 pkt 7 lub 8 ustawy (wypełnia nabywca)</xsd:documentation>
  164. </xsd:annotation>
  165. <xsd:complexType>
  166. <xsd:sequence>
  167. <xsd:element name="LpSprzedazy" type="tns:TNaturalnyJPK">
  168. <xsd:annotation>
  169. <xsd:documentation>Lp. wiersza ewidencji sprzedaży VAT</xsd:documentation>
  170. </xsd:annotation>
  171. </xsd:element>
  172. <xsd:element name="NrKontrahenta" type="etd:TNrIdentyfikacjiPodatkowej">
  173. <xsd:annotation>
  174. <xsd:documentation>Numer, za pomocą którego kontrahent jest zidentyfikowany na potrzeby podatku lub podatku od wartości dodanej</xsd:documentation>
  175. </xsd:annotation>
  176. </xsd:element>
  177. <xsd:element name="NazwaKontrahenta" type="tns:TZnakowyJPK">
  178. <xsd:annotation>
  179. <xsd:documentation>Imię i nazwisko lub nazwa kontrahenta</xsd:documentation>
  180. </xsd:annotation>
  181. </xsd:element>
  182. <xsd:element name="AdresKontrahenta" type="tns:TZnakowyJPK">
  183. <xsd:annotation>
  184. <xsd:documentation>Adres kontrahenta</xsd:documentation>
  185. </xsd:annotation>
  186. </xsd:element>
  187. <xsd:element name="DowodSprzedazy" type="tns:TZnakowyJPK">
  188. <xsd:annotation>
  189. <xsd:documentation>Numer dowodu sprzedaży</xsd:documentation>
  190. </xsd:annotation>
  191. </xsd:element>
  192. <xsd:element name="DataWystawienia" type="tns:TDataT">
  193. <xsd:annotation>
  194. <xsd:documentation>Data wystawienia dowodu sprzedaży</xsd:documentation>
  195. </xsd:annotation>
  196. </xsd:element>
  197. <xsd:element name="DataSprzedazy" type="tns:TDataT" minOccurs="0">
  198. <xsd:annotation>
  199. <xsd:documentation>Data sprzedaży, o ile jest określona i różni się od daty wystawienia dowodu sprzedaży. W przeciwnym przypadku - pole puste</xsd:documentation>
  200. </xsd:annotation>
  201. </xsd:element>
  202. <xsd:element name="K_10" type="tns:TKwotowy" minOccurs="0">
  203. <xsd:annotation>
  204. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług na terytorium kraju, zwolnione od podatku</xsd:documentation>
  205. </xsd:annotation>
  206. </xsd:element>
  207. <xsd:element name="K_11" type="tns:TKwotowy" minOccurs="0">
  208. <xsd:annotation>
  209. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług poza terytorium kraju</xsd:documentation>
  210. </xsd:annotation>
  211. </xsd:element>
  212. <xsd:element name="K_12" type="tns:TKwotowy" minOccurs="0">
  213. <xsd:annotation>
  214. <xsd:documentation>Kwota netto - w tym świadczenie usług, o których mowa w art. 100 ust. 1 pkt 4 ustawy</xsd:documentation>
  215. </xsd:annotation>
  216. </xsd:element>
  217. <xsd:element name="K_13" type="tns:TKwotowy" minOccurs="0">
  218. <xsd:annotation>
  219. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług na terytorium kraju, opodatkowane stawką 0%</xsd:documentation>
  220. </xsd:annotation>
  221. </xsd:element>
  222. <xsd:element name="K_14" type="tns:TKwotowy" minOccurs="0">
  223. <xsd:annotation>
  224. <xsd:documentation>Kwota netto - w tym dostawa towarów, o której mowa w art. 129 ustawy</xsd:documentation>
  225. </xsd:annotation>
  226. </xsd:element>
  227. <xsd:sequence minOccurs="0">
  228. <xsd:element name="K_15" type="tns:TKwotowy">
  229. <xsd:annotation>
  230. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług na terytorium kraju, opodatkowane stawką 5%</xsd:documentation>
  231. </xsd:annotation>
  232. </xsd:element>
  233. <xsd:element name="K_16" type="tns:TKwotowy">
  234. <xsd:annotation>
  235. <xsd:documentation>Kwota podatku należnego - Dostawa towarów oraz świadczenie usług na terytorium kraju, opodatkowane stawką 5%</xsd:documentation>
  236. </xsd:annotation>
  237. </xsd:element>
  238. </xsd:sequence>
  239. <xsd:sequence minOccurs="0">
  240. <xsd:element name="K_17" type="tns:TKwotowy">
  241. <xsd:annotation>
  242. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług na terytorium kraju, opodatkowane stawką 7% albo 8%</xsd:documentation>
  243. </xsd:annotation>
  244. </xsd:element>
  245. <xsd:element name="K_18" type="tns:TKwotowy">
  246. <xsd:annotation>
  247. <xsd:documentation>Kwota podatku należnego - Dostawa towarów oraz świadczenie usług na terytorium kraju, opodatkowane stawką 7% albo 8%</xsd:documentation>
  248. </xsd:annotation>
  249. </xsd:element>
  250. </xsd:sequence>
  251. <xsd:sequence minOccurs="0">
  252. <xsd:element name="K_19" type="tns:TKwotowy">
  253. <xsd:annotation>
  254. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług na terytorium kraju, opodatkowane stawką 22% albo 23%</xsd:documentation>
  255. </xsd:annotation>
  256. </xsd:element>
  257. <xsd:element name="K_20" type="tns:TKwotowy">
  258. <xsd:annotation>
  259. <xsd:documentation>Kwota podatku należnego - Dostawa towarów oraz świadczenie usług na terytorium kraju, opodatkowane stawką 22% albo 23%</xsd:documentation>
  260. </xsd:annotation>
  261. </xsd:element>
  262. </xsd:sequence>
  263. <xsd:element name="K_21" type="tns:TKwotowy" minOccurs="0">
  264. <xsd:annotation>
  265. <xsd:documentation>Kwota netto - Wewnątrzwspólnotowa dostawa towarów</xsd:documentation>
  266. </xsd:annotation>
  267. </xsd:element>
  268. <xsd:element name="K_22" type="tns:TKwotowy" minOccurs="0">
  269. <xsd:annotation>
  270. <xsd:documentation>Kwota netto - Eksport towarów</xsd:documentation>
  271. </xsd:annotation>
  272. </xsd:element>
  273. <xsd:sequence minOccurs="0">
  274. <xsd:element name="K_23" type="tns:TKwotowy">
  275. <xsd:annotation>
  276. <xsd:documentation>Kwota netto - Wewnątrzwspólnotowe nabycie towarów</xsd:documentation>
  277. </xsd:annotation>
  278. </xsd:element>
  279. <xsd:element name="K_24" type="tns:TKwotowy">
  280. <xsd:annotation>
  281. <xsd:documentation>Kwota podatku należnego - Wewnątrzwspólnotowe nabycie towarów</xsd:documentation>
  282. </xsd:annotation>
  283. </xsd:element>
  284. </xsd:sequence>
  285. <xsd:sequence minOccurs="0">
  286. <xsd:element name="K_25" type="tns:TKwotowy">
  287. <xsd:annotation>
  288. <xsd:documentation>Kwota netto - Import towarów podlegający rozliczeniu zgodnie z art. 33a ustawy</xsd:documentation>
  289. </xsd:annotation>
  290. </xsd:element>
  291. <xsd:element name="K_26" type="tns:TKwotowy">
  292. <xsd:annotation>
  293. <xsd:documentation>Kwota podatku należnego - Import towarów podlegający rozliczeniu zgodnie z art. 33a ustawy</xsd:documentation>
  294. </xsd:annotation>
  295. </xsd:element>
  296. </xsd:sequence>
  297. <xsd:sequence minOccurs="0">
  298. <xsd:element name="K_27" type="tns:TKwotowy">
  299. <xsd:annotation>
  300. <xsd:documentation>Kwota netto - Import usług z wyłączeniem usług nabywanych od podatników podatku od wartości dodanej, do których stosuje się art. 28b ustawy</xsd:documentation>
  301. </xsd:annotation>
  302. </xsd:element>
  303. <xsd:element name="K_28" type="tns:TKwotowy">
  304. <xsd:annotation>
  305. <xsd:documentation>Kwota podatku należnego - Import usług z wyłączeniem usług nabywanych od podatników podatku od wartości dodanej, do których stosuje się art. 28b ustawy</xsd:documentation>
  306. </xsd:annotation>
  307. </xsd:element>
  308. </xsd:sequence>
  309. <xsd:sequence minOccurs="0">
  310. <xsd:element name="K_29" type="tns:TKwotowy">
  311. <xsd:annotation>
  312. <xsd:documentation>Kwota netto - Import usług nabywanych od podatników podatku od wartości dodanej, do których stosuje się art. 28b ustawy</xsd:documentation>
  313. </xsd:annotation>
  314. </xsd:element>
  315. <xsd:element name="K_30" type="tns:TKwotowy">
  316. <xsd:annotation>
  317. <xsd:documentation>Kwota podatku należnego - Import usług nabywanych od podatników podatku od wartości dodanej, do których stosuje się art. 28b ustawy</xsd:documentation>
  318. </xsd:annotation>
  319. </xsd:element>
  320. </xsd:sequence>
  321. <xsd:element name="K_31" type="tns:TKwotowy" minOccurs="0">
  322. <xsd:annotation>
  323. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług, dla których podatnikiem jest nabywca zgodnie z art. 17 ust. 1 pkt 7 lub 8 ustawy (wypełnia dostawca)</xsd:documentation>
  324. </xsd:annotation>
  325. </xsd:element>
  326. <xsd:sequence minOccurs="0">
  327. <xsd:element name="K_32" type="tns:TKwotowy">
  328. <xsd:annotation>
  329. <xsd:documentation>Kwota netto - Dostawa towarów, dla których podatnikiem jest nabywca zgodnie z art. 17 ust. 1 pkt 5 ustawy (wypełnia nabywca)</xsd:documentation>
  330. </xsd:annotation>
  331. </xsd:element>
  332. <xsd:element name="K_33" type="tns:TKwotowy">
  333. <xsd:annotation>
  334. <xsd:documentation>Kwota podatku należnego - Dostawa towarów, dla których podatnikiem jest nabywca zgodnie z art. 17 ust. 1 pkt 5 ustawy (wypełnia nabywca)</xsd:documentation>
  335. </xsd:annotation>
  336. </xsd:element>
  337. </xsd:sequence>
  338. <xsd:sequence minOccurs="0">
  339. <xsd:element name="K_34" type="tns:TKwotowy">
  340. <xsd:annotation>
  341. <xsd:documentation>Kwota netto - Dostawa towarów oraz świadczenie usług, dla których podatnikiem jest nabywca zgodnie z art. 17 ust. 1 pkt 7 lub 8 ustawy (wypełnia nabywca)</xsd:documentation>
  342. </xsd:annotation>
  343. </xsd:element>
  344. <xsd:element name="K_35" type="tns:TKwotowy">
  345. <xsd:annotation>
  346. <xsd:documentation>Kwota podatku należnego - Dostawa towarów oraz świadczenie usług, dla których podatnikiem jest nabywca zgodnie z art. 17 ust. 1 pkt 7 lub 8 ustawy (wypełnia nabywca)</xsd:documentation>
  347. </xsd:annotation>
  348. </xsd:element>
  349. </xsd:sequence>
  350. <xsd:element name="K_36" type="tns:TKwotowy" minOccurs="0">
  351. <xsd:annotation>
  352. <xsd:documentation>Kwota podatku należnego od towarów i usług objętych spisem z natury, o którym mowa w art. 14 ust. 5 ustawy</xsd:documentation>
  353. </xsd:annotation>
  354. </xsd:element>
  355. <xsd:element name="K_37" type="tns:TKwotowy" minOccurs="0">
  356. <xsd:annotation>
  357. <xsd:documentation>Zwrot odliczonej lub zwróconej kwoty wydatkowanej na zakup kas rejestrujących, o którym mowa w art. 111 ust. 6 ustawy</xsd:documentation>
  358. </xsd:annotation>
  359. </xsd:element>
  360. <xsd:element name="K_38" type="tns:TKwotowy" minOccurs="0">
  361. <xsd:annotation>
  362. <xsd:documentation>Kwota podatku należnego od wewnątrzwspólnotowego nabycia środków transportu, wykazanego w elemencie K_24, podlegająca wpłacie w terminie, o którym mowa w art. 103 ust. 3, w związku z ust. 4 ustawy</xsd:documentation>
  363. </xsd:annotation>
  364. </xsd:element>
  365. <xsd:element name="K_39" type="tns:TKwotowy" minOccurs="0">
  366. <xsd:annotation>
  367. <xsd:documentation>Kwota podatku od wewnątrzwspólnotowego nabycia paliw silnikowych, podlegająca wpłacie w terminach,
  368. o których mowa w art. 103 ust. 5a i 5b ustawy</xsd:documentation>
  369. </xsd:annotation>
  370. </xsd:element>
  371. </xsd:sequence>
  372. </xsd:complexType>
  373. </xsd:element>
  374. <xsd:element name="SprzedazCtrl">
  375. <xsd:annotation>
  376. <xsd:documentation>Sumy kontrolne dla ewidencji sprzedaży VAT</xsd:documentation>
  377. </xsd:annotation>
  378. <xsd:complexType>
  379. <xsd:sequence>
  380. <xsd:element name="LiczbaWierszySprzedazy" type="tns:TNaturalnyJPK">
  381. <xsd:annotation>
  382. <xsd:documentation>Liczba wierszy ewidencji sprzedaży, w okresie którego dotyczy JPK</xsd:documentation>
  383. </xsd:annotation>
  384. </xsd:element>
  385. <xsd:element name="PodatekNalezny" type="tns:TKwotowy">
  386. <xsd:annotation>
  387. <xsd:documentation>Podatek należny wg ewidencji sprzedaży w okresie, którego dotyczy JPK - suma kwot z elementów K_16, K_18, K_20, K_24, K_26, K_28, K_30, K_33, K_35, K_36 i K_37 pomniejszona o kwotę z elementów K_38 i K_39</xsd:documentation>
  388. </xsd:annotation>
  389. </xsd:element>
  390. </xsd:sequence>
  391. </xsd:complexType>
  392. </xsd:element>
  393. </xsd:sequence>
  394. <xsd:sequence minOccurs="0">
  395. <xsd:element name="ZakupWiersz" maxOccurs="unbounded">
  396. <xsd:annotation>
  397. <xsd:documentation>Ewidencja zakupu VAT</xsd:documentation>
  398. </xsd:annotation>
  399. <xsd:complexType>
  400. <xsd:sequence>
  401. <xsd:element name="LpZakupu" type="tns:TNaturalnyJPK">
  402. <xsd:annotation>
  403. <xsd:documentation>Lp. wiersza ewidencji zakupu VAT</xsd:documentation>
  404. </xsd:annotation>
  405. </xsd:element>
  406. <xsd:element name="NrDostawcy" type="etd:TNrIdentyfikacjiPodatkowej">
  407. <xsd:annotation>
  408. <xsd:documentation>Numer, za pomocą którego dostawca (kontrahent) jest zidentyfikowany na potrzeby podatku lub podatku od wartości dodanej</xsd:documentation>
  409. </xsd:annotation>
  410. </xsd:element>
  411. <xsd:element name="NazwaDostawcy" type="tns:TZnakowyJPK">
  412. <xsd:annotation>
  413. <xsd:documentation>Imię i nazwisko lub nazwa dostawcy (kontrahenta)</xsd:documentation>
  414. </xsd:annotation>
  415. </xsd:element>
  416. <xsd:element name="AdresDostawcy" type="tns:TZnakowyJPK">
  417. <xsd:annotation>
  418. <xsd:documentation>Adres dostawcy (kontrahenta)</xsd:documentation>
  419. </xsd:annotation>
  420. </xsd:element>
  421. <xsd:element name="DowodZakupu" type="tns:TZnakowyJPK">
  422. <xsd:annotation>
  423. <xsd:documentation>Numer dowodu zakupu</xsd:documentation>
  424. </xsd:annotation>
  425. </xsd:element>
  426. <xsd:element name="DataZakupu" type="tns:TDataT">
  427. <xsd:annotation>
  428. <xsd:documentation>Data wystawienia dowodu zakupu</xsd:documentation>
  429. </xsd:annotation>
  430. </xsd:element>
  431. <xsd:element name="DataWplywu" type="tns:TDataT" minOccurs="0">
  432. <xsd:annotation>
  433. <xsd:documentation>Data wpływu dowodu zakupu</xsd:documentation>
  434. </xsd:annotation>
  435. </xsd:element>
  436. <xsd:sequence minOccurs="0">
  437. <xsd:element name="K_43" type="tns:TKwotowy">
  438. <xsd:annotation>
  439. <xsd:documentation>Kwota netto - Nabycie towarów i usług zaliczanych u podatnika do środków trwałych</xsd:documentation>
  440. </xsd:annotation>
  441. </xsd:element>
  442. <xsd:element name="K_44" type="tns:TKwotowy">
  443. <xsd:annotation>
  444. <xsd:documentation>Kwota podatku naliczonego - Nabycie towarów i usług zaliczanych u podatnika do środków trwałych</xsd:documentation>
  445. </xsd:annotation>
  446. </xsd:element>
  447. </xsd:sequence>
  448. <xsd:sequence minOccurs="0">
  449. <xsd:element name="K_45" type="tns:TKwotowy">
  450. <xsd:annotation>
  451. <xsd:documentation>Kwota netto - Nabycie towarów i usług pozostałych</xsd:documentation>
  452. </xsd:annotation>
  453. </xsd:element>
  454. <xsd:element name="K_46" type="tns:TKwotowy">
  455. <xsd:annotation>
  456. <xsd:documentation>Kwota podatku naliczonego - Nabycie towarów i usług pozostałych</xsd:documentation>
  457. </xsd:annotation>
  458. </xsd:element>
  459. </xsd:sequence>
  460. <xsd:element name="K_47" type="tns:TKwotowy" minOccurs="0">
  461. <xsd:annotation>
  462. <xsd:documentation>Korekta podatku naliczonego od nabycia środków trwałych</xsd:documentation>
  463. </xsd:annotation>
  464. </xsd:element>
  465. <xsd:element name="K_48" type="tns:TKwotowy" minOccurs="0">
  466. <xsd:annotation>
  467. <xsd:documentation>Korekta podatku naliczonego od pozostałych nabyć</xsd:documentation>
  468. </xsd:annotation>
  469. </xsd:element>
  470. <xsd:element name="K_49" type="tns:TKwotowy" minOccurs="0">
  471. <xsd:annotation>
  472. <xsd:documentation>Korekta podatku naliczonego, o której mowa w art. 89b ust. 1 ustawy</xsd:documentation>
  473. </xsd:annotation>
  474. </xsd:element>
  475. <xsd:element name="K_50" type="tns:TKwotowy" minOccurs="0">
  476. <xsd:annotation>
  477. <xsd:documentation>Korekta podatku naliczonego, o której mowa w art. 89b ust. 4 ustawy</xsd:documentation>
  478. </xsd:annotation>
  479. </xsd:element>
  480. </xsd:sequence>
  481. </xsd:complexType>
  482. </xsd:element>
  483. <xsd:element name="ZakupCtrl">
  484. <xsd:annotation>
  485. <xsd:documentation>Sumy kontrolne dla ewidencji zakupu VAT</xsd:documentation>
  486. </xsd:annotation>
  487. <xsd:complexType>
  488. <xsd:sequence>
  489. <xsd:element name="LiczbaWierszyZakupow" type="tns:TNaturalnyJPK">
  490. <xsd:annotation>
  491. <xsd:documentation>Liczba wierszy ewidencji zakupu, w okresie którego dotyczy JPK</xsd:documentation>
  492. </xsd:annotation>
  493. </xsd:element>
  494. <xsd:element name="PodatekNaliczony" type="tns:TKwotowy">
  495. <xsd:annotation>
  496. <xsd:documentation>Razem kwota podatku naliczonego do odliczenia - suma kwot z elementów K_44, K_46, K_47, K_48, K_49 i K_50</xsd:documentation>
  497. </xsd:annotation>
  498. </xsd:element>
  499. </xsd:sequence>
  500. </xsd:complexType>
  501. </xsd:element>
  502. </xsd:sequence>
  503. </xsd:sequence>
  504. </xsd:complexType>
  505. </xsd:element>
  506. </xsd:schema>