Serbia (SeF) Category: Alcohol

In Serbian e-transport, item attributes are required to report alcohol volume.

Provide the volume and the volume unit (liter LTR).

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:DispatchLine>
        <!-- code omitted for clarity -->
        <cac:Item>
            <!-- Excise goods: ALCOHOL -->
            <cac:AdditionalItemProperty>
                <Name>RS:ALCOHOL</Name>
                <ValueQuantity unitCode="LTR">0.75</ValueQuantity>
            </cac:AdditionalItemProperty>
            <!-- code omitted for clarity -->
        </cac:Item>
        <!-- code omitted for clarity -->
    </cac:DispatchLine>
</DispatchAdvice>