<GROUP> : Group

ROLE

This element defines the group and its associated string of an object of the data model. All objects that have the same group are gathered inside the graphical user interface. The string of the group is the label that is displayed inside the application. This enables to gather icon buttons inside a tool bar, to gather menu items inside submenu, to gather field items inside a form...

ATTRIBUTES

<!ATTLIST GROUP
	  id ID #IMPLIED
	  value CDATA #IMPLIED
	  state ( OPENED | CLOSED | FIXED) "OPENED">
Attribute Mand. Description Default
id no Identifier of the group.  
value no Name of the group.  
state no State of the group : opened, closed or fixed (always opened, can't be closed). This attribute is not used in current version. OPENED

ELEMENTS

<!ELEMENT GROUP 
	  (PREFIX?,
	   CONSTRAINT?)>
Element Mand. Mult. Description
PREFIX no no Image associated to the group.
CONSTRAINT no no Constraint used fo positionning the group in forms.

SAMPLE

<GROUP value="Administrative data"/>