<?xml version="1.0" encoding="UTF-8"?>
<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="MonetaryAmount.xsd"/>
	<xsd:complexType name="CurrencyExchangeRateInformationType">
		<xsd:sequence>
			<xsd:element name="currencyConversionFrom" type="eanucc:ISO4217_CodeType"/>
			<xsd:element name="currencyConversionTo" type="eanucc:ISO4217_CodeType"/>
			<xsd:element name="exchangeRate" type="xsd:float"/>
			<xsd:element name="exchangeRateDate" type="xsd:date" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
