C0598
Functional Description
IF <TRANSIT OPERATION.Security> is in SET {1, 3} AND
the country code (first two characters) in the <CUSTOMS OFFICE OF TRANSIT
(DECLARED).Reference number> is in SET CL147 (CountryCustomsSecurityAgreementArea)
THEN <CUSTOMS OFFICE OF TRANSIT (DECLARED).Arrival date and time estimated> = “R”
ELSE
<CUSTOMS OFFICE OF TRANSIT (DECLARED).Arrival date and time estimated> = “O”
Technical Description
IF /*/TransitOperation/security is in SET {1, 3} AND
the first two characters of the /*/CustomsOfficeOfTransitDeclared/referenceNumber is in SET CL147
THEN /*/CustomsOfficeOfTransitDeclared/arrivalDateAndTimeEstimated =“R”
ELSE
/*/CustomsOfficeOfTransitDeclared/arrivalDateAndTimeEstimated = “O”