XLink Markup Design


XLink namespace: http://www.w3.org/1999/xlink

<my:crossReference
    xmlns:my="http://example.com/"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xlink:type="simple"
    xlink:href="students.xml"
    xlink:role="http://www.example.com/linkprops/studentlist"
    xlink:title="Student List"
    xlink:show="new"
    xlink:actuate="onRequest">
    Current List of Students
</my:crossReference>