<?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>

    <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>

    <group>
        <group_id>1001</group_id>
        <listing_id>435621</listing_id>
        <coupon_id>201</coupon_id>
    </group>
</listings>

