Serbia (SeF): Shipment Stage
In Serbian e-transport, the shipment stage details must be given at the document level.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Shipment Stage (DispatchAdvice/Shipment/ShipmentStage) | 1..n | A group of elements to describe one stage of movement in a transport of goods. |
Shipment Stage Identifier (ID) | 0..1 | An identifier for this shipment stage. |
Carrier Information (CarrierParty) | 0..n | A group providing elements regarding the carrier party. |
Transport Means (TransportMeans) | 0..1 | The means of transport used in this shipment stage. |
Loading Port Location (LoadingPortLocation) | 0..1 | The location of loading for a shipment stage. |
Unloading Port Location (UnloadingPortLocation) | 0..1 | The location of unloading for a shipment stage. |
Driver Person (DriverPerson) | 0..n | Describes 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.
| Name | Path |
|---|---|
| Transport Means | TransportMeans |
| Loading Port Location | LoadingPortLocation |
| Unloading Port Location | UnloadingPortLocation |
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>
Updated about 22 hours ago
