The image shows a decision called Seniority Days created using the Decision Table notation. The top-right corner of the image contains the Decision Table icon and the decision name. Below the name, there is the following description: Looks up seniority days based on age and number of years of service, and there's a Q&A link below the description. The top-right corner of the image contains the Menu icon. Below the Menu icon, there is the Expand/Minimize button used to view or hide the decision logic.

The first row of the decision table contains the Decision Table label to the left and controls to add or delete rows or columns to the right. From left to right, controls available are Expand Table, Add Rule Before, Add Rule After, Remove Rule, Add Column Before, Add Column After, and Remove Column. The second row contains the Hit Policy Indicator cell that has the Unique hit policy selected, the first Input Expression cell that has the input variable Person.Age, the second Input Expression cell that has the input variable Person.Years of Service, an Output Label cell that contains the name of the decision, Seniority Days, and an annotation header cell named Explanation. There is an Allowed Values cell within the Input Expression cells and the Output Label cell. The values for these cells are left blank. There are nine subsequent rows that constitute rules of the decision table. Each row consists of a cell indicating the rule number (starting from 1 to 9), Input Entry cells in the Input Expression columns, an Output Entry cell in the Output Label column, and an Annotation Entry cell in the Explanation column. Values entered in input, output, and annotation entry cells for each rule are as follows:

  • First rule: <18, -, 5, Under 18 gets 5 days
  • Second rule: [18,45), <15, 0, blank
  • Third rule: [18,45), [15,30), 2, 15 but less than 30 years of service gets 2 days
  • Fourth rule: [18,45), >=30, 5, 30 yrs of service or more gets 5 days
  • Fifth rule: [45, 60), <30, 2, 40 but less than 60 gets 2 days
  • Sixth rule: [45, 60), >=30, 5, 30 yrs of service or more gets 5 days
  • Seventh rule: >=60, <15, 5, 60 and over gets 5 days
  • Eight rule: >=60, [15,30), 5+2, 60 and over + at least 15 years of service gets 7 days
  • Ninth rule: >=60, >=30, 5+3, 60 and over + at least 30 years of service gets 8 days