<line>

<line> contains the transcription of a topographic line in the source document [11.2.2 Embedded Transcription]
組件 transcr — Representation of Primary Sources
屬性
俱乐部会员
可包含在於
transcr: line surface zone
可包含

This element should be used only to mark up writing which is topographically organized as a series of lines, horizontal or vertical. It should not be used to mark lines of verse (for which use l) nor to mark linebreaks within text which has been encoded using structural elements such as p (for which use lb).

例子
<surface>
 <zone>
  <line>Poem</line>
  <line>As in Visions of — at</line>
  <line>night —</line>
  <line>All sorts of fancies running through</line>
  <line>the head</line>
 </zone>
</surface>
例子
<surface>
 <zone>
  <line>Hope you enjoyed</line>
  <line>Wales, as they
     said</line>
  <line>to Mrs FitzHerbert</line>
  <line>Mama</line>
 </zone>
 <zone>
  <line>Printed in England</line>
 </zone>
</surface>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.global"/>
  <classRef key="model.gLike"/>
  <classRef key="model.linePart"/>
 </alternate>
</content>
宣告
<rng:element name="line">
 <rng:ref name="att.typed.attributes"/>
 <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:ref name="att.coordinated.attributes"/>
 <rng:ref name="att.written.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.linePart"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element line
{
   att.typed.attributes,
   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,
   att.coordinated.attributes,
   att.written.attributes,
   ( text | model.global | model.gLike | model.linePart )*
}