What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

Ref Attribute

The ref attribute specifies a reference to another element by either a name or class structure. References can be relative or fully qualified.

Examples

Relative by Name:

<Block ref="ElementName"/>

Fully qualified with namespace prefix:

<Block ref="namespace:parent.parent.child"/>

Fully qualified:

<Block ref="parent.parent.child"/>