Sorry. The table tags have description also.
<tables>
<table name=”table_1″ description=”This has employee info”>
<field name=”field_1″ type=”char” description=”It is field one under first table” />
<field name=”field_2″ type=”char” description=”It is field two under first table” />
</table>
<table name=”table_2″ description=”This has projects info”>
<field name=”field_3″ type=”char” description=”It is field three under second table” />
<field name=”field_4″ type=”char” description=”It is field four under second table” />
</table>
</tables>
The table tag and field tags have data in attributes. Same attribute ‘name’ exists in table and field tags.
…….
Radha