User Guide
Group EDML file tags 267
name
Description
This attribute names a particular participant to be included in the group. The name attribute on
the
groupParticipant tag should be the same as the filename of the participant (without the
.edml file extension).
Parent
groupParticipant
Type
Attribute.
Required
Yes.
Value
The value is the exact name (without the .edml extension) of any participant file, as shown in the
following example:
<groupParticipant name="redirectIfEmpty_init">
This example refers to the redirectIfEmpty_init.edml file.
partType
Description
This attribute indicates the type of participant.
Parent
groupParticipant
Type
Attribute.
Required
No.
Values
identifier
, member, option, multiple, data
• The identifier value is a participant that identifies the entire group. If this participant is
found in the document, the group is considered to exist whether other group participants are
found. This is the default value if the
partType attribute is not specified.
• The member value is a normal member of a group. If it is found by itself, it does not identify a
group. If it is not found in a group, the group is considered incomplete.
• The option value indicates that the participant is optional. If it is not found, the group is still
considered complete and no incomplete flag is set in the Server Behaviors panel.