<text>
<text> ひとつのテキストを示す.単体でも複合体でもよい.例えば,詩,舞台芸術, 随筆,小説,辞書,コーパスなど. 4 テキスト構造モジュール 15.1 Varieties of Composite Text | |
モジュール | textstructure — 4 テキスト構造モジュール |
属性 | att.declaring (@decls) att.typed (@type, @subtype) |
当該モジュールを使用するもの | |
下位 | |
宣言 |
element text { att.global.attributes, att.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
例 | <text> <front> <docTitle> <titlePart>Autumn Haze</titlePart> </docTitle> </front> <body> <l>Is it a dragonfly or a maple leaf</l> <l>That settles softly down upon the water?</l> </body> </text> |
例 | テキストの本文は,以下のように,入れ子化されたテキストになるかもしれない. <text> <front/> <group> <text> <front/> <body/> <back/> </text> <text/> </group> </text> |
解説 | 当該要素は,別の構造中,例えば引用された語りの任意の場所に挿入され るテキストを示すためには使うべきではない.この場合は,要素 floatingTextが使われる. |