<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2005 sp1 U (http://www.xmlspy.com) by TK (Instytut Logistyki i Magazynowania) -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pay="urn:ean.ucc:pay:2" xmlns:eanucc="urn:ean.ucc:2" targetNamespace="urn:ean.ucc:pay:2" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="2.1.1">
	<xsd:annotation>
		<xsd:documentation>
---------------------------
---------------------------
    </xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="urn:ean.ucc:2" schemaLocation="../../ean.ucc/common/Extension.xsd"/>
	<xsd:import namespace="urn:ean.ucc:2" schemaLocation="../../ean.ucc/common/FinancialInstitutionInformation.xsd"/>
	<xsd:import namespace="urn:ean.ucc:2" schemaLocation="../../ean.ucc/common/NameAndAddress.xsd"/>
	<xsd:import namespace="urn:ean.ucc:2" schemaLocation="../../ean.ucc/common/PartyIdentification.xsd"/>
	<xsd:complexType name="InvoicePartyType">
		<xsd:sequence>
			<xsd:element name="partyIdentification" type="eanucc:PartyIdentificationType" minOccurs="0"/>
			<xsd:element name="nameAndAddress" type="eanucc:NameAndAddressType"/>
			<xsd:element name="accountNumber" type="eanucc:AccountNumberType" minOccurs="0"/>
			<xsd:element name="companyRegistrationNumber" type="xsd:string" minOccurs="0"/>
			<xsd:element name="extension" type="eanucc:ExtensionType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
