<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]
Moduletextstructure — 4 Default Text Structure
Attributsatt.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.global.change (@change)) att.declaring (@decls) att.typed (@type, @subtype)
Utilisé par
Contenu dans
Peut contenir
Declaration

<rng:element name="floatingText">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.global"/>
  </rng:zeroOrMore>
  <rng:optional>
   <rng:ref name="front"/>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:optional>
  <rng:choice>
   <rng:ref name="body"/>
   <rng:ref name="group"/>
  </rng:choice>
  <rng:zeroOrMore>
   <rng:ref name="model.global"/>
  </rng:zeroOrMore>
  <rng:optional>
   <rng:ref name="back"/>
   <rng:zeroOrMore>
    <rng:ref name="model.global"/>
   </rng:zeroOrMore>
  </rng:optional>
 </rng:group>
</rng:element>
element floatingText
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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.