<span>

<span> 해석적 부호를 텍스트의 일정 부분과 직접적으로 연결시킨다. [17.3 Spans and Interpretations]
모듈analysis — 17 Simple Analytic Mechanisms
속성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.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.
에 의해 사용된
에 의해 포함된
analysis: cl m phr s span spanGrp w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: valDesc
textcrit: app lem rdg wit witDetail
verse: metSym rhyme
포함할 수 있다
선언

<rng:element name="span">
 <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.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.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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>