C0029
Functional Description
IF <TRANSIT OPERATION.Security> is in SET {1,2,3}
THEN <CONSIGNMENT.Mode of transport at the border> = “R”
ELSE
<CONSIGNMENT.Mode of transport at the border> = “O”
Technical Description
IF /*/TransitOperation/security is in SET {1,2,3}
THEN /*/Consignment/modeOfTransportAtTheBorder = “R”
ELSE
/*/Consignment/modeOfTransportAtTheBorder = “O”