specific-use

Specific Use (特定用途)

個々の要素がどのように使われるのかを特定します。

使用法

このタグセットは、@specific-use 属性の用途を制限しません。たとえば、@specific-use 次のような内容 (段落、注釈、セクションなど) を記録するために使用できます:
  • 1 種の形態のみである (“web-only”、“print-only”、“voice-only”、“electronic-only”);
  • 特定の利用者のためのものである (“for-teachers” に対する “for-students”、あるいは “for-doctors”、“for-nurses”、 “for-the-patient”);
  • 組織に固有の素材 (“company-only” または “limited-distribution”) であって、一般利用者には閲覧させない;
  • その素材の内容から特定できない特別な用途がある、たとえば、継続的な医学的または法的教育 (“CME”) の一部である; または
  • アクセシビリティ用の表現であって、画面リーダーが“読む”ことができるが、視覚的表示装置は無視する。(@alt 属性も参照。)

備考

この属性の値によって特定の処理や表示は保証されません; 適切な表示バージョンを作成することは、利用者のアプリケーションに依存します。この属性は、テキスト内のマーク区間を使用する古い SGML 機能のいくつかを作成するために使用できます。
推奨用法: この属性は、意味的区別をするためには使用されません。@content-type 属性の方が、たとえば、skeletal” システム材料、“circulatory” システム材料、“lymphatic” システム材料、“legal” 資料、などを “engineering” 材料から区別するためには適切です。@specific-use 属性は、利用者や、ソート方法など、用途や処理の区別するたを行うために使用されます。この属性は、たとえば、“content-type="dosage" specific-use="for-the-patient"” のように、合わせて使用することができます。また、@xml:lang 属性と共に、たとえば、第 2 言語で指定された名前が主たる名前の翻字であることを示すことができます。この属性は外観の違いを記述するには適していません; そのためには、要素 <styled-content> が適しています。また、ライフサイクルや版の区別を記録するためにこの属性を使用してはいけません。

以下の要素に使用:

<abbrev>, <abbrev-journal-title>, <abstract>, <access-date>, <ack>, <addr-line>, <address>, <aff>, <ali:free_to_read>, <ali:license_ref>, <alt-text>, <alt-title>, <annotation>, <anonymous>, <app>, <app-group>, <array>, <article>, <article-id>, <attrib>, <author-comment>, <author-notes>, <award-group>, <award-id>, <bio>, <body>, <bold>, <boxed-text>, <caption>, <chapter-title>, <chem-struct>, <chem-struct-wrap>, <city>, <code>, <collab>, <comment>, <conf-acronym>, <conf-date>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <conference>, <contrib>, <contrib-group>, <contrib-id>, <copyright-holder>, <copyright-statement>, <copyright-year>, <corresp>, <country>, <custom-meta>, <data-title>, <date>, <date-in-citation>, <day>, <def>, <def-item>, <def-list>, <degrees>, <disp-formula>, <disp-formula-group>, <disp-quote>, <edition>, <element-citation>, <elocation-id>, <email>, <era>, <etal>, <ext-link>, <fax>, <fig>, <fig-group>, <fixed-case>, <fn>, <fn-group>, <fpage>, <funding-group>, <funding-source>, <funding-statement>, <glossary>, <gov>, <graphic>, <inline-formula>, <inline-graphic>, <inline-supplementary-material>, <institution>, <institution-id>, <isbn>, <issn>, <issn-l>, <issue>, <issue-id>, <issue-part>, <issue-sponsor>, <issue-title>, <italic>, <journal-id>, <journal-subtitle>, <journal-title>, <kwd-group>, <license>, <license-p>, <list>, <list-item>, <long-desc>, <lpage>, <media>, <milestone-end>, <milestone-start>, <mixed-citation>, <monospace>, <month>, <name>, <named-content>, <nlm-citation>, <note>, <notes>, <object-id>, <on-behalf-of>, <open-access>, <overline>, <p>, <page-range>, <part-title>, <patent>, <person-group>, <phone>, <postal-code>, <prefix>, <preformat>, <price>, <principal-award-recipient>, <principal-investigator>, <private-char>, <product>, <pub-id>, <publisher-loc>, <publisher-name>, <rb>, <ref>, <ref-list>, <related-article>, <related-object>, <response>, <role>, <roman>, <rt>, <ruby>, <sans-serif>, <sc>, <season>, <sec>, <self-uri>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <size>, <source>, <speaker>, <speech>, <state>, <statement>, <std>, <std-organization>, <strike>, <string-date>, <string-name>, <styled-content>, <sub>, <sub-article>, <subj-group>, <subtitle>, <suffix>, <sup>, <supplement>, <supplementary-material>, <table>, <table-wrap>, <table-wrap-group>, <target>, <term>, <tex-math>, <textual-form>, <time-stamp>, <title>, <trans-abstract>, <trans-source>, <trans-subtitle>, <trans-title>, <trans-title-group>, <underline>, <uri>, <verse-group>, <verse-line>, <version>, <volume>, <volume-id>, <volume-issue-group>, <volume-series>, <xref>, <year>
意味
文字、数字または特殊文字特定の要素の応用に関する特定的な区別、たとえば、“print-only”。
制限@specific-use は任意属性です; 既定値はありません。

用例

... 
<alternatives>
<media mime-subtype="mpeg" mimetype="video" orientation="portrait"
position="anchor" specific-use="archival-format" xlink:href="v1"></media>
<media mime-subtype="x-flv" mimetype="video" orientation="portrait"
position="anchor" specific-use="online-format" xlink:href="v1"></media>
</alternatives>
...