United States (DBNA): Country of Origin Code

Configure the Country of Origin Code for your United States documents.

The code identifying the country from which the item originates. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFormatFinal Format Path
Invoice/InvoiceLine/Item/OriginCountry/IdentificationCode1..1MISO 3166-1:Alpha2 Country codes/Invoice/cac:InvoiceLine/cac:Item/cac:OriginCountry/cbc:IdentificationCode

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:OriginCountry>
        <cbc:IdentificationCode>US</cbc:IdentificationCode>
      </cac:OriginCountry>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?