VRBL: Item Description

You can add a description for items at the line level.

Use the Description subelement of the Item element to model this information.

More information is provided in the Items topic.

Example


<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:Item>
            <cbc:Description>Item long description ...</cbc:Description>
        </cac:Item>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>