4528
ID | 4528 |
Data | 2017-10-16 |
Symbol | 2017/10/16/4528 |
Instytucja | Ministerstwo Finansów |
Nazwa | NIP-5/W WNIOSEK O WYDANIE ZAŚWIADCZENIA / INFORMACJI O NADANYM NUMERZE IDENTYFIKACJI PODATKOWEJ |
Czy Aktualny | 1 |
---|
Ustawy (1)
URI://Dziennik_Ustaw/2017/869/13/3b | Art. 13 ust. 3b ustawy z dnia 13 października 1995 r. o zasadach ewidencji i identyfikacji podatników i płatników (Dz. U. z 2017 r. poz. 869) |
---|
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/2016/01/25/eD/DefinicjeTypy/" xmlns:kpkd="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/06/21/eD/KodyPKD/" xmlns:krr="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/09/18/eD/RODZJEREJESTROW/" xmlns:tns="http://crd.gov.pl/wzor/2017/10/16/4528/" targetNamespace="http://crd.gov.pl/wzor/2017/10/16/4528/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">
<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"/>
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/06/21/eD/KodyPKD/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2011/06/21/eD/KodyPKD/KodyPKD_v1-0E.xsd"/>
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/09/18/eD/RODZJEREJESTROW/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/09/18/eD/RODZJEREJESTROW/KodyRodzajowRejestrow_v1-0E.xsd"/>
<xsd:simpleType name="TImie">
<xsd:annotation>
<xsd:documentation>Imię</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="preserve"/>
<xsd:pattern value="[\p{Lu}]{1}[\p{Lu}( )-]{0,58}[\p{Lu}]{1}|[\p{Lu}]{1}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TNazwisko">
<xsd:annotation>
<xsd:documentation>Nazwisko</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="preserve"/>
<xsd:pattern value="[\p{Lu}]{1}[\p{Lu}( )-]{0,158}[\p{Lu}]{1}|[\p{Lu}]{1}"/>
</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="tns:TImie">
<xsd:annotation>
<xsd:documentation>Pierwsze imię</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Nazwisko" type="tns:TNazwisko">
<xsd:annotation>
<xsd:documentation>Nazwisko</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TIdentyfikatorOsobyFizycznej2">
<xsd:annotation>
<xsd:documentation>Zestaw danych identyfikacyjnych o osobie fizycznej z identyfikatorem PESEL</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PESEL" type="etd:TNrPESEL" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy numer PESEL</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ImiePierwsze" type="tns:TImie">
<xsd:annotation>
<xsd:documentation>Pierwsze imię</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DrugieImie" type="tns:TImie" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Drugie imię</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Nazwisko" type="tns:TNazwisko">
<xsd:annotation>
<xsd:documentation>Nazwisko</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ImieOjca" type="tns:TImie">
<xsd:annotation>
<xsd:documentation>Imię ojca</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ImieMatki" type="tns:TImie">
<xsd:annotation>
<xsd:documentation>Imię matki</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TIdentyfikatorOsobyNiefizycznej1">
<xsd:annotation>
<xsd:documentation>Podstawowy zestaw danych identyfikacyjnych o osobie niefizycznej z identyfikatorem podatkowym NIP</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">
<xsd:annotation>
<xsd:documentation>Nazwa pełna</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="240"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="REGON" type="etd:TNrREGON" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Numer identyfikacyjny REGON</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TIdentyfikatorOsobyNiefizycznej2">
<xsd:annotation>
<xsd:documentation>Zestaw danych identyfikacyjnych o osobie niefizycznej</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PelnaNazwa">
<xsd:annotation>
<xsd:documentation>Nazwa pełna</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="240"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="REGON" type="etd:TNrREGON" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Numer identyfikacyjny REGON</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SkroconaNazwa" type="tns:TSkroconaNazwa">
<xsd:annotation>
<xsd:documentation>Nazwa skrócona</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NazwaRejestru" type="krr:TKodRR">
<xsd:annotation>
<xsd:documentation>Nazwa rejestru</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NumerWRejestrze" type="tns:TNrRej">
<xsd:annotation>
<xsd:documentation>Numer w rejestrze</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek wniosku</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="NIP5/W (8)"/>
<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="8"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="CelZlozenia">
<xsd:annotation>
<xsd:documentation>Cel złożenia: 1 - złożenie wniosku</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:byte">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>Złożenie wniosku</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Data">
<xsd:annotation>
<xsd:documentation>Data wypełnienia wniosku</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TData">
<xsd:minInclusive value="2017-01-01"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="KodUrzedu" type="etd:TKodUS">
<xsd:annotation>
<xsd:documentation>Urząd skarbowy, do którego jest adresowany wniosek</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StatusWnioskodawcy">
<xsd:annotation>
<xsd:documentation>Status wnioskodawcy. W przypadku wyboru wartości 1 zostanie wydane zaświadczenie o nadaniu NIP, a gdy wybrano wartość 2 zostanie wydana informacja o NIP nadanym podmiotowi</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:byte">
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>podmiot, którego dotyczy nadany NIP</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>osoba trzecia wobec podmiotu, którego dotyczy nadany NIP</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</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="NIP-5/W"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TPelnaNazwa">
<xsd:annotation>
<xsd:documentation>Pełna nazwa</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="240"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TSkroconaNazwa">
<xsd:annotation>
<xsd:documentation>Nazwa skrócona</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="70"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TAdresEmail">
<xsd:annotation>
<xsd:documentation>Adres e-mail</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="5"/>
<xsd:maxLength value="50"/>
<xsd:pattern value="([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TNrRej">
<xsd:restriction base="etd:TZnakowy">
<xsd:maxLength value="11"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="ZgloszenieNIP">
<xsd:annotation>
<xsd:documentation>WNIOSEK O WYDANIE ZAŚWIADCZENIA / INFORMACJI O NADANYM NUMERZE IDENTYFIKACJI PODATKOWEJ</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Naglowek" type="tns:TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek wniosku</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Podmiot1">
<xsd:annotation>
<xsd:documentation>DANE WNIOSKODAWCY</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>DANE IDENTYFIKACYJNE</xsd:documentation>
</xsd:annotation>
<xsd:element name="OsobaFizyczna" type="tns:TIdentyfikatorOsobyFizycznej1"/>
<xsd:element name="OsobaNiefizyczna" type="tns:TIdentyfikatorOsobyNiefizycznej1"/>
</xsd:choice>
<xsd:element name="AdresKorespondencyjny">
<xsd:annotation>
<xsd:documentation>ADRES DO KORESPONDENCJI</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="etd:TAdres">
<xsd:sequence minOccurs="0">
<xsd:element name="Telefon" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Telefon</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TZnakowy">
<xsd:maxLength value="16"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Faks" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Fax</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TZnakowy">
<xsd:maxLength value="16"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Email" type="tns:TAdresEmail" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Adres e-mail</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rodzajAdresu" type="xsd:string" use="required" fixed="KOR"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="rola" type="xsd:string" use="required" fixed="Wnioskodawca"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Podmiot2" minOccurs="0">
<xsd:annotation>
<xsd:documentation>DANE PODMIOTU, O KTÓREGO NUMER IDENTYFIKACJI PODATKOWEJ SIĘ WNIOSKUJE</xsd:documentation>
<!--Należy wypełnić w przypadku wyboru wartości 2 w elemencie StatusWnioskodawcy-->
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>DANE IDENTYFIKACYJNE</xsd:documentation>
</xsd:annotation>
<xsd:element name="OsobaFizyczna" type="tns:TIdentyfikatorOsobyFizycznej2"/>
<xsd:element name="OsobaNiefizyczna" type="tns:TIdentyfikatorOsobyNiefizycznej2"/>
</xsd:choice>
<xsd:element name="AdresZamieszkaniaSiedziby">
<xsd:annotation>
<xsd:documentation>ADRES SIEDZIBY / ADRES ZAMIESZKANIA</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="etd:TAdres">
<xsd:sequence minOccurs="0">
<xsd:element name="Telefon" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Telefon</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TZnakowy">
<xsd:maxLength value="16"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Faks" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Fax</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TZnakowy">
<xsd:maxLength value="16"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Email" type="tns:TAdresEmail" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Adres e-mail</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<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="Podmiot, o którego numer identyfikacji podatkowej się wnioskuje"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Pouczenie">
<xsd:annotation>
<xsd:documentation>Wartość 1 oznacza potwierdzenie zapoznania się z treścią i akceptację poniższych informacji oraz pouczenia:
Zgodnie z art. 13 ust. 3 ustawy z dnia 13 października 1995 r. o zasadach ewidencji i identyfikacji podatników i płatników (Dz. U. z 2017 r. poz. 869, z późn. zm.), naczelnik urzędu skarbowego wydaje:
- na wniosek podmiotu - zaświadczenie o nadaniu NIP podmiotowi, który się nim posługuje,
- na wniosek osoby trzeciej - informację o NIP nadanym podmiotowi.
Wydanie informacji / zaświadczenia o nadanym numerze identyfikacji podatkowej skutkuje koniecznością wniesienia opłaty skarbowej, o której mowa w części I. ust. 23a (informacja o NIP nadanym podmiotowi) lub części II. ust. 17 (zaświadczenie o nadaniu NIP podmiotowi, który się nim posługuje) załącznika do ustawy z dnia 16 listopada 2006 r. o opłacie skarbowej (Dz. U. z 2016 r. poz. 1827, z późn. zm.), z wyłączeniem przypadków określonych w ww. ustawie.
Na formularzu należy podać wszystkie nazwy w pełnym brzmieniu (bez stosowania własnych skrótów). Szczególnie należy zwrócić uwagę na poprawny zapis nazw ulic.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="etd:TKwota2Nieujemna">
<xsd:minExclusive value="0"/>
<xsd:maxExclusive value="2"/>
<xsd:fractionDigits value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:unique name="unikat_PESEL">
<xsd:selector xpath=".//tns:PESEL"/>
<xsd:field xpath="."/>
</xsd:unique>
</xsd:element>
</xsd:schema>