◇◆
<issue-title-group> Issue Title Group
Grouping element to associate issue title metadata (such as the issue title and subtitle)
for a single issue.
Models and Context
May be contained in
Description
The following, in order:
- <issue-title> Issue Title
- <issue-subtitle> Issue Subtitle, zero or more
- <trans-title-group> Translated Title Group, zero or more
Content Model
<!ELEMENT issue-title-group %issue-title-group-model; >
Expanded Content Model
(issue-title, issue-subtitle*, trans-title-group*)
Tagged Samples
One original language and two translations
...
<article-meta>
<title-group>
<article-title>...</article-title>
</title-group>...
<issue-title-group>
<issue-title xml:lang="en">The Poutine</issue-title>
<issue-subtitle xml:lang="en">A Tasty Dish</issue-subtitle>
<trans-title-group xml:lang="fr">
<trans-title>La poutine</trans-title>
<trans-subtitle>un met savories</trans-subtitle>
</trans-title-group>
<trans-title-group xml:lang="pt">
<trans-title>Poutine</trans-title>
<trans-subtitle>Um Prato amoroso</trans-subtitle>
</trans-title-group>
</issue-title-group>...
</article-meta>...
Two original languages and a translation
... <article-meta> ... <title-group> <article-title>...</article-title> </title-group>... <issue-title-group xml:lang="en"> <issue-title xml:lang="en">The Poutine</issue-title> <issue-subtitle xml:lang="en">A Tasty Dish</issue-subtitle> </issue-title-group> <issue-title-group xml:lang="fr"> <issue-title>La poutine</issue-title> <issue-subtitle>un met savories</issue-subtitle> <trans-title-group xml:lang="pt"> <trans-title>Poutine</trans-title> <trans-subtitle>Um Prato amoroso</trans-subtitle> </trans-title-group> </issue-title-group> ... </article-meta> ...