<?xml version="1.0" encoding="utf-8"?>
<TaxfreeProducts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  	<Product>
	    <Code>001</Code>
            <Name>CLOTHING</Name>
	    <VatRate>2000</VatRate>	
        </Product>
  	<Product>
	    <Code>002</Code>
            <Name>ELECTRICAL</Name>
	    <VatRate>2001</VatRate>	
        </Product>
      </Products>
</TaxfreeProducts>

