3012
ID | 3012 |
Data | 2015-12-18 |
Symbol | 2015/12/18/3012 |
Instytucja | Ministerstwo Finansów |
Nazwa | SD-3/A INFORMACJA O POZOSTAŁYCH PODATNIKACH |
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/3012/" xmlns:zzu="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/10/07/eD/ORDZU/" targetNamespace="http://crd.gov.pl/wzor/2015/12/18/3012/" 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/A (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_5"/>
</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>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="tns:TLData">
<xsd:attribute name="poz" type="xsd:string" use="required" fixed="P_2"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="KodUrzedu" type="etd:TKodUS">
<xsd:annotation>
<xsd:documentation>Urząd skarbowy, do którego jest adresowane zeznanie SD-3</xsd:documentation>
</xsd:annotation>
<!--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:element>
</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/A"/>
</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="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>INFORMACJA O POZOSTAŁYCH PODATNIKACH</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 kolejnego podatnika i aktualny adres zamieszkania</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_11"/>
</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="Kolejny Podatnik"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Podmiot2">
<xsd:annotation>
<xsd:documentation>Dane identyfikujące spadkodawcę, darczyńcę lub inną osobę (podmiot), od której lub po której zostały nabyte rzeczy lub prawa majątkowe</xsd:documentation>
</xsd:annotation>
<!--Należy podać dane identyfikujące zbywcę wymienionego w części C zeznania SD-3.-->
<xsd:complexType>
<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 spadkodawcy</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="tns:TDataP">
<xsd:attribute name="poz" type="xsd:string" use="required" fixed="P_23A"/>
</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: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"/>
</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, łączna, czysta wartość rzeczy lub praw majątkowych nabytych przez podatnika, dane dotyczące podatnika, uwagi składającego informację</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="klucz1NIP">
<xsd:selector xpath=".//tns:OsobaFizyczna|.//tns:OsobaNiefizyczna"/>
<xsd:field xpath="tns:NIP"/>
</xsd:unique>
<xsd:unique name="klucz2PESEL">
<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_25">
<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_26" 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_27" 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_28" 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_29" 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:element name="P_30" 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_31" type="etd:TZnakowy">
<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_G2" 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_G2B" 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_G2C" type="tns:TDataP">
<xsd:annotation>
<xsd:documentation>Data nabycia</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_G2D" 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_G2E" 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_G2F" 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_32" type="etd:TKwotaCNieujemna">
<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_33" type="etd:TKwotaCNieujemna">
<xsd:annotation>
<xsd:documentation>Łączna wartość podatku przypadającego z tytułu tego nabycia</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="P_34" type="etd:TTekstowy" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Uwagi składającego informację</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>