xlink:title
Title of the Link (リンクの表題)
リンク先の遠隔資源の機能を人が読める形での説明する。
備考
この属性の値、すなわち “the link title”, は、リンクが存在するオンライン文書内の位置に表示することができます。ユーザーは表題を読んで、リンクをたどるかどうかを判断できます。
以下の要素に使用:
<abbrev>, <award-group>, <bio>, <chem-struct>, <collab>, <conference>, <contrib>, <custom-meta>, <element-citation>, <email>, <ext-link>, <funding-source>, <graphic>, <inline-graphic>, <inline-supplementary-material>, <institution>, <issue-id>, <license>, <long-desc>, <media>, <mixed-citation>, <named-content>, <nlm-citation>, <product>, <pub-id>, <related-article>, <related-object>, <self-uri>, <supplementary-material>, <uri>, <volume-id>
値 | 意味 |
---|---|
文字、数字または特殊文字 | リンクの簡単な説明としての人が読める表題。 |
制限 | @xlink:title は任意属性です; 既定値はありません。 |
用例
...
<supplementary-material id="S1" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:title="local_file" xlink:href="pbio-0020328-t002.xls"
mimetype="application/vnd.ms-excel">
<label>Supporting Material</label>
...</supplementary-material>
...