16 lines
360 B
XML
16 lines
360 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!--
|
||
|
Name: bot.xsd
|
||
|
Purpose: Used by check.sh for offline checking of the configuration.
|
||
|
Author: Mike Wetherell
|
||
|
Copyright: (c) 2007 Mike Wetherell
|
||
|
Licence: wxWindows licence
|
||
|
-->
|
||
|
|
||
|
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
||
|
<element name="bot">
|
||
|
<!-- todo -->
|
||
|
</element>
|
||
|
</schema>
|