<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 | |
May contain |
core: abbr add choice date del ellipsis emph foreign gap gloss graphic hi lb mentioned milestone name note noteGrp num orig pb ptr q ref reg rs sic term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
textstructure: docDate
character data
|
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> |