AdditionalItemProperty

Use this element to specify details about any additional properties an item may have.

Elements

Name (Path)CardinalityDescription
Item Attributes0..nA group of elements providing information about properties of the goods and services invoiced.
Item Attribute - Name1..1The name of the attribute or property of the item.
Item Attribute - Value1..1The value of the attribute or property of the item.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:AdditionalItemProperty>
            <cbc:Name>Color</cbc:Name>
            <cbc:Value>Black</cbc:Value>
        </cac:AdditionalItemProperty>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>