<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:etd="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2022/09/13/eD/DefinicjeTypy/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2022/09/13/eD/DefinicjeTypy/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">	<xsd:complexType name="TIdentyfikatorOsobyFizycznej">		<xsd:annotation>			<xsd:documentation>Podstawowy zestaw danych identyfikacyjnych o osobie fizycznej</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="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="etd:TData">				<xsd:annotation>					<xsd:documentation>Data urodzenia</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="PESEL" type="etd:TNrPESEL" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Identyfikator podatkowy numer PESEL</xsd:documentation>				</xsd:annotation>			</xsd:element>		</xsd:sequence>	</xsd:complexType>	<xsd:simpleType name="TZnakowy">		<xsd:annotation>			<xsd:documentation>Typ znakowy ograniczony do jednej linii</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:token">			<xsd:minLength value="1"/>			<xsd:maxLength value="240"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TTekstowy">		<xsd:annotation>			<xsd:documentation>Typ znakowy ograniczony do 3500 znaków</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:minLength value="1"/>			<xsd:maxLength value="3500"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TTekstowy1">		<xsd:annotation>			<xsd:documentation>Typ znakowy ograniczony do 2000 znaków</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:minLength value="1"/>			<xsd:maxLength value="2000"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TProcentowy">		<xsd:annotation>			<xsd:documentation>Wartość procentowa z dokładnością do 2 miejsc po przecinku</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:decimal">			<xsd:totalDigits value="5"/>			<xsd:fractionDigits value="2"/>			<xsd:minInclusive value="0"/>			<xsd:maxInclusive value="100"/>			<xsd:whiteSpace value="collapse"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TCalkowity">		<xsd:annotation>			<xsd:documentation>Liczby naturalne</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:int">			<xsd:whiteSpace value="collapse"/>			<xsd:totalDigits value="14"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNaturalny">		<xsd:annotation>			<xsd:documentation>Liczby naturalne</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:nonNegativeInteger">			<xsd:whiteSpace value="collapse"/>			<xsd:totalDigits value="14"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TRzeczywisty">		<xsd:annotation>			<xsd:documentation>Liczby wykazywane z dokładnością do dwóch miejsc po przecinku</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="etd:TKwota2">			<xsd:minInclusive value="0"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TKwota2">		<xsd:annotation>			<xsd:documentation>Wartość kwotowa wykazana w zł i gr</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:decimal">			<xsd:totalDigits value="16"/>			<xsd:whiteSpace value="collapse"/>			<xsd:fractionDigits value="2"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TKwotaC">		<xsd:annotation>			<xsd:documentation>Wartość kwotowa wykazana w zł</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:integer">			<xsd:totalDigits value="14"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TKwota2Nieujemna">		<xsd:annotation>			<xsd:documentation>Wartość kwotowa nieujemna wykazana w zł i gr</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="etd:TKwota2">			<xsd:minInclusive value="0"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TKwotaCNieujemna">		<xsd:annotation>			<xsd:documentation>Wartość kwotowa nieujemna wykazana w zł</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="etd:TKwotaC">			<xsd:minInclusive value="0"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TData" id="TData">		<xsd:annotation>			<xsd:documentation>Typ daty</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:date">			<xsd:minInclusive value="1900-01-01"/>			<xsd:maxInclusive value="2100-12-31"/>			<xsd:pattern value="((\d{4})-(\d{2})-(\d{2}))"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TDataCzas" id="TDataCzas">		<xsd:annotation>			<xsd:documentation>Typ daty i godziny</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:dateTime">			<xsd:whiteSpace value="collapse"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TRok">		<xsd:annotation>			<xsd:documentation>Oznaczenie roku</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:gYear">			<xsd:minInclusive value="1900"/>			<xsd:maxInclusive value="2090"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TMiesiac">		<xsd:annotation>			<xsd:documentation>Element będący numerem miesiąca</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:byte">			<xsd:maxInclusive value="12"/>			<xsd:minInclusive value="1"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TKwartal">		<xsd:annotation>			<xsd:documentation>Element będący numerem kwartału</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:byte">			<xsd:minInclusive value="1"/>			<xsd:maxInclusive value="4"/>		</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="3"/>			<xsd:maxLength value="255"/>			<xsd:pattern value="(.)+@(.)+"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrNIP">		<xsd:annotation>			<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="[1-9]((\d[1-9])|([1-9]\d))\d{7}"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrPESEL">		<xsd:annotation>			<xsd:documentation>Identyfikator podatkowy numer PESEL</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="\d{11}"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrREGON">		<xsd:annotation>			<xsd:documentation>Numer REGON</xsd:documentation>		</xsd:annotation>		<xsd:union>			<xsd:simpleType>				<xsd:restriction base="xsd:string">					<xsd:pattern value="\d{9}"/>				</xsd:restriction>			</xsd:simpleType>			<xsd:simpleType>				<xsd:restriction base="xsd:string">					<xsd:pattern value="\d{14}"/>				</xsd:restriction>			</xsd:simpleType>		</xsd:union>	</xsd:simpleType>	<xsd:simpleType name="TNrAKC">		<xsd:annotation>			<xsd:documentation>Numer akcyzowy</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="[A-Z]{2}\d{11}"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrKRS">		<xsd:annotation>			<xsd:documentation>Numer Krajowego Rejestru Sądowego</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:pattern value="\d{10}"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrIdentyfikacjiPodatkowej">		<xsd:annotation>			<xsd:documentation>Numer służący identyfikacji dla celów podatkowych</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:whiteSpace value="replace"/>			<xsd:minLength value="1"/>			<xsd:maxLength value="50"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrDokumentuStwierdzajacegoTozsamosc">		<xsd:annotation>			<xsd:documentation>Numer dokumentu stwierdzającego tożsamość</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:string">			<xsd:minLength value="1"/>			<xsd:maxLength value="50"/>			<xsd:whiteSpace value="replace"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TImie">		<xsd:annotation>			<xsd:documentation>Pierwsze imię</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:token">			<xsd:minLength value="1"/>			<xsd:maxLength value="30"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TMiejscowosc">		<xsd:annotation>			<xsd:documentation>Typ określający nazwę miejscowości</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:token">			<xsd:maxLength value="56"/>			<xsd:minLength value="1"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNazwisko">		<xsd:annotation>			<xsd:documentation>Nazwisko</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:token">			<xsd:maxLength value="81"/>			<xsd:minLength value="1"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TJednAdmin">		<xsd:annotation>			<xsd:documentation>Typ określający nazwę województwa, nazwę powiatu lub nazwę gminy</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:token">			<xsd:maxLength value="36"/>			<xsd:minLength value="1"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TUlica">		<xsd:annotation>			<xsd:documentation>Nazwa ulicy</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="etd:TZnakowy">			<xsd:maxLength value="65"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrBudynku">		<xsd:annotation>			<xsd:documentation>Numer budynku</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="etd:TZnakowy">			<xsd:maxLength value="9"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TNrLokalu">		<xsd:annotation>			<xsd:documentation>Numer lokalu</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="etd:TZnakowy">			<xsd:maxLength value="10"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TKodPocztowy">		<xsd:annotation>			<xsd:documentation>Kod pocztowy</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="etd:TZnakowy">			<xsd:maxLength value="8"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TCelZlozenia">		<xsd:annotation>			<xsd:documentation>Określa, czy to jest złożenie, czy korekta dokumentu</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:byte">			<xsd:enumeration value="1">				<xsd:annotation>					<xsd:documentation>złożenie po raz pierwszy deklaracji za dany okres</xsd:documentation>				</xsd:annotation>			</xsd:enumeration>			<xsd:enumeration value="2">				<xsd:annotation>					<xsd:documentation>korekta deklaracji za dany okres</xsd:documentation>				</xsd:annotation>			</xsd:enumeration>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TWybor1">		<xsd:annotation>			<xsd:documentation>Pojedyncze pole wyboru</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:byte">			<xsd:enumeration value="1"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TWybor1_2">		<xsd:annotation>			<xsd:documentation>Podwójne pole wyboru</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:byte">			<xsd:enumeration value="1"/>			<xsd:enumeration value="2"/>		</xsd:restriction>	</xsd:simpleType>	<xsd:simpleType name="TWybor1_3">		<xsd:annotation>			<xsd:documentation>Potrójne pole wyboru</xsd:documentation>		</xsd:annotation>		<xsd:restriction base="xsd:byte">			<xsd:enumeration value="1"/>			<xsd:enumeration value="2"/>			<xsd:enumeration value="3"/>		</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="etd:TData">				<xsd:annotation>					<xsd:documentation>Data urodzenia</xsd:documentation>				</xsd:annotation>			</xsd:element>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="TIdentyfikatorOsobyFizycznej2">		<xsd:annotation>			<xsd:documentation>Podstawowy zestaw danych identyfikacyjnych o osobie fizycznej z identyfikatorem 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="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="etd:TData">				<xsd:annotation>					<xsd:documentation>Data urodzenia</xsd:documentation>				</xsd:annotation>			</xsd:element>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="TIdentyfikatorOsobyFizycznejPelny">		<xsd:annotation>			<xsd:documentation>Pełny zestaw danych identyfikacyjnych o osobie fizycznej</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="NIP" type="etd:TNrNIP" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>				</xsd:annotation>			</xsd:element>			<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="etd:TData">				<xsd:annotation>					<xsd:documentation>Data urodzenia</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="ImieOjca" type="etd:TImie">				<xsd:annotation>					<xsd:documentation>Imię ojca</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="ImieMatki" type="etd:TImie">				<xsd:annotation>					<xsd:documentation>Imię matki</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:sequence>	</xsd:complexType>	<xsd:complexType name="TIdentyfikatorOsobyFizycznejZagranicznej">		<xsd:annotation>			<xsd:documentation>Zestaw danych identyfikacyjnych dla osoby fizycznej zagranicznej</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="ImiePierwsze" type="etd:TImie">				<xsd:annotation>					<xsd:documentation>Imię pierwsze [First name]</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="Nazwisko" type="etd:TNazwisko">				<xsd:annotation>					<xsd:documentation>Nazwisko [Family name]</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="DataUrodzenia" type="etd:TData">				<xsd:annotation>					<xsd:documentation>Data urodzenia [Date of Birth]</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="MiejsceUrodzenia" type="etd:TMiejscowosc">				<xsd:annotation>					<xsd:documentation>Miejsce urodzenia [Place of Birth]</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="ImieOjca" type="etd:TImie" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Imię ojca [Father’s name]</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="ImieMatki" type="etd:TImie" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Imię matki [Mother’s name]</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="NIP" type="etd:TNrNIP" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Identyfikator podatkowy NIP [Tax Identification Number (NIP)]</xsd:documentation>				</xsd:annotation>			</xsd:element>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="TIdentyfikatorOsobyNiefizycznej">		<xsd:annotation>			<xsd:documentation>Podstawowy zestaw danych identyfikacyjnych o osobie 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">				<xsd:annotation>					<xsd:documentation>Pełna nazwa</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 REGON</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  - bez elementu Numer REGON</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>Pełna nazwa</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:sequence>	</xsd:complexType>	<xsd:complexType name="TIdentyfikatorOsobyNiefizycznejPelny">		<xsd:annotation>			<xsd:documentation>Pełny zestaw danych identyfikacyjnych o osobie niefizycznej</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="NIP" type="etd:TNrNIP" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>				</xsd:annotation>			</xsd:element>			<xsd:element name="PelnaNazwa">				<xsd:annotation>					<xsd:documentation>Pełna nazwa</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="SkroconaNazwa">				<xsd:annotation>					<xsd:documentation>Skrócona nazwa</xsd:documentation>				</xsd:annotation>				<xsd:simpleType>					<xsd:restriction base="xsd:token">						<xsd:minLength value="1"/>						<xsd:maxLength value="70"/>					</xsd:restriction>				</xsd:simpleType>			</xsd:element>			<xsd:element name="REGON" type="etd:TNrREGON">				<xsd:annotation>					<xsd:documentation>Numer REGON</xsd:documentation>				</xsd:annotation>			</xsd:element>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="TIdentyfikatorOsobyNiefizycznejZagranicznej">		<xsd:annotation>			<xsd:documentation>Zestaw danych identyfikacyjnych dla osoby niefizycznej zagranicznej</xsd:documentation>		</xsd:annotation>		<xsd:sequence>			<xsd:element name="PelnaNazwa">				<xsd:annotation>					<xsd:documentation>Pełna nazwa [Name]</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="SkroconaNazwa" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Nazwa skrócona [Short Name]</xsd:documentation>				</xsd:annotation>				<xsd:simpleType>					<xsd:restriction base="xsd:token">						<xsd:minLength value="1"/>						<xsd:maxLength value="70"/>					</xsd:restriction>				</xsd:simpleType>			</xsd:element>			<xsd:element name="NIP" type="etd:TNrNIP" minOccurs="0">				<xsd:annotation>					<xsd:documentation>Identyfikator podatkowy NIP [Tax Identification Number (NIP)]</xsd:documentation>				</xsd:annotation>			</xsd:element>		</xsd:sequence>	</xsd:complexType>	<xsd:complexType name="TPodmiotDowolnyBezAdresu">		<xsd:annotation>			<xsd:documentation>Skrócony zestaw danych o osobie fizycznej lub niefizycznej</xsd:documentation>		</xsd:annotation>		<xsd:choice>			<xsd:element name="OsobaFizyczna" type="etd:TIdentyfikatorOsobyFizycznej"/>			<xsd:element name="OsobaNiefizyczna" type="etd:TIdentyfikatorOsobyNiefizycznej"/>		</xsd:choice>	</xsd:complexType>	<xsd:complexType name="TPodmiotDowolnyBezAdresu1">		<xsd:annotation>			<xsd:documentation>Skrócony zestaw danych o osobie fizycznej lub niefizycznej z identyfikatorem NIP albo PESEL</xsd:documentation>		</xsd:annotation>		<xsd:choice>			<xsd:element name="OsobaFizyczna" type="etd:TIdentyfikatorOsobyFizycznej1"/>			<xsd:element name="OsobaNiefizyczna" type="etd:TIdentyfikatorOsobyNiefizycznej"/>		</xsd:choice>	</xsd:complexType>	<xsd:complexType name="TPodmiotDowolnyBezAdresu2">		<xsd:annotation>			<xsd:documentation>Skrócony zestaw danych o osobie fizycznej lub niefizycznej z identyfikatorem NIP</xsd:documentation>		</xsd:annotation>		<xsd:choice>			<xsd:element name="OsobaFizyczna" type="etd:TIdentyfikatorOsobyFizycznej2"/>			<xsd:element name="OsobaNiefizyczna" type="etd:TIdentyfikatorOsobyNiefizycznej"/>		</xsd:choice>	</xsd:complexType>	<xsd:complexType name="TPodmiotDowolnyBezAdresu3">		<xsd:annotation>			<xsd:documentation>Skrócony zestaw danych o osobie fizycznej lub niefizycznej z identyfikatorem NIP - bez elementu numer REGON dla osoby niefizycznej</xsd:documentation>		</xsd:annotation>		<xsd:choice>			<xsd:element name="OsobaFizyczna" type="etd:TIdentyfikatorOsobyFizycznej2"/>			<xsd:element name="OsobaNiefizyczna" type="etd:TIdentyfikatorOsobyNiefizycznej1"/>		</xsd:choice>	</xsd:complexType></xsd:schema>