<?xml version="1.0" encoding="UTF-8"?>

<!--
  This is an example of a FacetMap file. This FacetMap can be browsed
  at http://facetmap.com/browse.jsp (annotations included). Feel free
  to modify at will and try it out; explanations are included, and
  more specification can be found in the DTD at
             http://facetmap.com/spec/facetmap.dtd

  We hope you enjoy building your facetmap, and that when you're done,
  you try it out by submitting it here:
             http://facetmap.com/demosetup/

  In this file, you first define the structure of each facet taxonomy,
  and then all the resources and the facets each resource has. In other
  words, you first present the "top-down" browsing structure, then
  presents the resources and their metadata from a "bottom-up" point
  of view.
-->

<facetmap title="FacetMap Wine Demo">

<!--
     Here are the three facets. The facet title is meant to be
     used in contexts like "Browse Varietal...", while the
     root-heading-title is meant for contexts like
     "You have chosen: Any Varietal".

     Facets can be imported from other files instead of being
     specified here. Just provide a facetid, a title (optional), and
     an href that points to the external facet, like this:
         href="http://library.facetmap.com/taxonomy/wine.xml#varietal"
     ...and the facet with the name indicated after the "#" mark,
     or the first facet in the file if no name is specified, will
     be used for this facet. And then you can add your own facets
     in addition to the ones already there.

     The Varietal and Region facets are taxonomies: tree-like
     hierarchies of headings. Lay out the headings so that broader heading
     elements contain more specific heading elements. The natural XML
     structure will then reflect the taxonomy's structure. However, if
     you have a heading Y inside a heading X, but you need Y taxonomically
     to be a child of some other heading A, then include parent="A" in
     the heading Y element. That will disconnect Y from X and attach it
     under A.
-->

 <taxonomy title="Varietal" root-heading-title="Any Varietal" facetid="varietal">
  <heading id="red" title="Red Wines">
   <heading id="bar" title="Barbera"/>
   <heading id="cab" title="Cabernet Sauvignon"/>
   <heading id="cabm" title="Cabernet/Merlot Blend"/>
   <heading id="chi" title="Chianti"/>
   <heading id="dol" title="Dolcetto"/>
   <heading id="itared" title="Italian Red"/>
   <heading id="mer" title="Merlot"/>
   <heading id="neb" title="Nebbiolo"/>
   <heading id="othred" title="Other Red Wine"/>
   <heading id="pet" title="Petite Sirah"/>
   <heading id="pnoir" title="Pinot Noir"/>
   <heading id="redbor" title="Red Bordeaux"/>
   <heading id="redbur" title="Red Burgundy"/>
   <heading id="sang" title="Sangiovese"/>
   <heading id="syr" title="Syrah/Shiraz"/>
   <heading id="zin" title="Zinfandel"/>
  </heading>
  <heading id="white" title="White Wines">
   <heading id="chab" title="Chablis"/>
   <heading id="char" title="Chardonnay"/>
   <heading id="chen" title="Chenin Blanc"/>
   <heading id="gewur" title="Gewurztraminer"/>
   <heading id="itawhite" title="Italian White"/>
   <heading id="musc" title="Muscat"/>
   <heading id="othwhite" title="Other White Wine"/>
   <heading id="pblanc" title="Pinot Blanc"/>
   <heading id="pgris" title="Pinot Gris"/>
   <heading id="ries" title="Riesling"/>
   <heading id="sauv" title="Sauvignon/Fume Blanc"/>
   <heading id="sem" title="Semillon"/>
   <heading id="viog" title="Viognier"/>
   <heading id="whitebor" title="White Bordeaux"/>
   <heading id="whitebur" title="White Burgundy"/>
  </heading>
  <heading id="bub" title="Bubbly">
   <heading id="cham" title="Champagne"/>
   <heading id="spark" title="Sparkling"/>
  </heading>
  <heading id="pink" title="Pink Wines">
   <heading id="rose" title="Rose"/>
   <heading id="whitemer" title="White Merlot"/>
   <heading id="whitezin" title="White Zinfandel"/>
  </heading>
  <heading id="kosh" title="Kosher Wines"/>
  <heading id="des" title="Dessert/Fortified Wines">
   <heading id="mad" title="Madeira"/>
   <heading id="mar" title="Marsala"/>
   <heading id="port" title="Port"/>
   <heading id="sher" title="Sherry"/>
   <heading id="verm" title="Vermouth"/>
  </heading>
 </taxonomy>

 <taxonomy title="Region" root-heading-title="The World" facetid="region">
  <heading id="au" title="Australian"/>
  <heading id="ca" title="Canadian"/>
  <heading id="fr" title="French">
   <heading id="als" title="Alsace"/>
   <heading id="bor" title="Bordeaux"/>
   <heading id="bur" title="Burgundy"/>
   <heading id="cham" title="Champagne"/>
   <heading id="lang" title="Languedoc"/>
   <heading id="loi" title="Loire"/>
   <heading id="fr-oth" title="Other French"/>
   <heading id="rho" title="Rhone"/>
  </heading>
  <heading id="de" title="German">
   <heading id="mos" title="Mosel-Saar-Ruwer"/>
   <heading id="de-oth" title="Other German"/>
   <heading id="rhein" title="Rheingau"/>
  </heading>
  <heading id="il" title="Israeli"/>
  <heading id="it" title="Italian">
   <heading id="friu" title="Friuli-Venezia Giulia"/>
   <heading id="it-oth" title="Other Italian"/>
   <heading id="pied" title="Piedmont"/>
   <heading id="s_italy" title="Southern Italy"/>
   <heading id="tren" title="Trentino-Alto Adige"/>
   <heading id="tus" title="Tuscany"/>
   <heading id="ven" title="Veneto"/>
  </heading>
  <heading id="mx" title="Mexican"/>
  <heading id="nz" title="New Zealand"/>
  <heading id="eur-oth" title="Other European">
   <heading id="at" title="Austria"/>
   <heading id="hu" title="Hungary"/>
  </heading>
  <heading id="pt" title="Portuguese"/>
  <heading id="za" title="South African"/>
  <heading id="s_amer" title="South American">
   <heading id="ar" title="Argentina"/>
   <heading id="cl" title="Chile"/>
  </heading>
  <heading id="es" title="Spanish"/>
  <heading id="us" title="USA">
   <heading id="cal" title="Californian">
    <heading id="carn" title="Carneros"/>
    <heading id="ccc" title="Central Coast"/>
    <heading id="napa" title="Napa Valley"/>
    <heading id="cnc" title="North Coast"/>
    <heading id="sierra" title="Sierra Foothills"/>
    <heading id="sonoma" title="Sonoma Valley"/>
   </heading>
   <heading id="ore" title="Oregon">
    <heading id="rogue" title="Rogue River Valley"/>
    <heading id="ump" title="Umpqua Valley"/>
    <heading id="will" title="Willamette Valley"/>
   </heading>
   <heading id="wash" title="Washington">
    <heading id="colu" title="Columbia Valley"/>
    <heading id="wall" title="Walla Walla Valley"/>
    <heading id="yak" title="Yakima Valley"/>
   </heading>
  </heading>
 </taxonomy>

<!--
     The Price facet is not a taxonomy; it is a spectrum, a different kind
     of facet. It represents a numerical facet; resources can have any
     value in that facet, as long as the value is between minimum and
     maximum limits you specify. Within the spectrum facets you may also
     specify headings which are smaller ranges within the spectrum's range.
     Those headings will then be presented as explicit options for the user.
-->

 <spectrum title="Price" root-heading-title="Any Price" facetid="price" minimum="0" maximum="1000" title-template="$%0 through $%1">
  <range id="low" title="Bargains under $20" maximum="19" />
  <range id="high" title="Top shelf (over $100)" minimum="100" />
 </spectrum>

<!--
     Finally, we specify the resources. Each resource is a
     <resource> element, which can contain an href attribute if
     you would like the resource to show up as a link.

     Resources contain <map> elements, which are ID references to
     headings defined above. (For spectrum facets, <map>
     elements may simply specify a value within the spectrum.)
     The first <map> element refers to a heading in the first
     facet in this file, and so on. However, you can change this
     order by specifying facetid="[...]", where [...] is the facetid
     of the facet containing that headings. This is especially
     helpful if you don't want to specify a heading for each facet
     (the resource will belong to the root heading in every facet
     that is left out of its definition).
-->

 <resources>
  <resource title="Turning Leaf 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="9"/>
  </resource>
  <resource title="Stone Creek 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="7"/>
  </resource>
  <resource title="RH Phillips 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="7"/>
  </resource>
  <resource title="Rabbit Ridge 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="8"/>
  </resource>
  <resource title="Montevina 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="sierra"/>
   <map heading="5"/>
  </resource>
  <resource title="Mirassou 1999 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="ccc"/>
   <map heading="7"/>
  </resource>
  <resource title="Kenwood 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="sonoma"/>
   <map heading="13"/>
  </resource>
  <resource title="Ivan Tamas 1999 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="ccc"/>
   <map heading="9"/>
  </resource>
  <resource title="Fetzer 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="7"/>
  </resource>
  <resource title="De Loach 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="sonoma"/>
   <map heading="15"/>
  </resource>
  <resource title="Buehler 2000 Napa Valley White Zinfandel">
   <map heading="whitezin"/>
   <map heading="napa"/>
   <map heading="17"/>
  </resource>
  <resource title="Beringer 1999 LVS White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="7"/>
  </resource>
  <resource title="Beringer 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="7"/>
  </resource>
  <resource title="Beringer 2000 LVS White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="8"/>
  </resource>
  <resource title="Bel Arbor 2000 White Zinfandel">
   <map heading="whitezin"/>
   <map heading="cal"/>
   <map heading="9"/>
  </resource>
  <resource title="Bandiera 1999 Vineyard Reserve White Zinfandel">
   <map heading="whitezin"/>
   <map heading="sonoma"/>
   <map heading="6"/>
  </resource>
  <resource title="Beringer 2000 White Merlot">
   <map heading="whitemer"/>
   <map heading="cal"/>
   <map heading="8"/>
  </resource>
  <resource title="Zaca Mesa 2000 Z Gris">
   <map heading="rose"/>
   <map heading="ccc"/>
   <map heading="19"/>
  </resource>
  <resource title="McDowell 1999 Grenache Rose">
   <map heading="rose"/>
   <map heading="cnc"/>
   <map heading="15"/>
  </resource>
  <resource title="Marques de Caceres 2000 Rioja Rosado">
   <map heading="rose"/>
   <map heading="es"/>
   <map heading="6"/>
  </resource>
  <resource title="La Vieille Ferme 2000 Rhone Valley Rose">
   <map heading="rose"/>
   <map heading="rho"/>
   <map heading="6"/>
  </resource>
  <resource title="Joseph Phelps 1998 Grenache Rose">
   <map heading="rose"/>
   <map heading="napa"/>
   <map heading="13"/>
  </resource>
  <resource title="Iron Horse 1998 Rosato">
   <map heading="rose"/>
   <map heading="sonoma"/>
   <map heading="12"/>
  </resource>
  <resource title="Guigal 1999 Tavel Rose">
   <map heading="rose"/>
   <map heading="rho"/>
   <map heading="15"/>
  </resource>
  <resource title="Guigal 2000 Cotes du Rhone Rose">
   <map heading="rose"/>
   <map heading="rho"/>
   <map heading="19"/>
  </resource>
  <resource title="Fife 1998 Redhead Carignane Rose">
   <map heading="rose"/>
   <map heading="napa"/>
   <map heading="16"/>
  </resource>
  <resource title="Delas 2000 Tavel Rose La Comballe">
   <map heading="rose"/>
   <map heading="rho"/>
   <map heading="17"/>
  </resource>
  <resource title="Castello di Ama 1999 Rosato">
   <map heading="rose"/>
   <map heading="tus"/>
   <map heading="17"/>
  </resource>
  <resource title="Castello di Ama 2000 Rosato">
   <map heading="rose"/>
   <map heading="tus"/>
   <map heading="17"/>
  </resource>
  <resource title="Beringer 1998 Rose de Saignee">
   <map heading="rose"/>
   <map heading="cal"/>
   <map heading="19"/>
  </resource>
  <resource title="Quady Vya Sweet Vermouth">
   <map heading="verm"/>
   <map heading="cal"/>
   <map heading="15"/>
  </resource>
  <resource title="Quady Vya Extra-Dry Vermouth">
   <map heading="verm"/>
   <map heading="cal"/>
   <map heading="18"/>
  </resource>
  <resource title="Noilly Prat Dry Vermouth">
   <map heading="verm"/>
   <map heading="fr"/>
   <map heading="9"/>
  </resource>
  <resource title="Martini &amp; Rossi NV Sweet Vermouth">
   <map heading="verm"/>
   <map heading="it"/>
   <map heading="9"/>
  </resource>
  <resource title="Martini &amp; Rossi NV Sweet Vermouth with Cherry">
   <map heading="verm"/>
   <map heading="it"/>
   <map heading="6"/>
  </resource>
  <resource title="Wisdom and Warter NV Delicate Cream Sherry">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="13"/>
  </resource>
  <resource title="Wisdom and Warter NV Fino Pale Sherry">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="10"/>
  </resource>
  <resource title="Tio Pepe Sherry">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="19"/>
  </resource>
  <resource title="Sandeman NV Amontillado">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="14"/>
  </resource>
  <resource title="Sandeman NV Armada Cream Sherry">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="18"/>
  </resource>
  <resource title="Louis Martini NV Cream Sherry">
   <map heading="sher"/>
   <map heading="napa"/>
   <map heading="16"/>
  </resource>
  <resource title="Harveys Bristol Cream Sherry">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="12"/>
  </resource>
  <resource title="Harveys Bristol Cream Sherry (half-bottle)">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="7"/>
  </resource>
  <resource title="Hartley and Gibson Amontillado">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="11"/>
  </resource>
  <resource title="Hartley and Gibson Fino">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="15"/>
  </resource>
  <resource title="Hartley and Gibson Manzanilla">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="17"/>
  </resource>
  <resource title="Hartley and Gibson Oloroso">
   <map heading="sher"/>
   <map heading="es"/>
   <map heading="13"/>
  </resource>
  <resource title="Delaforce 1977 Vintage Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="126"/>
  </resource>
  <resource title="Delaforce 1994 Vintage Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="117"/>
  </resource>
  <resource title="Delaforce 1995 Quinta Da Corte">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="80"/>
  </resource>
  <resource title="Croft 1983 Quinta Da Roeda">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="60"/>
  </resource>
  <resource title="Cockburn Fine Ruby">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="16"/>
  </resource>
  <resource title="Cockburn Fine Tawny">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="11"/>
  </resource>
  <resource title="Cockburn 10 year-old Tawny">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="29"/>
  </resource>
  <resource title="Cockburn 20 year old Tawny">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="46"/>
  </resource>
  <resource title="Cockburn NV Special Reserve">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="14"/>
  </resource>
  <resource title="Cockburn 1995 Anno Late Bottled Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="29"/>
  </resource>
  <resource title="Churchill&apos;s NV Finest Vintage Character">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="28"/>
  </resource>
  <resource title="Churchill&apos;s NV 10 Year Old Tawny">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="33"/>
  </resource>
  <resource title="Churchill&apos;s 1994 Late Bottled Vintage Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="26"/>
  </resource>
  <resource title="Churchill&apos;s 1994 Vintage Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="89"/>
  </resource>
  <resource title="Churchill&apos;s 1994 Vintage Port (half-bottle)">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="33"/>
  </resource>
  <resource title="Churchill&apos;s 1991 Vintage Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="77"/>
  </resource>
  <resource title="Ch. Reynella Old Cave Tawny Port (500 ml)">
   <map heading="port"/>
   <map heading="at"/>
   <map heading="15"/>
  </resource>
  <resource title="Broadbent 1994 Vintage Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="69"/>
  </resource>
  <resource title="Broadbent 1997 Vintage Port">
   <map heading="port"/>
   <map heading="pt"/>
   <map heading="68"/>
  </resource>
  <resource title="Beringer 1997 Cabernet Port">
   <map heading="port"/>
   <map heading="cal"/>
   <map heading="29"/>
  </resource>
  <resource title="Florio Dry Marsala">
   <map heading="mar"/>
   <map heading="s_italy"/>
   <map heading="11"/>
  </resource>
  <resource title="Florio Sweet Marsala">
   <map heading="mar"/>
   <map heading="s_italy"/>
   <map heading="11"/>
  </resource>
  <resource title="Broadbent 5 Year Madeira">
   <map heading="mad"/>
   <map heading="es"/>
   <map heading="18"/>
  </resource>
  <resource title="Broadbent 10 Year Malmsey Madeira">
   <map heading="mad"/>
   <map heading="pt"/>
   <map heading="20"/>
  </resource>
  <resource title="Dom. Chandon NV Brut Classic">
   <map heading="spark"/>
   <map heading="napa"/>
   <map heading="15"/>
  </resource>
  <resource title="Dom. Chandon NV Blanc de Noirs">
   <map heading="spark"/>
   <map heading="carn"/>
   <map heading="10"/>
  </resource>
  <resource title="Dom. Chandon NV Blanc de Noirs (1.5L)">
   <map heading="spark"/>
   <map heading="carn"/>
   <map heading="32"/>
  </resource>
  <resource title="Dom. Chandon NV Brut Reserve">
   <map heading="spark"/>
   <map heading="napa"/>
   <map heading="20"/>
  </resource>
  <resource title="Dom. Chandon NV Etoile">
   <map heading="spark"/>
   <map heading="napa"/>
   <map heading="41"/>
  </resource>
  <resource title="Dom. Chandon NV Rose Etoile">
   <map heading="spark"/>
   <map heading="napa"/>
   <map heading="42"/>
  </resource>
  <resource title="Dom. Chandon NV Brut Classic (9.0L)">
   <map heading="spark"/>
   <map heading="napa"/>
   <map heading="284"/>
  </resource>
  <resource title="Dom. Carneros 1998 Brut">
   <map heading="spark"/>
   <map heading="carn"/>
   <map heading="21"/>
  </resource>
  <resource title="Dom. Carneros 1995 La Reve Brut">
   <map heading="spark"/>
   <map heading="carn"/>
   <map heading="52"/>
  </resource>
  <resource title="Codorniu N/V Cuvee Raventos">
   <map heading="spark"/>
   <map heading="es"/>
   <map heading="15"/>
  </resource>
  <resource title="Codorniu NV Brut">
   <map heading="spark"/>
   <map heading="es"/>
   <map heading="19"/>
  </resource>
  <resource title="Cinzano N/V Asti Spumante">
   <map heading="spark"/>
   <map heading="pied"/>
   <map heading="12"/>
  </resource>
  <resource title="Bellavista NV Franciacorta Cuvee Brut">
   <map heading="spark"/>
   <map heading="it-oth"/>
   <map heading="34"/>
  </resource>
  <resource title="Beaulieu - BV 1991 Brut Reserve">
   <map heading="spark"/>
   <map heading="napa"/>
   <map heading="37"/>
  </resource>
  <resource title="Banfi 2000 Brachetto dAcqui Sparkling Wine">
   <map heading="spark"/>
   <map heading="pied"/>
   <map heading="24"/>
  </resource>
  <resource title="Ballatore Spumante">
   <map heading="spark"/>
   <map heading="cal"/>
   <map heading="7"/>
  </resource>
  <resource title="Argyle 1997 Brut">
   <map heading="spark"/>
   <map heading="will"/>
   <map heading="26"/>
  </resource>
  <resource title="Argyle 1989 Extended Tirage Brut">
   <map heading="spark"/>
   <map heading="will"/>
   <map heading="36"/>
  </resource>
  <resource title="Argyle 1996 Knudsen Brut">
   <map heading="spark"/>
   <map heading="will"/>
   <map heading="35"/>
  </resource>
  <resource title="Aneri 1999 Prosecco">
   <map heading="spark"/>
   <map heading="it-oth"/>
   <map heading="27"/>
  </resource>
  <resource title="Dom Perignon 1992 Brut (1.5 L)">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="280"/>
  </resource>
  <resource title="Deutz NV Brut Classic">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="44"/>
  </resource>
  <resource title="Deutz 1993 Brut">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="63"/>
  </resource>
  <resource title="Deutz 1993 Blanc De Blancs">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="84"/>
  </resource>
  <resource title="Deutz NV Brut Classic (1.5L)">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="79"/>
  </resource>
  <resource title="Deutz 1995 Blanc De Blancs">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="88"/>
  </resource>
  <resource title="Deutz 1990 Cuvee William Brut (1.5L)">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="269"/>
  </resource>
  <resource title="Delbeck 1990 Champagne">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="64"/>
  </resource>
  <resource title="Delbeck NV Heritage Brut Rose">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="46"/>
  </resource>
  <resource title="Delbeck NV Cramant Grand Cru">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="54"/>
  </resource>
  <resource title="Delamotte 1992 Blanc de Blancs">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="50"/>
  </resource>
  <resource title="Chevalier De France NV Blanc de Blancs">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="5"/>
  </resource>
  <resource title="Charles Heidsieck NV Brut (mis en cave en 1996)">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="69"/>
  </resource>
  <resource title="Bruno Paillard NV Rose Premiere Cuvee">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="47"/>
  </resource>
  <resource title="Bruno Paillard NV Chardonnay Reserve Privee">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="59"/>
  </resource>
  <resource title="Bollinger NV Brut Special Cuvee">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="40"/>
  </resource>
  <resource title="Bollinger 1992 Grande Annee Brut Champagne">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="81"/>
  </resource>
  <resource title="Ayala 1996 Blanc de Blancs">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="42"/>
  </resource>
  <resource title="Ayala Brut NV">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="36"/>
  </resource>
  <resource title="Ayala 1993 Brut Vintage">
   <map heading="cham"/>
   <map heading="cham"/>
   <map heading="49"/>
  </resource>
  <resource title="Verget 1998 Saint-Aubin Premier Cru">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="20"/>
  </resource>
  <resource title="Roger Lassarat 1999 Saint Veran Vieilles Vignes">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="12"/>
  </resource>
  <resource title="Roger Lassarat 1999 Saint Veran Vieilles Vignes">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="10"/>
  </resource>
  <resource title="Prosper Maufoux 1998 Bourgogne Chardonnay">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="14"/>
  </resource>
  <resource title="Macon Lugny 1999 Les Chames Chardonnay">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="16"/>
  </resource>
  <resource title="M. Picard 1998 Macon-Villages">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="12"/>
  </resource>
  <resource title="M. Picard 1999 Pouilly-Fuisse">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="29"/>
  </resource>
  <resource title="Joseph Drouhin 1999 Laforet Chardonnay">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="13"/>
  </resource>
  <resource title="Joseph Drouhin 2000 Macon Villages">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="15"/>
  </resource>
  <resource title="Joseph Drouhin 2000 Pouilly-Fuisse">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="29"/>
  </resource>
  <resource title="Jadot 2000 Pouilly-Fuisse">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="25"/>
  </resource>
  <resource title="Jadot 2000 Macon - Villages">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="12"/>
  </resource>
  <resource title="Jacques Prieur 1998 Le Montrachet Grand Cru">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="287"/>
  </resource>
  <resource title="Dom. Guy Bocard 1997 Meursault Charmes">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="64"/>
  </resource>
  <resource title="De Moor 1998 Bourgogne Aligote">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="19"/>
  </resource>
  <resource title="Bouchard Pere &amp; Fils 1999 Le Chamville Macon Villages">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="13"/>
  </resource>
  <resource title="Bouchard Pere &amp; Fils 1999 Pouilly-Fuisse">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="26"/>
  </resource>
  <resource title="Bouchard Pere &amp; Fils 1999 La Vignee Bourgogne Chardonnay">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="17"/>
  </resource>
  <resource title="Bouchard Pere &amp; Fils 2000 Pouilly-Fuisse">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="27"/>
  </resource>
  <resource title="B&amp;G 1999 Pouilly-Fuisse">
   <map heading="whitebur"/>
   <map heading="bur"/>
   <map heading="26"/>
  </resource>
  <resource title="Boeger 2000 Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="cal"/>
   <map heading="11"/>
  </resource>
  <resource title="Bodega Norton 2000 Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="ar"/>
   <map heading="16"/>
  </resource>
  <resource title="Blockheadia Ringnosii 1999 California Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="cal"/>
   <map heading="13"/>
  </resource>
  <resource title="Biondi-Santi 1999 Rivolo">
   <map heading="sauv"/>
   <map heading="tus"/>
   <map heading="35"/>
  </resource>
  <resource title="Bernardus 2000 Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="ccc"/>
   <map heading="11"/>
  </resource>
  <resource title="Beringer 1999 Founders Estate Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="cal"/>
   <map heading="12"/>
  </resource>
  <resource title="Beringer 1999 Napa Valley Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="napa"/>
   <map heading="10"/>
  </resource>
  <resource title="Beringer 2000 Founders Estate Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="cal"/>
   <map heading="14"/>
  </resource>
  <resource title="Benziger 2000 Fume Blanc">
   <map heading="sauv"/>
   <map heading="sonoma"/>
   <map heading="14"/>
  </resource>
  <resource title="Benziger 1999 Fume Blanc">
   <map heading="sauv"/>
   <map heading="sonoma"/>
   <map heading="13"/>
  </resource>
  <resource title="Benziger 1999 Fume Blanc">
   <map heading="sauv"/>
   <map heading="sonoma"/>
   <map heading="16"/>
  </resource>
  <resource title="Beckmen 1999 Santa Barbara Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="ccc"/>
   <map heading="15"/>
  </resource>
  <resource title="Beckmen 2000 Santa Barbara Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="ccc"/>
   <map heading="14"/>
  </resource>
  <resource title="Beaulieu - BV 2000 Coastal Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="cal"/>
   <map heading="14"/>
  </resource>
  <resource title="Beaulieu - BV 2000 Napa Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="napa"/>
   <map heading="10"/>
  </resource>
  <resource title="Barnwood 2000 Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="ccc"/>
   <map heading="14"/>
  </resource>
  <resource title="Baileyana 2000 San Luis Obispo Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="ccc"/>
   <map heading="18"/>
  </resource>
  <resource title="Andretti 1999 Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="napa"/>
   <map heading="16"/>
  </resource>
  <resource title="Amador Foothill 2000 Fume Blanc">
   <map heading="sauv"/>
   <map heading="sierra"/>
   <map heading="18"/>
  </resource>
  <resource title="Alderbrook 1999 Sauvignon Blanc">
   <map heading="sauv"/>
   <map heading="sonoma"/>
   <map heading="18"/>
  </resource>
  <resource title="Geyser Peak 2000 Riesling">
   <map heading="ries"/>
   <map heading="sonoma"/>
   <map heading="7"/>
  </resource>
  <resource title="Gainey 2000 Riesling">
   <map heading="ries"/>
   <map heading="ccc"/>
   <map heading="17"/>
  </resource>
  <resource title="Fritz Haag 1997 Estate Riesling">
   <map heading="ries"/>
   <map heading="mos"/>
   <map heading="21"/>
  </resource>
  <resource title="Fritz Haag 1997 Estate Riesling">
   <map heading="ries"/>
   <map heading="mos"/>
   <map heading="16"/>
  </resource>
  <resource title="Firestone 2000 Johannisburg Riesling">
   <map heading="ries"/>
   <map heading="cal"/>
   <map heading="17"/>
  </resource>
  <resource title="Fetzer 2000 Johannisberg Riesling">
   <map heading="ries"/>
   <map heading="cnc"/>
   <map heading="13"/>
  </resource>
  <resource title="Felton Road 1999 Riesling">
   <map heading="ries"/>
   <map heading="nz"/>
   <map heading="21"/>
  </resource>
  <resource title="Deinhard 1998 Riesling Beireich Bernkastler">
   <map heading="ries"/>
   <map heading="mos"/>
   <map heading="9"/>
  </resource>
  <resource title="Deinhard 2000 Riesling Piesporter">
   <map heading="ries"/>
   <map heading="mos"/>
   <map heading="12"/>
  </resource>
  <resource title="Deinhard 2000 Dry Riesling">
   <map heading="ries"/>
   <map heading="mos"/>
   <map heading="16"/>
  </resource>
  <resource title="d&apos;Arenberg 1996 Dry Dam Riesling">
   <map heading="ries"/>
   <map heading="at"/>
   <map heading="15"/>
  </resource>
  <resource title="d&apos;Arenberg 1995 Noble Riesling (half-bottle)">
   <map heading="ries"/>
   <map heading="at"/>
   <map heading="21"/>
  </resource>
  <resource title="Covey Run 2000 Riesling">
   <map heading="ries"/>
   <map heading="colu"/>
   <map heading="7"/>
  </resource>
  <resource title="Columbia Crest 2000 Johannisberg Riesling">
   <map heading="ries"/>
   <map heading="colu"/>
   <map heading="9"/>
  </resource>
  <resource title="Ch. Ste. Michelle 2000 Riesling">
   <map heading="ries"/>
   <map heading="colu"/>
   <map heading="5"/>
  </resource>
  <resource title="Boeger 1999 White Riesling">
   <map heading="ries"/>
   <map heading="cal"/>
   <map heading="9"/>
  </resource>
  <resource title="Beringer 2000 Johannisberg Riesling">
   <map heading="ries"/>
   <map heading="cal"/>
   <map heading="8"/>
  </resource>
  <resource title="Argyle 1998 Dry Reserve Riesling">
   <map heading="ries"/>
   <map heading="will"/>
   <map heading="10"/>
  </resource>
  <resource title="Argyle 1999 Dry Reserve Riesling">
   <map heading="ries"/>
   <map heading="will"/>
   <map heading="11"/>
  </resource>
  <resource title="Anapamu 1999 Late Harvest Riesling (half-bottle)">
   <map heading="ries"/>
   <map heading="ccc"/>
   <map heading="28"/>
  </resource>
  <resource title="Felluga, M 1999 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="friu"/>
   <map heading="15"/>
  </resource>
  <resource title="Felluga, L 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="friu"/>
   <map heading="27"/>
  </resource>
  <resource title="Eyrie 1999 Pinot Gris">
   <map heading="pgris"/>
   <map heading="will"/>
   <map heading="10"/>
  </resource>
  <resource title="Eola Hills 1997 Pinot Gris">
   <map heading="pgris"/>
   <map heading="will"/>
   <map heading="16"/>
  </resource>
  <resource title="Eola Hills 1999 Pinot Gris">
   <map heading="pgris"/>
   <map heading="will"/>
   <map heading="12"/>
  </resource>
  <resource title="Edna Valley 2000 Pinot Gris">
   <map heading="pgris"/>
   <map heading="cal"/>
   <map heading="15"/>
  </resource>
  <resource title="Ecco Domani 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="tren"/>
   <map heading="18"/>
  </resource>
  <resource title="Ecco Domani 2000 Pinot Grigio Maso Canali">
   <map heading="pgris"/>
   <map heading="tren"/>
   <map heading="18"/>
  </resource>
  <resource title="Duck Pond 2000 Pinot Gris">
   <map heading="pgris"/>
   <map heading="will"/>
   <map heading="18"/>
  </resource>
  <resource title="Deinhard 1998 Pinot Gris">
   <map heading="pgris"/>
   <map heading="de-oth"/>
   <map heading="15"/>
  </resource>
  <resource title="De Loach 1999 Pinot Gris">
   <map heading="pgris"/>
   <map heading="sonoma"/>
   <map heading="14"/>
  </resource>
  <resource title="Danzante 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="it-oth"/>
   <map heading="15"/>
  </resource>
  <resource title="Ch. Julien 1999 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="ccc"/>
   <map heading="10"/>
  </resource>
  <resource title="Ch. Julien 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="ccc"/>
   <map heading="13"/>
  </resource>
  <resource title="Cavit 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="tren"/>
   <map heading="15"/>
  </resource>
  <resource title="Castello D&apos;Albola 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="tus"/>
   <map heading="12"/>
  </resource>
  <resource title="Campanile 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="friu"/>
   <map heading="8"/>
  </resource>
  <resource title="Byron 1999 Pinot Gris">
   <map heading="pgris"/>
   <map heading="cal"/>
   <map heading="24"/>
  </resource>
  <resource title="Bollini 2000 Pinot Grigio">
   <map heading="pgris"/>
   <map heading="tren"/>
   <map heading="16"/>
  </resource>
  <resource title="Adelsheim 2000 Pinot Gris">
   <map heading="pgris"/>
   <map heading="will"/>
   <map heading="13"/>
  </resource>
  <resource title="Wild Horse 1999 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="ccc"/>
   <map heading="19"/>
  </resource>
  <resource title="Villa Mt. Eden 1997 Grand Reserve Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="cal"/>
   <map heading="10"/>
  </resource>
  <resource title="Valley of the Moon 2000 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="sonoma"/>
   <map heading="18"/>
  </resource>
  <resource title="Trimbach 1998 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="als"/>
   <map heading="15"/>
  </resource>
  <resource title="Paraiso Springs Vineyards 1999 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="ccc"/>
   <map heading="14"/>
  </resource>
  <resource title="Napa Wine Company 1999 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="napa"/>
   <map heading="18"/>
  </resource>
  <resource title="Napa Wine Company 2000 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="napa"/>
   <map heading="14"/>
  </resource>
  <resource title="Mirassou 1998 Family Selection White Burgundy Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="ccc"/>
   <map heading="19"/>
  </resource>
  <resource title="Mirassou 1999 Mission Vineyard Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="ccc"/>
   <map heading="27"/>
  </resource>
  <resource title="Laetitia 1999 Estate Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="ccc"/>
   <map heading="12"/>
  </resource>
  <resource title="Dom. Schlumberger 2000 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="als"/>
   <map heading="12"/>
  </resource>
  <resource title="Chalone 2000 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="ccc"/>
   <map heading="22"/>
  </resource>
  <resource title="Byron 1999 Pinot Blanc">
   <map heading="pblanc"/>
   <map heading="cal"/>
   <map heading="28"/>
  </resource>
  <resource title="Kenwood 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="sonoma"/>
   <map heading="16"/>
  </resource>
  <resource title="Hugel 1996 Tradition Gewurtztraminer">
   <map heading="gewur"/>
   <map heading="als"/>
   <map heading="26"/>
  </resource>
  <resource title="Hogue 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="colu"/>
   <map heading="19"/>
  </resource>
  <resource title="Henry Estate 1999 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="ump"/>
   <map heading="14"/>
  </resource>
  <resource title="Geyser Peak 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="sonoma"/>
   <map heading="6"/>
  </resource>
  <resource title="Floodgate 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="sonoma"/>
   <map heading="18"/>
  </resource>
  <resource title="Firestone 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="ccc"/>
   <map heading="11"/>
  </resource>
  <resource title="Fetzer 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="cnc"/>
   <map heading="19"/>
  </resource>
  <resource title="Dom. Schlumberger 1999 GC Kessler Gewurztraminer">
   <map heading="gewur"/>
   <map heading="als"/>
   <map heading="34"/>
  </resource>
  <resource title="De Loach 1999 Late Harvest Gewurztraminer (half-bottle)">
   <map heading="gewur"/>
   <map heading="sonoma"/>
   <map heading="25"/>
  </resource>
  <resource title="De Loach 2000 Early Harvest Gewurztraminer">
   <map heading="gewur"/>
   <map heading="sonoma"/>
   <map heading="12"/>
  </resource>
  <resource title="Covey Run 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="colu"/>
   <map heading="5"/>
  </resource>
  <resource title="Cosentino 1999 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="napa"/>
   <map heading="23"/>
  </resource>
  <resource title="Ch. St. Jean 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="sonoma"/>
   <map heading="13"/>
  </resource>
  <resource title="Ch. Julien 2001 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="ccc"/>
   <map heading="9"/>
  </resource>
  <resource title="Brancott 1997 Patutahi Gewurztraminer">
   <map heading="gewur"/>
   <map heading="nz"/>
   <map heading="26"/>
  </resource>
  <resource title="Bouchaine 1999 Potter Valley Gewurztraminer">
   <map heading="gewur"/>
   <map heading="napa"/>
   <map heading="12"/>
  </resource>
  <resource title="Beringer 2000 Gewurztraminer">
   <map heading="gewur"/>
   <map heading="napa"/>
   <map heading="8"/>
  </resource>
  <resource title="Alexander Valley 2000 Gewurztraminer Estate">
   <map heading="gewur"/>
   <map heading="sonoma"/>
   <map heading="13"/>
  </resource>
  <resource title="Alexander Valley 2001 New Gewurz Gewurztraminer">
   <map heading="gewur"/>
   <map heading="cnc"/>
   <map heading="17"/>
  </resource>
  <resource title="Vinum Cellars 2000 Chard-No-Way (dry Chenin Blanc)">
   <map heading="chen"/>
   <map heading="cal"/>
   <map heading="18"/>
  </resource>
  <resource title="Pine Ridge 2000 Chenin Blanc - Viognier">
   <map heading="chen"/>
   <map heading="napa"/>
   <map heading="16"/>
  </resource>
  <resource title="Marc Bredif 1999 Vouvray (half-bottle)">
   <map heading="chen"/>
   <map heading="loi"/>
   <map heading="5"/>
  </resource>
  <resource title="Marc Bredif 1999 Vouvray">
   <map heading="chen"/>
   <map heading="loi"/>
   <map heading="16"/>
  </resource>
  <resource title="Hogue 2000 Chenin Blanc">
   <map heading="chen"/>
   <map heading="colu"/>
   <map heading="14"/>
  </resource>
  <resource title="Durney 1996 Dry Chenin Blanc">
   <map heading="chen"/>
   <map heading="ccc"/>
   <map heading="19"/>
  </resource>
  <resource title="Durney 1998 Dry Chenin Blanc">
   <map heading="chen"/>
   <map heading="ccc"/>
   <map heading="10"/>
  </resource>
  <resource title="Dry Creek 2000 Dry Chenin Blanc">
   <map heading="chen"/>
   <map heading="sonoma"/>
   <map heading="17"/>
  </resource>
  <resource title="Chappellet 1999 Dry Chenin Blanc">
   <map heading="chen"/>
   <map heading="napa"/>
   <map heading="11"/>
  </resource>
  <resource title="Chappellet 1999 Moelleux Chenin Blanc (half-bottle)">
   <map heading="chen"/>
   <map heading="napa"/>
   <map heading="48"/>
  </resource>
  <resource title="Chappellet 1999 Old Vine Cuvee Chenin Blanc">
   <map heading="chen"/>
   <map heading="napa"/>
   <map heading="13"/>
  </resource>
  <resource title="Callaway 2000 Chenin Blanc Dry">
   <map heading="chen"/>
   <map heading="cal"/>
   <map heading="9"/>
  </resource>
  <resource title="Beringer 2000 Chenin Blanc">
   <map heading="chen"/>
   <map heading="napa"/>
   <map heading="9"/>
  </resource>
  <resource title="Alexander Valley 2000 Dry Chenin Blanc">
   <map heading="chen"/>
   <map heading="cal"/>
   <map heading="18"/>
  </resource>
  <resource title="Joseph Drouhin 2000 Chablis">
   <map heading="chab"/>
   <map heading="bur"/>
   <map heading="24"/>
  </resource>
  <resource title="Albert Pic 1997 Montmains Premier Cru Chablis">
   <map heading="chab"/>
   <map heading="bur"/>
   <map heading="35"/>
  </resource>
  <resource title="Albert Pic 1997 Chablis Grand Cru Grenouilles">
   <map heading="chab"/>
   <map heading="bur"/>
   <map heading="57"/>
  </resource>
  <resource title="Artesa 1999 Napa Chardonnay">
   <map heading="char"/>
   <map heading="napa"/>
   <map heading="25"/>
  </resource>
  <resource title="Artesa 1999 Carneros Chardonnay">
   <map heading="char"/>
   <map heading="carn"/>
   <map heading="21"/>
  </resource>
  <resource title="Arrowood 1998 Reserve Speciale Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="47"/>
  </resource>
  <resource title="Arrowood 1999 Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="36"/>
  </resource>
  <resource title="Arrowood 2000 Grand Archer Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="17"/>
  </resource>
  <resource title="Armida 1998 Russian River Reserve Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="26"/>
  </resource>
  <resource title="Armida 1999 Russian River Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="10"/>
  </resource>
  <resource title="Argyle 1998 Chardonnay Reserve">
   <map heading="char"/>
   <map heading="will"/>
   <map heading="27"/>
  </resource>
  <resource title="Argyle 2000 Chardonnay">
   <map heading="char"/>
   <map heading="will"/>
   <map heading="11"/>
  </resource>
  <resource title="Argyle 1999 Nuthouse Reserve Chardonnay">
   <map heading="char"/>
   <map heading="will"/>
   <map heading="28"/>
  </resource>
  <resource title="Antinori 1999 Cervaro Della Sala">
   <map heading="char"/>
   <map heading="tus"/>
   <map heading="60"/>
  </resource>
  <resource title="Antinori 2000 Umbria Chardonnay">
   <map heading="char"/>
   <map heading="tus"/>
   <map heading="24"/>
  </resource>
  <resource title="Andretti 2000 Chardonnay">
   <map heading="char"/>
   <map heading="napa"/>
   <map heading="29"/>
  </resource>
  <resource title="Anapamu 1999 Chardonnay">
   <map heading="char"/>
   <map heading="ccc"/>
   <map heading="18"/>
  </resource>
  <resource title="Alice White 2001 Chardonnay">
   <map heading="char"/>
   <map heading="at"/>
   <map heading="6"/>
  </resource>
  <resource title="Alexander Valley 1999 Reserve Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="20"/>
  </resource>
  <resource title="Alexander Valley 2000 Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="18"/>
  </resource>
  <resource title="Alderbrook 1999 Chardonnay">
   <map heading="char"/>
   <map heading="sonoma"/>
   <map heading="13"/>
  </resource>
  <resource title="Acacia 2000 Carneros Chardonnay">
   <map heading="char"/>
   <map heading="carn"/>
   <map heading="29"/>
  </resource>
  <resource title="Buena Vista 1998 Zinfandel">
   <map heading="zin"/>
   <map heading="cal"/>
   <map heading="6"/>
  </resource>
  <resource title="Bogle 1999 Old Vines Zinfandel">
   <map heading="zin"/>
   <map heading="sierra"/>
   <map heading="19"/>
  </resource>
  <resource title="Boeger 1998 Walker Zinfandel">
   <map heading="zin"/>
   <map heading="cal"/>
   <map heading="15"/>
  </resource>
  <resource title="Boeger 1999 Walker Zinfandel">
   <map heading="zin"/>
   <map heading="cal"/>
   <map heading="13"/>
  </resource>
  <resource title="Blockheadia Ringnosii 2000 California Zinfandel">
   <map heading="zin"/>
   <map heading="cal"/>
   <map heading="10"/>
  </resource>
  <resource title="Beringer 1998 Founders Estate Zinfandel">
   <map heading="zin"/>
   <map heading="cal"/>
   <map heading="16"/>
  </resource>
  <resource title="Beringer 1997 North Coast Zinfandel">
   <map heading="zin"/>
   <map heading="cnc"/>
   <map heading="11"/>
  </resource>
  <resource title="Beringer 2000 Zinfandel">
   <map heading="zin"/>
   <map heading="cal"/>
   <map heading="6"/>
  </resource>
  <resource title="Benziger 1998 Old Vines Zinfandel">
   <map heading="zin"/>
   <map heading="sonoma"/>
   <map heading="24"/>
  </resource>
  <resource title="Belvedere 1999 Dry Creek Valley Zinfandel">
   <map heading="zin"/>
   <map heading="sonoma"/>
   <map heading="29"/>
  </resource>
  <resource title="Barnwood 1999 Zinfandel">
   <map heading="zin"/>
   <map heading="cal"/>
   <map heading="10"/>
  </resource>
  <resource title="Ballentine 1997 Napa Zinfandel">
   <map heading="zin"/>
   <map heading="napa"/>
   <map heading="14"/>
  </resource>
  <resource title="Ballentine 1998 BGZinfandel">
   <map heading="zin"/>
   <map heading="napa"/>
   <map heading="21"/>
  </resource>
  <resource title="Ballentine 1997 Napa Zinfandel">
   <map heading="zin"/>
   <map heading="napa"/>
   <map heading="15"/>
  </resource>
  <resource title="Armida 1999 Maples Vineyard Zinfandel">
   <map heading="zin"/>
   <map heading="sonoma"/>
   <map heading="22"/>
  </resource>
  <resource title="Amador Foothill 1999 Clockspring Zinfandel">
   <map heading="zin"/>
   <map heading="sierra"/>
   <map heading="13"/>
  </resource>
  <resource title="Amador Foothill 1998 Ferraro Zinfandel">
   <map heading="zin"/>
   <map heading="sierra"/>
   <map heading="10"/>
  </resource>
  <resource title="Alexander Valley 2000 Sin Zin Zinfandel">
   <map heading="zin"/>
   <map heading="sonoma"/>
   <map heading="20"/>
  </resource>
  <resource title="Alderbrook 1999 Zinfandel">
   <map heading="zin"/>
   <map heading="sonoma"/>
   <map heading="23"/>
  </resource>
  <resource title="A. Mano 2000 Puglia Primitivo">
   <map heading="zin"/>
   <map heading="s_italy"/>
   <map heading="18"/>
  </resource>
  <resource title="Fazi-Battaglia 1998 Sangiovese delle Marche">
   <map heading="sang"/>
   <map heading="it-oth"/>
   <map heading="15"/>
  </resource>
  <resource title="Ecco Domani 1998 Sangiovese">
   <map heading="sang"/>
   <map heading="tren"/>
   <map heading="15"/>
  </resource>
  <resource title="Di Majo Norante 2000 Sangiovese">
   <map heading="sang"/>
   <map heading="s_italy"/>
   <map heading="5"/>
  </resource>
  <resource title="Danzante 1999 Sangiovese">
   <map heading="sang"/>
   <map heading="it-oth"/>
   <map heading="19"/>
  </resource>
  <resource title="Clos Du Val 1999 Tre Grazie Sangiovese">
   <map heading="sang"/>
   <map heading="napa"/>
   <map heading="27"/>
  </resource>
  <resource title="Charles Krug 1998 Reserve Sangiovese">
   <map heading="sang"/>
   <map heading="napa"/>
   <map heading="19"/>
  </resource>
  <resource title="Chappellet 1998 Sangiovese">
   <map heading="sang"/>
   <map heading="napa"/>
   <map heading="25"/>
  </resource>
  <resource title="Chameleon Cellars 1999 Sangiovese">
   <map heading="sang"/>
   <map heading="cnc"/>
   <map heading="24"/>
  </resource>
  <resource title="Ch. Julien 1999 Sangiovese">
   <map heading="sang"/>
   <map heading="ccc"/>
   <map heading="10"/>
  </resource>
  <resource title="Cecchi 1999 Sangiovese di Toscana">
   <map heading="sang"/>
   <map heading="tus"/>
   <map heading="8"/>
  </resource>
  <resource title="Caparzo 1995 Brunello di Montalcino">
   <map heading="sang"/>
   <map heading="tus"/>
   <map heading="61"/>
  </resource>
  <resource title="Cambiaso 1997 Sangiovese">
   <map heading="sang"/>
   <map heading="cal"/>
   <map heading="16"/>
  </resource>
  <resource title="Ca Vesta 1997 Sangiovese - Mendocino">
   <map heading="sang"/>
   <map heading="cnc"/>
   <map heading="19"/>
  </resource>
  <resource title="Bodega Norton 1998 Sangiovese">
   <map heading="sang"/>
   <map heading="ar"/>
   <map heading="14"/>
  </resource>
  <resource title="Beaulieu - BV 1998 Signet Collection Sangiovese">
   <map heading="sang"/>
   <map heading="napa"/>
   <map heading="24"/>
  </resource>
  <resource title="Badia a Coltibuono 2000 Cancelli Sangiovese">
   <map heading="sang"/>
   <map heading="tus"/>
   <map heading="19"/>
  </resource>
  <resource title="Atlas Peak 1997 Reserve Sangiovese">
   <map heading="sang"/>
   <map heading="napa"/>
   <map heading="38"/>
  </resource>
  <resource title="Atlas Peak 1999 Sangiovese">
   <map heading="sang"/>
   <map heading="napa"/>
   <map heading="14"/>
  </resource>
  <resource title="Antinori 2000 Santa Cristina">
   <map heading="sang"/>
   <map heading="tus"/>
   <map heading="14"/>
  </resource>
  <resource title="Amador Foothill 2000 Sangiovese">
   <map heading="sang"/>
   <map heading="sierra"/>
   <map heading="14"/>
  </resource>
  <resource title="Stags Leap Winery 1998 Petite Sirah">
   <map heading="pet"/>
   <map heading="napa"/>
   <map heading="34"/>
  </resource>
  <resource title="Parducci 1999 Petite Sirah">
   <map heading="pet"/>
   <map heading="cnc"/>
   <map heading="16"/>
  </resource>
  <resource title="Mirassou 1998 Harvest Reserve Petite Sirah">
   <map heading="pet"/>
   <map heading="ccc"/>
   <map heading="13"/>
  </resource>
  <resource title="Markham 1998 Petite Sirah">
   <map heading="pet"/>
   <map heading="napa"/>
   <map heading="26"/>
  </resource>
  <resource title="Hidden Cellars 1998 Petite Syrah">
   <map heading="pet"/>
   <map heading="cnc"/>
   <map heading="11"/>
  </resource>
  <resource title="Guenoc 1998 North Coast Petite Sirah">
   <map heading="pet"/>
   <map heading="cnc"/>
   <map heading="15"/>
  </resource>
  <resource title="Girard 1999 Petite Syrah">
   <map heading="pet"/>
   <map heading="napa"/>
   <map heading="24"/>
  </resource>
  <resource title="Foppiano 1999 Petite Sirah">
   <map heading="pet"/>
   <map heading="cal"/>
   <map heading="11"/>
  </resource>
  <resource title="Fife 1999 Redhead Vineyard Petite Syrah">
   <map heading="pet"/>
   <map heading="napa"/>
   <map heading="25"/>
  </resource>
  <resource title="EOS 1999 Petite Sirah">
   <map heading="pet"/>
   <map heading="ccc"/>
   <map heading="24"/>
  </resource>
  <resource title="De Loach 1998 Petite Syrah Flagstaff Ranch">
   <map heading="pet"/>
   <map heading="sonoma"/>
   <map heading="23"/>
  </resource>
  <resource title="David Bruce 1999 Central Coast Petite Syrah">
   <map heading="pet"/>
   <map heading="ccc"/>
   <map heading="13"/>
  </resource>
  <resource title="Concannon 1998 Select Petite Sirah">
   <map heading="pet"/>
   <map heading="cal"/>
   <map heading="13"/>
  </resource>
  <resource title="Concannon 1997 Reserve Petite Sirah">
   <map heading="pet"/>
   <map heading="ccc"/>
   <map heading="27"/>
  </resource>
  <resource title="Bogle 1999 Petite Sirah">
   <map heading="pet"/>
   <map heading="cal"/>
   <map heading="5"/>
  </resource>
  <resource title="Boeger 1998 Reserve Petite Sirah">
   <map heading="pet"/>
   <map heading="cal"/>
   <map heading="29"/>
  </resource>
  <resource title="Bel Arbor 2000 Merlot">
   <map heading="mer"/>
   <map heading="cal"/>
   <map heading="6"/>
  </resource>
  <resource title="Beaulieu - BV 1998 Napa Valley Merlot">
   <map heading="mer"/>
   <map heading="napa"/>
   <map heading="28"/>
  </resource>
  <resource title="Beaulieu - BV 1999 Coastal Merlot">
   <map heading="mer"/>
   <map heading="cal"/>
   <map heading="15"/>
  </resource>
  <resource title="Barwang 1997 Coonawarra Merlot">
   <map heading="mer"/>
   <map heading="at"/>
   <map heading="13"/>
  </resource>
  <resource title="Barnwood 1999 Merlot">
   <map heading="mer"/>
   <map heading="ccc"/>
   <map heading="14"/>
  </resource>
  <resource title="Banrock 2000 Merlot">
   <map heading="mer"/>
   <map heading="at"/>
   <map heading="7"/>
  </resource>
  <resource title="Bandiera 2000 Merlot Vineyard Reserve">
   <map heading="mer"/>
   <map heading="cal"/>
   <map heading="5"/>
  </resource>
  <resource title="Ballentine 1997 Merlot">
   <map heading="mer"/>
   <map heading="napa"/>
   <map heading="23"/>
  </resource>
  <resource title="Avignonesi 1996 Merlot">
   <map heading="mer"/>
   <map heading="tus"/>
   <map heading="58"/>
  </resource>
  <resource title="Atalon 1997 Mountain Estate Merlot">
   <map heading="mer"/>
   <map heading="napa"/>
   <map heading="53"/>
  </resource>
  <resource title="Atalon 1998 Merlot">
   <map heading="mer"/>
   <map heading="napa"/>
   <map heading="42"/>
  </resource>
  <resource title="Artesa 1997 Sonoma Merlot">
   <map heading="mer"/>
   <map heading="sonoma"/>
   <map heading="20"/>
  </resource>
  <resource title="Artesa 1998 Napa Merlot">
   <map heading="mer"/>
   <map heading="napa"/>
   <map heading="26"/>
  </resource>
  <resource title="Arrowood 1998 Merlot">
   <map heading="mer"/>
   <map heading="sonoma"/>
   <map heading="44"/>
  </resource>
  <resource title="Arrowood 1998 Grand Archer Merlot">
   <map heading="mer"/>
   <map heading="sonoma"/>
   <map heading="22"/>
  </resource>
  <resource title="Armida 1998 Russian River Merlot">
   <map heading="mer"/>
   <map heading="sonoma"/>
   <map heading="20"/>
  </resource>
  <resource title="Andrew Will 1998 Klipsun Vineyard Merlot">
   <map heading="mer"/>
   <map heading="yak"/>
   <map heading="44"/>
  </resource>
  <resource title="Andrew Rich 1998 Merlot">
   <map heading="mer"/>
   <map heading="yak"/>
   <map heading="14"/>
  </resource>
  <resource title="Andretti 1998 Merlot">
   <map heading="mer"/>
   <map heading="napa"/>
   <map heading="25"/>
  </resource>
  <resource title="Alexander Valley 1999 Merlot">
   <map heading="mer"/>
   <map heading="sonoma"/>
   <map heading="26"/>
  </resource>
  <resource title="Archery Summit 1997 Estate Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="72"/>
  </resource>
  <resource title="Archery Summit 1997 Red Hills Estate Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="61"/>
  </resource>
  <resource title="Archery Summit 1999 Premier Cuvee Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="40"/>
  </resource>
  <resource title="Archery Summit 1999 Archery Summit Estate Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="109"/>
  </resource>
  <resource title="Archery Summit 1999 Arcus Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="84"/>
  </resource>
  <resource title="Archery Summit 2000 Premier Cuvee Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="42"/>
  </resource>
  <resource title="Arcadian 1997 Pinot Noir">
   <map heading="pnoir"/>
   <map heading="ccc"/>
   <map heading="73"/>
  </resource>
  <resource title="Andretti 1997 Pinot Noir">
   <map heading="pnoir"/>
   <map heading="napa"/>
   <map heading="15"/>
  </resource>
  <resource title="Anapamu 1998 Pinot Noir">
   <map heading="pnoir"/>
   <map heading="ccc"/>
   <map heading="17"/>
  </resource>
  <resource title="Alexander Valley 1999 Pinot Noir">
   <map heading="pnoir"/>
   <map heading="sonoma"/>
   <map heading="27"/>
  </resource>
  <resource title="Alderbrook 1999 Pinot Noir">
   <map heading="pnoir"/>
   <map heading="cal"/>
   <map heading="27"/>
  </resource>
  <resource title="Adelsheim 1999 Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="28"/>
  </resource>
  <resource title="Adelsheim 1998 Bryan Creek Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="35"/>
  </resource>
  <resource title="Adelsheim 1998 Elizabeths Reserve Pinot Noir">
   <map heading="pnoir"/>
   <map heading="will"/>
   <map heading="44"/>
  </resource>
  <resource title="Acacia 2000 Pinot Noir">
   <map heading="pnoir"/>
   <map heading="carn"/>
   <map heading="25"/>
  </resource>
  <resource title="Acacia 1999 Beckstoffer Pinot Noir">
   <map heading="pnoir"/>
   <map heading="carn"/>
   <map heading="64"/>
  </resource>
  <resource title="Acacia 1999 Iund Pinot Noir">
   <map heading="pnoir"/>
   <map heading="carn"/>
   <map heading="53"/>
  </resource>
  <resource title="Acacia 1999 Desoto Vineyard Pinot Noir">
   <map heading="pnoir"/>
   <map heading="carn"/>
   <map heading="68"/>
  </resource>
  <resource title="Acacia 1998 Pinot Noir Lee">
   <map heading="pnoir"/>
   <map heading="carn"/>
   <map heading="65"/>
  </resource>
  <resource title="Acacia 2000 Pinot Noir (half-bottle)">
   <map heading="pnoir"/>
   <map heading="carn"/>
   <map heading="12"/>
  </resource>
  <resource title="Castello di Ama 1998 Chianti Classico">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="38"/>
  </resource>
  <resource title="Castello D&apos;Albola 1999 Chianti Classico">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="14"/>
  </resource>
  <resource title="Castello D&apos;Albola 1995 Chianti Classico Riserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="21"/>
  </resource>
  <resource title="Castellare 1995 I Sodi S. Niccolo">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="67"/>
  </resource>
  <resource title="Castellare 1998 Chianti Classico Riserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="27"/>
  </resource>
  <resource title="Capezzana 1996 Montalbano Chianti D.O.C.G.">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="16"/>
  </resource>
  <resource title="Brolio 1998 Chianti Classico">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="15"/>
  </resource>
  <resource title="Banfi 2000 DOCG Estate Bottled Flask Chianti">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="10"/>
  </resource>
  <resource title="Banfi 1998 Chianti Classico Riserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="12"/>
  </resource>
  <resource title="Banfi 2000 DOCG Estate Bottled Flask Chianti (half-bottle)">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="6"/>
  </resource>
  <resource title="Badia a Coltibuono 1997 Chianti Classico Riserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="35"/>
  </resource>
  <resource title="Badia a Coltibuono 1999 Roberto Stucchi Chianti Classico">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="29"/>
  </resource>
  <resource title="Badia a Coltibuono 1999 Cetamura Chianti">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="10"/>
  </resource>
  <resource title="Badia a Coltibuono 1999 Chianti Classico">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="26"/>
  </resource>
  <resource title="Badia a Coltibuono 1999 Roberto Stucchi Chianti Classico (half-bottle)">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="11"/>
  </resource>
  <resource title="Antinori 1997 Tenute Marchese Chianti Classico Riserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="46"/>
  </resource>
  <resource title="Antinori 1997 Badia a Passignano Chianti Classico Reserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="49"/>
  </resource>
  <resource title="Antinori 1998 Chianti Classico Riserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="27"/>
  </resource>
  <resource title="Antinori 1999 Chianti Classico Peppoli">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="28"/>
  </resource>
  <resource title="Antinori 1998 Tenute Marchese Chianti Classico Riserva">
   <map heading="chi"/>
   <map heading="tus"/>
   <map heading="49"/>
  </resource>
  <resource title="DeLille 1997 Harrison Hill Red">
   <map heading="cabm"/>
   <map heading="colu"/>
   <map heading="47"/>
  </resource>
  <resource title="DeLille 1997 Chaleur Estate Red">
   <map heading="cabm"/>
   <map heading="colu"/>
   <map heading="47"/>
  </resource>
  <resource title="Covey Run 1999 Cabernet Merlot">
   <map heading="cabm"/>
   <map heading="colu"/>
   <map heading="7"/>
  </resource>
  <resource title="Cosentino 1997 M. Coz Meritage">
   <map heading="cabm"/>
   <map heading="napa"/>
   <map heading="78"/>
  </resource>
  <resource title="Cosentino 1998 The Poet Red Meritage">
   <map heading="cabm"/>
   <map heading="napa"/>
   <map heading="55"/>
  </resource>
  <resource title="Constant 1997 Diamond Mountain Vineyard">
   <map heading="cabm"/>
   <map heading="napa"/>
   <map heading="150"/>
  </resource>
  <resource title="Concha y Toro 2000 Cabernet Sauvignon/Merlot">
   <map heading="cabm"/>
   <map heading="cl"/>
   <map heading="8"/>
  </resource>
  <resource title="Columbia Crest 1999 Merlot/Cabernet Sauvignon">
   <map heading="cabm"/>
   <map heading="colu"/>
   <map heading="9"/>
  </resource>
  <resource title="Clos du Bois 1997 Marlstone">
   <map heading="cabm"/>
   <map heading="cal"/>
   <map heading="33"/>
  </resource>
  <resource title="Chimney Rock 1998 Elevage">
   <map heading="cabm"/>
   <map heading="napa"/>
   <map heading="60"/>
  </resource>
  <resource title="Byington 1998 Alliage - Red Meritage">
   <map heading="cabm"/>
   <map heading="sonoma"/>
   <map heading="26"/>
  </resource>
  <resource title="Black Opal 1999 Cabernet/Merlot">
   <map heading="cabm"/>
   <map heading="at"/>
   <map heading="17"/>
  </resource>
  <resource title="Bernardus 1997 Marinus - Meritage">
   <map heading="cabm"/>
   <map heading="ccc"/>
   <map heading="48"/>
  </resource>
  <resource title="Beaulieu - BV 1998 Tapestry Reserve">
   <map heading="cabm"/>
   <map heading="cal"/>
   <map heading="40"/>
  </resource>
  <resource title="Andrew Will 1998 Sorella (1.5 L)">
   <map heading="cabm"/>
   <map heading="colu"/>
   <map heading="127"/>
  </resource>
  <resource title="Andrew Will 1998 Sorella">
   <map heading="cabm"/>
   <map heading="colu"/>
   <map heading="62"/>
  </resource>
  <resource title="Andrew Will 1998 Sorella">
   <map heading="cabm"/>
   <map heading="colu"/>
   <map heading="68"/>
  </resource>
  <resource title="Andretti 1999 Claret">
   <map heading="cabm"/>
   <map heading="napa"/>
   <map heading="14"/>
  </resource>
  <resource title="B&amp;G 2000 Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="bur"/>
   <map heading="58"/>
  </resource>
  <resource title="Atalon 1997 Mountain Estate Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="napa"/>
   <map heading="103"/>
  </resource>
  <resource title="Atalon 1998 Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="napa"/>
   <map heading="68"/>
  </resource>
  <resource title="Artesa 1998 Napa Valley Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="napa"/>
   <map heading="30"/>
  </resource>
  <resource title="Artesa 1998 Alexander Valley Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="sonoma"/>
   <map heading="31"/>
  </resource>
  <resource title="Arrowood 1999 Grand Archer Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="sonoma"/>
   <map heading="26"/>
  </resource>
  <resource title="Armida 1998 Scharf Vineyard Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="sonoma"/>
   <map heading="33"/>
  </resource>
  <resource title="Apex 1996 Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="colu"/>
   <map heading="31"/>
  </resource>
  <resource title="Antinori 1998 Solaia">
   <map heading="cab"/>
   <map heading="tus"/>
   <map heading="160"/>
  </resource>
  <resource title="Andrew Will 1998 Pepper Bridge Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="wall"/>
   <map heading="43"/>
  </resource>
  <resource title="Andrew Will 1998 Mercer Estate Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="colu"/>
   <map heading="43"/>
  </resource>
  <resource title="Andrew Will 1998 Klipsun Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="yak"/>
   <map heading="64"/>
  </resource>
  <resource title="Andrew Will 1998 Seven Hills Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="wall"/>
   <map heading="32"/>
  </resource>
  <resource title="Andrew Will 1998 Seven Hills Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="wall"/>
   <map heading="44"/>
  </resource>
  <resource title="Andrew Will 1998 Mercer Estate Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="colu"/>
   <map heading="46"/>
  </resource>
  <resource title="Andretti 1997 Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="napa"/>
   <map heading="21"/>
  </resource>
  <resource title="Alice White 2000 Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="at"/>
   <map heading="8"/>
  </resource>
  <resource title="Alexander Valley 1999 Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="sonoma"/>
   <map heading="27"/>
  </resource>
  <resource title="Alexander Valley 1999 Cabernet Sauvignon (half-bottle)">
   <map heading="cab"/>
   <map heading="sonoma"/>
   <map heading="11"/>
  </resource>
  <resource title="Alamos 1999 Mendoza Cabernet Sauvignon">
   <map heading="cab"/>
   <map heading="ar"/>
   <map heading="17"/>
  </resource>
  <resource title="Vietti 1997 Barbera d&apos;Asti La Crena">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="41"/>
  </resource>
  <resource title="Seghesio 1999 Barbera">
   <map heading="bar"/>
   <map heading="sonoma"/>
   <map heading="29"/>
  </resource>
  <resource title="Prunotto 1997 Barbera d&apos;Alba Costamiole">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="62"/>
  </resource>
  <resource title="Prunotto 1997 Barbera d&apos;Alba Pian Romualdo">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="21"/>
  </resource>
  <resource title="Prunotto 2000 Barbera d&apos;Asti Fiulot">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="16"/>
  </resource>
  <resource title="Pio Cesare 1998 Barbera d Alba">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="27"/>
  </resource>
  <resource title="Pio Cesare 1997 Fides Barbera">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="40"/>
  </resource>
  <resource title="Montevina 1998 Barbera">
   <map heading="bar"/>
   <map heading="sierra"/>
   <map heading="18"/>
  </resource>
  <resource title="Mondavi 1998 La Famiglia Barbera">
   <map heading="bar"/>
   <map heading="cal"/>
   <map heading="27"/>
  </resource>
  <resource title="Michele Chiarlo 1998 Barbera dAsti">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="14"/>
  </resource>
  <resource title="Michele Chiarlo 1996 Valle Del Sole Barbera">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="39"/>
  </resource>
  <resource title="Marcarini 1999 Barbera dAlba Ciabot Camerano">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="13"/>
  </resource>
  <resource title="Luigi Einaudi 1999 Barbera Piedmont">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="26"/>
  </resource>
  <resource title="Ca&apos; Bianca 1999 Barbera dAsti">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="19"/>
  </resource>
  <resource title="Ca Rome 1998 La Gamberaja Barbera d Alba">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="29"/>
  </resource>
  <resource title="Ca Rome 1999 La Gamberaja Barbera d Alba">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="31"/>
  </resource>
  <resource title="Giacosa 1999 Barbera dAlba">
   <map heading="bar"/>
   <map heading="pied"/>
   <map heading="25"/>
  </resource>
 </resources>
</facetmap>
