<titlePart>

<titlePart> (Titelbestandteil) enthält einen Bestandteil eines Werktitels, wie er auf der Titelseite angegeben ist. [4.6 Title Pages]
Modul textstructure — Default Text Structure
Attribute
type⚓︎ (Titelart) beschreibt die Funktion dieses Titelbestandteils näher.
Abgeleitet aus att.typed
Zustand Optional
Datentyp teidata.enumerated
Empfohlene Werte sind:
main
(Haupttitel) Haupttitel des Werks [Vorgabe]
sub
(Untertitel) Untertitel des Werks
alt
(Alternativer Titel) Alternativer Titel des Werks
short
(Kurztitel) Kurzform des Titels
desc
(Beschreibung) beschreibende Paraphrase eines Werks
Mitglied des
Enthalten in
msdescription: msItem
textcrit: lem rdg
textstructure: back docTitle front titlePage
Kann enthalten
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Zeichendaten
Beispiel
<docTitle>
 <titlePart type="main">THE FORTUNES
   AND MISFORTUNES Of the FAMOUS
   Moll Flanders, &amp;c.
 </titlePart>
 <titlePart type="desc">Who was BORN in NEWGATE,
   And during a Life of continu'd Variety for
   Threescore Years, besides her Childhood, was
   Twelve Year a <hi>Whore</hi>, five times a <hi>Wife</hi> (wherof
   once to her own Brother) Twelve Year a <hi>Thief,</hi>
   Eight Year a Transported <hi>Felon</hi> in <hi>Virginia</hi>,
   at last grew <hi>Rich</hi>, liv'd <hi>Honest</hi>, and died a
 <hi>Penitent</hi>.</titlePart>
</docTitle>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Deklaration
<rng:element name="titlePart">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type"
   a:defaultValue="main">

   <rng:choice>
    <rng:value>main</rng:value>
    <rng:value>sub</rng:value>
    <rng:value>alt</rng:value>
    <rng:value>short</rng:value>
    <rng:value>desc</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element titlePart
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attribute.subtype,
   attribute type
   {
      "main" | "sub" | "alt" | "short" | "desc" | teidata.enumerated
   }?,
   macro.paraContent
}