[Contents] [Prev] [Next] [Index] [Report an Error]


[edit coffee] Hierarchy Level

coffee {
    additives {
        dairy (1percent-milk | 2percent-milk | heavy-cream | light-cream |
          nonfat-milk | whole-milk);
        non-dairy-creamer;
        soy-milk
        spices  [ cinnamon nutmeg ];
        sugar (brown | granulated | honey | raw);
      }
    alternatives {
        chai;
        hot-chocolate <whipped-cream>;
        postum;
        tea (black | green | herbal);
      }
      brew (drip | espresso | fine);
      (free-trade | no-free-trade);
      (organic | non-organic);
}    # End of [edit coffee] hierarchy level

[Contents] [Prev] [Next] [Index] [Report an Error]