<Ui xmlns="http://www.blizzard.com/wow/ui/">

  <!-- Frame to handle all core events -->
  <Frame name="AuctionatorCore">
    <Scripts>
      <OnLoad>
        Auctionator.Debug.Message("AuctionatorCore Frame", "OnLoad")
        Auctionator.Events.CoreFrameLoaded(self)
       </OnLoad>
      <OnEvent>
        Auctionator.Events.Handler(self, event, ...)
      </OnEvent>
    </Scripts>
  </Frame>
</Ui>
