<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.declaring (@decls) att.typed (@type, @subtype) |
에 의해 포함된 | textstructure: floatingText group text |
포함할 수 있다 | |
선언 |
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.declaring.attributes, att.typed.attributes, ( ( model.divTop | model.global )*, ( ( text | group ), ( text | group | model.global )* ), model.divBottom* ) } |
예 | <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--> |