What is a correct way of referring to a stylesheet called "mystyle.xsl"?

<?xml-stylesheet type="text/xsl" href="mystyle.xsl"?>

< linktype="text/xsl" href="my style.xsl"/>

<stylesheet type="text/xsl" href="mystyle.xsl" />

All of the above