Skip to main content

R0601

Functional Description

IF <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM-ADDITIONAL
    REFERENCE.Type> is in SET CL234 (DocumentTypeExcise)
    (i.e. Export of excise goods followed by transit (EMCS&AES+NCTS))
    THEN IF <CONSIGNMENT–HOUSE CONSIGNMENT–PREVIOUS DOCUMENT.Type> is EQUAL to ‘N830’
        THEN IF <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> is
            PRESENT
            THEN (<CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> is
            EQUAL to ‘T1’
        ELSE
            (<TRANSIT OPERATION.Declaration type> is in SET {T1, TIR}
    ELSE IF <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM-SUPPORTING
        DOCUMENT.Type> is in SET CL234 (DocumentTypeExcise)
        (i.e. Transit movement of EU goods under excise suspension (EMCS+NCTS))
        THEN IF <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM.Declaration type> is
            PRESENT
            THEN <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM. Declaration type> is in
            SET {T2, T2F}
        ELSE
            <TRANSIT OPERATION.Declaration type> is in SET {T2, T2F}

Technical Description

IF /*/Consignment/HouseConsignment/ConsignmentItem/AdditionalReference/type is in SET CL234
    (i.e. Export of excise goods followed by transit (EMCS&AES+NCTS))
    THEN IF /*/Consignment/HouseConsignment/PreviousDocument/type is EQUAL to ‘N830’
        THEN IF /*/Consignment/HouseConsignment/ConsignmentItem/declarationType is PRESENT
            THEN /*/Consignment/HouseConsignment/ConsignmentItem/declarationType is EQUAL to ‘T1’
        ELSE
            /*/TransitOperation/declarationType is in SET {T1, TIR}
    ELSE IF /*/Consignment/HouseConsignment/ConsignmentItem/SupportingDocument/type is in SET CL234
        (i.e. Transit movement of EU goods under excise suspension (EMCS+NCTS))
        THEN IF /*/Consignment/HouseConsignment/ConsignmentItem/declarationType is PRESENT
            THEN /*/Consignment/HouseConsignment/ConsignmentItem/declarationType is in SET {T2,
            T2F}
        ELSE
            /*/TransitOperation/declarationType is in SET {T2, T2F}