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"/>


