Poland KSF: Transport Handling Unit (FA(3))

You can model information about how the goods are handled.

If you provide shipment details, you must include the Transport Handling Unit (Invoice/Delivery/Shipment/TransportHandlingUnit/ID) element.

Elements

NameCardinalityDescription
Transport Handling Unit (Invoice/Delivery/Shipment/TransportHandlingUnit/ID)1..1The type of collective packaging in which the goods are transported.

Restrictions

  • You must use one of the following values:
VRBL CodeDescription
VRBL:PL:1Jar
VRBL:PL:2Barrel
VRBL:PL:3Cylinder
VRBL:PL:4Cardboard box
VRBL:PL:5Canister
VRBL:PL:6Cage
VRBL:PL:7Shipping container
VRBL:PL:8Basket
VRBL:PL:9Wood splint basket
VRBL:PL:10Collective packaging
VRBL:PL:11Parcel
VRBL:PL:12Package
VRBL:PL:13Pallet
VRBL:PL:14Container
VRBL:PL:15Container for solid bulk cargo
VRBL:PL:16Container for liquid bulk cargo
VRBL:PL:17Box
VRBL:PL:18Can
VRBL:PL:19Chest
VRBL:PL:20Bag

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:Delivery>
		<!-- code omitted for clarity -->
		<cac:Shipment>
            <!-- code omitted for clarity -->
            <cac:TransportHandlingUnit>
                <cbc:ID>VRBL:PL:13</cbc:ID>
            </cac:TransportHandlingUnit>
            <!-- code omitted for clarity -->
        </cac:Shipment>
    	<!-- code omitted for clarity -->
	</cac:Delivery>
</ubl:Invoice>