<?xml version="1.0"?>
<!-- reverseAuction.com which uses a traditional Dutch auction where the price
     is continually dropping until someone finally bids -->

<auction>
  <biddingRules>
    <multipleBuyers>true</multipleBuyers>
    <multipleSellers>false</multipleSellers>
    <bidDivisible>false</bidDivisible>
    <sellerBidDominance>descending</sellerBidDominance>
    <buyerBidDominance>none</buyerBidDominance>
    <expressiveness>singleUnit</expressiveness>
    <beatTheQuote>
      <agent>seller</agent>
    </beatTheQuote>
    <withdrawalAllowed>false</withdrawalAllowed>
  </biddingRules>

  <informationRevelation>
    <quoteBid>false</quoteBid>
    <quoteAsk>true</quoteAsk>
    <quoteTiming><scheduled/></quoteTiming>
    <orderBook>winner</orderBook>
    <showPrices>true</showPrices>
    <showQuantity>true</showQuantity>
    <showIdentity>true</showIdentity>
  </informationRevelation>

  <clearingPolicy>
    <clearTiming><activity/></clearTiming>
    <closingCondition><activity/></closingCondition>
    <matchingFunction>k=1</matchingFunction>
    <tieBreaker>earliest</tieBreaker>
    <auctioneerFees>nonlinear</auctioneerFees>
  </clearingPolicy>
</auction>


