<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:include schemaLocation="KodyNaczelnikowUrzedowSkarbowych(1)_v1-1.xsd"/>
	<xsd:include schemaLocation="StrukturyDanych_v2-0.xsd"/>
	<!--Wypełniać dużymi (wielkimi) literami.-->
	<xsd:complexType name="TNaglowek">
		<xsd:annotation>
			<xsd:documentation>Nagłówek zgłoszenia</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="KodFormularza" fixed="NIP-3">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TKodFormularza">
							<xsd:attribute name="kodSystemowy" type="xsd:string" use="required" fixed="NIP-3 (4)"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="WariantFormularza">
				<xsd:simpleType>
					<xsd:restriction base="xsd:byte">
						<xsd:enumeration value="4"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="CelZlozenia">
				<xsd:annotation>
					<xsd:documentation>Przeznaczenie formularza: 2 - zgłoszenie aktualizacyjne</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:byte">
						<xsd:enumeration value="2">
							<xsd:annotation>
								<xsd:documentation>zgłoszenie aktualizacyjne</xsd:documentation>
							</xsd:annotation>
						</xsd:enumeration>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Data">
				<xsd:annotation>
					<xsd:documentation>Data wypełnienia zgłoszenia</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:date">
						<xsd:minInclusive value="2009-01-01"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="KodUrzedu">
				<xsd:annotation>
					<xsd:documentation>Naczelnik urzędu skarbowego, do którego adresowane jest zgłoszenie</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TKodNUS"/>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="PodstawaPrawna">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Ustawa z dnia 13 października 1995 r. o zasadach ewidencji i identyfikacji podatników i płatników (Dz.U. z 2004 r. Nr 269, poz.2681, z późn. zm.), zwana dalej „ustawą”."/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Skladajacy">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Formularz przeznaczony dla osób fizycznych: a) nieprowadzących w ogóle działalności gospodarczej, b) wspólników spółek cywilnych, jawnych, partnerskich, komandytowych i komandytowo-akcyjnych, jeżeli poza uczestnictwem w tych spółkach nie prowadzą innej działalności gospodarczej."/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="TerminSkladania">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Zgodnie z art.9 ustawy."/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="MiejsceSkladania">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Zgłoszenie składa się do naczelnika urzędu skarbowego właściwego w rozumieniu art.4 ustawy."/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Cel">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Wypełnienie obowiązku ewidencyjnego poprzez złożenie zgłoszenia aktualizacyjnego w przypadku zmiany danych objętych zgłoszeniem, tzn. zmiany danych składającego (w tym po zakończeniu prowadzonej samodzielnie działalności gospodarczej) lub zmiany właściwości w sprawach ewidencji."/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:sequence minOccurs="0">
				<xsd:element name="ZmianaWlasciwosci" type="TWyborT">
					<xsd:annotation>
						<xsd:documentation>Zmiana właściwości naczelnika urzędu skarbowego: T - tak</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="PoprzedniNaczelnikUS" type="TKodNUS">
					<xsd:annotation>
						<xsd:documentation>Poprzednio właściwy naczelnik urzędu skarbowego</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:sequence>
		</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-3"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="TOsobaFiz">
		<xsd:annotation>
			<xsd:documentation>Pełne dane identyfikacyjne osoby fizycznej</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="NIP" type="TNrNIP">
				<xsd:annotation>
					<xsd:documentation>Numer Identyfikacji Podatkowej (NIP)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Nazwisko">
				<xsd:annotation>
					<xsd:documentation>Nazwisko</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TNazwiskoNIP">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="ImiePierwsze">
				<xsd:annotation>
					<xsd:documentation>Pierwsze imię</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TImieNIP">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="DrugieImie" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Drugie imię</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TImieNIP">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Obywatelstwa">
				<xsd:annotation>
					<xsd:documentation>Należy podać wszystkie obywatelstwa posiadane w dniu składania zgłoszenia</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:choice>
						<xsd:sequence>
							<xsd:element name="PESEL">
								<xsd:annotation>
									<xsd:documentation>Numer PESEL</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:simpleContent>
										<xsd:extension base="TNrPESEL">
											<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
												<xsd:annotation>
													<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
												</xsd:annotation>
											</xsd:attribute>
										</xsd:extension>
									</xsd:simpleContent>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="ObywatelstwoPL">
								<xsd:simpleType>
									<xsd:restriction base="xsd:string">
										<xsd:enumeration value="PL"/>
									</xsd:restriction>
								</xsd:simpleType>
							</xsd:element>
							<xsd:element name="KodKrajuObywatelstwoPozostale" type="TKodKrajuRoznyPL" minOccurs="0" maxOccurs="unbounded"/>
						</xsd:sequence>
						<xsd:element name="KodKrajuObywatelstwoInneNizPL" type="TKodKrajuRoznyPL" maxOccurs="unbounded"/>
					</xsd:choice>
					<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
						<xsd:annotation>
							<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
						</xsd:annotation>
					</xsd:attribute>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="ImieOjca">
				<xsd:annotation>
					<xsd:documentation>Imię ojca</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TImieNIP">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="ImieMatki">
				<xsd:annotation>
					<xsd:documentation>Imię matki</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TImieNIP">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="DataUrodzenia">
				<xsd:annotation>
					<xsd:documentation>Data urodzenia</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TData">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="MiejsceUrodzenia">
				<xsd:annotation>
					<xsd:documentation>Miejsce (miejscowość) urodzenia</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TMiejscowosc">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Plec">
				<xsd:annotation>
					<xsd:documentation>Płeć: K - kobieta, M - mężczyzna</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="K">
							<xsd:annotation>
								<xsd:documentation>Kobieta</xsd:documentation>
							</xsd:annotation>
						</xsd:enumeration>
						<xsd:enumeration value="M">
							<xsd:annotation>
								<xsd:documentation>Mężczyzna</xsd:documentation>
							</xsd:annotation>
						</xsd:enumeration>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="NazwiskoRodowe">
				<xsd:annotation>
					<xsd:documentation>Nazwisko rodowe (według świadectwa urodzenia)</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="TNazwiskoNIP">
							<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
								<xsd:annotation>
									<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
								</xsd:annotation>
							</xsd:attribute>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="DokumentTozsamosci">
				<xsd:annotation>
					<xsd:documentation>W przypadku obywateli polskich należy podać dane z dowodu osobistego, a jedynie w przypadku nieposiadania dowodu osobistego, z innego dokumentu stwierdzającego tożsamość</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:annotation>
							<xsd:documentation/>
						</xsd:annotation>
						<xsd:element name="RodzajDokumentuTozsamosci" type="TRodzajDokToz">
							<xsd:annotation>
								<xsd:documentation>Rodzaj dokumentu stwierdzającego tożsamość</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="NrDokumentuTozsamosci">
							<xsd:annotation>
								<xsd:documentation>Seria i numer dokumentu stwierdzającego tożsamość</xsd:documentation>
							</xsd:annotation>
							<xsd:simpleType>
								<xsd:restriction base="xsd:string">
									<xsd:whiteSpace value="replace"/>
									<xsd:maxLength value="15"/>
									<xsd:minLength value="1"/>
								</xsd:restriction>
							</xsd:simpleType>
						</xsd:element>
					</xsd:sequence>
					<xsd:attribute name="zmiana" type="TWyborT_N" use="required">
						<xsd:annotation>
							<xsd:documentation>Informacja o zmianie pozycji: T - tak, N - nie</xsd:documentation>
						</xsd:annotation>
					</xsd:attribute>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TKontakt">
		<xsd:annotation>
			<xsd:documentation>Informacje o telefonie, faksie i adresie e-mail</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:annotation>
				<xsd:documentation/>
			</xsd:annotation>
			<xsd:element name="Telefon" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Telefon</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="TZnakowy">
						<xsd:maxLength value="40"/>
					</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="TZnakowy">
						<xsd:maxLength value="40"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Email" type="TAdresEmail" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Adres e-mail</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TRachunekBankowy">
		<xsd:annotation>
			<xsd:documentation>Informacje o rachunku bankowym</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:annotation>
				<xsd:documentation/>
			</xsd:annotation>
			<xsd:element name="NazwaBanku" type="TZnakowy">
				<xsd:annotation>
					<xsd:documentation>Pełna nazwa banku (oddziału)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="PosiadaczRachunku" type="TZnakowy">
				<xsd:annotation>
					<xsd:documentation>Posiadacz rachunku</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:choice>
				<xsd:element name="NrRachunkuPL">
					<xsd:annotation>
						<xsd:documentation>Pełny numer rachunku bankowego, gdy rachunek jest prowadzony w Rzeczypospolitej Polskiej</xsd:documentation>
					</xsd:annotation>
					<xsd:simpleType>
						<xsd:restriction base="xsd:string">
							<xsd:length value="26"/>
							<xsd:pattern value="\d{26}"/>
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:element>
				<xsd:sequence>
					<xsd:element name="KrajSiedzibyBanku" type="TZnakowy">
						<xsd:annotation>
							<xsd:documentation>Kraj siedziby (oddziału)</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="NrRachunkuZagr">
						<xsd:annotation>
							<xsd:documentation>Pełny numer rachunku bankowego, gdy rachunek jest prowadzony poza granicą Rzeczypospolitej Polskiej</xsd:documentation>
						</xsd:annotation>
						<xsd:simpleType>
							<xsd:restriction base="TZnakowy">
								<xsd:maxLength value="28"/>
								<xsd:pattern value="P[A-KM-Z]\d{26}"/>
								<xsd:pattern value="[A-OR-Z][A-Z]\d{26}"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:element>
				</xsd:sequence>
			</xsd:choice>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:simpleType name="TWyborT_N">
		<xsd:annotation>
			<xsd:documentation>Informacja o zmianie pozycji:T - tak, N - nie</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="N">
				<xsd:annotation>
					<xsd:documentation>nie</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="T">
				<xsd:annotation>
					<xsd:documentation>tak</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TWyborT">
		<xsd:annotation>
			<xsd:documentation>Informacja o wartości pozycji:T - tak</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="T">
				<xsd:annotation>
					<xsd:documentation>tak</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TNazwiskoNIP">
		<xsd:annotation>
			<xsd:documentation>Nazwisko</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="81"/>
			<xsd:whiteSpace value="replace"/>
			<xsd:pattern value="[^\p{Ll}]{1,81}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TImieNIP">
		<xsd:annotation>
			<xsd:documentation>Imię</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="30"/>
			<xsd:whiteSpace value="replace"/>
			<xsd:pattern value="[^\p{Ll}]{1,30}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TKodKrajuRoznyPL">
		<xsd:annotation>
			<xsd:documentation>Kod kraju inny niż PL</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="TKodKraju">
			<xsd:pattern value="P[A-KM-Z]"/>
			<xsd:pattern value="[A-OR-Z][A-Z]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TRodzajDokToz">
		<xsd:annotation>
			<xsd:documentation>Rodzaj dokumentu tożsamości</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="DOW">
				<xsd:annotation>
					<xsd:documentation>Dowód osobisty</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PASZ">
				<xsd:annotation>
					<xsd:documentation>Paszport polski</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KSTP">
				<xsd:annotation>
					<xsd:documentation>Karta pobytu cudzoziemca</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PZAG">
				<xsd:annotation>
					<xsd:documentation>Dokument tożsamości cudzoziemca</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TRodzajId">
		<xsd:annotation>
			<xsd:documentation>Rodzaj numeru identyfikacyjnego służącego identyfikacji dla celów podatkowych w innych krajach</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="P">
				<xsd:annotation>
					<xsd:documentation>numer podatkowy</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="O">
				<xsd:annotation>
					<xsd:documentation>numer podatkowy i ubezpieczeniowy</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="U">
				<xsd:annotation>
					<xsd:documentation>numer ubezpieczeniowy</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="ZgloszenieNIP">
		<xsd:annotation>
			<xsd:documentation>ZGŁOSZENIE IDENTYFIKACYJNE / ZGŁOSZENIE AKTUALIZACYJNE OSOBY FIZYCZNEJ NIEPROWADZĄCEJ SAMODZIELNIE DZIAŁALNOŚCI</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Naglowek" type="TNaglowek">
					<xsd:annotation>
						<xsd:documentation>Nagłówek zgłoszenia</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Podmiot1">
					<xsd:annotation>
						<xsd:documentation>B. DANE SKŁADAJĄCEGO</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="OsobaFizyczna">
								<xsd:annotation>
									<xsd:documentation>B.1. DANE IDENTYFIKACYJNE</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:complexContent>
										<xsd:extension base="TOsobaFiz">
											<xsd:sequence minOccurs="0">
												<xsd:annotation>
													<xsd:documentation>B.3. INFORMACJA O NUMERACH IDENTYFIKACYJNYCH UZYSKANYCH W INNYCH KRAJACH</xsd:documentation>
												</xsd:annotation>
												<xsd:element name="NrIdWInnychKrajach" maxOccurs="unbounded">
													<xsd:annotation>
														<xsd:documentation>Numery służące identyfikacji dla celów podatkowych w innych krajach</xsd:documentation>
													</xsd:annotation>
													<xsd:complexType>
														<xsd:sequence>
															<xsd:element name="KodkrajuWydaniaNrId" type="TKodKrajuRoznyPL">
																<xsd:annotation>
																	<xsd:documentation>Kod Kraju Wydania numeru identyfikacyjnego</xsd:documentation>
																</xsd:annotation>
															</xsd:element>
															<xsd:element name="NrId">
																<xsd:annotation>
																	<xsd:documentation>Numer identyfikacyjny dla celów podatkowych</xsd:documentation>
																</xsd:annotation>
																<xsd:simpleType>
																	<xsd:restriction base="xsd:string">
																		<xsd:minLength value="1"/>
																		<xsd:maxLength value="30"/>
																		<xsd:whiteSpace value="replace"/>
																	</xsd:restriction>
																</xsd:simpleType>
															</xsd:element>
															<xsd:element name="RodzajNrId">
																<xsd:annotation>
																	<xsd:documentation>Rodzaj numeru identyfikacyjnego</xsd:documentation>
																</xsd:annotation>
																<xsd:complexType>
																	<xsd:simpleContent>
																		<xsd:extension base="TRodzajId"/>
																	</xsd:simpleContent>
																</xsd:complexType>
															</xsd:element>
														</xsd:sequence>
													</xsd:complexType>
												</xsd:element>
											</xsd:sequence>
										</xsd:extension>
									</xsd:complexContent>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="InfoAdresZamieszkania" type="xsd:string" fixed="Na podstawie tego adresu ustala się właściwość w sprawach ewidencji. Adres ten będzie równocześnie adresem do korespondencji, chyba że składający wskaże do korespondencji adres zameldowania."/>
							<xsd:element name="AdresZamieszkania">
								<xsd:annotation>
									<xsd:documentation>B.4. ADRES MIEJSCA ZAMIESZKANIA</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:complexContent>
										<xsd:extension base="TAdres">
											<xsd:sequence>
												<xsd:element name="DataZamieszkania" type="TData" minOccurs="0">
													<xsd:annotation>
														<xsd:documentation>Data zamieszkania Jeżeli nie nastąpiła zmiana właściwości naczelnika urzędu skarbowego i nie nastąpiła zmiana adresu miejsca zamieszkania, data zamieszkania nie musi być wypełniona.</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
											</xsd:sequence>
											<xsd:attribute name="rodzajAdresu" type="xsd:string" use="required" fixed="RAD">
												<xsd:annotation>
													<xsd:documentation>Adres zamieszkania</xsd:documentation>
												</xsd:annotation>
											</xsd:attribute>
										</xsd:extension>
									</xsd:complexContent>
								</xsd:complexType>
							</xsd:element>
							<xsd:choice>
								<xsd:annotation>
									<xsd:documentation>B.5. ADRES MIEJSCA ZAMELDOWANIA</xsd:documentation>
								</xsd:annotation>
								<xsd:element name="AdresZameldowania">
									<xsd:annotation>
										<xsd:documentation>Adres miejsca zameldowania (stałego lub czasowego, jeżeli brak jest stałego)</xsd:documentation>
									</xsd:annotation>
									<xsd:complexType>
										<xsd:complexContent>
											<xsd:extension base="TAdres">
												<xsd:sequence>
													<xsd:element name="Korespondencja" minOccurs="0">
														<xsd:annotation>
															<xsd:documentation>Korespondencja ma być wysyłana na adres miejsca zameldowania</xsd:documentation>
														</xsd:annotation>
														<xsd:simpleType>
															<xsd:restriction base="TWyborT">
																<xsd:enumeration value="T"/>
															</xsd:restriction>
														</xsd:simpleType>
													</xsd:element>
													<xsd:element name="DataZameldowania" type="TData" minOccurs="0">
														<xsd:annotation>
															<xsd:documentation>Data zameldowania Jeżeli nie nastąpiła zmiana właściwości naczelnika urzędu skarbowego i nie nastąpiła zmiana adresu miejsca zameldowania, data zameldowania nie musi być wypełniona.</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
												</xsd:sequence>
												<xsd:attribute name="rodzajAdresu" type="xsd:string" use="required" fixed="SAD">
													<xsd:annotation>
														<xsd:documentation>Adres zameldowania</xsd:documentation>
													</xsd:annotation>
												</xsd:attribute>
											</xsd:extension>
										</xsd:complexContent>
									</xsd:complexType>
								</xsd:element>
								<xsd:element name="BrakAdresuZameldowania">
									<xsd:annotation>
										<xsd:documentation>Składający nie posiada adresu miejsca zameldowania</xsd:documentation>
									</xsd:annotation>
									<xsd:simpleType>
										<xsd:restriction base="TWyborT">
											<xsd:enumeration value="T"/>
										</xsd:restriction>
									</xsd:simpleType>
								</xsd:element>
							</xsd:choice>
						</xsd:sequence>
						<xsd:attribute name="rola" type="xsd:string" use="required" fixed="Składający"/>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="Kontakt" type="TKontakt" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>B.6. KONTAKT</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:choice minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>B.7. OSOBISTY RACHUNEK BANKOWY</xsd:documentation>
					</xsd:annotation>
					<xsd:element name="RachunekBankowy">
						<xsd:annotation>
							<xsd:documentation>Osobisty rachunek bankowy Na wskazany rachunek będą dokonywane ewentualne zwroty nadpłaty podatku dochodowego. Składający musi być właścicielem lub współwłaścicielem rachunku. Wpisane dane dotyczące rachunku aktualizują poprzedni stan danych.</xsd:documentation>
						</xsd:annotation>
						<xsd:complexType>
							<xsd:complexContent>
								<xsd:extension base="TRachunekBankowy">
									<xsd:attribute name="typRachunku" type="xsd:string" use="required" fixed="O">
										<xsd:annotation>
											<xsd:documentation>Osobisty rachunek bankowy</xsd:documentation>
										</xsd:annotation>
									</xsd:attribute>
								</xsd:extension>
							</xsd:complexContent>
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="Rezygnacja">
						<xsd:annotation>
							<xsd:documentation>Rezygnacja (również z powodu likwidacji rachunku bankowego) z otrzymywania ewentualnego zwrotu nadpłaty na rachunek bankowy: T - Tak</xsd:documentation>
						</xsd:annotation>
						<xsd:simpleType>
							<xsd:restriction base="TWyborT">
								<xsd:enumeration value="T"/>
							</xsd:restriction>
						</xsd:simpleType>
					</xsd:element>
				</xsd:choice>
				<xsd:element name="DataZakonczenia" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>C. INFORMACJE DODATKOWE Data zakończenia działalności gospodarczej</xsd:documentation>
					</xsd:annotation>
					<xsd:simpleType>
						<xsd:restriction base="TData">
							<xsd:minInclusive value="2008-01-01"/>
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:element>
				<xsd:element name="Pouczenie">
					<xsd:simpleType>
						<xsd:restriction base="xsd:string">
							<xsd:enumeration value="Za wykroczenia skarbowe dotyczące obowiązków ewidencyjnych, o których mowa w art.81 Kodeksu karnego skarbowego, grozi sankcja karna."/>
						</xsd:restriction>
					</xsd:simpleType>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
