Poland KSF: Transport Mode Code (FA(3))
You can specify a code to represent the transport mode.
Element
Use the following sub-element of the Shipment element to model this information:
| Name | Cardinality | Description |
|---|---|---|
Transport Mode Code (Invoice/Delivery/Shipment/ShipmentStage/TransportModeCode) | 1..1 | The type of transport used to deliver the goods. |
Restrictions
You can use one of the following values:
| VRBL Code | Description |
|---|---|
VRBL:PL:1 | In the case of sea transport. |
VRBL:PL:2 | In the case of transport by rail. |
VRBL:PL:3 | In the case of road transport. |
VRBL:PL:4 | In the case of transport by air. |
VRBL:PL:5 | In the case of delivery by post. |
VRBL:PL:7 | In the case of long-term delivery arrangement. |
VRBL:PL:8 | In the case of inland waterway transport. |
Example
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:Delivery>
<!-- code omitted for clarity -->
<cac:Shipment>
<cac:ShipmentStage>
<cbc:TransportModeCode>VRBL:PL:3</cbc:TransportModeCode>
</cac:ShipmentStage>
<!-- code omitted for clarity -->
</cac:Shipment>
<!-- code omitted for clarity -->
</cac:Delivery>
</ubl:Invoice>
Updated about 10 hours ago
