Skip to main content

R0911

Functional Description

IF the country code (first two characters) in the <CUSTOMS OFFICE OF DEPARTURE.Reference
    number> is
    EQUAL to ‘SM’ AND
    the country code (first two characters) in the <CUSTOMS OFFICE OF
    DESTINATION
    (DECLARED).Reference> is in SET CL010 (CountryCodesCommunity)
    THEN <TRANSIT OPERATION.Declaration type> is in SET {T2, T2F};
IF the country code (first two characters) in the <CUSTOMS OFFICE OF DEPARTURE.Reference
    number> is
    EQUAL to ‘SM’ AND
    the country code (first two characters) in the <CUSTOMS OFFICE OF
    DESTINATION
    (ACTUAL).Reference> is in SET CL010 (CountryCodesCommunity)
    THEN <TRANSIT OPERATION.Declaration type> is in SET {T2, T2F}

Technical Description

IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is EQUAL to ‘SM’ AND
    the first two characters of /*/CustomsOfficeOfDestinationDeclared/referenceNumber is in SET
    CL010
    THEN /*/TransitOperation/declarationType is in SET {T2, T2F};
IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is EQUAL to ‘SM’ AND
    the first two characters of /*/CustomsOfficeOfDestinationActual/referenceNumber is in SET
    CL010
    THEN /*/TransitOperation/declarationType is in SET {T2, T2F}