<?xml version="1.0" encoding="UTF-8"?>
<DeliveryNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="file.xsd">
    <DeliveryNote>
        <DeliveryDate>2006-09-23</DeliveryDate>
        <DocumentType>SAAD</DocumentType>
        <DocumentNumber>Dokumendi number</DocumentNumber>
        <FromExciseNumber>Maksumärgistamise koha aktsiisinumber</FromExciseNumber>
         <DeliveryType>
            <Consumption>
                <ConCustomer>
                    <RegNumber>Saaja äriregistrikood</RegNumber>
                    <Address>Saaja aadress</Address>
                    <Country>EE</Country>
                </ConCustomer>
                <ExcisePaid>false</ExcisePaid>
            </Consumption>
        </DeliveryType>
              <Line>
            <Tobacco>
		<RetailPrice>13</RetailPrice>
                <TobaccoType>CIGAR_G</TobaccoType>
                <QuantityInPackage>13</QuantityInPackage>
                <Quantity>100</Quantity>                
         </Tobacco>
        </Line>
    </DeliveryNote>

</DeliveryNotes>
