Userref
Purpose
Includes previously defined users in the definition of any of the following
components:
- QueryGroup
- ReportingGroup
- Rights group
- SignatureGroup
- Site
- SiteGroup
- Sponsor
A Userref appears only as the child of an component in which it is included; it is not submitted as a stand-alone component.
Note:
The only way to remove a user from a group is through the Admin function of the Oracle InForm application. You cannot remove a user by running the MedML Installer utility.Syntax
<USERREF
USERNAME="name"/>
Attributes
USERNAME="name"
Name of the user to include in an component, as specified in the USERNAME attribute of the User definition.
Example 2-21
The following example illustrates the inclusion of the users Homer and Marge in the definition of a query group called SiteXQueries.
<QUERYGROUP GROUPNAME="SiteXQueries">
<USERREF USERNAME="Homer"/>
<USERREF USERNAME="Marge"/>
</QUERYGROUP>
Parent topic: MedML Schema Reference