floatingText (hendiDocuments)
Back
<floatingText> (floating text) contains a single text of any kind, whether unitary or composite, which interrupts the text containing it at any point and after which the surrounding text resumes.
Other Customizations
Attributes
xml:id
opt
(identifier)
provides a unique identifier for the element bearing the attribute.
type
req
characterizes the element in some sense, using any convenient classification scheme or typology.
Example
<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>