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

<listings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://code.google.com/apis/coupons/coupon_feed.xsd">
    <language>en</language>
    <provider_info>
        <provider_name>Coupon Aggegrators, Inc.</provider_name>
        <provider_logo>http://www.example.com/coupon_aggregator_logo.gif</provider_logo>
        <provider_url>http://www.example.com/coupon_aggregator</provider_url>
    </provider_info>
    <datum>WGS84</datum>
    <listing>
        <listing_id>435621</listing_id>
        <name>Magic Pizza</name>
        <address format="simple">
            <component name="addr1">222 Anytown St.</component>
            <component name="city">Mountain View</component>
            <component name="province">CA</component>
            <component name="postal_code">94043</component>
        </address>
        <country>US</country>
        <latitude>37.455809</latitude>
        <longitude>-122.149710</longitude>
        <phone type="main">(650) 555-1212</phone>
        <phone type="fax">(650) 555-1234</phone>
        <category>Restaurants - Pizza</category>
        <category>Restaurants - Italian</category>
        <date month="12" day="10" year="2004"/>
    </listing>
    <listing>
        <listing_id>435622</listing_id>
        <name>Magic Pizza Delivery</name>
        <address format="simple">
            <component name="addr1">100 Main St.</component>
            <component name="city">Palo Alto</component>
            <component name="province">CA</component>
            <component name="postal_code">94301</component>
        </address>
        <country>US</country>
        <phone type="main">(650) 555-1213</phone>
        <category>Restaurants - Italian</category>
        <date month="12" day="10" year="2004"/>
    </listing>
    <listing>
        <listing_id>435623</listing_id>
        <name>Falafel Hut</name>
        <address format="simple">
            <component name="addr1">246 Anytown St.</component>
            <component name="city">Mountain View</component>
            <component name="province">CA</component>
            <component name="postal_code">94043</component>
        </address>
        <country>US</country>
        <phone type="main">(650) 555-1215</phone>
        <category>Restaurants - Middle Eastern</category>
        <date month="12" day="10" year="2004"/>
    </listing>

    <coupon>
        <coupon_id>201</coupon_id>
        <business_name>Magic Pizza</business_name>
        <coupon_title>Magic Delivery Special #1</coupon_title>
        <subtitle>Extra pizza - just $5.</subtitle>
        <details>Buy one pizza at regular price, get a second pizza for $5.</details>
        <expiry_date>
            <date month="12" day="10" year="2007"/>
        </expiry_date>
        <merchant_offer_id>77P4RT</merchant_offer_id>
        <image_url>http://magicpizza.example.com/second_for_five.gif</image_url>
        <searchable>false</searchable>
        <CODE_128>GU-471211</CODE_128>
    </coupon>
    <coupon>
        <coupon_id>202</coupon_id>
        <business_name>Magic Pizza</business_name>
        <coupon_title>Magic Delivery Special #2</coupon_title>
        <subtitle>Free small pizza!</subtitle>
        <details>Get a free small pizza with the purchase of any large pizza.</details>
        <expiry_date>
            <date month="12" day="10" year="2007"/>
        </expiry_date>
    </coupon>
    <coupon>
        <coupon_id>203</coupon_id>
        <business_name>Magic Pizza</business_name>
        <coupon_title>Magic Eat-In Special</coupon_title>
        <subtitle>Eat dessert for free.</subtitle>
        <details>Get a free ice cream sundae with purchase of any entree.</details>
        <expiry_date>
            <date month="12" day="10" year="2007"/>
        </expiry_date>
    </coupon>
    <coupon>
        <coupon_id>204</coupon_id>
        <business_name>Mountain View Shopping Center</business_name>
        <coupon_title>Free soda!</coupon_title>
        <details>Valid at all Mountain View Shopping Center restaurants.</details>
        <expiry_date>
            <date month="12" day="10" year="2007"/>
        </expiry_date>
    </coupon>

    <listing_collection>
        <listing_collection_id>
            Magic-Pizza-Restaurants
        </listing_collection_id>
        <listing_id>435621</listing_id>
        <listing_id>435622</listing_id>
    </listing_collection>
    <listing_collection>
        <listing_collection_id>
            Mountain-View-Shopping-Center-Restaurants
        </listing_collection_id>
        <listing_id>435621</listing_id>
        <listing_id>435623</listing_id>
    </listing_collection>

    <coupon_collection>
        <coupon_collection_id>
            Magic-Pizza-Delivery-Coupons
        </coupon_collection_id>
        <coupon_id>201</coupon_id>
        <coupon_id>202</coupon_id>
    </coupon_collection>

    <group>
        <group_id>1</group_id>
        <listing_collection_id>Magic-Pizza-Restaurants</listing_collection_id>
        <coupon_collection_id>Magic-Pizza-Delivery-Coupons</coupon_collection_id>
    </group>
    <group>
        <group_id>2</group_id>
        <listing_id>435621</listing_id>
        <coupon_id>203</coupon_id>
    </group>
    <group>
        <group_id>3</group_id>
        <listing_collection_id>Mountain-View-Shopping-Center-Restaurants</listing_collection_id>
        <coupon_id>204</coupon_id>
    </group>
</listings>

