3013
ID | 3013 |
Data | 2015-12-18 |
Symbol | 2015/12/18/3013 |
Instytucja | Ministerstwo Finansów |
Nazwa | SD-3 ZEZNANIE PODATKOWE O NABYCIU RZECZY LUB PRAW MAJĄTKOWYCH |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Schemat
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:etd="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/06/21/eD/DefinicjeTypy/" xmlns:tns="http://crd.gov.pl/wzor/2015/12/18/3013/" xmlns:zzu="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/10/07/eD/ORDZU/" targetNamespace="http://crd.gov.pl/wzor/2015/12/18/3013/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/10/07/eD/ORDZU/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/10/07/eD/ORDZU/ORD-ZU(2)_v2-0E.xsd"/>
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/06/21/eD/DefinicjeTypy/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/06/21/eD/DefinicjeTypy/StrukturyDanych_v3-0E.xsd"/>
<xsd:complexType name="TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek deklaracji</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="KodFormularza">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="tns:TKodFormularza">
<xsd:attribute name="kodSystemowy" type="xsd:string" use="required" fixed="SD-3 (6)"/>
<xsd:attribute name="kodPodatku" type="xsd:string" use="required" fixed="SD"/>
<xsd:attribute name="rodzajZobowiazania" type="xsd:token" use="required" fixed="Z"/>
<xsd:attribute name="wersjaSchemy" type="xsd:string" use="required" fixed="1-0E"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="WariantFormularza">
<xsd:simpleType>
<xsd:restriction base="xsd:byte">
<xsd:enumeration value="6"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="CelZlozenia">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="etd:TCelZlozenia">
<xsd:attribute name="poz" type="xsd:string" use="required" fixed="P_6"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="Data">
<xsd:annotation>
<xsd:documentation>Data powstania obowiązku podatkowego zgodnie z art. 6 ustawy</xsd:documentation>
</xsd:annotation>
<!--W przypadku nabycia w drodze dziedziczenia należy podać dzień uprawomocnienia się orzeczenia sądu stwierdzającego nabycie spadku, zarejestrowania aktu poświadczenia dziedziczenia lub wydania europejskiego poświadczenia spadkowego.-->
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="tns:TLData">
<xsd:attribute name="poz" type="xsd:string" use="required" fixed="P_4"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="KodUrzedu" type="etd:TKodUS"/>
<!--Należy wskazać urząd, przy pomocy którego właściwy w sprawie podatku od spadków i darowizn naczelnik urzędu skarbowego wykonuje swoje zadania.-->
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="TKodFormularza">
<xsd:annotation>
<xsd:documentation>Symbol wzoru formularza</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="SD-3"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TLData">
<xsd:annotation>
<xsd:documentation>Ograniczenie dla daty od</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:date">
<xsd:minInclusive value="2016-01-01"/>
<xsd:maxInclusive value="2030-12-31"/>
<xsd:pattern value="\d{4}-\d{2}-\d{2}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TLDataSmierci">
<xsd:annotation>
<xsd:documentation>Ograniczenie dla daty od</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:date">
<xsd:minInclusive value="1900-01-01"/>
<xsd:maxInclusive value="2030-12-31"/>
<xsd:pattern value="\d{4}-\d{2}-\d{2}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TDataP">
<xsd:annotation>
<xsd:documentation>Typ daty urodzenia</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="etd:TData">
<xsd:maxInclusive value="2030-12-31"/>
<xsd:pattern value="((\d{4})-(\d{2})-(\d{2}))"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="TIdentyfikatorOsobyFizycznej1">
<xsd:annotation>
<xsd:documentation>Podstawowy zestaw danych identyfikacyjnych o osobie fizycznej z identyfikatorem NIP albo PESEL</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="NIP" type="etd:TNrNIP">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PESEL" type="etd:TNrPESEL">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy numer PESEL</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="ImiePierwsze" type="etd:TImie">
<xsd:annotation>
<xsd:documentation>Pierwsze imię</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Nazwisko" type="etd:TNazwisko">
<xsd:annotation>
<xsd:documentation>Nazwisko</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DataUrodzenia" type="tns:TDataP">
<xsd:annotation>
<xsd:documentation>Data urodzenia</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TIdentyfikatorOsobyNiefiz">
<xsd:annotation>
<xsd:documentation>Zestaw danych identyfikacyjnych dla osoby niefizycznej</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="NIP" type="etd:TNrNIP">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PelnaNazwa" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Pełna nazwa</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SkroconaNazwa">
<xsd:annotation>
<xsd:documentation>Nazwa skrócona</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TZnakowy">
<xsd:maxLength value="70"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="Deklaracja">
<xsd:annotation>
<xsd:documentation>ZEZNANIE PODATKOWE O NABYCIU RZECZY LUB PRAW MAJĄTKOWYCH</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Naglowek" type="tns:TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek deklaracji</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Podmiot1">
<xsd:annotation>
<xsd:documentation>Dane identyfikacyjne podatnika i aktualny adres zamieszkania (spadkobiercy, obdarowanego, innego nabywcy)</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="OsobaFizyczna">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tns:TIdentyfikatorOsobyFizycznej1">
<xsd:sequence>
<xsd:element name="ImieOjca" type="etd:TImie" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Imię ojca</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ImieMatki" type="etd:TImie" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Imię matki</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Obywatelstwo">
<xsd:annotation>
<xsd:documentation>Obywatelstwo</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="etd:TZnakowy">
<xsd:attribute name="poz" type="xsd:string" use="required" fixed="P_13"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="AdresZamieszkania">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="etd:TAdres">
<xsd:attribute name="rodzajAdresu" type="xsd:string" use="required" fixed="RAD"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rola" type="xsd:string" use="required" fixed="Podatnik"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Podmiot2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Dane identyfikujące i ostatni adres zamieszkania (siedziby) spadkodawcy, darczyńcy lub innej osoby (podmiotu), od której lub po której zostały nabyte rzeczy lub prawa majątkowe</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:element name="OsobaFizyczna">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tns:TIdentyfikatorOsobyFizycznej1">
<xsd:sequence>
<xsd:element name="ImieOjca" type="etd:TImie" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Imię ojca</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ImieMatki" type="etd:TImie" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Imię matki</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DataSmierci" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Data śmierci</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="tns:TLDataSmierci">
<xsd:attribute name="poz" type="xsd:string" use="required" fixed="P_26A"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="OsobaNiefizyczna" type="tns:TIdentyfikatorOsobyNiefiz"/>
</xsd:choice>
<xsd:element name="AdresZamieszkaniaSiedziby">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="etd:TAdres">
<xsd:attribute name="rodzajAdresu" type="xsd:string" use="required" fixed="RAD"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rola" type="xsd:string" use="required" fixed="Spadkodawca, Darczyńca lub inna osoba (podmiot), od której lub po której zostały nabyte rzeczy lub prawa majątkowe"/>
<!--Nie dotyczy nabycia własności w drodze zasiedzenia. W przypadku zapisu (zwykłego, windykacyjnego, dalszego), polecenia testamentowego lub zachowku należy wpisać dane spadkodawcy.-->
</xsd:complexType>
</xsd:element>
<xsd:element ref="tns:PozycjeSzczegolowe">
<xsd:annotation>
<xsd:documentation>Tytuł nabycia własności rzeczy lub praw majątkowych, nieodpłatne zniesienie współwłasności i tytuły określone w art. 1a ustawy, rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych, dane dotyczące przedmiotu opodatkowania, dane dotyczące podatnika, uwagi składającego zeznanie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Pouczenie">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Za podanie nieprawdy lub zatajenie prawdy i przez to narażenie podatku na uszczuplenie grozi odpowiedzialność przewidziana w Kodeksie karnym skarbowym."/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Zalaczniki" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="zzu:Zalacznik_ORD-ZU"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:unique name="klucz_NIP">
<xsd:selector xpath=".//tns:OsobaFizyczna|.//tns:OsobaNiefizyczna"/>
<xsd:field xpath="tns:NIP"/>
</xsd:unique>
<xsd:unique name="klucz_PESEL">
<xsd:selector xpath=".//tns:OsobaFizyczna"/>
<xsd:field xpath="tns:PESEL"/>
</xsd:unique>
</xsd:element>
<xsd:element name="PozycjeSzczegolowe">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="P_7" type="etd:TWybor1_2">
<xsd:annotation>
<xsd:documentation>Rodzaj składanego zeznania: 1 - odrębne, 2 - wspólne</xsd:documentation>
</xsd:annotation>
<!--Wspólne zeznanie podatkowe składa się wyłącznie w przypadku nabycia tych samych rzeczy (praw majątkowych) na współwłasność w równych udziałach, tej samej wartości, a także tym samym tytułem. Wspólnego zeznania podatkowego nie składa się w przypadku nabycia w drodze zasiedzenia.-->
</xsd:element>
<xsd:element name="P_38">
<xsd:annotation>
<xsd:documentation>Określenie tytułu nabycia własności rzeczy lub praw majątkowych</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:byte">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>dziedziczenie</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>zapis zwykły</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="3">
<xsd:annotation>
<xsd:documentation>dalszy zapis</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="4">
<xsd:annotation>
<xsd:documentation>zapis windykacyjny</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="5">
<xsd:annotation>
<xsd:documentation>polecenie testamentowe</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="6">
<xsd:annotation>
<xsd:documentation>darowizna</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="7">
<xsd:annotation>
<xsd:documentation>polecenie darczyńcy</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="8">
<xsd:annotation>
<xsd:documentation>zasiedzenie</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="9">
<xsd:annotation>
<xsd:documentation>zachowek</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="10">
<xsd:annotation>
<xsd:documentation>nieodpłatne zniesienie współwłasności i tytuły określone w art. 1a ustawy</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="11">
<xsd:annotation>
<xsd:documentation>nieodpłatna renta</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="12">
<xsd:annotation>
<xsd:documentation>nieodpłatne użytkowanie</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="13">
<xsd:annotation>
<xsd:documentation>nieodpłatna służebność</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="14">
<xsd:annotation>
<xsd:documentation>nabycie praw do wkładów oszczędnościowych na podstawie dyspozycji wkładcy</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="15">
<xsd:annotation>
<xsd:documentation>nabycie jednostek uczestnictwa na podstawie dyspozycji uczestnika funduszu inwestycyjnego otwartego albo specjalistycznego funduszu inwestycyjnego otwartego na wypadek jego śmierci</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nieodpłatne zniesienie współwłasności i tytuły określone w art. 1a ustawy</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_39" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nieodpłatne zniesienie współwłasności (całkowite)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_40" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nieodpłatne nabycie własności rzeczy wspólnej (wspólnego prawa majątkowego) na dalszą współwłasność (zwiększenie udziału)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_41" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nieodpłatne nabycie własności części rzeczy wspólnej (wspólnego prawa majątkowego)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_42" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Nieodpłatne wyodrębnienie własności lokalu</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="P_43" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - oświadczenie o przyjęciu spadku</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_44" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - testament</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_45" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - prawomocne orzeczenie sądu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_46" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - umowa</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_47" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - ugoda</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_48" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - inny dokument</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_49" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - zarejestrowany akt poświadczenia dziedziczenia</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_50" type="etd:TWybor1" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rodzaj dokumentu potwierdzającego nabycie własności rzeczy lub praw majątkowych - europejskie poświadczenie spadkowe</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>1. Spółdzielcze własnościowe prawo do lokalu mieszkalnego</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_51A" type="etd:TRzeczywisty">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - spółdzielcze własnościowe prawo do lokalu mieszkalnego o pow. użytk.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_51B" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nr księgi wieczystej</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_52">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_53" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_54">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_55" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>2. Lokal mieszkalny</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_56A" type="etd:TRzeczywisty">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - lokal mieszkalny stanowiący odrębną nieruchomość o pow. użytk.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_56B" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nr księgi wieczystej nieruchomości lokalowej</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_56C" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nr księgi wieczystej nieruchomości gruntowej</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_57">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_58" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_59">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_60" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>3. Nieruchomość niezabudowana</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_61A" type="etd:TRzeczywisty">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nieruchomość niezabudowana o powierzchni gruntu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_61B" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nr księgi wieczystej</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_62">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_63" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_64">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_65" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>4. Nieruchomość zabudowana</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_66A" type="etd:TRzeczywisty">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nieruchomość zabudowana budynkiem mieszkalnym o pow. użytk.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_66B" type="etd:TRzeczywisty">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - powierzchnia gruntu</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_66C" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nr księgi wieczystej</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_67">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_68" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_69">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_70" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_71" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - w tym wartość budynku mieszkalnego - udziału</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>5. Gospodarstwo rolne</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_72A" type="etd:TRzeczywisty">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - gospodarstwo rolne o łącznej pow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_72B" type="etd:TRzeczywisty">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - w tym działka zabudowana budynkiem mieszkalnym o pow. użytk.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_72C" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nr księgi wieczystej</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_73">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_74" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_75">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_76" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_77" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - w tym wartość budynku mieszkalnego - udziału</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>6. Samochód osobowy</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_78A" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - samochód osobowy marka (samochodu osobowego)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_78B" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - typ (samochodu osobowego)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_78C" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - model (samochodu osobowego)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_78N" type="etd:TZnakowy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - nr rejestracyjny (samochodu osobowego)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_78R">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - rok produkcji (samochodu osobowego)</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TRok">
<xsd:minInclusive value="1900"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_79">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_80" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_81">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_82" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>7. Środki pieniężne</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_84">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_85" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Nazwa banku (SKOK)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_86">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_87" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation>8. Jednostki uczestnictwa w funduszu inwestycyjnym otwartym albo specjalistycznym funduszu inwestycyjnym otwartym</xsd:documentation>
</xsd:annotation>
<xsd:element name="P_89">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_90" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Nazwa towarzystwa funduszy inwestycyjnych</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_91">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_92" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="P_G1" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Rzeczy lub prawa majątkowe według stanu w dniu nabycia - Inne rzeczy lub prawa majątkowe</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
<xsd:element name="P_G1B" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - inne rzeczy lub prawa majątkowe</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_G1C">
<xsd:annotation>
<xsd:documentation>Własność zbywcy - wielkość udziału</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_G1D" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_G1E">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wielkość nabywanego udziału w rzeczy lub w prawie majątkowym</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="\d{1,5}/\d{1,5}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_G1F" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Własność nabywcy - wartość rynkowa nabywanych rzeczy lub praw majątkowych (udziału) w dniu powstania obowiązku podatkowego w zł</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="typ" use="required" fixed="G"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="P_93" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Łączna, czysta wartość rzeczy lub praw majątkowych nabytych przez podatnika (po potrąceniu długów i ciężarów)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_G2" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Długi, ciężary i nakłady obciążające nabyte rzeczy lub prawa majątkowe</xsd:documentation>
</xsd:annotation>
<!--Przy nabyciu w drodze zasiedzenia wyłącza się z podstawy opodatkowania wartość nakładów dokonanych na rzecz przez nabywcę podczas biegu zasiedzenia.-->
<xsd:complexType>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
<xsd:element name="P_G2B" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Szczegółowe określenie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_G2C" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Kwota</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_G2D" type="etd:TZnakowy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Dowody dołączone do zeznania</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="typ" use="required" fixed="G"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="P_94" type="etd:TKwotaCNieujemna" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Łączna wartość długów i ciężarów</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_95" type="etd:TKwotaCNieujemna" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Wartość długów i ciężarów przypadających na udział podatnika</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_96" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Łączna, czysta wartość rzeczy lub praw majątkowych nabytych przez podatnika</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_97" type="etd:TZnakowy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Stosunek pokrewieństwa (powinowactwa) podatnika do osoby, od której lub po której nabyte zostały rzeczy lub prawa majątkowe, lub jego brak</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_H2" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Rzeczy lub prawa majątkowe nabyte od tej samej osoby lub po tej samej osobie w okresie 5 lat poprzedzających rok, w którym nastąpiło ostatnie nabycie</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
<xsd:element name="P_H2B" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Rzeczy lub prawa majątkowe według stanu w dniu nabycia</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_H2C">
<xsd:annotation>
<xsd:documentation>Data nabycia</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TData">
<xsd:minInclusive value="1900-01-01"/>
<xsd:maxInclusive value="2030-12-31"/>
<xsd:pattern value="\d{4}-\d{2}-\d{2}"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_H2D" type="etd:TZnakowy">
<xsd:annotation>
<xsd:documentation>Miejsce położenia rzeczy lub wykonywania praw majątkowych (adres)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_H2E" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Wartość rynkowa rzeczy lub praw majątkowych w dniu powstania obowiązku podatkowego</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_H2F" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Kwota podatku przypadającego z tytułu tego nabycia</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="typ" use="required" fixed="G"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="P_98" type="etd:TKwotaCNieujemna" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Łączna wartość rynkowa rzeczy lub praw majątkowych w dniu powstania obowiązku podatkowego</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_99" type="etd:TKwotaCNieujemna" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Łączna wartość podatku przypadającego z tytułu tego nabycia</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_100" type="etd:TTekstowy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Uwagi składającego zeznanie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_101" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Informacja o załącznikach - Liczba dołączonych załączników SD-3/A</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TNaturalny">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="P_102" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Informacja o załącznikach - Liczba dołączonych innych załączników</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TNaturalny">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>