<text>
<text> (text) enthält einen einzelnen, eigenständigen oder kompilierten Text, zum Beispiel ein Gedicht oder Drama, eine Sammlung von Aufsätzen, einen Roman, ein Wörterbuch oder ein Korpus-Sample. [4 Default Text Structure 15.1 Varieties of Composite Text] | |
Modul | textstructure — Default Text Structure |
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.typed (@type, @subtype) att.written (@hand) |
Mitglied des | |
Enthalten in | |
Kann enthalten | figures: figure notatedMusic transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
Anmerkung | Dieses Element sollte nicht benutzt werden, um einen Text wiederzugeben, der an irgendeiner Stelle in einer anderen Struktur eingefügt ist, wie z. B. eine eingebettete oder zitierte Erzählung. Für diesen Zweck wird das Element floatingText benutzt. |
Beispiel | Der Textkörper kann durch eine Gruppierung von verschachtelten Texten ersetzt werden, wie das folgende Beispiel zeigt: <text> <front> <!-- Vorspann für die gesamte Gruppierung --> </front> <group> <text> <!-- erster Text --> </text> <text> <!-- zweiter Text --> </text> </group> </text> |
Content model | <content> |
Schema Deklaration | <rng:element name="text"> element text { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.declaring.attributes, att.typed.attributes, att.written.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |