<byline>
<byline> (byline) contains the primary statement of responsibility given for a work on its
title page or at the head or end of the work. [4.2.2. Openers and Closers 4.5. Front Matter]
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: docAuthor
character data
|
Note |
The byline on a title page may include either the name or a description for the document's
author. Where the name is included, it may optionally be tagged using the docAuthor element.
|
Examples |
<byline>Written by a CITIZEN who continued all the while in London. Never made publick before.</byline> <byline>Written from her own MEMORANDUMS</byline> <byline>By George Jones, Political Editor, in Washington</byline> <byline>BY <docAuthor>THOMAS PHILIPOTT,</docAuthor> Master of Arts, (Somtimes) Of Clare-Hall in Cambridge.</byline> |
Source | Github
<elementSpec module="textstructure" ident="byline"> <gloss>byline</gloss> <desc>contains the primary statement of responsibility given for a work on its title page or at the head or end of the work.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.divWrapper"/> <memberOf key="model.titlepagePart"/> <memberOf key="model.pLike.front"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <elementRef key="docAuthor"/> <classRef key="model.global"/> </alternate> </content> </elementSpec> |