Serbia (SeF): Shipment Stage

In Serbian e-transport, the shipment stage details must be given at the document level.

Elements

Name (Path)CardinalityDescription
Shipment Stage (DispatchAdvice/Shipment/ShipmentStage)1..nA group of elements to describe one stage of movement in a transport of goods.
Shipment Stage Identifier (ID)0..1An identifier for this shipment stage.
Carrier Information (CarrierParty)0..nA group providing elements regarding the carrier party.
Transport Means (TransportMeans)0..1The means of transport used in this shipment stage.
Loading Port Location (LoadingPortLocation)0..1The location of loading for a shipment stage.
Unloading Port Location (UnloadingPortLocation)0..1The location of unloading for a shipment stage.
Driver Person (DriverPerson)0..nDescribes a person responsible for driving the transport means.

The following groups are required if the Shipping Method Type ShipmentMethodType is RS:1, RS:2, or RS:3.

See Shipping Method Type for code descriptions.

NamePath
Transport MeansTransportMeans
Loading Port LocationLoadingPortLocation
Unloading Port LocationUnloadingPortLocation

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:Shipment>
        <!-- code omitted for clarity -->
        <cac:ShipmentStage>
            <ID>1</ID>
            <TransportModeCode>RS:1</TransportModeCode>
            <HazardousRiskIndicator>true</HazardousRiskIndicator>
            <cac:CarrierParty>
                <!-- code omitted for clarity, see Carrier Party details -->
            </cac:CarrierParty>
            <cac:TransportMeans>
                <!-- code omitted for clarity, see TransportMeans details -->
            </cac:TransportMeans>
            <cac:LoadingPortLocation>
                <!-- code omitted for clarity, see Loading Port Location details -->
            </cac:LoadingPortLocation>
            <cac:UnloadingPortLocation>
                <!-- code omitted for clarity, see Unloading Port Location details -->
            </cac:UnloadingPortLocation>
            <cac:DriverPerson>
                <!-- code omitted for clarity, see Driver Person details -->
            </cac:DriverPerson>
            <cac:MasterPerson>
                <!-- code omitted for clarity, see Master Person details -->
            </cac:MasterPerson>
            <!-- code omitted for clarity -->
        </cac:ShipmentStage>
        <!-- code omitted for clarity -->
    </cac:Shipment>
    <!-- code omitted for clarity -->
</DispatchAdvice>