<seg>

<seg> (arbitrary segment) 任意の句レベルのテキスト単位を示す(要素segを含む). 16.3 Blocks, Segments, and Anchors 6.2 Components of the Verse Line 7.2.4 Speech Contents
モジュールlinking — 16 Linking, Segmentation, and Alignment
属性 att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
subtype 符号化された部分の下位範疇を示す.
状態 任意
データ型
data.word
any string of characters.
解説
The subtype attribute may be used to provide any classification for the <seg> elements tagged in a text suitable for the type given.
当該モジュールを使用するもの model.segLike model.choicePart
下位
宣言
element seg
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute subtype { data.word }?,
   macro.paraContent
}
<seg>When are you leaving?</seg>
<seg>Tomorrow.</seg>
<s>
 <seg rend="capstype="initial-cap">So father's only</seg>
glory was the ballfield.

</s>
<seg type="preamble">
 <seg>Sigmund,
 <seg type="patronym">the son of Volsung</seg>,
   was a king in Frankish country.</seg>
 <seg>Sinfiotli was the eldest of his sons ...</seg>
 <seg>Borghild, Sigmund's wife, had a brother ... </seg>
</seg>
解説
The <seg> element may be used at the encoder's discretion to mark any segments of the text of interest for processing. One use of the element is to mark text features for which no appropriate markup is otherwise defined. Another use is to provide an identifier for some segment which is to be pointed at by some other element — i.e. to provide a target, or a part of a target, for a <ptr> or other similar element.