<floatingText>
<floatingText> ひとつのテキストを示す.下位構造はあってもよい.当該部分はテキスト中 のどこにでも出現できる.自在テキスト. 4.3.2 自在テキスト | |
モジュール | textstructure — 4 テキスト構造モジュール |
属性 | att.declaring (@decls) att.typed (@type, @subtype) |
当該モジュールを使用するもの | |
下位 | |
宣言 |
element floatingText { att.global.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
例 | <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> |
解説 | 自在テキストは,他の自在テキストと同じ内容をとったり,定まった構造 の部分としてあるテキスト(充填テキスト)をとる. |