AdditionalItemProperty
Use this element to specify details about any additional properties an item may have.
Elements
Name (Path) | Cardinality | Description |
---|---|---|
Item Attributes | 0..n | A group of elements providing information about properties of the goods and services invoiced. |
Item Attribute - Name | 1..1 | The name of the attribute or property of the item. |
Item Attribute - Value | 1..1 | The 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>
Updated 1 day ago