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

You can model additional details about packing.

You can use this element to add additional information about how the goods are packed, especially for collective packaging where you may want to specify the number of individual goods in a collective package. This element is optional.

Element

NameCardinalityDescription
Handling Instructions (Invoice/Delivery/Shipment/TransportHandlingUnit/HandlingInstructions)0..1Additional information describing the cargo which is provided.

Example

<ubl:Invoice>
    <!-- code omitted for clarity -->
    <cac:Delivery>
		<!-- code omitted for clarity -->
		<cac:Shipment>
            <!-- code omitted for clarity -->
            <cac:TransportHandlingUnit>
                <!-- code omitted for clarity -->
                <cbc:HandlingInstructions>1 carton/ 30 pieces</cbc:HandlingInstructions>
            </cac:TransportHandlingUnit>
            <!-- code omitted for clarity -->
        </cac:Shipment>
    	<!-- code omitted for clarity -->
	</cac:Delivery>
</ubl:Invoice>