<span>

<span> 해석적 부호를 텍스트의 일정 부분과 직접적으로 연결시킨다. 17.3 Spans and Interpretations
모듈 analysis — 17 Simple Analytic Mechanisms
전체 속성에 부가 att.interpLike (@type, @inst) (att.responsibility (@cert, @resp))
from 현재 부호를 붙이는 단락의 처음을 명시함; to 속성과 같이 쓰이지 않으면 전체 문단을 명시함.
상태 필수적
자료 유형

<rng:ref name="data.pointer"/>
data.pointer
The identifier of the element which occurs at the beginning of the passage.
to 부호를 붙이는 단락의 끝을 명시한다.
상태 수의적
자료 유형

<rng:ref name="data.pointer"/>
data.pointer
The identifier of the element which occurs at the end of the passage.
에 의해 사용된
포함할 수 있다
선언

<rng:element name="span">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.interpLike.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:attribute name="from">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="to">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element span
{
   att.global.attributes,
   att.interpLike.attributes,
   att.responsibility.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="structure" from="#para2" to="#para4">aftermath</span>