Redefines the main XML Query Language schema in XE to validate SQL DELETE
statements.
XpressEngine is an open source framework for creating your web sites.
http://xpressengine.org/
File: tools/xml_delete.xsd
Author: Adrian Constantin, Arnia Software (adrian.constantin@arnia.ro)
Date: 09 mar 2012
Re-define SqlStatementType for a DELETE statement: include only the
<tables>, <conditions> and <index_hint> elements.
<conditions> could be made a required element to prevent truncating
an entire table by mistake.