<span>
| <span> associates an interpretative annotation directly with a span of text. 17.3 Spans and Interpretations | |||||||||||||||||
| Module | analysis — 17 Simple Analytic Mechanisms | ||||||||||||||||
| Attributes |  att.interpLike (@resp, @type, @inst) 
  | ||||||||||||||||
| Used by | |||||||||||||||||
| May contain | core: abbr address cb choice date distinct email emph expan foreign gap gloss index lb measure measureGrp mentioned milestone name note num pb ptr ref rs soCalled term time title  dictionaries: lang  msdescription: catchwords depth dimensions height heraldry locus locusGrp material origDate origPlace secFol signatures stamp watermark width  namesdates: addName affiliation bloc country district forename genName geo geogFeat geogName nameLink offset orgName persName placeName region roleName settlement state surname  textcrit: witDetail   | ||||||||||||||||
| Declaration | 
 element span { att.global.attributes, att.interpLike.attributes, attribute from { data.pointer }, attribute to { data.pointer }?, macro.phraseSeq.limited }  | ||||||||||||||||
| Example | <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>  | ||||||||||||||||
