#
#  TD.16.TXT
#
# -----------------------------------------------------------------------------
#

#
#  here, we demonstrate the use of a row-level type specifier, as well as
#  a row-level matrix specifier, combined with a column-level dimension
#  specifier.  That's a weird combination (I don't realistically think 
#  it'll happen), but I just wanted to show you what it was like.
#
## 1_type=item;    1_field=Name;        1_attr=mcu;
## 2_type=stock;   2_field=Price;       2_attr=c;
## 3_type=item_thingtype; 3_field=name;
## 4_type=item_thingtype; 4_field=label;
## 5_type=matrix
## 6_type=dim;     6_dim=Hohum dimension; 6_split=, ;

Car 1	10.00	Car type	This is the car label.	Car matrix	red, blue, green
Car 2	20.00	Car type		Car matrix	red, blue, green, black
Club 1	5.00	Club type	This is the club label.	Club matrix	firm, stiff, medium
Club 2	7.00	Club type		Club matrix	firm, stiff


