<span>

<span> テキスト部分に解釈的注釈を関連づける. 17.3 Spans and Interpretations
モジュールanalysis — 17 Simple Analytic Mechanisms
属性 att.interpLike (@resp, @type, @inst)
from 当該注釈対象の始点を示す.属性toがない場合は,対象全 体を示す.
状態 必須
データ型
data.pointer
The identifier of the element which occurs at the beginning of the passage.
to 注釈対象の終点を示す.
状態 任意
データ型
data.pointer
The identifier of the element which occurs at the end of the passage.
当該モジュールを使用するものspanGrp model.global.meta
下位
宣言
element span
{
   att.global.attributes,
   att.interpLike.attributes,
   attribute from { data.pointer },
   attribute to { data.pointer }?,
   macro.phraseSeq.limited
}
<p xml:id="para2">(The "aftermath" starts here)</p>
<p xml:id="para3">(The "aftermath" continues here)</p>
<p xml:id="para4">(The "aftermath" ends in this paragraph)</p>
<!-- ... -->
<span type="structurefrom="#para2to="#para4">aftermath</span>