Skip to main content

R0472

Functional Description

IF <CONSIGNMENT.Inland mode of transport> is in SET {1,2,3,4,8}
    THEN IF <CONSIGNMENT-DEPARTURE TRANSPORT MEANS> is PRESENT
        THEN
        the first digit of <CONSIGNMENT-DEPARTURE TRANSPORT MEANS.Type of
        identification> shall be EQUAL to <CONSIGNMENT.Inland mode of transport>
    ELSE IF <CONSIGNMENT-HOUSE CONSIGNMENT-DEPARTURE TRANSPORT
        MEANS> is PRESENT
        THEN
        the first digit of <CONSIGNMENT-HOUSE CONSIGNMENT-DEPARTURE
        TRANSPORT MEANS.Type of identification> shall be EQUAL to
        <CONSIGNMENT.Inland mode of transport>

Technical Description

IF /*/Consignment/inlandModeOfTransport is in SET {1,2,3,4,8}
    THEN IF /*/Consignment/DepartureTransportMeans is PRESENT
        THEN
        the first digit of /*/Consignment/DepartureTransportMeans/typeOfIdentification shall be
        EQUAL to /*/Consignment/inlandModeOfTransport
    ELSE IF /*/Consignment/HouseConsignment/DepartureTransportMeans is PRESENT
        THEN
        the first digit of
        /*/Consignment/HouseConsignment/DepartureTransportMeans/typeOfIdentification
        shall be EQUAL to /*/Consignment/inlandModeOfTransport