Description
This element holds any number of translated text containers for translated abstracts and article-level titles. Each such container identifies the language of the contained abstract and/or titles:
<translation language="fr">
<title>French Version of Title</title>
<abstract><para>French version of the abstract</para></abstract>
</translation>
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(sequence)
|
title (optional) -- (TEXT and elements)
|
subtitle (optional) -- (TEXT and elements)
|
shortauthors (optional) -- (TEXT and elements)
|
shorttitle (optional) -- (TEXT and elements)
|
abbrevtitle (optional) -- (TEXT and elements)
|
keywordset (optional) -- (elements)
|
abstract (optional) -- (elements)
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT translation (title?, subtitle?, shortauthors?, shorttitle?, abbrevtitle?, keywordset?, abstract?)>
<!ATTLIST translation
language CDATA #REQUIRED
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Back Matter : Translations
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Description
This required attribute must hold an official
ISO 639 language code, in lower-case letters such as "en" for English and "pl" for Polish. For languages that have two-letter and three-letter codes, the two-letter code defined in
ISO 639-1 should be used (as recommended by
RFC 5646). For the full list of codes see
ISO 639-2 (
http://www.loc.gov/standards/iso639-2/).
Specification
This attribute is required. It has text content.
DTD Definition
language CDATA #REQUIRED
.