Decision Node Types
The figure below illustrates a single, top-level decision node fully expanded, exposing the relationship between the node, branch, and values tags.
The table below contains all of the potential decision node tags and a brief description of each.
Node Type | |
Node Type | Description |
day_of_week |
1 -- Sunday 2 -- Monday 3 -- Tuesday 4 -- Wednesday 5 -- Thursday 6 -- Friday 7 -- Saturday |
day_of_year |
001 -- Jan 1 . . 059 – Feb 28 060 -- Feb 29 . . 366 -- Dec 31 |
lata | 3-digit LATA (000-999) |
npa | 3-digit ANI (NPA) |
npa_nxx | 6-digit ANI (NPA-NXX) |
npa_nxx_xxxx | 10-digit ANI (NPA-NXX-XXXX) |
nxx | 3-digit ANI (NXX) |
percent | |
time_of_day |
The time value(s) on the branches of the Time node are specified using the number of the quarter hour of the day. The time values range from 0 (zero) through 96. A value of "0" means 12:00AM if it is used at the beginning of the time range. A value of "96" means 12:00AM if it is used at the end of the time range. A value of "01" means 12:15AM. A value of "95" means 11:45PM. |
others | This branch is taken when no other branch has matching values. |
action |
Tags:
|
Please Note: The time range in the time node is inclusive of the range starting value and exclusive of the range ending value. For example, the time range of 8:00am - 5:00pm means from 8:00:00am to 4:59:59pm. The range for day & date nodes is inclusive of the start and end values. For example: MON-FRI means from 00:00 Monday to 23:59:59 Friday.