content-type

Type of Content

Subject or type of content that makes this element semantically distinct.

Remarks

The values for this attribute may include information classes, semantic categories, or functions for grouping elements. This attribute could identify: the name of a drug, company, or product; systematics terms such as genus, species, or family; or biological systems components, such as gene, protein, or peptide. The attribute could also be used to record that the content of a table cell is a total or subtotal amount, that a sidebar (<boxed-text>) contains a case study, or that a <statement> is a theorem or a proof.
Conversion Note: This attribute can be used to preserve semantic tagging that can’t be captured directly with an element in this Tag Set.
Display/Formatting Note: The presence of a @content-type attribute may be used to treat its element in a distinct way, for example, giving the word, phrase, or structure a different look in print or on display. This type of formatting may be guided by the value of the attribute, for example, making all circulatory system words (identified by a <named-content> element) red or putting a background image behind case studies.
Historical Note:In the redesign of this Tag Set that led to NISO JATS, a @content-type attribute was added to more than 60 elements because “type” attributes are viewed as a useful tool for preserving Publisher semantics without extending the Tag Set. The attribute was added according to the following rationale:
  • Unless there was a conflicting rule, a @content-type attribute was added.
  • Elements that cannot repeat (such as <body> and <title-group>) were not given a @content-type attribute. This includes all the “-meta” elements and most top-level structural elements (such as <front> and <back>).
  • Elements that can appear more than once by virtue of being part of a #PCDATA OR-group were given a @content-type attribute.
  • Elements that already had a “type” or “style” attribute were not given a second such attribute.
  • Elements concerning glyph characters were not given a @content-type attribute.
  • EMPTY elements (such as all the counts) were not given a @content-type attribute.

Used on Element: <named-content>

ValueMeaning
Text, numbers, or special charactersNames/describes the distinct function for the <named-content> that cannot otherwise be described by the elements in this Suite. For example, a medical article might use the value “body-system” or “gene” while a management article might use the value “product-name” or “stock-code”.
Restriction@content-type is required; it must be provided if the element is used.

Used on these Elements:

<abbrev>, <access-date>, <ack>, <addr-line>, <address>, <aff>, <ali:free_to_read>, <ali:license_ref>, <alt-text>, <annotation>, <app>, <app-group>, <array>, <author-comment>, <bio>, <boxed-text>, <caption>, <chem-struct>, <chem-struct-wrap>, <city>, <col>, <colgroup>, <comment>, <compound-kwd>, <compound-kwd-part>, <compound-subject>, <compound-subject-part>, <conf-acronym>, <conf-date>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <conference>, <contrib-group>, <contrib-id>, <copyright-holder>, <copyright-statement>, <copyright-year>, <corresp>, <country>, <data-title>, <date-in-citation>, <day>, <degrees>, <disp-formula>, <disp-formula-group>, <disp-quote>, <edition>, <elocation-id>, <email>, <era>, <fax>, <fig-group>, <fixed-case>, <fn-group>, <fpage>, <glossary>, <gov>, <graphic>, <inline-formula>, <inline-graphic>, <inline-supplementary-material>, <institution>, <institution-id>, <isbn>, <issn>, <issue>, <issue-id>, <issue-part>, <issue-sponsor>, <issue-title>, <journal-subtitle>, <journal-title>, <journal-title-group>, <kwd>, <license-p>, <long-desc>, <lpage>, <media>, <milestone-end>, <milestone-start>, <month>, <name>, <nested-kwd>, <note>, <object-id>, <p>, <page-range>, <patent>, <phone>, <postal-code>, <prefix>, <price>, <publisher>, <rb>, <ref>, <ref-list>, <related-object>, <role>, <rt>, <ruby>, <season>, <self-uri>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <speaker>, <speech>, <state>, <statement>, <std>, <std-organization>, <string-conf>, <string-date>, <string-name>, <subject>, <subtitle>, <suffix>, <supplementary-material>, <table>, <table-wrap>, <table-wrap-group>, <tbody>, <td>, <tex-math>, <tfoot>, <th>, <thead>, <time-stamp>, <title>, <tr>, <trans-source>, <trans-title>, <trans-title-group>, <uri>, <verse-group>, <verse-line>, <version>, <volume>, <volume-id>, <volume-issue-group>, <volume-series>, <x>, <year>
ValueMeaning
Text, numbers, or special charactersNames/describes any distinct semantics of the associated element. This may be used to preserve the semantic intent of prior tagging, for example, to record that a table cell was a total or subtotal amount. This may also be used to attach information classes to an element for retrieval purposes.
Restriction@content-type is an optional attribute; there is no default.

Example 1

Used to make a semantic distinction that JATS does not make:
    ...
<collab>
<named-content content-type="program">Joint United
Nations Program on HIV/AIDS (UNAIDS)</named-content>,
<institution>World Health Organization</institution>,
Geneva, <country>Switzerland</country>
</collab>
...   

Example 2

Describes the role of each compound keyword part in the compound keyword as a whole:
    ...
<kwd-group kwd-group-type="Inspec-class">
<compound-kwd>
<compound-kwd-part content-type="code">B0260</compound-kwd-part>
<compound-kwd-part content-type="text">Optimisation
techniques</compound-kwd-part>
</compound-kwd>
...</kwd-group>
...