pub const EX_0097: &str = r#"
┌─────────────────────────────────────────────────────────────┐
│ Discount │
├───────────────────╥─────────────────────────────────────────┤
│ ║ Customer, Delivery │
│ ╟──────────┬─────────────────┬────────────┤
│ Discount ║"Business"│ "Private" │"Government"│
│ ╟──────────┼──────────┬──────┼────────────┤
│ ║ - │ same day │ slow │ - │
╞════════════╤══════╬══════════╪══════════╪══════╪════════════╡
│ │ <10 ║ 0.05 │ 0 │ 0.05 │ 0.15 │
│ Order size ├──────╫──────────┼──────────┼──────┼────────────┤
│ │ >=10 ║ 0.10 │ 0 │ 0.05 │ 0.15 │
└────────────┴──────╨──────────┴──────────┴──────┴────────────┘
"#;
Expand description
Crosstab decision table, with information item name, with output label, no input values, single output, no annotations, three inputs.
ORIENTATION: crosstab
INFORMATION ITEM NAME: yes
OUTPUT LABEL: yes
INPUT/OUTPUT VALUES: no
OUTPUTS: single
ANNOTATIONS: no
OTHER: three inputs