<byline>

<byline> (byline) 包含作品的主要責任陳述,出現在題名頁或作品開頭或結尾處。 [4.2.2 Openers and Closers 4.5 Front Matter]
組件 textstructure — Default Text Structure
屬性
俱乐部会员
可包含在於
core: lg list
figures: figure table
msdescription: msItem
textcrit: lem rdg
可包含

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.

例子
<byline>由一個倫敦土生土長的市民撰寫,先前未曾出版過。</byline>
例子
<byline>錄自她自己的回憶錄</byline>
例子
<byline>來自華盛頓的政治編輯喬治.瓊斯</byline>
例子
<dateline>重慶:</dateline>
<byline>外交使節專用</byline>
例子
<byline>源自美國哥倫比亞大學博士<docAuthor>胡適</docAuthor>
</byline>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <elementRef key="docAuthor"/>
  <classRef key="model.global"/>
 </alternate>
</content>
宣告
<rng:element name="byline">
 <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="docAuthor"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element byline
{
   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 | docAuthor | model.global )*
}