◇◆
<trans-subtitle> Translated Subtitle (deprecated)
Document or document component subtitle that has been translated into a language other
than that of the original document or document component subtitle. This element is
deprecated.
Usage/Remarks
Best Practice Within Title Groups
The typical use of <trans-title> and <trans-subtitle> is inside the <trans-title-group> element.
All three of these “trans-” elements are now deprecated. Best Practice for title/subtitle
groups in more than one language is to repeat the appropriate title group (such as
<book-title-group>) and use @xml:lang and the multi-language attributes to differentiate among title groups. (See essay on using multi-language mechanism.) The element
<trans-title-group> may occur inside <book-title-group>, <index-title-group>, <title-group>
or <toc-title-group>.
Each title group element takes the @xml:lang attribute to name the language of the group. The various title group elements may
repeat as many times as necessary, once for each language. Structures that are known
to be translations
can be identified using the attribute @lang-variant (e.g., lang-variant="translation"). (Note that content that occurs in more than one language may or may not be a translation.)
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <serif> Serif
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- <sub> Subscript
- <sup> Superscript
- <x> X - Generated Text and Punctuation
- <break> Line Break
Content Model
<!ELEMENT trans-subtitle
(#PCDATA %trans-subtitle-elements;)* >Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*