◇◆
<title> Title
The title of the text component to which it belongs.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <link> Link
- <citation> Citation Reference
- <emphasis> Emphasis
- <phrase> Phrase
- <footnote> Footnote
- <trademark> Trademark
- <email> Email
- <code> Code
- <superscript> Superscript
- <subscript> Subscript
- <quote> Inline Quote
- <xref> Cross-Reference
Expanded Content Model
(#PCDATA | link | citation | emphasis | phrase | footnote | trademark | email | code | superscript | subscript | quote | xref)*
Tagged Sample
For article, as well as for appendix
<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0-subset Balisage-1.5" xml:id="HR-23632987-8973"> <title>Raleigh’s Discoveries in the New World</title> <subtitle>New Insight into the Roanoke Colony</subtitle> ... <appendix xml:id="mul-app1" xreflabel="Appendix I"> <title>The First Expeditionary Force’s Colony, 1585-1586</title> <note> <para>This Appendix contains an actual list of the individuals who sailed to the Roanoke Colony in 1585. (<emphasis role="ital">See</emphasis> <citation>Durant, David N., <quote>Raleigh’s Lost Colony</quote>, Appendix I, Atheneum, NY: 1981</citation>.)</para> </note> <itemizedlist> <listitem> <para>Master Philip Amades, Admirall of the countrie</para> </listitem> <listitem> <para>Master Hariot</para> </listitem> ... </itemizedlist> </appendix> <appendix xml:id="mul-app2" xreflabel="Appendix II"> ... </appendix> <bibliography> ... </bibliography> </article>