<?xml version="1.0" encoding="UTF-8"?><!-- edited with XMLSpy v2021 (x64) (http://www.altova.com) by Bogdan Schmidt (Asseco Poland S.A.) --><!-- Wersja 13_0; Data ostatniej modyfikacji: 2025-05-05 --><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tr13="https://puesc.gov.pl/ZEFIR2/xsd/v13_0/Trader.xsd" xmlns:tp13="https://puesc.gov.pl/ZEFIR2/xsd/v13_0/Types.xsd" xmlns:ns1="https://puesc.gov.pl/ZEFIR2/xsd/v1_0/TypesRW.xsd" targetNamespace="https://puesc.gov.pl/ZEFIR2/xsd/v13_0/Trader.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" version="13_0" xml:lang="pl">	<xs:import namespace="https://puesc.gov.pl/ZEFIR2/xsd/v13_0/Types.xsd" schemaLocation="Types_Z13.xsd"/>	<xs:complexType name="ZTrader">		<xs:annotation>			<xs:documentation>DANE PODATNIKA.</xs:documentation>		</xs:annotation>		<xs:sequence>			<xs:choice>				<xs:element name="PrivatePerson" type="tr13:ZPrivatePerson"/>				<xs:element name="Corporate" type="tr13:ZCorporate"/>			</xs:choice>		</xs:sequence>		<xs:attribute name="typeOfTaxpayer" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">                    Pole                    pozwalające na oznaczenie czy podatnik jest firmą czy osobą                    fizyczną.                </xs:documentation>			</xs:annotation>			<xs:simpleType>				<xs:restriction base="xs:string">					<xs:enumeration value="F">						<xs:annotation>							<xs:documentation>Osoba fizyczna.</xs:documentation>						</xs:annotation>					</xs:enumeration>					<xs:enumeration value="N">						<xs:annotation>							<xs:documentation>Podatnik niebędący osobą fizyczną.                            </xs:documentation>						</xs:annotation>					</xs:enumeration>				</xs:restriction>			</xs:simpleType>		</xs:attribute>	</xs:complexType>	<xs:complexType name="ZPrivatePerson">		<xs:annotation>			<xs:documentation>PODSTAWOWY ZESTAW DANYCH O OSOBIE FIZYCZNEJ.            </xs:documentation>		</xs:annotation>		<xs:sequence>			<xs:element name="BasicData" type="tr13:ZIDPrivatePerson"/>			<xs:element name="AddressData" type="tr13:ZAddress"/>		</xs:sequence>	</xs:complexType>	<xs:complexType name="ZCorporate">		<xs:annotation>			<xs:documentation>PODSTAWOWY ZESTAW DANYCH O OSOBIE NIEFIZYCZNEJ.            </xs:documentation>		</xs:annotation>		<xs:sequence>			<xs:element name="TaxpayerData" type="tr13:ZIDCorporateReg"/>			<xs:element name="Residence" type="tr13:ZAddress"/>		</xs:sequence>	</xs:complexType>	<xs:complexType name="ZIDPrivatePerson">		<xs:annotation>			<xs:documentation>                PODSTAWOWY ZESTAW DANYCH IDENTYFIKACYJNYCH O OSOBIE FIZYCZNEJ.            </xs:documentation>		</xs:annotation>		<xs:attribute name="firstName" type="tp13:ZName" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">                    Pierwsze                    imię.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="surname" type="tp13:ZSurname" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">                    Nazwisko.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="dateOfBirth" type="tp13:ZDate" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">                    Data                    urodzenia.                </xs:documentation>			</xs:annotation>		</xs:attribute>	</xs:complexType>	<xs:complexType name="ZIDCorporate">		<xs:annotation>			<xs:documentation>                PODSTAWOWY ZESTAW DANYCH IDENTYFIKACYJNYCH O OSOBIE NIEFIZYCZNEJ.            </xs:documentation>		</xs:annotation>		<xs:attribute name="fullName" type="tp13:ZCharacter" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">                    Nazwa pełna.                </xs:documentation>			</xs:annotation>		</xs:attribute>	</xs:complexType>	<xs:complexType name="ZIDCorporateReg">		<xs:annotation>			<xs:documentation>PODSTAWOWY ZESTAW DANYCH IDENTYFIKACYJNYCH O OSOBIE NIEFIZYCZNEJ.            </xs:documentation>		</xs:annotation>		<xs:attribute name="fullName" type="tp13:ZCharacter" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa                    pełna.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="REGON" type="tp13:ZNrREGON" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Numer                    identyfikacyjny REGON.                </xs:documentation>			</xs:annotation>		</xs:attribute>	</xs:complexType>	<xs:complexType name="ZAddress">		<xs:annotation>			<xs:documentation>DANE ADRESOWE</xs:documentation>		</xs:annotation>		<xs:attribute name="country" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Kod kraju                    zgodny z udostępnionym słownikiem.                </xs:documentation>			</xs:annotation>			<xs:simpleType>				<xs:restriction base="xs:string">					<xs:maxLength value="2"/>				</xs:restriction>			</xs:simpleType>		</xs:attribute>		<xs:attribute name="countryName" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa kraju dla kodu kraju                    zgodny z udostępnionym słownikiem.                </xs:documentation>			</xs:annotation>			<xs:simpleType>				<xs:restriction base="xs:string">					<xs:maxLength value="128"/>				</xs:restriction>			</xs:simpleType>		</xs:attribute>		<xs:attribute name="province" type="tp13:ZProvinceCode" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Kod                    województwa.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="district" type="tp13:ZDistrictCode" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Kod                    powiatu.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="commune" type="tp13:ZCommuneCode" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Kod                    gminy.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="street" type="tp13:ZCharacter" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa                    ulicy.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="houseNumber" type="tp13:ZBuildingNumber" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Numer domu.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="localNumber" type="tp13:ZSuiteNumber" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Numer                    lokalu.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="city" type="tp13:ZCity" use="required">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa                    miejscowości.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="postalCode" type="tp13:ZPostalCode" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Numer kodu                    pocztowego.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="postalName" type="tp13:ZCity" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa                    miejscowości, siedziby poczty.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="email" type="tp13:ZEmail" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Adres                    poczty elektronicznej.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="provinceName" type="xs:string" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa województwa.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="districtName" type="xs:string" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa powiatu.                </xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="communeName" type="xs:string" use="optional">			<xs:annotation>				<xs:documentation source="doc" xml:lang="pl">Nazwa gminy.                </xs:documentation>			</xs:annotation>		</xs:attribute>	</xs:complexType></xs:schema>