<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
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
data.pointer
Valores The identifier of the element which occurs at the end of the passage.
Used byspanGrp model.global.meta
May contain
Declaración
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>