specific-use

Specific Use

Specifies distinctions in the applicability of a particular element.

Usage

This Tag Set does not limit the uses of the @specific-use attribute. For example, @specific-use could be used to mark content (such as a paragraph, note, or section) that:
  • only appears in one format (“web-only”, “print-only”, “voice-only”, “electronic-only”);
  • is intended for a particular audience (the set “for-teachers” versus the set for “for-students” or the sets “for-doctors”, “for-nurses”, or “for-the-patient”);
  • is organization-sensitive material (“company-only” or “limited-distribution”) and thus not shown to all audiences;
  • has a specific use that cannot be determined from the content of the material, for example, is part of continuing medical or legal education (“CME”); or
  • contains an accessibility alternative that screen readers could “read” but that visual display devices would ignore. (See also the @alt attribute.)

Remarks

No particular processing or display is promised by the values of this attribute; it is up to the users’ application to make any appropriate display versions. This attribute can be used to create some of the old SGML functionality of using Marked Sections within text.
Best Practice: This attribute is not used to make semantic distinctions; the attribute @content-type is more appropriate to tell, for example, “skeletal” system material, “circulatory” system material, and “lymphatic” system material, or “legal” material from “engineering” material. The @specific-use attribute is used to make usage or processing distinctions, for example, audience or sorting distinctions. The attributes can be used together, for example, to mark “content-type="dosage" specific-use="for-the-patient"”. The attribute can also be used in combination with the @xml:lang attribute to indicate, for example, that a name given in a second language is a transliteration of the primary name. This attribute is not appropriate for differences in appearance; the element <styled-content> is typically better for that use. Nor should this attribute be used to record lifecycle or version distinctions.

With these Elements

<abbrev>, <abbrev-journal-title>, <abstract>, <access-date>, <ack>, <addr-line>, <address>, <aff>, <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>
Value Meaning
Text, numbers, or special characters A specific distinction in the applicability of a particular element, for example, “print-only”.
Restriction: @specific-use is an optional attribute; there is no default.

Example


... 
<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>
...