The structure of the imported xml file

<?xml version="1.0" encoding="utf-8"?>

<Eksport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<TSysListaKursWaluty type="TSysListaKursWaluty">

<!-- List of imported exchange rates -->

 <TSysKursWaluty type="TSysKursWaluty">

<!-- Currency data section -->

  <data>2018-01-31</data>

<!-- The date for which the exchange rate is downloaded -->

  <kurs>4.1488</kurs>

<!-- Exchange rate -->

  <przelicznik>1</przelicznik>

<!-- Conversion -->

  <waluta>EUR</waluta>

<!-- Current currency that will be converted to the target currency>

  <waluta_docelowa>PLN</waluta_docelowa>

<!-- Currency for which the current currency will be converted>

  <tabela>022/A/NBP/2018</tabela>

<!-- only for the NBP daily exchange rate>

  <czy_kwartalny>0</czy_kwartalny>

<!--Defines the type of exchange rate:
<czy_kwartalny> 0 </czy_kwartalny> - daily NBP rate
<czy_kwartalny> 3 </czy_kwartalny> - monthly ECB EUR exchange rate
<czy_kwartalny> 4 </czy_kwartalny> - monthly ECB PLN exchange rate-->

 </TSysKursWaluty>

 <TSysKursWaluty type="TSysKursWaluty">

<!-- Currency data section -->

  <data>2018-01-01</data>

<!-- The date for which the exchange rate is downloaded -->

  <kurs>2.40198</kurs>

<!-- Exchange rate -->

  <przelicznik>10</przelicznik>

<!-- Conversion -->

  <waluta>PLN</waluta>

<!-- Current currency that will be converted to the target currency>

  <waluta_docelowa>EUR</waluta_docelowa>

<!-- Currency for which the current currency will be converted>

  <czy_kwartalny>3</czy_kwartalny>

<!--Defines the type of exchange rate:
<czy_kwartalny> 0 </czy_kwartalny> - daily NBP rate
<czy_kwartalny> 3 </czy_kwartalny> - monthly ECB EUR exchange rate
<czy_kwartalny> 4 </czy_kwartalny> - monthly ECB PLN exchange rate--&gt

 </TSysKursWaluty>

 <TSysKursWaluty type="TSysKursWaluty">

<!-- Currency data section -->

  <data>2018-01-01</data>

<!-- The date for which the exchange rate is downloaded -->

  <kurs>4.163232</kurs>

<!-- Exchange rate -->

  <przelicznik>1</przelicznik>

<!-- Conversion -->

  <waluta>EUR</waluta>

<!-- Current currency that will be converted to the target currency>

  <waluta_docelowa>PLN</waluta_docelowa>

<!-- Currency for which the current currency will be converted>

  <czy_kwartalny>4</czy_kwartalny>

<!--Defines the type of exchange rate:
<czy_kwartalny> 0 </czy_kwartalny> - daily NBP rate
<czy_kwartalny> 3 </czy_kwartalny> - monthly ECB EUR exchange rate
<czy_kwartalny> 4 </czy_kwartalny> - monthly ECB PLN exchange rate-->

 </TSysKursWaluty>

</TSysListaKursWaluty>

</Eksport>