<span>
<span> associe une interprétation sous forme d'annotation directement à un passage donné dans un texte. 17.3 Spans and Interpretations | |||||||||||||||||
Module | analysis — 17 Simple Analytic Mechanisms | ||||||||||||||||
En complément des attributs globaux | att.interpLike (@type, @inst) (att.responsibility (@cert, @resp))
|
||||||||||||||||
Utilisé par | |||||||||||||||||
Peut contenir |
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
figures: figure
msdescription: catchwords depth dim 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, att.responsibility.attributes, attribute from { data.pointer }, attribute to { data.pointer }?, macro.phraseSeq.limited } |
||||||||||||||||
Exemple |
<p xml:id="fr-para2">(Le "résultat" commence ici)</p>
<p xml:id="fr-para3">(Le "résultat" se poursuit ici)</p> <p xml:id="fr-para4">(Le "résultat" se termine dans ce paragraphe)</p> <!-- ... --> <span type="structure" from="#para2" to="#para4">résultat</span> |