<?xml version='1.0'?>
<!DOCTYPE mysql_table SYSTEM "/amd/nfs/phoenix/disk/ptn119/s0455368/xml/assign/mysqltable.dtd" >
<?xml-stylesheet type="text/xsl" href="desc.xsl" ?>
<mysql_table tbl_name='test_table'>
<table_definition>
<column_definition col_name='afield' null='NOT_NULL'>
<type>
<VARCHAR length='30'/>
</type>
</column_definition>
<column_definition col_name='blobme'>
<type>
<BLOB/>
</type>
</column_definition>
<column_definition col_name='sickenum'>
<type>
<ENUM>
<SET_ITEM value='choice1'/>
<SET_ITEM value='choice2'/>
</ENUM>
</type>
</column_definition>
</table_definition><table_options AUTO_INCREMENT='3'>
<ENGINE value='InnoDB'/>
</table_options>
</mysql_table>
