<TAB> : Tab

ROLE

This tag enables to define the name of the tab to which a field belongs. Inside the graphical user interface, all the field of a same class that have the same tab are gathered. Such tabs may only appear inside form windows.

ATTRIBUTES

<!ATTLIST TAB
	  id ID #IMPLIED
	  value CDATA #REQUIRED>
Attribute Mand. Description Default
id no Identifier of the tab  
value yes Name of the tab.  

ELEMENTS

<!ELEMENT TAB 
	  (PREFIX?)>
Element Mand. Mult. Description
PREFIX no no Image associated to the tab.

SAMPLE

<TAB value="Common data"/>