R0909
Functional Description
IF the country code (first two characters) in the <CUSTOMS OFFICE OF DESTINATION
(DECLARED) Reference number> is EQUAL to ‘SM’
THEN IF the country code (first two characters) in the <CUSTOMS OFFICE OF
DEPARTURE.Reference number> is EQUAL to ‘IT’
THEN <TRANSIT OPERATION.Declaration type> is EQUAL to ‘T2SM’
ELSE IF the country code (first two characters) in the <CUSTOMS OFFICE OF
DEPARTURE.Reference number> is in set CL010 (CountryCodesCommunity) AND NOT EQUAL to
‘IT’
THEN <TRANSIT OPERATION.Declaration type> is in SET {T2, T2F} OR
<CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> is
in SET {T2,T2F};
IF the country code (first two characters) in the <CUSTOMS OFFICE OF DESTINATION (ACTUAL)
Reference number> is EQUAL to ‘SM’
THEN IF the country code (first two characters) in the <CUSTOMS OFFICE OF
DEPARTURE.Reference number> is EQUAL to ‘IT’
THEN <TRANSIT OPERATION.Declaration type> is EQUAL to ‘T2SM’
ELSE IF the country code (first two characters) in the <CUSTOMS OFFICE OF
DEPARTURE.Reference number> is in set CL010 (CountryCodesCommunity) AND NOT EQUAL to
‘IT’
THEN <TRANSIT OPERATION.Declaration type> is in SET {T2, T2F} OR
<CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> is in SET {T2,
T2F}
Technical Description
IF the first two characters of /*/CustomsOfficeOfDestinationDeclared/referenceNumber is EQUAL to
‘SM’
THEN IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is EQUAL to ‘IT’,
THEN /*/TransitOperation/declarationType is EQUAL to ‘T2SM’
ELSE IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET
CL010
AND NOT EQUAL to ‘IT’
THEN /*/TransitOperation/declarationType is in SET {T2, T2F} OR
/*/Consignment/HouseConsignment/ConsignmentItem/declarationType is in SET {T2,
T2F};
IF the first two characters of /*/CustomsOfficeOfDestinationActual/referenceNumber is EQUAL to ‘SM’
THEN IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is EQUAL to ‘IT’,
THEN /*/TransitOperation/declarationType is EQUAL to ‘T2SM’
ELSE IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET CL010
AND NOT EQUAL to ‘IT’
THEN /*/TransitOperation/declarationType is in SET {T2, T2F} OR
/*/Consignment/HouseConsignment/ConsignmentItem/declarationType is in SET {T2,
T2F}