◇◆
<content-language> Content Language
Identifies one language used in this document, by containing an ISO 639 code.
Usage/Remarks
Best Practice
When tagging a multi-lingual document, <content-language> should appear once for each language used in the document. The element repeats to
name all the languages used. This element was modeled after NISO STS, so the content
is unlike typical JATS element content. For Best practice, the element content should
contain (as text) the two-letter ISO 639 code for the language, for example, “en” for English, “de” for German, or “es” for Spanish.
Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT content-language (#PCDATA %content-language-elements;)* >
Expanded Content Model
(#PCDATA)*
Tagged Sample
2 variants of a figure, with <processing-meta> and <content-language>
<article dtd-version="1.4d1" xml:lang="en"> <processing-meta lang-grouping="yes"/> <front> <article-meta>... <content-language>es</content-language> <content-language>en</content-language>... </article-meta> </front> <body> ... <fig id="f0001" lang-group="f0001" xml:lang="es" lang-variant="original" lang-source="author" lang-focus="primary" position="float" fig-type="scatter-graph" > <caption><p>Evolución de la tasa de repetición en todas las secuencias</p></caption> ... </fig> <fig id="f0002" lang-group="f0001" xml:lang="en" lang-variant="translation" lang-source="translator" lang-focus="secondary" position="float" fig-type="scatter-graph" > <caption><p>Evolution of the repetition rate in all sequences</p></caption> ... </fig> ... </body> </article>