<?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="AdditionalPartyIdentificationList.xsd"/>
	<xsd:complexType name="AdditionalPartyIdentificationType">
		<xsd:sequence>
			<xsd:element name="additionalPartyIdentificationValue" type="xsd:string"/>
			<xsd:element name="additionalPartyIdentificationType" type="eanucc:AdditionalPartyIdentificationListType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="PartyIdentificationType">
		<xsd:sequence>
			<xsd:element name="gln" type="eanucc:GlobalLocationNumberType" minOccurs="0"/>
			<xsd:element name="additionalPartyIdentification" type="eanucc:AdditionalPartyIdentificationType" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:simpleType name="GlobalLocationNumberType">
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="\d{13}"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>

