<floatingText>
<floatingText> (texte mobile) contient un texte quelconque, homogène ou composite, qui interrompt le texte le contenant à n’importe quel endroit et après lequel le texte environnant reprend. [4.3.2 Floating Texts] | |
Module | textstructure — Default Text Structure |
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.declaring (@decls) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core: add cit corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage title unclear dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates spoken: writing textstructure: argument body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer verse: rhyme |
Peut contenir | figures: figure notatedMusic transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
Declaration |
element floatingText { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
Exemple | <body> <div type="scene"> <sp> <p>Chut ! Les acteurs commencent...</p> </sp> <floatingText type="pwp"> <body> <div type="act"> <sp> <l>Notre histoire se passe à Athènes....</l> <!-- ... rest of nested act here --> </sp> </div> </body> </floatingText> <sp> <p>La pièce est maintenant finie ...</p> </sp> </div> </body> |
Note | Un texte "flottant" a le même contenu que tout autre texte : il peut donc être interrompu par un autre texte "flottant" ou contenir un groupe de textes composites. |