bot.xsd 360 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <!--
  3. Name: bot.xsd
  4. Purpose: Used by check.sh for offline checking of the configuration.
  5. Author: Mike Wetherell
  6. Copyright: (c) 2007 Mike Wetherell
  7. Licence: wxWindows licence
  8. -->
  9. <schema xmlns="http://www.w3.org/2001/XMLSchema">
  10. <element name="bot">
  11. <!-- todo -->
  12. </element>
  13. </schema>