<floatingText>
<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. [4.3.2. Floating Texts] | |
Module | textstructure |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author biblScope cit citedRange corr del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said sic soCalled sp speaker stage street term textLang title unit msdescription: accMat acquisition additions catchwords collation colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit layout material musicNotation objectType origPlace origin provenance rubric secFol signatures source stamp summary support surrogates typeNote watermark |
May contain | |
Note | A floating text has the same content as any other text and may thus be interrupted by another floating text, or contain a group of tesselated texts. |
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> |
Content model | <content> |
Schema Declaration | element floatingText { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, ( tei_model.global*, ( tei_front, tei_model.global* )?, ( tei_body | tei_group ), tei_model.global*, ( tei_back, tei_model.global* )? ) } |