user-group-ref

References a user group to which the role represented by this element's owning ACL is to be assigned.

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

The id of the referenced user group. If this attribute is specified, a user-group element with an id attribute that matches this attribute must appear somewhere before this user-group-ref element in the syndication file.

If name and publication-id are specified, then this attribute is ignored.

name="text" (optional)

The name of the referenced user group. If this attribute is specified, then publication-id must also be specified. One of the following two conditions must be satisfied:

  • The publication specified with publication-id must contain a user group with this name.

  • A user-group element with matching publication-id and name attributes must appear somewhere before this user-group-ref element in the syndication file.

publication-id="integer" (optional)

The ID of the publication containing the referenced user group. If this attribute is specified, then name must also be specified. One of the following two conditions must be satisfied:

  • The specified publication must contain a user group with the name specified with the name attribute.

  • A user-group element with matching publication-id and name attributes must appear somewhere before this user-group-ref element in the syndication file.