<floatingText>
<floatingText> contiene un unico testo di qualsiasi tipo, sia esso unitario o composito, che interrompe il testo che lo contiene in un qualsiasi punto e dopo il quale il testo circostante riprende 4.3.2 Floating Texts | |
Modulo | textstructure — 4 Default Text Structure |
Attributi | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) att.declaring (@decls) att.typed (@type, @subtype) |
Usato da | |
Contenuto in | figures: figure header: handNote scriptNote typeNote msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance source support surrogates tagdocs: specGrp |
Può contenere | |
Dichiarazione |
element floatingText { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
Esempio |
<body>
<div type="scene"> <sp> <p>Hush, the players begin...</p> </sp> <floatingText type="pwp"> <body> <div type="act"> <sp> <l>In Athens our tale takes place ....</l> </sp> <!-- ... rest of nested act here --> </div> </body> </floatingText> <sp> <p>Now that the play is finished ...</p> </sp> </div> </body> |