<group>
<group> 包含複合文本的正文,所匯集的一連串單一文件 (或文件群組) ,因為某特殊目的被視為一個整體,例如一個作者的作品集合、一連串的散文集等。 [4 Default Text Structure 4.3.1 Grouped Texts 15.1 Varieties of Composite Text] | |
組件 | textstructure — Default Text Structure |
屬性 | 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) |
可包含在於 | textstructure: floatingText group text |
可包含 | |
例子 | <text> <!-- Section on Alexander Pope starts --> <front> <!-- biographical notice by editor --> </front> <group> <text> <!-- first poem --> </text> <text> <!-- second poem --> </text> </group> </text> <!-- end of Pope section--> |
Content model | <content> |
宣告 | <rng:element name="group"> element group { 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, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |