<dateline>

<dateline> (dateline) contains a brief description of the place, date, time, etc. of production of a letter, newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer. [4.2.2. Openers and Closers]
Module textstructure
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Member of
Contained by
core: lg list
figures: figure table
textstructure: body closer div front opener
May contain
Examples

<dateline>Walden, this 29. of August 1592</dateline>

<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>
Source Github

<elementSpec module="textstructure" ident="dateline">
   
<gloss>dateline</gloss>
   
<desc>contains a brief description of the place, date, time, etc. of production of a letter,
newspaper story, or other work, prefixed or suffixed to it as a kind of heading or trailer.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.divWrapper"/>
      
<memberOf key="model.pLike.front"/>
   
</classes>
   
<content>
      
<alternate minOccurs="0" maxOccurs="unbounded">
         
<textNode/>
         
<classRef key="model.gLike"/>
         
<classRef key="model.phrase"/>
         
<classRef key="model.global"/>
         
<elementRef key="docDate"/>
      
</alternate>
   
</content>
</elementSpec>