<dateline>

<dateline> (dateline) 包含簡短的地點、日期及時間等的描述,通常出現在信件、報紙文章、或其他作品中的開頭或結尾,作為一種標頭或結尾。 [4.2.2 Openers and Closers]
組件 textstructure — Default Text Structure
屬性
俱乐部会员
可包含在於
可包含
例子
<dateline>2008年7月3日,香港。</dateline>
例子
<div type="chapter">
 <p> 自己想吃人,又怕被別人吃了,都用著疑心极深的眼光,面面相覷。…… </p>
 <closer>
  <dateline>
   <name type="place">南京</name>
   <date>1918–1919</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>
宣告
<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 )*
}