OriginCountry

Use this element to specify information about the country of origin.

Elements

Element (Path)CardinalityDescription
Country Of Origin (/Invoice/InvoiceLine/OriginCountry)0..1A group of elements providing information about the items country of origin.
Item Country Of Origin (/Invoice/InvoiceLine/OriginCountry/IdentificationCode)1..1The code identifying the country from which the item originates.

Restrictions

  • You must use one of the values from the ISO3166-1:Alpha2 list in the Item Country Of Origin element.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:OriginCountry>
            <cbc:IdentificationCode>AR</cbc:IdentificationCode>
        </cac:OriginCountry>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>