Data Model Documentation

 

group

The group element, containing a label, and a set of items to be grouped under that label.

Description

Typically the grouping will be styled using a large brace with the label to the left or right.

The position of the label is defined by the labelPosition attribute, and the style of grouping by the style attribute.

DTD declaration

<!ELEMENT group (groupLabel+, groupItem+)>

Children

Attributes

Name

Type

Value

id

ID

#IMPLIED

labelPosition

(left | right | both)

#IMPLIED

role

CDATA

#IMPLIED

style

CDATA

#IMPLIED

Parents