<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.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:include schemaLocation="DutyTaxFeeTypeCodeList.xsd"/>
	<xsd:include schemaLocation="vat\VATCategoryCodeList.xsd"/>
	<xsd:complexType name="InvoiceTaxInformationType">
		<xsd:sequence>
			<xsd:element name="dutyTaxFeeType" type="pay:DutyTaxFeeTypeCodeListType" minOccurs="0"/>
			<xsd:element name="taxableAmount" type="xsd:float"/>
			<xsd:element name="taxAmount" type="xsd:float"/>
			<xsd:element name="exciseTaxAmount" type="xsd:float"/>
			<xsd:element name="extension" type="eanucc:ExtensionType" minOccurs="0"/>
			<xsd:element name="taxRate" type="pay:VATCategoryCodeListType"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>

