Skip to main content

R0855

Functional Description

IF <CONSIGNMENT.Inland mode of transport> is EQUAL to ‘3’
    THEN the multiplicity of <CONSIGNMENT-DEPARTURE TRANSPORT MEANS> AND
    <CONSIGNMENT-HOUSE CONSIGNMENT-DEPARTURE TRANSPORT MEANS> can be up to ‘3x’
ELSE IF < CONSIGNMENT.Inland mode of transport> is EQUAL to ‘2’
    THEN the multiplicity of < CONSIGNMENT-DEPARTURE TRANSPORT MEANS> AND
    <CONSIGNMENT-HOUSE CONSIGNMENT-DEPARTURE TRANSPORT MEANS> can be more than
    ‘1x’
ELSE
    the multiplicity of <CONSIGNMENT-DEPARTURE TRANSPORT MEANS> AND
    CONSIGNMENT-HOUSE CONSIGNMENT-DEPARTURE TRANSPORT MEANS> is ‘1x’

Technical Description

IF /*/Consignment/inlandModeOfTransport is EQUAL to ‘3’
    THEN the multiplicity of /*/Consignment/DepartureTransportMeans AND
    /*/Consignment/HouseConsignment/DepartureTransportMeans can be up to ‘3x’
ELSE IF /*/Consignment/inlandModeOfTransport is EQUAL to ‘2’
    THEN the multiplicity of /*/Consignment/DepartureTransportMeans AND
    /*/Consignment/HouseConsignment/DepartureTransportMeans can be more than ‘1x’
ELSE
    the multiplicity of /*/Consignment/DepartureTransportMeans AND
    /*/Consignment/HouseConsignment/DepartureTransportMeans is ‘1x’