user-group

Represents an Escenic user group. User groups are a convenient means of managing access rights: roles can be assigned to whole groups of users rather than to individuals.

Syntax
<user-group
    id="text"?
    name="text"
    publication-id="integer"?
    publication-name="..."?
  >
  <user-ref/>*
    <user-group-ref/>*
</user-group>
Attributes
id="text" (optional)

A unique identifier for this user-group element. It is only valid and unique within the current syndication file and can be used to enable the establishment of relationships between elements in the file. Other elements in the file have id-ref attributes that can be used to reference user-group elements. If a user-group element does not have an id attribute then it must have either a dbid attribute or both a source and a sourceid attribute. A user-group element may have several or all of these attributes, in which case any of them can be used for establishing relationships.

The id attribute is not imported along with user-groups. Unless a dbid attribute has been specified, all imported user-groups are assigned new internal IDs during import.

name="text"

The name of this user-group.

publication-id="integer" (optional)

The ID of the publication to which this user-group belongs.

publication-name="..." (optional)

The name of the publication to which this user-group belongs.