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:

NameCardinalityDescription
Transport Mode Code (Invoice/Delivery/Shipment/ShipmentStage/TransportModeCode)1..1The type of transport used to deliver the goods.

Restrictions

You can use one of the following values:

VRBL CodeDescription
VRBL:PL:1In the case of sea transport.
VRBL:PL:2In the case of transport by rail.
VRBL:PL:3In the case of road transport.
VRBL:PL:4In the case of transport by air.
VRBL:PL:5In the case of delivery by post.
VRBL:PL:7In the case of long-term delivery arrangement.
VRBL:PL:8In 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>