<?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:eanucc="urn:ean.ucc:2" targetNamespace="urn:ean.ucc:2" elementFormDefault="unqualified" attributeFormDefault="unqualified" version="2.1.1">
	<xsd:annotation>
		<xsd:documentation>
---------------------------

---------------------------
    </xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="AdditionalTradeItemIdentificationList.xsd"/>
	<xsd:complexType name="AdditionalTradeItemIdentificationType">
		<xsd:sequence>
			<xsd:element name="additionalTradeItemIdentificationValue">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:maxLength value="80"/>
						<xsd:minLength value="1"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="additionalTradeItemIdentificationType" type="eanucc:AdditionalTradeItemIdentificationListType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="TradeItemIdentificationType">
		<xsd:sequence>
			<xsd:element name="gtin" type="eanucc:GlobalTradeItemNumberType" minOccurs="0"/>
			<xsd:element name="additionalTradeItemIdentification" type="eanucc:AdditionalTradeItemIdentificationType" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:simpleType name="GlobalTradeItemNumberType">
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="\d{14}"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
