ItemSetref

Purpose

Identifies the RefName of an itemset as the location of a mapped control in the Path element of a mapping definition. Include one ItemSet element in a RefName path defined by a Path element.

Syntax

<ITEMSETREF   
  REFNAME="name"/>

Attributes

REFNAME="name"

RefName of the itemset in which the mapped source control occurs. Required.

Example

The following example shows the LAB itemset as the location where the mapped TESTTEXT control occurs.

<PATH>  
  <CHAPTERREF 
REFNAME="PF_ALL_VISITS"/>  
  <PAGEREF REFNAME="LAB"/>  
  <SECTIONREF REFNAME="LAB"/>  
  <ITEMSETREF REFNAME="LAB"/>  
  <ITEMREF REFNAME="CLIN"/>  
  <CONTROLREF REFNAME="CCGROUP"/>   
  <CONTROLREF REFNAME="TESTTEXT"/>
</PATH>