<?xml version='1.0'?>
<!DOCTYPE mysql_table SYSTEM "/amd/nfs/phoenix/disk/ptn119/s0455368/xml/assign/mysqltable.dtd" >
<mysql_table tbl_name='anc_products'>
<table_definition>
<column_definition col_name='id' null='NOT_NULL' AUTO_INCREMENT='yes'>
<type>
<INT length='11'/>
</type>
</column_definition><column_definition col_name='SKU' null='NOT_NULL' DEFAULT='0'>
<type>
<INT length='11'/>
</type>
</column_definition><column_definition col_name='sName' null='NOT_NULL'>
<type>
<TEXT/>
</type>
</column_definition><column_definition col_name='sDescription'>
<type>
<TEXT/>
</type>
</column_definition><column_definition col_name='bFreeShipping' null='NOT_NULL' DEFAULT='0'>
<type>
<TINYINT length='1'/>
</type>
</column_definition><column_definition col_name='nCategory' null='NOT_NULL' DEFAULT='-1'><type>
<INT length='11'/>
</type></column_definition><column_definition col_name='eGender' null='NOT_NULL' DEFAULT='u'><type>
<ENUM>
<SET_ITEM value='m'/>
<SET_ITEM value='w'/>
<SET_ITEM value='u'/>
</ENUM>
</type></column_definition><column_definition col_name='nOrder' null='NOT_NULL' DEFAULT='1'><type>
<INT length='11'/>
</type></column_definition><column_definition col_name='sFeatureColor'><type>
<TEXT/>
</type></column_definition><PRIMARY_KEY>
<index_col_name>id</index_col_name>
</PRIMARY_KEY>
<KEY index_name='ix_sname'><index_col_name>sName</index_col_name>
</KEY>
<KEY index_name='ix_sku'><index_col_name>SKU</index_col_name></KEY>
</table_definition><table_options AUTO_INCREMENT='7'>
<TYPE value='MyISAM'/>
</table_options>
</mysql_table>
