<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
Modulotextstructure — 4 Default Text Structure
Attributi att.declaring (@decls) att.typed (@type, @subtype)
Usato dafigure model.divPart
Può contenere
Dichiarazione
element floatingText
{
   att.global.attributes,
   att.declaring.attributes,
   att.typed.attributes,
   (
      model.global*,
      ( front, model.global* )?,
      ( body | group ),
      model.global*,
      ( back, model.global* )?
   )
}
Esempio
<TEI>
 <teiHeader/>
 <text>
  <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>
 </text>
</TEI>
Nota
A floating text has the same content as any other and may thus be interrupted by another floating text, or contain a group of tesselated texts