Skip to main content

R0020

Functional Description

IF <TRANSIT OPERATION.Declaration type> is in SET {T2, T2F} AND the first two characters of
    <CUSTOMS OFFICE OF DEPARTURE.Reference number> is in SET CL112 (CountryCodesCTC)
    THEN
    (at least one <CONSIGNMENT-PREVIOUS DOCUMENT.Type> is in SET CL178
    (PreviousDocumentUnionGoods)) OR
    (at least one <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM-PREVIOUS
    DOCUMENT.Type> is in SET CL178 (PreviousDocumentUnionGoods))
    for each and every Consignment Item;
IF <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> is in SET
    {T2, T2F}
    AND the first two characters of <CUSTOMS OFFICE OF DEPARTURE.Reference
    number> is in SET CL112 (CountryCodesCTC)
    THEN
    (at least one <CONSIGNMENT-PREVIOUS DOCUMENT.Type> is in SET CL178
    (PreviousDocumentUnionGoods)) OR
    (at least one <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM-PREVIOUS
    DOCUMENT.Type> is in SET CL178 (PreviousDocumentUnionGoods)
    for this ‘Consignment item’)

Technical Description

IF /*/Transit Operation/declarationType is in SET {T2, T2F}
    AND the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET CL112
    THEN
    (at least one /*/Consignment/PreviousDocument/type is in SET CL178) OR
    (at least one /*/Consignment/HouseConsignment/ConsignmentItem/PreviousDocument/type is in SET
    CL178) for each and every Consignment Item;
IF /*/Consignment/HouseConsignment/ConsignmentItem/declarationType is in SET {T2, T2F}
    AND the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET CL112
    THEN
    (at least one /*/Consignment/PreviousDocument/type is in SET CL178) OR
    (at least one /*/Consignment/HouseConsignment/ConsignmentItem/PreviousDocument/type is in SET
    CL178 for this ‘Consignment item’)