pub const EX_0089: &str = r#"
┌─────────────────────────────────────────────────────┐
│ Discount │
├───────────────────╥─────────────────────────────────┤
│ ║ Customer │
│ Discount ╟──────────┬─────────┬────────────┤
│ ║"Business"│"Private"│"Government"│
╞════════════╤══════╬══════════╪═════════╪════════════╡
│ │ <10 ║ 0.05 │ 0 │ 0.15 │
│ Order size ├──────╫──────────┼─────────┼────────────┤
│ │ >=10 ║ 0.10 │ 0 │ 0.15 │
└────────────┴──────╨──────────┴─────────┴────────────┘
"#;
Expand description
Crosstab decision table,
ORIENTATION: **crosstab**
INFORMATION ITEM NAME: yes
OUTPUT-LABEL: yes
INPUT-OUTPUT-VALUES: no
OUTPUT: single
ANNOTATIONS: no