<?xml version="1.0"?>
<!DOCTYPE ebay SYSTEM "ebay.dtd">
<ebay>
  <person id="p001" e-mail="kalle@vermessung.ugoe.de">
   <name>Carl Friedrich Gauss</name>
   <address street="Bunsenstrasse 3" zip="37075" city="Goettingen"/>
  </person>
  <person id="p043" e-mail="gottel@bergwerk.tuc.de">
   <name>Gottfried Wilhelm Leibniz</name>
   <address street="Hauptstrasse 1" zip="38678" city="Clausthal"/>
  </person>
  <person id="p045" e-mail="hannes@rheinbegradigung.uka.de">
   <name>Johann Gottfried Tulla</name>
   <address street="Tullastrasse 42" zip="76131" city="Karlsruhe"/>
  </person>

  <category name="Electronics" has-subcategory="Computer Digicam"/>
  <category name="Computer" subcategory-of="Electronics"
                            has-subcategory="PC Laptop"/>
  <category name="Laptop" subcategory-of="Computer"/>
  <category name="PC" subcategory-of="Computer"/>
  <category name="Entertainment" has-subcategory="Book CD"/>
  <category name="Camera" has-subcategory="Digicam"/>
  <category name="Digicam" subcategory-of="Camera Electronics"/>
  <category name="Book" subcategory-of="Entertainment"/>
  <category name="CD" subcategory-of="Entertainment"
                      has-subcategory="Music-CD Game-CD"/>
  <category name="Music-CD" subcategory-of="CD"/>
  <category name="Game-CD" subcategory-of="CD Computer"/>
  <category name="Car"/>

  <auction id="a001" seller="p043" start="10.07.2007" end="20.07.2007">
    <object category="Laptop">
      <type>Dell Latitude X200</type>
      <year>2003</year>
      <description>the "e" button is broken</description>
      <start-price>200.00</start-price>
    </object>
    <bid bidder="p001" date="18.07.2007 12:34" price="200.00"/>
    <bid bidder="p045" date="19.07.2007 08:00" price="210.00"/>
    <bid bidder="p001" date="19.07.2007 08:03" price="215.00"/>
  </auction>
  <auction id="a002" seller="p001" start="12.07.2007" end="22.07.2007">
    <object category="Music-CD">
      <type>ABBA Gold</type>
      <year>2000</year>
      <start-price>1.00</start-price>
    </object>
    <bid bidder="p045" date="15.07.2007 22:30" price="1.16"/>
    <bid bidder="p001" date="15.07.2007 22:30" price="100.00"/>
    <bid bidder="p045" date="15.07.2007 22:30" price="110.00"/>
  </auction>
</ebay>
