XML Schema Definition (.xsd) for the XML Schema Language for XpressEngine.
XpressEngine is an open source framework for creating your web sites.
http://xpressengine.org/
XML Schema Language currently supports SQL CREATE TABLE statements only.
Author: Adrian Constantin, Arnia Software (adrian.constantin@arnia.ro)
Date: 22 mar 2012
The types defined here closely model the behavior of php classes in
classes/db/DB*.class.php
Possible column types. Value "tinytext" is only supported by
CUBRID.
Non-empty string (to be used as a name).
XML Element type to represent a column definition in a
SQL CREATE TABLE statement.
Attribute 'size' should only be used for string and numeric
column types.
Attribute 'auto_increment' is only supported by SQL Server
and mysql.
The table name "sequence" is reserved by XE.
The document element, representing a SQL CREATE TABLE
statement.