XLink Extended Links: Example


<element xmlns:xlink="http://www.w3.org/1999/xlink/namespace/"
         xlink:type="extended">
 <locator href="Source" role="f"/>         
 <locator href="Target" role="t"/>
 <arc from="f" to="t"
               show="new" actuate="onDemand"/>
 <title>The link title<title/>
 <title xml:lang="fr">Description du lien<title/>
    ...
</element>