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
| Path | Cardinality | Usage | Format | Final Format Path |
|---|---|---|---|---|
Invoice/InvoiceLine/Item/OriginCountry/IdentificationCode | 1..1 | M | ISO 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>Updated 5 days ago
Did this page help you?
