<?xml version="1.0" encoding="ISO-8859-1"?>
<labels>
    <!--
    <label dateCreation="" id="x">
            <name>Label Name</name>
            <brand>Label Brand</brand>
            <supplier>Label Supplier</supplier>
            <margin>Label margin</margin>
            <sheet format="A4" orientation="L" bordercolor="#DCDCDC" borderwidth="0.1">
                    <cols>Sheet's cols Number</cols>
                    <lines>Sheet's lines Number</lines>
                    <margins>
            <topMargin>Sheet Top Margin</topMargin>
            <leftMargin>Sheet Left Margin</leftMargin>
                    </margins>
            </sheet> 
            
            <width></width>
            <height></height>
            <margin></margin>
    </label>
    -->
    <label id="Esterra" dateCreation="">
        <name>Esterra</name>
        <description>Esterra</description>
        <brand>Esterra</brand>
        <supplier></supplier>
        <width>70</width>
        <height>41</height>
        <margin>0</margin>
        <sheet format="A4">
            <cols>3</cols>
            <rows>7</rows>
            <margins>
                <topmargin>5</topmargin>
                <leftmargin>0</leftmargin>
            </margins>
        </sheet>     
    </label>
</labels>
