<line>

<line> contains the transcription of a topographic line in the source document
モジュールtranscr — 11 Representation of Primary Sources
属性att.typed (@type, @subtype) att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.coordinated (@start, @ulx, @uly, @lrx, @lry)
当該モジュールを使用するもの
上位
transcr: line surface zone
下位
宣言

<rng:element name="line">
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.global.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.coordinated.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.linePart"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element line
{
   att.typed.attributes,
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.coordinated.attributes,
   ( text | model.global | model.linePart )*
}
<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>