Skip to main content

C0452

Functional Description

IF <MESSAGE-TRANSIT OPERATION.Notification type> is in SET {1, 2}
    THEN <MESSAGE-TYPE OF CONTROLS> = “N”
ELSE
    <MESSAGE-TYPE OF CONTROLS> = “R”

Technical Description

IF /*/TransitOperation/notificationType is in SET {1, 2}
    THEN /*/TypeOfControls = “N”
ELSE
    /*/TypeOfControls = “R”