<?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>
            <Alcohol>
                <NotRegistered>
                <Name>Konjak</Name>
		<Volume>33</Volume>
		<AlcoholPercent>33</AlcoholPercent>
                </NotRegistered>
            </Alcohol>
           	<Qty>11</Qty>
                <TaxStampStartNo>BB005001</TaxStampStartNo>
                <TaxStampEndNo>BB012000</TaxStampEndNo>
        </Line>
    </DeliveryNote>

</DeliveryNotes>
