# Customs declarations system

<div>Automation for customs declarations</div>

# Connection details

<div id="bkmrk-dit-screenshot-beves"><div>![editor_311_5_def8503b-d8ec-4334-b533-e050a2f898ac_rte_image_24.png](https://www.bzctrl.com/bzctrl-core-api/api/v1/download/editor_311_5_def8503b-d8ec-4334-b533-e050a2f898ac_rte_image_24.png)</div><div>  
</div>Dit screenshot bevestigt dat er voor<span> </span>**NL100005780 / Sway-it B.V.**<span> </span>logistieke afspraken geregistreerd zijn in de<span> </span>**pre-productie/testomgeving**.

Wat ik hieruit lees:

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Veld</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Waarde / betekenis</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Geadresseerde ID**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`NL100005780`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Geadresseerde**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`00.05 Sway-it B.V.`<span> </span>/<span> </span>`00.04 Sway-it B.V.`<span> </span>/<span> </span>`00.20 Sway-it B.V.`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Berichtstroom**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`DMS`,<span> </span>`DMSZIP`,<span> </span>`VERVOER`,<span> </span>`EMCS`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Kanaal**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`SMTP`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Elektronisch adres**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`htg24000200@msa.preprod.htpoort.nl`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Berichtformaat**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`XML`<span> </span>of<span> </span>`ZIP`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Ingangsdatum**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`05-12-2024 11:00`</td></tr></tbody></table>

</div>***Wat betekent dit praktisch?***

Je bent dus niet alleen “algemeen geregistreerd”; er zijn concrete<span> </span>**logistieke afspraken**<span> </span>ingericht voor berichtenverkeer via<span> </span>**SMTP**<span> </span>naar het MSA preprod-adres:

`htg24000200@msa.preprod.htpoort.nl`

Dat betekent praktisch dat jouw systeem in de<span> </span>**pre-productieomgeving**<span> </span>berichten kan uitwisselen via e-mail/SMTP met de Douane/HT-poort/MSA-keten, mits de berichten technisch correct zijn opgebouwd.

***Voor DMS betekent dit***

Je hebt twee relevante berichtstromen:

1. **DMS – XML**
    
    
    - Voor gewone DMS-berichten in XML-formaat.
    - Je software maakt een XML-bericht conform de DMS-specificatie.
    - Dat bericht wordt via SMTP aangeboden.
2. **DMSZIP – ZIP**
    
    
    - Voor ZIP-berichten.
    - Dit is waarschijnlijk relevant wanneer berichten of bijlagen gebundeld/gecomprimeerd moeten worden.
    - Het screenshot toont expliciet dat<span> </span>`DMSZIP`<span> </span>als aparte berichtstroom met formaat<span> </span>`ZIP`<span> </span>is ingericht.

***De basisflow is dan waarschijnlijk als volgt***

1. **Je applicatie genereert een DMS XML-bericht**
    
    
    - Bijvoorbeeld een invoer-/uitvoeraangifte of ander DMS-berichttype.
    - Het bericht moet voldoen aan de juiste XSD/MIG-specificatie.
2. **Je applicatie verstuurt het bericht via SMTP**
    
    
    - Naar het elektronische adres dat in de logistieke afspraak staat:<span> </span>`htg24000200@msa.preprod.htpoort.nl`
3. **De berichtstroom en het berichttype moeten herkenbaar zijn**
    
    
    - In de logistieke afspraak staat alleen de berichtstroom.
    - In het daadwerkelijke bericht of de envelop/header moet waarschijnlijk duidelijk zijn welk berichttype het betreft.
    - Dit moet exact volgens de MSA/HT-poort/DMS-specificatie.
4. **Je ontvangt retourberichten**
    
    
    - Bijvoorbeeld technische ontvangstbevestiging.
    - Validatiefouten.
    - Functionele response.
    - Statusupdates.
    - Eventueel MRN/status vrijgave/controle, afhankelijk van het type aangifte.
5. **Je software moet die retourberichten verwerken**
    
    
    - Niet alleen verzenden, maar ook mailbox uitlezen.
    - Correlatie leggen met je eigen referentie/LRN.
    - Foutcodes en statusberichten tonen aan de gebruiker.

***Belangrijke nuance: dit is preprod***

Het adres bevat:

`msa.preprod.htpoort.nl`

Dat betekent dat dit de<span> </span>**pre-productieomgeving**<span> </span>is. Je kunt hiermee testen, maar dit is niet per se productie. Voor productie zou je normaal gesproken een ander elektronisch adres/omgeving verwachten, zonder<span> </span>`preprod`.

Dus:

- **Ja**, dit bevestigt dat je praktisch via MSA/SMTP DMS-berichten kunt testen.
- **Nee**, dit is nog geen bewijs dat je productieaangiften bij de Douane indient.
- Voor productie moet er een aparte productie-logistieke afspraak/aansluiting zijn.

***Wat moet je nu concreet doen om een DMS-testaangifte te sturen?***

***1. Bepaal de juiste berichtstroom***

Voor DMS-aangiften gebruik je waarschijnlijk:

- `DMS`<span> </span>voor losse XML-berichten;
- `DMSZIP`<span> </span>als de specificatie vereist dat je een ZIP-bestand stuurt.

Begin met<span> </span>`DMS`/XML tenzij de documentatie expliciet zegt dat jouw scenario via ZIP moet.

***2. Zoek de DMS berichtspecificatie op***

Je hebt nodig:

- het juiste berichttype;
- XML schema/XSD;
- envelopspecificatie;
- naamgevingsconventies;
- SMTP-eisen;
- subjectregel/e-mailheaders;
- attachmentregels;
- retourberichtspecificaties.

Zonder die specificatie zou ik niet zomaar een e-mail met XML bijlage sturen, want de HT-poort verwacht vaak een zeer specifieke envelop/structuur.

***3. Bouw een minimaal geldig testbericht***

Gebruik een testcase uit de Douane/MSA-community of DMS testset. Een “zelfbedachte” aangifte faalt vaak op codes, vergunningen, goederencodes, locaties, vertegenwoordiging of testdata.

***4. Verstuur via SMTP***

Je verzendt naar:

```
<div class="text-token-text-secondary bg-token-main-surface-secondary relative flex items-center justify-start rounded-t-md bg-gray-800 px-4 py-2 font-sans text-xs text-gray-200"><span>text</span></div><code class="language-text"><span>htg24000200@msa.preprod.htpoort.nl
</span></code><div class="text-token-text-secondary bg-token-main-surface-secondary relative flex items-center justify-end rounded-b-md bg-[#282C34] px-4 py-2 font-sans text-xs text-gray-200"><span class="flex cursor-pointer flex-row items-center"><span class="material-symbols-outlined text-sm">content_copy</span>Copy code</span></div>
```

Afhankelijk van de specificatie kan het bericht:

- als body worden verstuurd;
- als XML-bijlage;
- als ZIP-bijlage;
- met specifieke bestandsnaam;
- met specifieke subjectregel;
- met aanvullende SMTP headers.

***5. Lees de retourmailbox uit***

De logistieke afspraak toont het adres waar berichten naartoe gaan, maar je moet ook weten via welk adres jij retourberichten ontvangt. In veel setups is er een retouradres/mailbox of MSA-account waar replies/statussen terechtkomen.

Je software moet dus minimaal:

- mail kunnen verzenden;
- mail kunnen ontvangen;
- XML/ZIP retourberichten kunnen parsen;
- foutmeldingen kunnen tonen;
- correlatie kunnen leggen met de verzonden aangifte.

***Wat ik uit je screenshot zou concluderen***

Je aansluiting lijkt technisch ingericht voor:

```
<div class="text-token-text-secondary bg-token-main-surface-secondary relative flex items-center justify-start rounded-t-md bg-gray-800 px-4 py-2 font-sans text-xs text-gray-200"><span>text</span></div><code class="language-text"><span>DMS XML via SMTP
</span>DMS ZIP via SMTP
VERVOER XML via SMTP
EMCS XML via SMTP
</code><div class="text-token-text-secondary bg-token-main-surface-secondary relative flex items-center justify-end rounded-b-md bg-[#282C34] px-4 py-2 font-sans text-xs text-gray-200"><span class="flex cursor-pointer flex-row items-center"><span class="material-symbols-outlined text-sm">content_copy</span>Copy code</span></div>
```

Voor jouw vraag “kan ik bijvoorbeeld DMS-aangiften insturen?” is het antwoord:

**Ja, in pre-productie lijkt je organisatie ingericht om DMS-berichten te kunnen uitwisselen via SMTP. Praktisch moet je nu de juiste DMS XML/ZIP specificatie volgen, testberichten opbouwen, via SMTP naar het preprod MSA-adres sturen en retourberichten verwerken.**

***Let op met productie***

Als je echte aangiften wilt indienen, controleer dan of je ook een productieafspraak hebt. Die zou waarschijnlijk niet naar<span> </span>`msa.preprod.htpoort.nl`<span> </span>wijzen. Als je alleen dit screenshot hebt, dan praat je nu over<span> </span>**testen**, niet over live aangiften.

***Kort stappenplan***

1. Open de MSA/NHD softwareontwikkelaarsdocumentatie.
2. Pak de DMS XML/XSD/MIG en SMTP-envelopspecificatie.
3. Gebruik een officiële testset/testcase.
4. Genereer een geldig DMS XML-bericht.
5. Verstuur via SMTP naar<span> </span>`htg24000200@msa.preprod.htpoort.nl`.
6. Ontvang en verwerk de response.
7. Los technische en functionele foutmeldingen op.
8. Vraag daarna pas productie-aansluiting/logistieke afspraken aan of controleer of die al bestaan.

</div>

# UI/UX Declaration data entry

<div id="bkmrk-first-screen-order-f">## **First-screen order for fastest user entry**

If you want the<span> </span>**shortest practical user journey**, use this order:

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]" style="width: 742px;"><thead style="height: 9.97375%;"><tr style="height: 9.97375%;"><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Step</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Tab</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Required user action</th></tr></thead><tbody><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Header</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter declaration identifiers, type, office and dates</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Parties</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter declarant, importer/exporter, buyer/seller, consignee/consignor</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipment Details</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter invoice amount, currency, countries and trade terms</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport &amp; Consignment</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter carrier, transport means, equipment and UCR</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Items</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter commodity, classification, weights, origin and packaging</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Documents &amp; References</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter supporting and previous documents</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Valuation, Duties &amp; Taxes</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter customs value, charges and tax lines</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee &amp; Payment</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Enter deferred payment or guarantee details</td></tr><tr style="height: 9.97375%;"><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Review &amp; Submit</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Validate, review XML and submit</td></tr></tbody></table>

<div>  
</div><div><div><div class="group relative flex w-full items-center gap-2 rounded-xl bg-white p-1 sm:gap-4 dark:bg-gray-900 dark:text-white pl-2 sm:pl-4"><div class="  markdown overflow-x-auto pt-2 w-full">## **UI design pattern**

Use this structure:

```
<div class="text-token-text-secondary bg-token-main-surface-secondary relative flex items-center justify-start rounded-t-md bg-gray-800 px-4 py-2 font-sans text-xs text-gray-200"><span>text</span></div><code class="language-text"><span>Declaration
</span> ├── Header
 ├── Parties
 ├── Shipment
 ├── Transport & Consignment
 ├── Goods Items
 │    ├── Goods item detail
 │    ├── Commodity
 │    ├── Classification
 │    ├── Measures
 │    ├── Origin
 │    ├── Packaging
 │    ├── Item parties
 │    └── Item documents
 ├── Documents & References
 ├── Valuation, Duties & Taxes
 ├── Guarantee & Payment
 └── Review & Submit
</code><div class="text-token-text-secondary bg-token-main-surface-secondary relative flex items-center justify-end rounded-b-md bg-[#282C34] px-4 py-2 font-sans text-xs text-gray-200"><span class="flex cursor-pointer flex-row items-center"><span class="material-symbols-outlined text-sm">content_copy</span>Copy code</span></div>
```

For best usability:

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Recommendation</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Reason</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**tabs**<span> </span>for major sections</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Keeps the form manageable</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**collapsible panels**<span> </span>for parties and item details</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Avoids overwhelming the user</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**repeatable grids**<span> </span>for documents, goods items, packaging and taxes</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Matches XML repeatable structures</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**lookups/dropdowns**<span> </span>for codes</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reduces data-entry errors</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**date pickers**<span> </span>but store as XML format</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">User-friendly entry, valid XML output</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**currency selector next to amount fields**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Required where XML has<span> </span>`currencyID`<span> </span>attributes</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**unit selector next to quantity fields**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Required where XML has<span> </span>`unitCode`<span> </span>attributes</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Use<span> </span>**Review &amp; Submit**<span> </span>validation tab</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Prevents invalid XML or incomplete declarations</td></tr></tbody></table>

</div></div></div></div></div><div>  
</div><div>## **UI tabs**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Tab no.</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Tab name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Purpose</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Declaration Header**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Main declaration identifiers, dates, customs offices and message metadata</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Parties**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant, agent, importer, exporter, buyer, seller, consignee, consignor</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Shipment Details**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Invoice, currency, dispatch/export/destination countries, trade terms, warehouse</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Transport &amp; Consignment**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Carrier, transport means, container, goods location, itinerary, transport equipment</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Goods Items**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Commodity details, classification, weights, origin, packaging and item-level parties</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Documents &amp; References**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional references, supporting documents, previous documents, UCR</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Valuation, Duties &amp; Taxes**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs value, freight, charge/deductions, duty/tax fee, tax base and payments</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Guarantee &amp; Payment**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Deferred payment, obligation guarantee, payer, surety</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">**Review &amp; Submit**</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Validation summary, missing fields, XML preview and submission</td></tr></tbody></table>

</div># **Tab 1 — Declaration Header**

### **Purpose**

Capture the declaration identity, message metadata and customs offices.

### **Recommended field order**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">WCO Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/WCOTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Application Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/ApplicationReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Communications Agreement ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/CommunicationsAgreementID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sender ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/Sender/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Recipient ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/Recipient/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Preparation Date/Time</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/PreparationDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date/time picker</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Functional Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/FunctionalReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Language Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/LanguageCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Specific Circumstances Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/SpecificCircumstancesCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Security Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/SecurityCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Presentation Date/Time</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/PresentationDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date/time picker</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/DeclarationOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exit Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ExitOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Presentation Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/PresentationOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supervising Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/SupervisingOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td></tr></tbody></table>

</div># **Tab 2 — Parties**

### **Purpose**

Capture all legal and operational parties involved in the declaration.

Use reusable party panels where possible:

- Name
- ID
- Address line
- City
- Postcode
- Country
- Contact name
- Communication type
- Communication value

## **2.1 Declarant**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Contact Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Contact/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Communication Type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Contact/Communication/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Communication ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Contact/Communication/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Communication Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Contact/Communication/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr></tbody></table>

</div>## **2.2 Agent**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Function Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/FunctionCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Contact Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/Contact/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Communication Type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/Contact/Communication/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Communication ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/Contact/Communication/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Communication Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/Contact/Communication/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr></tbody></table>

</div>## **2.3 Importer**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr></tbody></table>

</div>## **2.4 Declaration-level Exporter**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr></tbody></table>

</div>## **2.5 Buyer**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr></tbody></table>

</div>## **2.6 Seller**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr></tbody></table>

</div>## **2.7 Consignee and Consignor**

These can be shown as two side-by-side party panels.

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr></tbody></table>

</div># **Tab 3 — Shipment Details**

### **Purpose**

Capture commercial shipment-level information.

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipment Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transaction Nature Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TransactionNatureCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dispatch Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/DispatchCountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Export Country ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/ExportCountry/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Destination Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Destination/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Destination Region ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Destination/RegionID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Destination Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Destination/CCQualifierCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Invoice Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/InvoiceAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Invoice Currency Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/InvoiceCurrencyCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Acceptance Date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AcceptanceDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date picker</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency Exchange Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CurrencyExchange/CurrencyTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency Exchange Rate</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CurrencyExchange/RateNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Condition Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/ConditionCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Incoterm dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Description</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/Description`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Location ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/LocationID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Location Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/LocationName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">18</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Warehouse ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Warehouse/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">19</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Warehouse Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Warehouse/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">20</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipment-level Freight Payment Method</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Freight/PaymentMethodCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr></tbody></table>

</div># **Tab 4 — Transport &amp; Consignment**

### **Purpose**

Capture logistics, transport, container, location and routing data.

## **4.1 Consignment header**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Container Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/ContainerCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Total Gross Mass</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TotalGrossMassMeasure`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Carrier ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Carrier/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignment Freight Payment Method</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Freight/PaymentMethodCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignment UCR</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/UCR/TraderAssignedReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr></tbody></table>

</div>## **4.2 Arrival transport**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Arrival Transport ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/ArrivalTransportMeans/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Arrival Identification Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/ArrivalTransportMeans/IdentificationTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Arrival Mode Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/ArrivalTransportMeans/ModeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr></tbody></table>

</div>## **4.3 Border transport**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Border Transport ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/BorderTransportMeans/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Border Identification Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/BorderTransportMeans/IdentificationTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Border Registration Nationality Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/BorderTransportMeans/RegistrationNationalityCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Border Mode Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/BorderTransportMeans/ModeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr></tbody></table>

</div>## **4.4 Departure transport**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Departure Transport Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/DepartureTransportMeans/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Departure Transport ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/DepartureTransportMeans/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Departure Identification Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/DepartureTransportMeans/IdentificationTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Departure Registration Nationality Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/DepartureTransportMeans/RegistrationNationalityCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Departure Mode Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/DepartureTransportMeans/ModeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr></tbody></table>

</div>## **4.5 Goods location**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">18</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Location ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">19</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Location Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">20</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Latitude</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/LatitudeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Coordinate input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">21</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Longitude</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/LongitudeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Coordinate input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">22</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Identification Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/IdentificationTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">23</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Authorization ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/AuthorizationID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">24</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Additional Identifier</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/AdditionalIdentifierID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">25</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">26</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Street Number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Address/StreetNumberID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">27</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">28</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">29</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">30</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Customs Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/CustomsOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">31</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Economic Operator ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/EconomicOperator/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">32</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Contact Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Contact/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">33</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Communication Type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Contact/Communication/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">34</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location Communication ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Contact/Communication/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr></tbody></table>

</div>## **4.6 Repeatable transport grids**

### **Itinerary grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Itinerary/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Routing Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Itinerary/RoutingCountryCode`</td></tr></tbody></table>

</div>### **Transport contract document grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportContractDocument/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportContractDocument/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportContractDocument/ID`</td></tr></tbody></table>

</div>### **Transport equipment grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Equipment Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Equipment ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seals Affixed Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/SealsAffixedQuantity`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seal Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/Seal/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seal ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/Seal/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Reference Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/GoodsReference/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/GoodsReference/GoodsItemNumeric`</td></tr></tbody></table>

</div># **Tab 5 — Goods Items**

### **Purpose**

Capture product, commodity, origin, packaging and item-specific parties.

This tab should be a<span> </span>**repeatable goods item section**.  
Recommended layout:

1. Goods item list/grid on the left or top
2. Detail form for selected goods item
3. Sub-grids for classification, packaging, documents, tax, etc.

## **5.1 Goods item summary**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Description</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Description`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Long text</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs Value Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValueAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs Value Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValueAmount/@currencyID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statistical Value Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/StatisticalValueAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transaction Nature Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/TransactionNatureCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dispatch Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/DispatchCountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Acceptance Date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AcceptanceDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date picker</td></tr></tbody></table>

</div>## **5.2 Commodity classification**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Classification Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Classification/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Classification ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Classification/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text/code input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Classification Identification Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Classification/IdentificationTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Classification Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Classification/CCQualifierCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr></tbody></table>

</div>## **5.3 Goods measure**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Gross Mass</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/GoodsMeasure/GrossMassMeasure`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Net Net Weight</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/GoodsMeasure/NetNetWeightMeasure`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tariff Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/GoodsMeasure/TariffQuantity`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Charge Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/InvoiceLine/ItemChargeAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td></tr></tbody></table>

</div>## **5.4 Origin and destination**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Origin Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Origin/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">18</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Origin Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Origin/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">19</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Origin Region ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Origin/RegionID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">20</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Origin Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Origin/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">21</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Destination Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Destination/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">22</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Destination Region ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Destination/RegionID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">23</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Destination Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Destination/CCQualifierCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">24</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Export Country ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/ExportCountry/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td></tr></tbody></table>

</div>## **5.5 Item-level parties**

Use collapsible party panels to avoid crowding the screen.

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">25</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Buyer Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Buyer/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">26</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Buyer ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Buyer/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">27</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Consignee Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Consignee/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">28</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Consignee ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Consignee/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">29</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Consignor Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Consignor/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">30</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Consignor ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Consignor/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">31</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Exporter Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Exporter/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">32</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Exporter ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Exporter/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">33</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Seller Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Seller/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">34</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Seller ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Seller/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr></tbody></table>

</div>## **5.6 Packaging grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Packaging/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Marks and Numbers</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Packaging/MarksNumbersID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Packaging/QuantityQuantity`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Packaging/TypeCode`</td></tr></tbody></table>

</div>## **5.7 Dangerous goods grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/DangerousGoods/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">UNDG ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/DangerousGoods/UNDGID`</td></tr></tbody></table>

</div>## **5.8 Government procedure**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">35</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Current Procedure Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/CurrentCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">36</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous Procedure Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/PreviousCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr></tbody></table>

</div>### **Additional procedure grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/AdditionalProcedure/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Procedure Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/AdditionalProcedure/ProcedureCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/AdditionalProcedure/CCQualifierCode`</td></tr></tbody></table>

</div># **Tab 6 — Documents &amp; References**

### **Purpose**

Capture repeatable references, supporting documents, previous documents and authorisations.

## **6.1 Declaration authorisations grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Authorisation/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Authorisation/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Authorisation/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation Holder ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Authorisation/AuthorisationHolder/ID`</td></tr></tbody></table>

</div>## **6.2 Shipment additional references grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalReference/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalReference/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalReference/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalReference/CCQualifierCode`</td></tr></tbody></table>

</div>## **6.3 Shipment additional information grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalInformation/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statement Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalInformation/StatementCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statement Description</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalInformation/StatementDescription`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalInformation/CCQualifierCode`</td></tr></tbody></table>

</div>## **6.4 Shipment previous documents grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/PreviousDocument/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/PreviousDocument/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/PreviousDocument/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/PreviousDocument/CCQualifierCode`</td></tr></tbody></table>

</div>## **6.5 Shipment supporting documents grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Expiration Date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/ExpirationDateTime`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Line Number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/LineNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/CCQualifierCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Submitter Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/Submitter/Name`</td></tr></tbody></table>

</div>## **6.6 Item-level references and documents**

These should be displayed inside each goods item, but can also be summarised in this tab.

### **Item additional references grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalReference/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalReference/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalReference/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/AdditionalReference/CCQualifierCode`</td></tr></tbody></table>

</div>### **Item previous documents grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Line Number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/LineNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/CCQualifierCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Write-off Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/WriteOff/QuantityQuantity`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Write-off Packaging Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/WriteOff/Packaging/QuantityQuantity`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Write-off Packaging Type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/PreviousDocument/WriteOff/Packaging/TypeCode`</td></tr></tbody></table>

</div>### **Item supporting documents grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/ID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Expiration Date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/ExpirationDateTime`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Line Number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/LineNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/CCQualifierCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Submitter Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/Submitter/Name`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Write-off Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/WriteOff/QuantityQuantity`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Write-off Quantity Unit</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/WriteOff/QuantityQuantity/@unitCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Write-off Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/WriteOff/AmountAmount`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Write-off Amount Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SupportingDocument/WriteOff/AmountAmount/@currencyID`</td></tr></tbody></table>

</div># **Tab 7 — Valuation, Duties &amp; Taxes**

### **Purpose**

Capture values, charges, deductions, duties, taxes and tax base information.

## **7.1 Declaration-level valuation**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Freight Charge Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/CustomsValuation/FreightChargeAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Freight Charge Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/CustomsValuation/FreightChargeAmount/@currencyID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td></tr></tbody></table>

</div>## **7.2 Shipment-level charge/deduction grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CustomsValuation/ChargeDeduction/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Charges Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CustomsValuation/ChargeDeduction/ChargesTypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CustomsValuation/ChargeDeduction/OtherChargeDeductionAmount`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CustomsValuation/ChargeDeduction/OtherChargeDeductionAmount/@currencyID`</td></tr></tbody></table>

</div>## **7.3 Item-level valuation**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item selector</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Valuation Method Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/MethodCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Valuation Addition Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/ValuationAdjustment/AdditionCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr></tbody></table>

</div>### **Item charge/deduction grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/ChargeDeduction/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Charges Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/ChargeDeduction/ChargesTypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/ChargeDeduction/OtherChargeDeductionAmount`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/ChargeDeduction/OtherChargeDeductionAmount/@currencyID`</td></tr></tbody></table>

</div>## **7.4 Duty/tax calculation grid**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Column order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax Assessed Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/TaxAssessedAmount`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Quota Order ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/QuotaOrderID`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty Regime Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyRegimeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty/Tax/Fee Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty/Tax/Fee Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TypeCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty/Tax/Fee Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/CCQualifierCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Payment Method Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/Payment/MethodCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Payment Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/Payment/PaymentAmount`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax Base Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/SequenceNumeric`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/TaxAmount`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Ad Valorem Tax Base Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/AdValoremTaxBaseAmount`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Specific Tax Base Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/SpecificTaxBaseQuantity`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Specific Tax Base Unit Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/SpecificTaxBaseQuantity/@unitCode`</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax Rate</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/TaxRateNumeric`</td></tr></tbody></table>

</div># **Tab 8 — Guarantee &amp; Payment**

### **Purpose**

Capture deferred payment, guarantee, payer and surety information.

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Deferred Payment ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/DeferredPayment/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Payer ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Payer/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Surety ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Surety/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Obligation Guarantee Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Security Details Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/SecurityDetailsCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/AmountAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Amount Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/AmountAmount/@currencyID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Access Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/AccessCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee External Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/ReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/CCQualifierCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/GuaranteeOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td></tr></tbody></table>

</div># **Tab 9 — Review &amp; Submit**

### **Purpose**

Allow the user to validate, review and submit the declaration.

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field / action</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Description</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Validation Status</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Status panel</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shows errors, warnings and missing mandatory data</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Summary</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Read-only summary</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration ID, type, parties, shipment, goods count</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Items Summary</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shows goods items, commodity description, value, weight</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Documents Summary</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shows attached/declared supporting and previous documents</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duties &amp; Taxes Summary</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shows assessed taxes, payments and duty/tax fee lines</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">XML Preview</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Expandable XML viewer</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Generated XML based on keyed-in data</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Save Draft</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Button</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Save without submission</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Validate</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Button</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Run business and XML validation</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Submit Declaration</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Button</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Final submission</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Export XML</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Button</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Download generated XML</td></tr></tbody></table>

</div></div><div>  
</div><div>  
</div><div>  
</div></div></div>

# Extended version

<div id="bkmrk-tab-1-%E2%80%94-declaration-"># [DMS\_Customs\_Declaration\_UI\_Field\_Order\_with\_UCC\_Annex\_B.xlsx](https://www.bzctrl.com/bzctrl-core-api/api/v1/bookstack/attachments/11)

# [DMS\_Customs\_Declaration\_UI\_Field\_Order\_with\_UCC\_Annex\_B.docx](https://www.bzctrl.com/bzctrl-core-api/api/v1/bookstack/attachments/12)

# **Tab 1 — Declaration Header**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">WCO Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/WCOTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Technical metadata</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Message / WCO type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifies the WCO/DMS message or declaration type being created.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Application Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/ApplicationReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Technical metadata</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Application reference</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference assigned by the sending application for tracking the message.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Communications Agreement ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/CommunicationsAgreementID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Technical metadata</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Communications agreement reference</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agreement or interface reference between sender and recipient systems.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sender ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/Sender/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Technical metadata</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sender identification</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifier of the party or system sending the declaration message.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Recipient ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/Recipient/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Technical metadata</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Recipient identification</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifier of the receiving customs/DMS system or party.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Preparation Date/Time</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/CommunicationMetaData/PreparationDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Technical metadata</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Preparation date and time</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date/time picker</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date and time when the declaration message was prepared.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Functional Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/FunctionalReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous document / reference number or LRN depending national implementation</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Business reference used to identify and track the declaration functionally.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 09 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">LRN / MRN / declaration identifier depending message status</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Unique customs declaration identifier.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`11 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code indicating the type of customs declaration being submitted.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Language Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/LanguageCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">To be confirmed by national DMS mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Language</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Language used for declaration text fields.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">O</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Specific Circumstances Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/SpecificCircumstancesCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`11 10 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional declaration type / specific circumstance indicator</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code for any special circumstances applying to the declaration.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Security Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/SecurityCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`11 07 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Security</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Security indicator used when safety/security data is required.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Presentation Date/Time</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/PresentationDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`15 09 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Presentation date and time</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date/time picker</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date and time the declaration is presented to customs.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/DeclarationOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`17 09 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office of presentation / customs office of declaration</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office where the declaration is lodged.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exit Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ExitOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`17 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office of exit</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office of exit, where applicable.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Presentation Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/PresentationOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`17 09 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office of presentation</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office where the goods or declaration are physically/electronically presented.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supervising Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/SupervisingOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`17 10 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supervising customs office</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office supervising the declaration or special procedure.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div># **Tab 2 — Parties**

## **2.1 Declarant**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 016 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the person or company lodging the declaration.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the declarant.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 018 019`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant street and number / address line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Street name, building, PO box or main address line.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 018 020`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant city</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">City of the declarant address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 018 021`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Postal or ZIP code of the declarant address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 018 020/021/022`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country where the declarant is established or addressed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Contact Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Contact/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 074 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant contact person</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the declarant’s contact person.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Communication Type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Contact/Communication/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 074 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant communication type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of contact detail, such as telephone or email.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant Communication ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Declarant/Contact/Communication/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 05 074 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declarant communication detail</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Actual contact detail, such as phone number or email address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div>## **2.2 Representative / Agent**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 06 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Representative identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the agent or customs representative.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Function Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/FunctionCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 06 030 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Representative status</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code describing the agent’s representation status or role.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Contact Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/Contact/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 06 074 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Representative contact person</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the agent’s contact person.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Communication Type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/Contact/Communication/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 06 074 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Representative communication type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of communication detail, such as email or telephone.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Agent Communication ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Agent/Contact/Communication/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 06 074 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Representative communication detail</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Actual communication detail of the agent.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div>## **2.3 Importer**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 04 016 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the party importing the goods.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 04 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the importer.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 04 018 019`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer street and number / address line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Street name, building, PO box or main address line of the importer.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 04 018 020`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer city</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">City of the importer address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 04 018 021`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Postal or ZIP code of the importer address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Importer/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 04 018 022`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Importer country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country where the importer is established or addressed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div>## **2.4 Exporter**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 01 016 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the exporter at declaration level.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 01 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the declaration-level exporter.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 01 018 019`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter street and number / address line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Street name, building, PO box or main address line of the exporter.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 01 018 020`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter city</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">City of the exporter address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 01 018 021`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Postal or ZIP code of the exporter address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Exporter/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 01 018 022`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exporter country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country where the exporter is established or addressed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div>## **2.5 Buyer**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 02 016 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the party buying the goods.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 02 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the buyer.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 02 018 019`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer street and number / address line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Street name, building, PO box or main address line of the buyer.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 02 018 020`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer city</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">City of the buyer address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 02 018 021`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Postal or ZIP code of the buyer address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Buyer/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 02 018 022`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Buyer country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country where the buyer is established or addressed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div>## **2.6 Seller**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 03 016 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the party selling the goods.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 03 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the seller.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 03 018 019`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller street and number / address line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Street name, building, PO box or main address line of the seller.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 03 018 020`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller city</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">City of the seller address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 03 018 021`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Postal or ZIP code of the seller address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Seller/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 03 018 022`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seller country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country where the seller is established or addressed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div>## **2.7 Consignee**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 10 016 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the party receiving the goods.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 10 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the consignee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 10 018 019`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee street and number / address line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Street name, building, PO box or main address line of the consignee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 10 018 020`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee city</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">City of the consignee address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 10 018 021`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Postal or ZIP code of the consignee address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignee/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 10 018 022`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignee country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country where the consignee is established or addressed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div>## **2.8 Consignor**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Name`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 09 016 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the party sending the goods.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 09 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification number of the consignor.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Address Line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 09 018 019`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor street and number / address line</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Street name, building, PO box or main address line of the consignor.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor City</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/CityName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 09 018 020`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor city</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">City of the consignor address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/PostcodeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 09 018 021`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor postcode</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Postal or ZIP code of the consignor address.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Consignor/Address/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 09 018 022`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignor country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country where the consignor is established or addressed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div># **Tab 3 — Shipment Details**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipment Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Technical / structural</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods shipment sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Sequence number for the goods shipment.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transaction Nature Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TransactionNatureCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 05 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Nature of transaction</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code describing the nature of the transaction, such as sale, return or transfer.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dispatch Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/DispatchCountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 06 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of dispatch</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country from which the goods are dispatched.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Export Country ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/ExportCountry/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 07 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of export</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country from which the goods are exported.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Destination Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Destination/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 03 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of destination</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Final destination country of the goods.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Destination Region ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Destination/RegionID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Region of destination</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Region/state/province of destination, if required.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Destination Qualifier Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Destination/CCQualifierCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">To be confirmed by national DMS mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Destination qualifier</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Qualifier providing context for destination data.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Invoice Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/InvoiceAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 06 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Total amount invoiced</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Total invoice value for the shipment.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Invoice Currency Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/InvoiceCurrencyCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 05 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Invoice currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency used on the commercial invoice.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Acceptance Date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AcceptanceDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`15 09 000 000`<span> </span>or national mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Acceptance date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date picker</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date of customs or commercial acceptance, depending on DMS rule.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency Exchange Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CurrencyExchange/CurrencyTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 05 000 000`<span> </span>/ valuation mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency for exchange</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency for exchange-rate conversion, where valuation requires it.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency Exchange Rate</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CurrencyExchange/RateNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 15 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exchange rate</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Exchange rate used to convert invoice or customs value.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Condition Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/ConditionCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Delivery terms</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Incoterm dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Incoterm condition, for example FOB. FOB means Free on Board.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Description</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/Description`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Delivery terms description</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Free-text description of the trade terms, if needed.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">O</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Location ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/LocationID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Delivery terms place code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code or identifier of the named place for the Incoterm.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Location Name</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/LocationName`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Delivery terms place</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Name of the place linked to the Incoterm, such as port or terminal.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trade Term Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/TradeTerms/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Delivery terms country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of the Incoterm location.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">18</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Warehouse ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Warehouse/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 11 000 000`<span> </span>or procedure-specific</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Warehouse identifier</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Warehouse identifier when goods are stored under customs warehousing.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">19</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Warehouse Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Warehouse/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 11 000 000`<span> </span>or procedure-specific</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Warehouse type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of customs warehouse or storage facility.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div># **Tab 4 — Transport &amp; Consignment**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Container Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/ContainerCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 07 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Container indicator</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown / code list</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Indicates whether the goods are containerised.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Total Gross Mass</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TotalGrossMassMeasure`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Gross mass</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Total gross weight of the consignment including packaging.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Carrier ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Carrier/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 12 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Carrier identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifier of the carrier transporting the goods.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignment UCR</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/UCR/TraderAssignedReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 08 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number / UCR</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trader-assigned unique consignment reference.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Arrival Transport ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/ArrivalTransportMeans/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 05 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification of means of transport on arrival</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification of the transport means on arrival.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Arrival Mode Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/ArrivalTransportMeans/ModeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 03 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Mode of transport at arrival</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Mode of transport on arrival.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Border Transport ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/BorderTransportMeans/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 06 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification of means of transport crossing the border</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification of the transport crossing the border.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Border Registration Nationality Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/BorderTransportMeans/RegistrationNationalityCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 08 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Nationality of active means of transport crossing the border</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of registration or nationality of border transport.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Border Mode Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/BorderTransportMeans/ModeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 03 000 000`<span> </span>/<span> </span>`19 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Mode of transport at the border</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Mode of transport at the border crossing.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Departure Transport ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/DepartureTransportMeans/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 05 017 000`<span> </span>or national mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification of means of transport at departure</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identification of the transport means at departure.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Location ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 15 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location of goods</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifier of the place where goods are available for customs control or inspection.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Location Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 15 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location of goods type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code describing the type of goods location.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Location Address</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/Address/Line`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 15 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location of goods address</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Physical address of the goods location.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Location Latitude</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/LatitudeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 15 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location of goods latitude</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Coordinate input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Latitude coordinate of the goods location.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">O</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Location Longitude</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/GoodsLocation/LongitudeID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 15 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Location of goods longitude</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Coordinate input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Longitude coordinate of the goods location.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">O</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Itinerary Routing Country</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/Itinerary/RoutingCountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 12 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of routing</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country through which the goods travel.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport Contract Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportContractDocument/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 05 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport document</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number of the transport contract document.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">18</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport Contract Document Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportContractDocument/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 05 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport document type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of transport document, such as bill of lading or waybill.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">19</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport Equipment ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 07 063 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Container identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Container or transport equipment number.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">20</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seal ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportEquipment/Seal/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`19 10 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seal number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Seal number attached to the container or equipment.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div># **Tab 5 — Goods Items**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Item Sequence</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/SequenceNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`11 03 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods item number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Line number or sequence of the goods item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Goods Description</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Description`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 05 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Description of goods</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Long text</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Plain-language description of the goods being declared.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs Value Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValueAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 07 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs value</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs value of the goods item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs Value Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValueAmount/@currencyID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 07 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs value currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency of the customs value amount.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statistical Value Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/StatisticalValueAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 06 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statistical value</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statistical value used for customs or trade statistics.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Transaction Nature Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/TransactionNatureCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 05 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Nature of transaction</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Nature of transaction at goods item level, if different from shipment level.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Dispatch Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/DispatchCountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 06 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of dispatch</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dispatch country at goods item level, if different from shipment level.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Classification ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Classification/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 09 056 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Commodity code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text/code input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Commodity classification code, such as HS, CN or TARIC depending on DMS rules.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Classification Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/Classification/IdentificationTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 09 056 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Commodity code type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Indicates which classification code system is used.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Gross Mass</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/GoodsMeasure/GrossMassMeasure`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Gross mass</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Gross weight of the goods item including packaging.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Net Net Weight</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/GoodsMeasure/NetNetWeightMeasure`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 01 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Net mass</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Net weight excluding packaging, if required by the commodity or procedure.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tariff Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/GoodsMeasure/TariffQuantity`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 02 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supplementary units</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supplementary/tariff quantity required for tariff/statistical purposes.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Origin Country Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Origin/CountryCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 08 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of origin</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Country of origin of the goods item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Preferential Origin / Origin Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Origin/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`16 09 000 000`<span> </span>or national mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Preferential origin country / origin type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code indicating the type or basis of origin, where applicable.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Packaging Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Packaging/QuantityQuantity`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 06 004 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number of packages</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number of packages.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Packaging Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Packaging/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 06 003 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Kind of packages</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code describing the type of packaging.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Marks and Numbers</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Packaging/MarksNumbersID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 06 054 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipping marks</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipping marks or package identification markings.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">18</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">UNDG ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/DangerousGoods/UNDGID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`18 07 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dangerous goods UN number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">UN dangerous goods number, if goods are dangerous.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">19</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Current Procedure Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/CurrentCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`11 09 001 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Requested procedure</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs procedure requested for the goods item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">R</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">20</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous Procedure Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/PreviousCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`11 09 002 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous procedure</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous customs procedure, where applicable.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">21</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional Procedure Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/GovernmentProcedure/AdditionalProcedure/ProcedureCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`11 10 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional procedure</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional procedure code applicable to the goods item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div># **Tab 6 — Documents &amp; References**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Authorisation/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 12 001 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation reference number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number of the customs authorisation.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Authorisation/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 12 002 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of customs authorisation.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation Holder ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Authorisation/AuthorisationHolder/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 12 080 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Authorisation holder</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifier of the party holding the authorisation.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalReference/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 04 001 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional reference number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional commercial/customs reference.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional Reference Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalReference/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 04 002 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional reference type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of additional reference.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statement Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalInformation/StatementCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 02 008 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional information code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code identifying the additional information statement.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Statement Description</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/AdditionalInformation/StatementDescription`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 02 009 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additional information text</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Free-text explanation or statement required by customs.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/PreviousDocument/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 01 001 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous document reference number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number of a previous customs or commercial document.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous Document Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/PreviousDocument/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 01 002 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Previous document type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of previous document.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 03 001 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting document reference number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number of a document supporting the declaration.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting Document Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 03 002 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting document type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of supporting document, such as licence, certificate or invoice.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting Document Expiry Date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/ExpirationDateTime`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 03 013 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting document validity / expiry date</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Date picker</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Expiry date of the supporting document, if applicable.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting Document Line Number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/SupportingDocument/LineNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 03 007 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Supporting document line item number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Number input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Line number in the supporting document, where relevant.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport Document ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportContractDocument/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 05 001 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport document reference number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number of the transport document.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport Document Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/TransportContractDocument/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 05 002 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Transport document type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of transport document.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">16</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Consignment UCR</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/Consignment/UCR/TraderAssignedReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 08 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number / UCR</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Trader-assigned unique consignment reference.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">17</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item UCR</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/UCR/TraderAssignedReferenceID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`12 08 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number / UCR</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item-level unique commercial or consignment reference.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div># **Tab 7 — Valuation, Duties &amp; Taxes**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Freight Charge Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/CustomsValuation/FreightChargeAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 10 000 000`<span> </span>or valuation adjustment mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Freight costs</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Freight amount declared for customs valuation purposes.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Declaration Freight Charge Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/CustomsValuation/FreightChargeAmount/@currencyID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 10 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Freight costs currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency of the freight charge amount.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipment Charge Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CustomsValuation/ChargeDeduction/ChargesTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additions and deductions</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of additional charge or deduction.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Shipment Charge/Deduction Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/CustomsValuation/ChargeDeduction/OtherChargeDeductionAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additions and deductions amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount of the charge or deduction.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Valuation Method Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/MethodCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 11 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Valuation method</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs valuation method used for the item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Charge/Deduction Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/ChargeDeduction/ChargesTypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additions and deductions</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of item-level charge or deduction.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Item Charge/Deduction Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/CustomsValuation/ChargeDeduction/OtherChargeDeductionAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Additions and deductions amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount of item-level charge or deduction.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Valuation Addition Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/ValuationAdjustment/AdditionCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 04 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Addition/deduction code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code identifying a valuation adjustment or addition.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax Assessed Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/TaxAssessedAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 03 000 000`<span> </span>or national duties/taxes mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duties and taxes amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Total duty/tax amount assessed for the goods item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">10</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty Regime Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyRegimeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">National duties/taxes mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty regime</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty regime applicable to the goods item.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">11</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duty/Tax/Fee Type Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TypeCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 03 039 000`<span> </span>or national mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax type</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Repeatable grid</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Type of duty, tax or fee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">12</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Payment Method Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/Payment/MethodCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 03 038 000`<span> </span>or national mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Method of payment</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Method used to pay duty, tax or fee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">13</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Payment Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/Payment/PaymentAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 03 000 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Duties and taxes payable amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount payable for the duty, tax or fee line.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">14</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax Rate</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/TaxRateNumeric`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">National duties/taxes mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Tax rate</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Decimal input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Rate used to calculate duty or tax.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">15</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Specific Tax Base Quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/GoodsShipment/GovernmentAgencyGoodsItem/Commodity/TaxCalculation/DutyTaxFee/TaxBase/SpecificTaxBaseQuantity`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">National duties/taxes mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Specific tax base quantity</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Quantity input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Quantity-based tax base, where duty/tax is based on units or weight.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div># **Tab 8 — Guarantee &amp; Payment**

<div class="max-h-[800px] w-full overflow-auto"><table class="min-w-full border-collapse border border-gray-300 e-rte-table" node="[object Object]"><thead><tr><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Order</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Field label</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">XML path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B path</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UCC Annex B data element name</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">UI control</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">Explanatory description</th><th class="border border-solid border-gray-300 bg-gray-100 px-4 py-2 text-left dark:bg-gray-800" node="[object Object]">R/O/D</th></tr></thead><tbody><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">1</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Deferred Payment ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/DeferredPayment/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`14 02 000 000`<span> </span>or national mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Deferred payment / payment reference</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Deferred payment account or reference used for customs charges.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">2</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Payer ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Payer/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 14 017 000`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Person paying customs duty identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifier of the party responsible for paying customs duties, taxes or fees.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">3</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Surety ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/Surety/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`13 13 017 000`<span> </span>or guarantee mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Surety identification number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Identifier of the surety or guarantor.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">4</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Security Details Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/SecurityDetailsCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 02 000 000`<span> </span>or guarantee mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee type / security details</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Code describing the type of security or guarantee provided.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">5</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/AmountAmount`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 02 000 000`<span> </span>or guarantee mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee amount</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Amount input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Monetary amount covered by the guarantee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">6</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/AmountAmount/@currencyID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 02 000 000`<span> </span>or guarantee mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee amount currency</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency dropdown</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Currency of the guarantee amount.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">7</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Reference ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 02 000 000`<span> </span>or guarantee mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee reference number</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Reference number of the guarantee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">8</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Access Code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/AccessCode`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`99 02 000 000`<span> </span>or guarantee mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee access code</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Text input</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Access code used to validate or use the guarantee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr><tr><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">9</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Guarantee Office ID</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`/MetaData/Declaration/ObligationGuarantee/GuaranteeReference/GuaranteeOffice/ID`</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">`17 11 000 000`<span> </span>or guarantee mapping</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office of guarantee</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Lookup</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">Customs office responsible for the guarantee.</td><td class="border border-solid border-gray-300 px-4 py-2" node="[object Object]">D</td></tr></tbody></table>

</div></div>