<span>

<span> asocia una anotación interpretativa directamente con un periodo de texto. 17.3 Spans and Interpretations
Móduloanalysis — 17 Simple Analytic Mechanisms
Atributos att.interpLike (@resp, @type, @inst)
fromespecifica el principio del pasaje que se anota; si no aparece con el atributo to, especifica el pasaje entero.
Estado Necesario
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores The identifier of the element which occurs at the beginning of the passage.
toespecifica el final del pasaje que se anota.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores The identifier of the element which occurs at the end of the passage.
Usado por
Puede contener
Declaración

<rng:element name="span">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.interpLike.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,
   attribute from { data.pointer },
   attribute to { data.pointer }?,
   macro.phraseSeq.limited
}
Ejemplo
<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>