Previous Topic

Next Topic

Book Contents

Rightref

Purpose

Allows you to include previously defined rights in the definition of a rights group. A Rightref appears only as the child of a rights group in which it is included; it is not submitted as a stand-alone component.

Syntax

<RIGHTREF
   RIGHT="name"/>

Attributes

RIGHT="name"/>

Name of the right referenced by the Rightref. This is the same name as specified in the Right attribute of the Right definition.

Example

The following definition of the PF Admin Rights Group, which identifies the activities that a study administrator can perform, illustrates how to use Rightrefs to include Right definitions in a rights group.

<RIGHTSGROUP GROUPNAME="PF Admin Rights Group">
    <RIGHTREF RIGHT="Activate Site User"/>
    <RIGHTREF RIGHT="Deactivate Site User"/>
    <RIGHTREF RIGHT="Activate Sponsor User"/>
    <RIGHTREF RIGHT="DeActivate Sponsor User"/>
    <RIGHTREF RIGHT="Make user active"/>
    <RIGHTREF RIGHT="Create Sites"/>
    <USERREF USERNAME="Kevin"/>
</RIGHTSGROUP>

Send Feedback