<dateline>

<dateline> (dateline) contiene una breve descrizione di luogo, data, ora, ecc. di produzione di una lettera, un articolo di giornale o altro tipo di testo; viene anteposto o posposto a mo' di elemento di apertura o chiusura [4.2.2 Openers and Closers]
Modulo textstructure — Default Text Structure
Attributi
Membro del
Contenuto in
Può contenere
Esempio
<dateline>Walden, this 29. of August 1592</dateline>
Esempio
<div type="chapter">
 <p>
<!-- ... --> and his heart was going like mad and yes I said yes I will Yes.</p>
 <closer>
  <dateline>
   <name type="place">Trieste-Zürich-Paris,</name>
   <date>1914–1921</date>
  </dateline>
 </closer>
</div>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.global"/>
  <elementRef key="docDate"/>
 </alternate>
</content>
Dichiarazione
<rng:element name="dateline">
 <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:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.global"/>
   <rng:ref name="docDate"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element dateline
{
   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,
   ( text | model.gLike | model.phrase | model.global | docDate )*
}