C0824
Functional Description
IF (<CC013C-TRANSIT OPERATION.Declaration type> is PRESENT OR <CCA13D-TRANSIT
OPERATION.Declaration type> is PRESENT)
THEN IF (<CC013C-CONSIGNMENT.Container indicator> is PRESENT or <CCA13D-
CONSIGNMENT.Container indicator> is PRESENT)
THEN <CC170C-CONSIGNMENT.Container indicator> = “O”
ELSE
<CC170C-CONSIGNMENT.Container indicator> = “R”
ELSE IF (<CC015C-CONSIGNMENT.Container indicator> is PRESENT OR <CCA15D-
CONSIGNMENT.Container indicator> is PRESENT)
THEN <CC170C-CONSIGNMENT.Container indicator> = “O”
ELSE
<CC170C-CONSIGNMENT.Container indicator> = “R”
Technical Description
IF (/CC013C/TransitOperation/declarationType is PRESENT OR
/CCA13D/TransitOperation/declarationType is PRESENT)
THEN IF (/CC013C/Consignment/containerIndicator is PRESENT OR
/CCA13D/Consignment/containerIndicator is PRESENT)
THEN /CC170C/Consignment/containerIndicator = “O”
ELSE
/CC170C/Consignment/containerIndicator = “R”
ELSE IF (/CC015C/Consignment/containerIndicator is PRESENT OR
/CCA15D/Consignment/containerIndicator is PRESENT)
THEN /CC170C/Consignment/containerIndicator = “O”
ELSE
/CC170C/Consignment/containerIndicator = “R”